TypeConverter
EnumConverter
, NativeMappedConverter
public interface FromNativeConverter
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
FromNativeContext context) |
Convert the given native object into its Java representation using
the given context.
|
java.lang.Class<?> |
nativeType() |
Indicate the native type used by this converter.
|
java.lang.Object fromNative(java.lang.Object nativeValue, FromNativeContext context)
java.lang.Class<?> nativeType()