public final class PropertiesType extends ConfigType
| Modifier and Type | Field and Description |
|---|---|
static PropertiesType |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
create(java.lang.Object parent,
QName name)
Creates a new instance of the type.
|
java.lang.Class |
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 string to a value of the type.
|
afterConfigure, beforeConfigure, beforeConfigureBean, carefulIntrospect, createType, 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, valueOfpublic static final PropertiesType TYPE
public java.lang.Class getType()
getType in class ConfigTypepublic java.lang.Object create(java.lang.Object parent,
QName name)
create in class ConfigTypepublic java.lang.Object valueOf(java.lang.String text)
valueOf in class ConfigTypepublic java.lang.Object valueOf(java.lang.Object value)
valueOf in class ConfigType