public class StringInterpreterEnum extends StringInterpreterFactory.DefaultStringInterpreter
Constructor and Description |
---|
StringInterpreterEnum() |
Modifier and Type | Method and Description |
---|---|
protected String |
coerceToOtherType(Class<?> c,
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) . |
convertString
protected String coerceToOtherType(Class<?> c, String s, boolean isNamedAttribute)
StringInterpreterFactory.DefaultStringInterpreter
StringInterpreterFactory.DefaultStringInterpreter.convertString(Class, String, String, Class, boolean)
.coerceToOtherType
in class StringInterpreterFactory.DefaultStringInterpreter
c
- unuseds
- unusedisNamedAttribute
- unusednull
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.