public final class AnnotationTypeMapper.ReflectionToNativeConverter extends AnnotationTypeMapper.AbstractReflectionConverter implements ToNativeConverter<java.lang.Object,java.lang.Object>
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative
method, nativeType
Constructor and Description |
---|
ReflectionToNativeConverter(java.lang.reflect.Method method,
java.lang.Class nativeType) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
toNative(java.lang.Object nativeValue,
ToNativeContext context) |
invoke, nativeType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
nativeType
public ReflectionToNativeConverter(java.lang.reflect.Method method, java.lang.Class nativeType)
public java.lang.Object toNative(java.lang.Object nativeValue, ToNativeContext context)
toNative
in interface ToNativeConverter<java.lang.Object,java.lang.Object>