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

All Known Subinterfaces:
DataConverter<J,N>, ToNativeConverter.PostInvocation<J,N>
All Known Implementing Classes:
AbstractDataConverter, ByReferenceParameterConverter, EnumMapper, ParameterConverter

public interface ToNativeConverter<J,N>


Nested Class Summary
static interface ToNativeConverter.PostInvocation<J,N>
          Used to reload a parameter converted to a native type via a custom ToNativeConverter
 
Method Summary
 Class<N> nativeType()
           
 N toNative(J value, ToNativeContext context)
           
 

Method Detail

toNative

N toNative(J value,
           ToNativeContext context)

nativeType

Class<N> nativeType()


Copyright © 2012. All Rights Reserved.