|
||||||||||
| 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.BindingTypeModel<T>
public class BindingTypeModel<T extends java.lang.annotation.Annotation>
Model of a binding type
| Field Summary |
|---|
| Fields inherited from class org.jboss.weld.metadata.cache.AnnotationModel |
|---|
valid |
| Constructor Summary | |
|---|---|
BindingTypeModel(java.lang.Class<T> type,
ClassTransformer transformer)
Constructor |
|
| Method Summary | |
|---|---|
protected java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getMetaAnnotationTypes()
Gets the meta-annotation type |
java.util.Set<WeldMethod<?,?>> |
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.weld.metadata.cache.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 type| Method Detail |
|---|
protected void init()
init in class AnnotationModel<T extends java.lang.annotation.Annotation>protected java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getMetaAnnotationTypes()
getMetaAnnotationTypes in class AnnotationModel<T extends java.lang.annotation.Annotation>public boolean hasNonBindingTypes()
public java.util.Set<WeldMethod<?,?>> 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 | |||||||||