|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractConstraint | |
|---|---|
| org.picocontainer.gems.constraints | |
| Uses of AbstractConstraint in org.picocontainer.gems.constraints |
|---|
| Subclasses of AbstractConstraint in org.picocontainer.gems.constraints | |
|---|---|
class |
And
Aggregates multiple constraints together using boolean AND logic. |
class |
Anything
A constraint that matches any component adapter. |
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. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||