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 FromNativeConverter
public java.lang.Object toNative(java.lang.Object value, ToNativeContext context)
toNative
in interface ToNativeConverter
public java.lang.Class nativeType()
nativeType
in interface FromNativeConverter
nativeType
in interface ToNativeConverter