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