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 ToNativeConverterpublic final Class nativeType()
nativeType in interface ToNativeConverterCopyright © 2013. All rights reserved.