Uses of Interface
jnr.ffi.mapper.FunctionMapper

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

Uses of FunctionMapper in jnr.ffi
 

Methods in jnr.ffi with parameters of type FunctionMapper
 LibraryLoader<T> LibraryLoader.mapper(FunctionMapper typeMapper)
          Adds a function mapper to use when resolving symbols in this library.
 

Uses of FunctionMapper in jnr.ffi.mapper
 

Classes in jnr.ffi.mapper that implement FunctionMapper
 class CompositeFunctionMapper
           
 

Constructor parameters in jnr.ffi.mapper with type arguments of type FunctionMapper
CompositeFunctionMapper(Collection<FunctionMapper> functionMappers)
           
 

Uses of FunctionMapper in jnr.ffi.provider
 

Classes in jnr.ffi.provider that implement FunctionMapper
 class IdentityFunctionMapper
          An implementation of FunctionMapper that just returns the same name as input
 

Methods in jnr.ffi.provider that return FunctionMapper
static FunctionMapper IdentityFunctionMapper.getInstance()
           
 



Copyright © 2013. All Rights Reserved.