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