Uses of Interface
jnr.ffi.mapper.FunctionMapper
-
Packages that use FunctionMapper Package Description jnr.ffi jnr.ffi.mapper jnr.ffi.provider jnr.ffi.provider.jffi -
-
Uses of FunctionMapper in jnr.ffi
Fields in jnr.ffi with type parameters of type FunctionMapper Modifier and Type Field Description private java.util.List<FunctionMapper>
LibraryLoader. functionMappers
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 class
CompositeFunctionMapper
(package private) class
SimpleFunctionMapper
Fields in jnr.ffi.mapper declared as FunctionMapper Modifier and Type Field Description static FunctionMapper
FunctionMapper. IDENTITY
An implementation ofFunctionMapper
that maps 1:1 between java symbols and native functionsFields in jnr.ffi.mapper with type parameters of type FunctionMapper Modifier and Type Field Description private java.util.Collection<FunctionMapper>
CompositeFunctionMapper. functionMappers
Methods in jnr.ffi.mapper that return FunctionMapper Modifier and Type Method Description FunctionMapper
FunctionMapper.Builder. build()
Constructor parameters in jnr.ffi.mapper with type arguments of type FunctionMapper Constructor Description CompositeFunctionMapper(java.util.Collection<FunctionMapper> functionMappers)
-
Uses of FunctionMapper in jnr.ffi.provider
Classes in jnr.ffi.provider that implement FunctionMapper Modifier and Type Class Description class
IdentityFunctionMapper
An implementation ofFunctionMapper
that just returns the same name as inputFields in jnr.ffi.provider declared as FunctionMapper Modifier and Type Field Description static FunctionMapper
IdentityFunctionMapper.SingletonHolder. INSTANCE
Methods in jnr.ffi.provider that return FunctionMapper Modifier and Type Method Description static FunctionMapper
IdentityFunctionMapper. getInstance()
-
Uses of FunctionMapper in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as FunctionMapper Modifier and Type Field Description private FunctionMapper
DefaultInvokerFactory. functionMapper
private FunctionMapper
ReflectionLibraryLoader.LazyLoader. functionMapper
Constructors in jnr.ffi.provider.jffi with parameters of type FunctionMapper Constructor Description DefaultInvokerFactory(Runtime runtime, NativeLibrary library, SignatureTypeMapper typeMapper, FunctionMapper functionMapper, CallingConvention libraryCallingConvention, java.util.Map<LibraryOption,?> libraryOptions, boolean libraryIsSynchronized)
-