public final class ObjectType extends ConfigType<java.lang.Object>
Modifier and Type | Field and Description |
---|---|
static ObjectType |
TYPE |
Modifier and Type | Method and Description |
---|---|
ConfigType<?> |
createType(QName name)
Creates a top-level instance of the type.
|
java.lang.Class<java.lang.Object> |
getType()
Returns the Java type.
|
java.lang.Object |
valueOf(java.lang.Object value)
Converts the value to a value of the type.
|
java.lang.Object |
valueOf(java.lang.String text)
Converts the object to a value of the type.
|
afterConfigure, beforeConfigure, beforeConfigureBean, carefulIntrospect, create, getAddAttribute, getAddBeanAttribute, getAttribute, getComponentType, getConstructor, getContentProgramAttribute, getDefaultAttribute, getProgramAttribute, getType, getTypeName, init, inject, introspect, isArray, isBean, isConstructableFromString, isEL, isEnvBean, isInlineType, isNode, isNoTrim, isProgram, isQualifier, isReplace, replaceObject, setEnvBean, setProperty, toString, valueOf
public static final ObjectType TYPE
public java.lang.Class<java.lang.Object> getType()
getType
in class ConfigType<java.lang.Object>
public ConfigType<?> createType(QName name)
createType
in class ConfigType<java.lang.Object>
public java.lang.Object valueOf(java.lang.String text)
valueOf
in class ConfigType<java.lang.Object>
public java.lang.Object valueOf(java.lang.Object value)
valueOf
in class ConfigType<java.lang.Object>