T - The Class type this ValueType representspublic abstract class BaseValueType<T> extends Object implements ValueType<T>
| Constructor and Description |
|---|
BaseValueType(Class<T> clazzType) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getDestinationType() |
String |
toString(T value)
Converts an instance of the destination type to String.
|
public Class<T> getDestinationType()
getDestinationType in interface ValueType<T>public String toString(T value)
ValueTypeCopyright © 2022. All rights reserved.