|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.kernel.plugins.annotations.AbstractAnnotationPlugin<org.jboss.reflect.spi.ClassInfo,C>
org.jboss.kernel.plugins.annotations.ClassAnnotationPlugin<C>
org.jboss.kernel.plugins.annotations.ConstructorValueAnnotationPlugin<C>
C - annotation typepublic abstract class ConstructorValueAnnotationPlugin<C extends Annotation>
Constructor value annotation plugin.
| Field Summary |
|---|
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Constructor Summary | |
|---|---|
protected |
ConstructorValueAnnotationPlugin(Class<C> annotation)
|
| Method Summary | |
|---|---|
protected List<? extends MetaDataVisitorNode> |
internalApplyAnnotation(org.jboss.reflect.spi.ClassInfo info,
C annotation,
KernelControllerContext context)
Apply annotation since it's not present. |
protected boolean |
isMetaDataAlreadyPresent(org.jboss.reflect.spi.ClassInfo info,
C annotation,
BeanMetaData beanMetaData)
Is meta data already present. |
| Methods inherited from class org.jboss.kernel.plugins.annotations.ClassAnnotationPlugin |
|---|
isElementTypeSupported |
| Methods inherited from class org.jboss.kernel.plugins.annotations.AbstractAnnotationPlugin |
|---|
applyAnnotation, cleanAnnotation, getAnnotation, getSupportedTypes, internalApplyAnnotation, internalApplyAnnotation, internalCleanAnnotation, isAttributePresent, isMetaDataAlreadyPresent, toShortString, toString |
| Methods inherited from class org.jboss.util.JBossObject |
|---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.kernel.plugins.annotations.Annotation2ValueMetaDataAdapter |
|---|
createValueMetaData, getAnnotation |
| Constructor Detail |
|---|
protected ConstructorValueAnnotationPlugin(Class<C> annotation)
| Method Detail |
|---|
protected boolean isMetaDataAlreadyPresent(org.jboss.reflect.spi.ClassInfo info,
C annotation,
BeanMetaData beanMetaData)
AbstractAnnotationPlugin
isMetaDataAlreadyPresent in class AbstractAnnotationPlugin<org.jboss.reflect.spi.ClassInfo,C extends Annotation>info - the infoannotation - the annotationbeanMetaData - the bean meta data
protected List<? extends MetaDataVisitorNode> internalApplyAnnotation(org.jboss.reflect.spi.ClassInfo info,
C annotation,
KernelControllerContext context)
throws Throwable
AbstractAnnotationPlugin
internalApplyAnnotation in class AbstractAnnotationPlugin<org.jboss.reflect.spi.ClassInfo,C extends Annotation>info - the infoannotation - the annotationcontext - the context
Throwable - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||