public static final class AsmLibraryLoader.IntToLong extends java.lang.Object implements FromNativeConverter, ToNativeConverter
| Constructor and Description |
|---|
AsmLibraryLoader.IntToLong() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
FromNativeContext context) |
java.lang.Class |
nativeType() |
java.lang.Object |
toNative(java.lang.Object value,
ToNativeContext context) |
public java.lang.Object fromNative(java.lang.Object nativeValue,
FromNativeContext context)
fromNative in interface FromNativeConverterpublic java.lang.Object toNative(java.lang.Object value,
ToNativeContext context)
toNative in interface ToNativeConverterpublic java.lang.Class nativeType()
nativeType in interface FromNativeConverternativeType in interface ToNativeConverter