T - the type of values to convertpublic class RIReferenceInternalConverter<T> extends Object implements RIInternalConverter<T>
RIInternalConverter that simply returns a reference to the
provided value.| Constructor and Description |
|---|
RIReferenceInternalConverter() |
| Modifier and Type | Method and Description |
|---|---|
T |
fromInternal(Object internal)
Converts an internal representation of a value to a value.
|
Object |
toInternal(T value)
Converts the value to an internal representation.
|
public T fromInternal(Object internal)
fromInternal in interface RIInternalConverter<T>internal - the internal representation of the valuepublic Object toInternal(T value)
toInternal in interface RIInternalConverter<T>value - the value to convertCopyright © 2019. All rights reserved.