public final class RawStringType extends ConfigType<RawString>
Modifier and Type | Field and Description |
---|---|
static RawStringType |
TYPE |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<RawString> |
getType()
Returns the Java type.
|
boolean |
isEL()
Return true for EL
|
boolean |
isNoTrim()
Return true for non-trim.
|
java.lang.Object |
valueOf(java.lang.String text)
Converts the string to a value of the type.
|
afterConfigure, beforeConfigure, beforeConfigureBean, carefulIntrospect, create, createType, getAddAttribute, getAddBeanAttribute, getAttribute, getComponentType, getConstructor, getContentProgramAttribute, getDefaultAttribute, getProgramAttribute, getType, getTypeName, init, inject, introspect, isArray, isBean, isConstructableFromString, isEnvBean, isInlineType, isNode, isProgram, isQualifier, isReplace, replaceObject, setEnvBean, setProperty, toString, valueOf, valueOf
public static final RawStringType TYPE
public java.lang.Class<RawString> getType()
getType
in class ConfigType<RawString>
public boolean isNoTrim()
isNoTrim
in class ConfigType<RawString>
public boolean isEL()
isEL
in class ConfigType<RawString>
public java.lang.Object valueOf(java.lang.String text)
valueOf
in class ConfigType<RawString>