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>
public static interface ToNativeConverter.PostInvocation<J,N> extends ToNativeConverter<J,N>
Used to reload a parameter converted to a native type via a customToNativeConverter
-
-
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostInvoke(J j, N n, ToNativeContext context)-
Methods inherited from interface jnr.ffi.mapper.ToNativeConverter
nativeType, toNative
-
-
-
-
Method Detail
-
postInvoke
void postInvoke(J j, N n, ToNativeContext context)
-
-