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. functionMappersMethods 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 classCompositeFunctionMapper(package private) classSimpleFunctionMapperFields 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 functionsFields in jnr.ffi.mapper with type parameters of type FunctionMapper Modifier and Type Field Description private java.util.Collection<FunctionMapper>CompositeFunctionMapper. functionMappersMethods 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(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 classIdentityFunctionMapperAn implementation ofFunctionMapperthat just returns the same name as inputFields in jnr.ffi.provider declared as FunctionMapper Modifier and Type Field Description static FunctionMapperIdentityFunctionMapper.SingletonHolder. INSTANCEMethods in jnr.ffi.provider that return FunctionMapper Modifier and Type Method Description static FunctionMapperIdentityFunctionMapper. getInstance() -
Uses of FunctionMapper in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as FunctionMapper Modifier and Type Field Description private FunctionMapperDefaultInvokerFactory. functionMapperprivate FunctionMapperReflectionLibraryLoader.LazyLoader. functionMapperConstructors 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)
-