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