|
||||||||||
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.BaseMetaDataAnnotationPlugin<T,C>
org.jboss.kernel.plugins.annotations.AbstractAnnotationPlugin<T,C>
org.jboss.kernel.plugins.annotations.AbstractAdaptersAnnotationPlugin<T,C>
org.jboss.kernel.plugins.annotations.AbstractParameterAnnotationPlugin<org.jboss.reflect.spi.ConstructorInfo,C,P>
org.jboss.kernel.plugins.annotations.AbstractConstructorParameterAnnotationPlugin<C,P>
C
- annotation typeP
- mutable parametrized typepublic abstract class AbstractConstructorParameterAnnotationPlugin<C extends Annotation,P extends MutableParameterizedMetaData>
Annotation plugin for handling annotations that take parameters in constructors.
Field Summary |
---|
Fields inherited from class org.jboss.kernel.plugins.annotations.AbstractAdaptersAnnotationPlugin |
---|
adapters |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Constructor Summary | |
---|---|
protected |
AbstractConstructorParameterAnnotationPlugin(Class<C> annotation,
Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
|
Method Summary | |
---|---|
protected org.jboss.metadata.spi.signature.Signature |
createParametersSignature(String name,
String[] parameters,
int index)
Create parameters signature. |
Methods inherited from class org.jboss.kernel.plugins.annotations.AbstractParameterAnnotationPlugin |
---|
checkAnnotatedInfo, createParametrizedMetaData, createParametrizedMetaData, createParametrizedMetaData, getParameters, handleParameterlessInfo, internalApplyAnnotation, isElementTypeSupported, setParameterizedMetaData |
Methods inherited from class org.jboss.kernel.plugins.annotations.AbstractAnnotationPlugin |
---|
applyAnnotation, checkIfNotAbstractBeanMetaDataSpecific, cleanAnnotation, internalApplyAnnotation, internalApplyAnnotation, internalCleanAnnotation, isMetaDataAlreadyPresent |
Methods inherited from class org.jboss.kernel.plugins.annotations.BaseMetaDataAnnotationPlugin |
---|
applyAnnotation, getAnnotation, getSupportedTypes, isAttributePresent, isAttributePresent, isCleanup, isCleanupOnly, 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.MetaDataAnnotationPlugin |
---|
applyAnnotation, getAnnotation, getSupportedTypes |
Constructor Detail |
---|
protected AbstractConstructorParameterAnnotationPlugin(Class<C> annotation, Set<Annotation2ValueMetaDataAdapter<? extends Annotation>> adapters)
Method Detail |
---|
protected org.jboss.metadata.spi.signature.Signature createParametersSignature(String name, String[] parameters, int index)
AbstractParameterAnnotationPlugin
createParametersSignature
in class AbstractParameterAnnotationPlugin<org.jboss.reflect.spi.ConstructorInfo,C extends Annotation,P extends MutableParameterizedMetaData>
name
- the nameparameters
- the parametersindex
- the index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |