public final class ParameterConverter extends Object implements ToNativeConverter
This wraps a ToNativeConverter
, but with a simplified interface to
ease code generation.
ToNativeConverter.PostInvocation<J,N>
Constructor and Description |
---|
ParameterConverter(ToNativeConverter converter,
ToNativeContext ctx) |
Modifier and Type | Method and Description |
---|---|
Class |
nativeType() |
Object |
toNative(Object value) |
Object |
toNative(Object value,
ToNativeContext unused) |
public ParameterConverter(ToNativeConverter converter, ToNativeContext ctx)
public final Object toNative(Object value, ToNativeContext unused)
toNative
in interface ToNativeConverter
public final Class nativeType()
nativeType
in interface ToNativeConverter
Copyright © 2017. All Rights Reserved.