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