|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionComponentParameter | |
---|---|
org.picocontainer.gems.constraints | |
org.picocontainer.parameters |
Uses of CollectionComponentParameter in org.picocontainer.gems.constraints |
---|
Subclasses of CollectionComponentParameter in org.picocontainer.gems.constraints | |
---|---|
class |
AbstractConstraint
Base class for parameter constraints. |
class |
And
Aggregates multiple constraints together using boolean AND logic. |
class |
Anything
A constraint that matches any component adapter. |
class |
CollectionConstraint
Constraint that collects/aggregates dependencies to as many components that satisfy the given constraint. |
class |
IsExactType
Constraint that only accepts an adapter whose implementation is the same class instance as the type represented by this object. |
class |
IsKey
Constraint that accepts an adapter of a specific key. |
class |
IsKeyType
Constraint that accepts an adapter whose key type is either the same type or a subtype of the type(s) represented by this object. |
class |
IsType
Constraint that accepts an adapter whose implementation is either the same type or a subtype of the type(s) represented by this object. |
class |
Not
Inverts the logical sense of the given constraint. |
class |
Or
Aggregates multiple constraints together using boolean OR logic. |
Uses of CollectionComponentParameter in org.picocontainer.parameters |
---|
Fields in org.picocontainer.parameters declared as CollectionComponentParameter | |
---|---|
static CollectionComponentParameter |
CollectionComponentParameter.ARRAY
Use ARRAY as Parameter for an Array that must have elements. |
static CollectionComponentParameter |
CollectionComponentParameter.ARRAY_ALLOW_EMPTY
Use ARRAY_ALLOW_EMPTY as Parameter for an Array that may have no
elements. |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |