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.functionMappersMethods 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) classFields in jnr.ffi.mapper declared as FunctionMapperModifier and TypeFieldDescriptionstatic final FunctionMapperFunctionMapper.IDENTITYAn implementation ofFunctionMapperthat 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.functionMappersMethods 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 TypeClassDescriptionclassAn implementation ofFunctionMapperthat just returns the same name as inputFields in jnr.ffi.provider declared as FunctionMapperModifier and TypeFieldDescriptionstatic final FunctionMapperIdentityFunctionMapper.SingletonHolder.INSTANCEMethods 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 FunctionMapperDefaultInvokerFactory.functionMapperprivate final FunctionMapperReflectionLibraryLoader.LazyLoader.functionMapperConstructors 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)