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