public static final class BoxedIntegerArrayParameterConverter.Out extends BoxedIntegerArrayParameterConverter implements ToNativeConverter.PostInvocation<java.lang.Integer[],int[]>
BoxedIntegerArrayParameterConverter.Out
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative
Constructor and Description |
---|
Out(int parameterFlags) |
Modifier and Type | Method and Description |
---|---|
void |
postInvoke(java.lang.Integer[] array,
int[] primitive,
ToNativeContext context) |
getInstance, nativeType, toNative
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
nativeType, toNative
public void postInvoke(java.lang.Integer[] array, int[] primitive, ToNativeContext context)
postInvoke
in interface ToNativeConverter.PostInvocation<java.lang.Integer[],int[]>