Uses of Interface
jnr.ffi.mapper.FromNativeContext

Packages that use FromNativeContext
jnr.ffi.mapper   
jnr.ffi.provider   
jnr.ffi.provider.jffi   
jnr.ffi.util   
 

Uses of FromNativeContext in jnr.ffi.mapper
 

Classes in jnr.ffi.mapper that implement FromNativeContext
 class MethodResultContext
           
 

Methods in jnr.ffi.mapper with parameters of type FromNativeContext
 J FromNativeConverter.fromNative(N nativeValue, FromNativeContext context)
           
 

Uses of FromNativeContext in jnr.ffi.provider
 

Methods in jnr.ffi.provider with parameters of type FromNativeContext
 java.lang.Enum EnumResultConverter.fromNative(java.lang.Object nativeValue, FromNativeContext context)
           
 

Uses of FromNativeContext in jnr.ffi.provider.jffi
 

Methods in jnr.ffi.provider.jffi with parameters of type FromNativeContext
 java.lang.Object ResultConverter.fromNative(java.lang.Object nativeValue, FromNativeContext unused)
           
 

Constructors in jnr.ffi.provider.jffi with parameters of type FromNativeContext
ResultConverter(FromNativeConverter converter, FromNativeContext ctx)
           
 

Uses of FromNativeContext in jnr.ffi.util
 

Methods in jnr.ffi.util with parameters of type FromNativeContext
 java.lang.Enum EnumMapper.fromNative(java.lang.Integer nativeValue, FromNativeContext context)
           
 



Copyright © 2012. All Rights Reserved.