Uses of Interface
jnr.ffi.mapper.ToNativeType
Packages that use ToNativeType
-
Uses of ToNativeType in jnr.ffi.mapper
Classes in jnr.ffi.mapper that implement ToNativeTypeModifier and TypeClassDescriptionclass
private static final class
(package private) static class
(package private) static class
Fields in jnr.ffi.mapper with type parameters of type ToNativeTypeModifier and TypeFieldDescriptionprivate Map
<SignatureType, ToNativeType> CachingTypeMapper.toNativeTypeMap
Methods in jnr.ffi.mapper that return ToNativeTypeModifier and TypeMethodDescriptionstatic ToNativeType
ToNativeTypes.create
(ToNativeConverter converter) AbstractSignatureTypeMapper.getToNativeType
(SignatureType type, ToNativeContext context) CachingTypeMapper.getToNativeType
(SignatureType type, ToNativeContext context) CompositeTypeMapper.getToNativeType
(SignatureType type, ToNativeContext context) SignatureTypeMapper.getToNativeType
(SignatureType type, ToNativeContext context) SignatureTypeMapperAdapter.getToNativeType
(SignatureType type, ToNativeContext context) private ToNativeType
CachingTypeMapper.lookupAndCacheToNativeType
(SignatureType signature, ToNativeContext context) -
Uses of ToNativeType in jnr.ffi.provider
Classes in jnr.ffi.provider that implement ToNativeType -
Uses of ToNativeType in jnr.ffi.provider.jffi
Methods in jnr.ffi.provider.jffi that return ToNativeTypeModifier and TypeMethodDescriptionAnnotationTypeMapper.getToNativeType
(SignatureType type, ToNativeContext context) ClosureTypeMapper.getToNativeType
(SignatureType type, ToNativeContext context) InvokerTypeMapper.getToNativeType
(SignatureType type, ToNativeContext context) Methods in jnr.ffi.provider.jffi with parameters of type ToNativeTypeModifier and TypeMethodDescription(package private) static Collection
<Annotation> InvokerUtil.getAnnotations
(ToNativeType toNativeType) private static ParameterType
InvokerUtil.getParameterType
(Runtime runtime, Class type, Collection<Annotation> annotations, ToNativeType toNativeType, ToNativeContext toNativeContext)