|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.model.AnnotationModel<T>
org.jboss.webbeans.model.BindingTypeModel<T>
public class BindingTypeModel<T extends java.lang.annotation.Annotation>
Model of a binding type
| Constructor Summary | |
|---|---|
BindingTypeModel(java.lang.Class<T> type)
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 |
toDetailedString()
|
java.lang.String |
toString()
Gets a string representation of the binding type model |
| Methods inherited from class org.jboss.webbeans.model.AnnotationModel |
|---|
getAnnotatedAnnotation, getType, 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)
type - The type| Method 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>public java.lang.String toDetailedString()
toDetailedString 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 | |||||||||