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 TypeClassDescriptionclassprivate static final class(package private) static class(package private) static classFields in jnr.ffi.mapper with type parameters of type ToNativeTypeModifier and TypeFieldDescriptionprivate Map<SignatureType, ToNativeType> CachingTypeMapper.toNativeTypeMapMethods in jnr.ffi.mapper that return ToNativeTypeModifier and TypeMethodDescriptionstatic ToNativeTypeToNativeTypes.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 ToNativeTypeCachingTypeMapper.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 ParameterTypeInvokerUtil.getParameterType(Runtime runtime, Class type, Collection<Annotation> annotations, ToNativeType toNativeType, ToNativeContext toNativeContext)