Uses of Interface
jnr.ffi.mapper.FunctionMapper
Packages that use FunctionMapper
-
Uses of FunctionMapper in jnr.ffi
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 FunctionMapperFields in jnr.ffi.mapper declared as FunctionMapperModifier and TypeFieldDescriptionstatic final FunctionMapperFunctionMapper.IDENTITYAn implementation ofFunctionMapperthat maps 1:1 between java symbols and native functionsMethods 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 inputMethods in jnr.ffi.provider that return FunctionMapper