T - - the type that the mapper can handlepublic interface RuleParameterValueMapper<T>
| Modifier and Type | Method and Description |
|---|---|
T |
fromString(String value)
Maps the String representation to the specific object.
|
String |
toString(T value)
Maps the object to its String representation.
|
String toString(T value) throws RuleParameterValueMapperException
value - - object to mapRuleParameterValueMapperExceptionT fromString(String value) throws RuleParameterValueMapperException
value - - String representationRuleParameterValueMapperExceptionCopyright © 2017 SAP SE. All Rights Reserved.