| Constructor and Description |
|---|
BaseValueType(Class<T> clazzType) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getDestinationType() |
boolean |
isParsable(String sourceValue)
Returns true if the string can safely be parsed into the destination type
by the parse() method.
|
String |
toString(T value)
Converts an instance of the destination type to string.
|
public Class<T> getDestinationType()
getDestinationType in interface ValueType<T>public boolean isParsable(String sourceValue)
ValueTypeisParsable in interface ValueType<T>public String toString(T value)
ValueTypeCopyright © 2017. All rights reserved.