|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.picocontainer.defaults.CollectionComponentParameter
org.picocontainer.gems.constraints.AbstractConstraint
org.picocontainer.gems.constraints.IsExactType
public class IsExactType
Constraint that only accepts an adapter whose implementation is the same class instance as the type represented by this object.
| Field Summary | |
|---|---|
private java.lang.Class |
type
|
| Fields inherited from class org.picocontainer.defaults.CollectionComponentParameter |
|---|
ARRAY, ARRAY_ALLOW_EMPTY |
| Constructor Summary | |
|---|---|
IsExactType(java.lang.Class c)
Creates a new IsExactType instance. |
|
| Method Summary | |
|---|---|
boolean |
evaluate(org.picocontainer.ComponentAdapter adapter)
Evaluate whether the given component adapter matches this constraint. |
| Methods inherited from class org.picocontainer.gems.constraints.AbstractConstraint |
|---|
getMatchingComponentAdapters, isResolvable, resolveInstance, verify |
| Methods inherited from class org.picocontainer.defaults.CollectionComponentParameter |
|---|
accept |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.picocontainer.Parameter |
|---|
accept |
| Field Detail |
|---|
private java.lang.Class type
| Constructor Detail |
|---|
public IsExactType(java.lang.Class c)
IsExactType instance.
c - the Class to match| Method Detail |
|---|
public boolean evaluate(org.picocontainer.ComponentAdapter adapter)
Constraint
evaluate in interface Constraintevaluate in class AbstractConstraintadapter - a ComponentAdapter value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||