Uses of Interface
jnr.ffi.mapper.FromNativeType
-
Packages that use FromNativeType Package Description jnr.ffi.mapper jnr.ffi.provider jnr.ffi.provider.jffi -
-
Uses of FromNativeType in jnr.ffi.mapper
Classes in jnr.ffi.mapper that implement FromNativeType Modifier and Type Class Description classAbstractFromNativeTypeprivate static classCachingTypeMapper.InvalidType(package private) static classFromNativeTypes.Cacheable(package private) static classFromNativeTypes.UnCacheableFields in jnr.ffi.mapper with type parameters of type FromNativeType Modifier and Type Field Description private java.util.Map<SignatureType,FromNativeType>CachingTypeMapper. fromNativeTypeMapMethods in jnr.ffi.mapper that return FromNativeType Modifier and Type Method Description static FromNativeTypeFromNativeTypes. create(FromNativeConverter converter)FromNativeTypeAbstractSignatureTypeMapper. getFromNativeType(SignatureType type, FromNativeContext context)FromNativeTypeCachingTypeMapper. getFromNativeType(SignatureType type, FromNativeContext context)FromNativeTypeCompositeTypeMapper. getFromNativeType(SignatureType type, FromNativeContext context)FromNativeTypeSignatureTypeMapper. getFromNativeType(SignatureType type, FromNativeContext context)FromNativeTypeSignatureTypeMapperAdapter. getFromNativeType(SignatureType type, FromNativeContext context)private FromNativeTypeCachingTypeMapper. lookupAndCacheFromNativeType(SignatureType signature, FromNativeContext context) -
Uses of FromNativeType in jnr.ffi.provider
Classes in jnr.ffi.provider that implement FromNativeType Modifier and Type Class Description classFromNativeTypeclassResultType -
Uses of FromNativeType in jnr.ffi.provider.jffi
Methods in jnr.ffi.provider.jffi that return FromNativeType Modifier and Type Method Description FromNativeTypeAnnotationTypeMapper. getFromNativeType(SignatureType type, FromNativeContext context)FromNativeTypeClosureTypeMapper. getFromNativeType(SignatureType type, FromNativeContext context)FromNativeTypeInvokerTypeMapper. getFromNativeType(SignatureType type, FromNativeContext context)Methods in jnr.ffi.provider.jffi with parameters of type FromNativeType Modifier and Type Method Description (package private) static java.util.Collection<java.lang.annotation.Annotation>InvokerUtil. getAnnotations(FromNativeType fromNativeType)(package private) static ResultTypeInvokerUtil. getResultType(Runtime runtime, java.lang.Class type, java.util.Collection<java.lang.annotation.Annotation> annotations, FromNativeType fromNativeType, FromNativeContext fromNativeContext)
-