Package | Description |
---|---|
org.picocontainer.gems.constraints |
Modifier and Type | Class and Description |
---|---|
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.
|