Uses of Interface
jnr.ffi.mapper.ToNativeType
-
Packages that use ToNativeType Package Description jnr.ffi.mapper jnr.ffi.provider jnr.ffi.provider.jffi -
-
Uses of ToNativeType in jnr.ffi.mapper
Classes in jnr.ffi.mapper that implement ToNativeType Modifier and Type Class Description classAbstractToNativeTypeMethods in jnr.ffi.mapper that return ToNativeType Modifier and Type Method Description static ToNativeTypeToNativeTypes. create(ToNativeConverter converter)ToNativeTypeAbstractSignatureTypeMapper. getToNativeType(SignatureType type, ToNativeContext context)ToNativeTypeCachingTypeMapper. getToNativeType(SignatureType type, ToNativeContext context)ToNativeTypeCompositeTypeMapper. getToNativeType(SignatureType type, ToNativeContext context)ToNativeTypeSignatureTypeMapper. getToNativeType(SignatureType type, ToNativeContext context)ToNativeTypeSignatureTypeMapperAdapter. getToNativeType(SignatureType type, ToNativeContext context) -
Uses of ToNativeType in jnr.ffi.provider
Classes in jnr.ffi.provider that implement ToNativeType Modifier and Type Class Description classParameterTypeclassToNativeType -
Uses of ToNativeType in jnr.ffi.provider.jffi
Methods in jnr.ffi.provider.jffi that return ToNativeType Modifier and Type Method Description ToNativeTypeAnnotationTypeMapper. getToNativeType(SignatureType type, ToNativeContext context)
-