public static final class BoxedLong64ArrayParameterConverter.Out extends BoxedLong64ArrayParameterConverter implements ToNativeConverter.PostInvocation<java.lang.Long[],long[]>
BoxedLong64ArrayParameterConverter.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.Long[] array,
long[] primitive,
ToNativeContext context) |
getInstance, nativeType, toNative
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
nativeType, toNative
public void postInvoke(java.lang.Long[] array, long[] primitive, ToNativeContext context)
postInvoke
in interface ToNativeConverter.PostInvocation<java.lang.Long[],long[]>