Uses of Interface
jnr.ffi.mapper.FunctionMapper
Packages that use FunctionMapper
-
Uses of FunctionMapper in jnr.ffi
Fields in jnr.ffi with type parameters of type FunctionMapperModifier and TypeFieldDescriptionprivate final List<FunctionMapper>
LibraryLoader.functionMappers
Methods in jnr.ffi with parameters of type FunctionMapperModifier and TypeMethodDescriptionLibraryLoader.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 FunctionMapperModifier and TypeClassDescriptionfinal class
(package private) class
Fields in jnr.ffi.mapper declared as FunctionMapperModifier and TypeFieldDescriptionstatic final 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 FunctionMapperModifier and TypeFieldDescriptionprivate final Collection<FunctionMapper>
CompositeFunctionMapper.functionMappers
Methods in jnr.ffi.mapper that return FunctionMapperConstructor parameters in jnr.ffi.mapper with type arguments of type FunctionMapperModifierConstructorDescriptionCompositeFunctionMapper
(Collection<FunctionMapper> functionMappers) -
Uses of FunctionMapper in jnr.ffi.provider
Classes in jnr.ffi.provider that implement FunctionMapperModifier and TypeClassDescriptionclass
An implementation ofFunctionMapper
that just returns the same name as inputFields in jnr.ffi.provider declared as FunctionMapperModifier and TypeFieldDescriptionstatic final FunctionMapper
IdentityFunctionMapper.SingletonHolder.INSTANCE
Methods in jnr.ffi.provider that return FunctionMapper -
Uses of FunctionMapper in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi declared as FunctionMapperModifier and TypeFieldDescriptionprivate final FunctionMapper
DefaultInvokerFactory.functionMapper
private final FunctionMapper
ReflectionLibraryLoader.LazyLoader.functionMapper
Constructors in jnr.ffi.provider.jffi with parameters of type FunctionMapperModifierConstructorDescriptionDefaultInvokerFactory
(Runtime runtime, NativeLibrary library, SignatureTypeMapper typeMapper, FunctionMapper functionMapper, CallingConvention libraryCallingConvention, Map<LibraryOption, ?> libraryOptions, boolean libraryIsSynchronized)