Package jnr.ffi.mapper
Interface ToNativeConverter.PostInvocation<J,N>
- All Superinterfaces:
ToNativeConverter<J,N>
- All Known Implementing Classes:
BoxedBooleanArrayParameterConverter.Out,BoxedByteArrayParameterConverter.Out,BoxedDoubleArrayParameterConverter.Out,BoxedFloatArrayParameterConverter.Out,BoxedIntegerArrayParameterConverter.Out,BoxedLong32ArrayParameterConverter.Out,BoxedLong64ArrayParameterConverter.Out,BoxedShortArrayParameterConverter.Out,ByReferenceParameterConverter.Out,CharSequenceArrayParameterConverter.Out,Long32ArrayParameterConverter.Out,NativeLong32ArrayParameterConverter.Out,NativeLong64ArrayParameterConverter.Out,Pointer32ArrayParameterConverter.Out,Pointer64ArrayParameterConverter.Out,StringBufferParameterConverter,StringBuilderParameterConverter,StructArrayParameterConverter.Out
- Enclosing interface:
- ToNativeConverter<J,
N>
Used to reload a parameter converted to a native type via a custom
ToNativeConverter-
Nested Class Summary
Nested classes/interfaces inherited from interface jnr.ffi.mapper.ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative -
Method Summary
Methods inherited from interface jnr.ffi.mapper.ToNativeConverter
nativeType, toNative
-
Method Details
-
postInvoke
-