|
||||||||||
| 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.beans.info.spi.PropertyInfo,C>
org.jboss.kernel.plugins.annotations.PropertyAnnotationPlugin<C>
C - annotation typepublic abstract class PropertyAnnotationPlugin<C extends Annotation>
Abstract property annotation plugin.
| Field Summary |
|---|
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Constructor Summary | |
|---|---|
protected |
PropertyAnnotationPlugin(Class<C> annotation)
|
| Method Summary | |
|---|---|
protected Set<PropertyMetaData> |
getProperties(KernelControllerContext context)
Get the PropertyMetaData set. |
protected PropertyMetaData |
getPropertyMetaData(org.jboss.beans.info.spi.PropertyInfo info,
C annotation)
Get PropertyMetaData instance. |
protected PropertyMetaData |
getPropertyMetaData(org.jboss.beans.info.spi.PropertyInfo info,
C annotation,
BeanMetaData beanMetaData)
Get PropertyMetaData instance. |
protected PropertyMetaData |
getPropertyMetaData(org.jboss.beans.info.spi.PropertyInfo info,
C annotation,
KernelControllerContext context)
Get PropertyMetaData instance. |
protected List<? extends MetaDataVisitorNode> |
internalApplyAnnotation(org.jboss.beans.info.spi.PropertyInfo info,
C annotation,
KernelControllerContext context)
Apply annotation since it's not present. |
protected boolean |
isElementTypeSupported(ElementType type)
Is type supported by plugin. |
protected boolean |
isMetaDataAlreadyPresent(org.jboss.beans.info.spi.PropertyInfo info,
C annotation,
BeanMetaData beanMetaData)
Is meta data already present. |
| 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.PropertyAware |
|---|
applyAnnotation |
| Methods inherited from interface org.jboss.kernel.plugins.annotations.Annotation2ValueMetaDataAdapter |
|---|
createValueMetaData, getAnnotation |
| Constructor Detail |
|---|
protected PropertyAnnotationPlugin(Class<C> annotation)
| Method Detail |
|---|
protected boolean isElementTypeSupported(ElementType type)
AbstractAnnotationPlugin
isElementTypeSupported in class AbstractAnnotationPlugin<org.jboss.beans.info.spi.PropertyInfo,C extends Annotation>type - the annotation element type
protected boolean isMetaDataAlreadyPresent(org.jboss.beans.info.spi.PropertyInfo info,
C annotation,
BeanMetaData beanMetaData)
AbstractAnnotationPlugin
isMetaDataAlreadyPresent in class AbstractAnnotationPlugin<org.jboss.beans.info.spi.PropertyInfo,C extends Annotation>info - the infoannotation - the annotationbeanMetaData - the bean meta data
protected List<? extends MetaDataVisitorNode> internalApplyAnnotation(org.jboss.beans.info.spi.PropertyInfo info,
C annotation,
KernelControllerContext context)
AbstractAnnotationPlugin
internalApplyAnnotation in class AbstractAnnotationPlugin<org.jboss.beans.info.spi.PropertyInfo,C extends Annotation>info - the infoannotation - the annotationcontext - the context
protected PropertyMetaData getPropertyMetaData(org.jboss.beans.info.spi.PropertyInfo info,
C annotation,
KernelControllerContext context)
info - the infoannotation - the annotationcontext - the context
protected PropertyMetaData getPropertyMetaData(org.jboss.beans.info.spi.PropertyInfo info,
C annotation,
BeanMetaData beanMetaData)
info - the infoannotation - the annotationbeanMetaData - the bean metadata
protected PropertyMetaData getPropertyMetaData(org.jboss.beans.info.spi.PropertyInfo info,
C annotation)
info - the infoannotation - the annotation
protected Set<PropertyMetaData> getProperties(KernelControllerContext context)
context - the context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||