public class StringInterpreterEnum extends StringInterpreterFactory.DefaultStringInterpreter
| Constructor and Description |
|---|
StringInterpreterEnum() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
coerceToOtherType(java.lang.Class<?> c,
java.lang.String s,
boolean isNamedAttribute)
Intended to be used by sub-classes that don't need/want to
re-implement the logic in
StringInterpreterFactory.DefaultStringInterpreter.convertString(Class, String, String, Class, boolean). |
convertStringprotected java.lang.String coerceToOtherType(java.lang.Class<?> c,
java.lang.String s,
boolean isNamedAttribute)
StringInterpreterFactory.DefaultStringInterpreterStringInterpreterFactory.DefaultStringInterpreter.convertString(Class, String, String, Class, boolean).coerceToOtherType in class StringInterpreterFactory.DefaultStringInterpreterc - unuseds - unusedisNamedAttribute - unusednullCopyright © 2014–2021. All rights reserved.