jnr.ffi.mapper
Interface ToNativeConverter.PostInvocation<J,N>

All Superinterfaces:
ToNativeConverter<J,N>
All Known Implementing Classes:
ByReferenceParameterConverter
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 custom ToNativeConverter


Nested Class Summary
 
Nested classes/interfaces inherited from interface jnr.ffi.mapper.ToNativeConverter
ToNativeConverter.PostInvocation<J,N>
 
Method Summary
 void postInvoke(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)


Copyright © 2012. All Rights Reserved.