public class BoxedLong32ArrayParameterConverter extends Object implements ToNativeConverter<Long[],int[]>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BoxedLong32ArrayParameterConverter.Out |
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative| 构造器和说明 |
|---|
BoxedLong32ArrayParameterConverter(int parameterFlags) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ToNativeConverter<Long[],int[]> |
getInstance(ToNativeContext toNativeContext) |
Class<int[]> |
nativeType() |
int[] |
toNative(Long[] array,
ToNativeContext context) |
public BoxedLong32ArrayParameterConverter(int parameterFlags)
public static ToNativeConverter<Long[],int[]> getInstance(ToNativeContext toNativeContext)
public int[] toNative(Long[] array, ToNativeContext context)
toNative 在接口中 ToNativeConverter<Long[],int[]>public Class<int[]> nativeType()
nativeType 在接口中 ToNativeConverter<Long[],int[]>Copyright © 2021. All rights reserved.