Uses of Interface
jnr.ffi.mapper.TypeMapper

Packages that use TypeMapper
jnr.ffi   
jnr.ffi.mapper   
jnr.ffi.provider   
 

Uses of TypeMapper in jnr.ffi
 

Methods in jnr.ffi with parameters of type TypeMapper
 LibraryLoader<T> LibraryLoader.mapper(TypeMapper typeMapper)
          Adds a type mapper to use when resolving method parameter and result types.
 

Uses of TypeMapper in jnr.ffi.mapper
 

Classes in jnr.ffi.mapper that implement TypeMapper
 class DefaultTypeMapper
           
 

Constructors in jnr.ffi.mapper with parameters of type TypeMapper
SignatureTypeMapperAdapter(TypeMapper typeMapper)
           
 

Uses of TypeMapper in jnr.ffi.provider
 

Classes in jnr.ffi.provider that implement TypeMapper
 class NullTypeMapper
          An instance of TypeMapper which always returns null
 



Copyright © 2013. All Rights Reserved.