|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.weld.metadata.cache.AnnotationModel<T>
org.jboss.weld.metadata.cache.QualifierModel<T>
public class QualifierModel<T extends Annotation>
Model of a binding type
Field Summary |
---|
Fields inherited from class org.jboss.weld.metadata.cache.AnnotationModel |
---|
valid |
Constructor Summary | |
---|---|
QualifierModel(Class<T> type,
ClassTransformer transformer)
Constructor |
Method Summary | |
---|---|
protected void |
check()
Validates the members |
protected Set<Class<? extends Annotation>> |
getMetaAnnotationTypes()
Gets the meta-annotation type |
Set<WeldMethod<?,?>> |
getNonBindingMembers()
Gets the non-binding types |
boolean |
hasNonBindingMembers()
Indicates if there are non-binding types present |
protected void |
init()
Initializes the non-binding types and validates the members |
protected void |
initNonBindingMembers()
Initializes the non-binding types |
protected void |
initValid()
Validates the data for correct annotation |
boolean |
isEqual(Annotation instance,
Annotation other)
Comparator for checking equality |
String |
toString()
Gets a string representation of the qualifier model |
Methods inherited from class org.jboss.weld.metadata.cache.AnnotationModel |
---|
getAnnotatedAnnotation, getRawType, initType, isValid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QualifierModel(Class<T> type, ClassTransformer transformer)
type
- The typeMethod Detail |
---|
protected void init()
init
in class AnnotationModel<T extends Annotation>
protected void initValid()
AnnotationModel
initValid
in class AnnotationModel<T extends Annotation>
protected void check()
check
in class AnnotationModel<T extends Annotation>
protected Set<Class<? extends Annotation>> getMetaAnnotationTypes()
getMetaAnnotationTypes
in class AnnotationModel<T extends Annotation>
public boolean hasNonBindingMembers()
public Set<WeldMethod<?,?>> getNonBindingMembers()
protected void initNonBindingMembers()
public boolean isEqual(Annotation instance, Annotation other)
instance
- The instance to check againstother
- The other binding type
public String toString()
toString
in class AnnotationModel<T extends Annotation>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |