public class NativeLong64ArrayParameterConverter extends Object implements ToNativeConverter<NativeLong[],long[]>
| Modifier and Type | Class and Description |
|---|---|
static class |
NativeLong64ArrayParameterConverter.Out |
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative| Modifier and Type | Method and Description |
|---|---|
static ToNativeConverter<NativeLong[],long[]> |
getInstance(ToNativeContext toNativeContext) |
Class<long[]> |
nativeType() |
long[] |
toNative(NativeLong[] array,
ToNativeContext context) |
public static ToNativeConverter<NativeLong[],long[]> getInstance(ToNativeContext toNativeContext)
public long[] toNative(NativeLong[] array, ToNativeContext context)
toNative in interface ToNativeConverter<NativeLong[],long[]>public Class<long[]> nativeType()
nativeType in interface ToNativeConverter<NativeLong[],long[]>Copyright © 2017. All rights reserved.