public class AnnotationInterfaceType<T> extends ConfigType<T>
Constructor and Description |
---|
AnnotationInterfaceType(java.lang.Class<T> annClass) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
create(java.lang.Object parent,
QName name)
Creates a new instance of the type.
|
Attribute |
getAttribute(QName qName)
Returns the attribute with the given name.
|
java.lang.Class<T> |
getType()
Returns the given type.
|
boolean |
isQualifier()
Returns true for a qualifier annotation
|
java.lang.Object |
replaceObject(java.lang.Object bean)
Returns the annotation
|
java.lang.String |
toString() |
java.lang.String |
toString(java.util.HashMap<java.lang.String,java.lang.Object> valueMap) |
java.lang.Object |
valueOf(java.lang.String text)
Converts the string to a value of the type.
|
afterConfigure, beforeConfigure, beforeConfigureBean, carefulIntrospect, createType, getAddAttribute, getAddBeanAttribute, getComponentType, getConstructor, getContentProgramAttribute, getDefaultAttribute, getProgramAttribute, getType, getTypeName, init, inject, introspect, isArray, isBean, isConstructableFromString, isEL, isEnvBean, isInlineType, isNode, isNoTrim, isProgram, isReplace, setEnvBean, setProperty, valueOf, valueOf
public AnnotationInterfaceType(java.lang.Class<T> annClass)
public java.lang.Class<T> getType()
getType
in class ConfigType<T>
public boolean isQualifier()
ConfigType
isQualifier
in class ConfigType<T>
public java.lang.Object create(java.lang.Object parent, QName name)
create
in class ConfigType<T>
public java.lang.Object replaceObject(java.lang.Object bean)
replaceObject
in class ConfigType<T>
public java.lang.Object valueOf(java.lang.String text)
valueOf
in class ConfigType<T>
public Attribute getAttribute(QName qName)
getAttribute
in class ConfigType<T>
public java.lang.String toString(java.util.HashMap<java.lang.String,java.lang.Object> valueMap)
public java.lang.String toString()
toString
in class ConfigType<T>