T - the type of values to convertpublic class ReferenceInternalConverter<T> extends Object implements InternalConverter<T>
InternalConverter that simply returns a reference to the
provided value.| Constructor and Description |
|---|
ReferenceInternalConverter() |
| Modifier and Type | Method and Description |
|---|---|
T |
fromInternal(Object value)
Converts an internal representation of a value to a value.
|
Object |
toInternal(T value)
Converts a value to an internal representation.
|
public T fromInternal(Object value)
InternalConverterfromInternal in interface InternalConverter<T>value - the internal representation of the valuepublic Object toInternal(T value)
InternalConvertertoInternal in interface InternalConverter<T>value - the value to convert