Package jnr.ffi.provider.converters
Class StructArrayParameterConverter.Out
java.lang.Object
jnr.ffi.provider.converters.StructArrayParameterConverter
jnr.ffi.provider.converters.StructArrayParameterConverter.Out
- All Implemented Interfaces:
ToNativeConverter<Struct[],
,Pointer> ToNativeConverter.PostInvocation<Struct[],
Pointer>
- Enclosing class:
- StructArrayParameterConverter
public static final class StructArrayParameterConverter.Out
extends StructArrayParameterConverter
implements ToNativeConverter.PostInvocation<Struct[],Pointer>
-
Nested Class Summary
Nested classes/interfaces inherited from class jnr.ffi.provider.converters.StructArrayParameterConverter
StructArrayParameterConverter.Out
Nested classes/interfaces inherited from interface jnr.ffi.mapper.ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,
N>, ToNativeConverter.ToNative -
Field Summary
Fields inherited from class jnr.ffi.provider.converters.StructArrayParameterConverter
parameterFlags, runtime
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postInvoke
(Struct[] structs, Pointer primitive, ToNativeContext context) Methods inherited from class jnr.ffi.provider.converters.StructArrayParameterConverter
getInstance, nativeType, toNative
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jnr.ffi.mapper.ToNativeConverter
nativeType, toNative
-
Method Details
-
postInvoke
- Specified by:
postInvoke
in interfaceToNativeConverter.PostInvocation<Struct[],
Pointer>
-