public class BoxedLong64ArrayParameterConverter extends Object implements ToNativeConverter<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<Long[],long[]> |
getInstance(ToNativeContext toNativeContext) |
Class<long[]> |
nativeType() |
long[] |
toNative(Long[] array,
ToNativeContext context) |
public BoxedLong64ArrayParameterConverter(int parameterFlags)
public static ToNativeConverter<Long[],long[]> getInstance(ToNativeContext toNativeContext)
public long[] toNative(Long[] array, ToNativeContext context)
toNative in interface ToNativeConverter<Long[],long[]>public Class<long[]> nativeType()
nativeType in interface ToNativeConverter<Long[],long[]>Copyright © 2017. All rights reserved.