Class BoxedIntegerArrayParameterConverter.Out
java.lang.Object
jnr.ffi.provider.converters.BoxedIntegerArrayParameterConverter
jnr.ffi.provider.converters.BoxedIntegerArrayParameterConverter.Out
- All Implemented Interfaces:
ToNativeConverter<Integer[], int[]>, ToNativeConverter.PostInvocation<Integer[], int[]>
- Enclosing class:
BoxedIntegerArrayParameterConverter
public static final class BoxedIntegerArrayParameterConverter.Out
extends BoxedIntegerArrayParameterConverter
implements ToNativeConverter.PostInvocation<Integer[], int[]>
-
Nested Class Summary
Nested classes/interfaces inherited from class BoxedIntegerArrayParameterConverter
BoxedIntegerArrayParameterConverter.OutNested classes/interfaces inherited from interface ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative -
Method Summary
Modifier and TypeMethodDescriptionvoidpostInvoke(Integer[] array, int[] primitive, ToNativeContext context) Methods inherited from class BoxedIntegerArrayParameterConverter
getInstance, nativeType, toNativeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ToNativeConverter
nativeType, toNative
-
Method Details
-
postInvoke
- Specified by:
postInvokein interfaceToNativeConverter.PostInvocation<Integer[], int[]>
-