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 functionMapper)
          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
           
 

Fields in jnr.ffi.mapper declared as FunctionMapper
static FunctionMapper FunctionMapper.IDENTITY
          An implementation of FunctionMapper that maps 1:1 between java symbols and native functions
 

Methods in jnr.ffi.mapper that return FunctionMapper
 FunctionMapper FunctionMapper.Builder.build()
           
 

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 © 2014. All rights reserved.