Uses of Interface
jnr.ffi.mapper.FunctionMapper
-
Packages that use FunctionMapper Package Description jnr.ffi jnr.ffi.mapper jnr.ffi.provider -
-
Uses of FunctionMapper in jnr.ffi
Methods in jnr.ffi with parameters of type FunctionMapper Modifier and Type Method Description 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 Modifier and Type Class Description classCompositeFunctionMapperFields in jnr.ffi.mapper declared as FunctionMapper Modifier and Type Field Description static FunctionMapperFunctionMapper. IDENTITYAn implementation ofFunctionMapperthat maps 1:1 between java symbols and native functionsMethods in jnr.ffi.mapper that return FunctionMapper Modifier and Type Method Description FunctionMapperFunctionMapper.Builder. build()Constructor parameters in jnr.ffi.mapper with type arguments of type FunctionMapper Constructor Description CompositeFunctionMapper(Collection<FunctionMapper> functionMappers) -
Uses of FunctionMapper in jnr.ffi.provider
Classes in jnr.ffi.provider that implement FunctionMapper Modifier and Type Class Description classIdentityFunctionMapperAn implementation ofFunctionMapperthat just returns the same name as inputMethods in jnr.ffi.provider that return FunctionMapper Modifier and Type Method Description static FunctionMapperIdentityFunctionMapper. getInstance()
-