Uses of Interface
jnr.ffi.mapper.FromNativeConverter
-
Packages that use FromNativeConverter Package Description jnr.ffi jnr.ffi.mapper jnr.ffi.provider jnr.ffi.provider.converters jnr.ffi.provider.jffi -
-
Uses of FromNativeConverter in jnr.ffi
Methods in jnr.ffi with parameters of type FromNativeConverter Modifier and Type Method Description <J> LibraryLoader<T>LibraryLoader. map(java.lang.Class<? extends J> javaType, FromNativeConverter<? extends J,?> fromNativeConverter)Adds a custom java type mapping. -
Uses of FromNativeConverter in jnr.ffi.mapper
Subinterfaces of FromNativeConverter in jnr.ffi.mapper Modifier and Type Interface Description interfaceDataConverter<J,N>Classes in jnr.ffi.mapper that implement FromNativeConverter Modifier and Type Class Description classAbstractDataConverter<J,N>Fields in jnr.ffi.mapper declared as FromNativeConverter Modifier and Type Field Description private FromNativeConverterAbstractFromNativeType. converterFields in jnr.ffi.mapper with type parameters of type FromNativeConverter Modifier and Type Field Description private java.util.Map<java.lang.Class,FromNativeConverter<?,?>>TypeMapper.Builder. fromNativeConverterMapprivate java.util.Map<java.lang.Class,FromNativeConverter>DefaultTypeMapper. fromNativeConvertersprivate java.util.Map<java.lang.Class,FromNativeConverter<?,?>>SimpleTypeMapper. fromNativeConvertersMethods in jnr.ffi.mapper that return FromNativeConverter Modifier and Type Method Description FromNativeConverterAbstractFromNativeType. getFromNativeConverter()FromNativeConverterCachingTypeMapper.InvalidType. getFromNativeConverter()FromNativeConverterDefaultTypeMapper. getFromNativeConverter(java.lang.Class type)FromNativeConverterFromNativeType. getFromNativeConverter()FromNativeConverterSimpleTypeMapper. getFromNativeConverter(java.lang.Class type)FromNativeConverterTypeMapper. getFromNativeConverter(java.lang.Class type)Methods in jnr.ffi.mapper with parameters of type FromNativeConverter Modifier and Type Method Description static FromNativeTypeFromNativeTypes. create(FromNativeConverter converter)<T> TypeMapper.BuilderTypeMapper.Builder. map(java.lang.Class<? extends T> javaType, FromNativeConverter<? extends T,?> fromNativeConverter)voidDefaultTypeMapper. put(java.lang.Class javaClass, FromNativeConverter converter)Constructors in jnr.ffi.mapper with parameters of type FromNativeConverter Constructor Description AbstractFromNativeType(FromNativeConverter converter)Cacheable(FromNativeConverter converter)UnCacheable(FromNativeConverter converter) -
Uses of FromNativeConverter in jnr.ffi.provider
Fields in jnr.ffi.provider declared as FromNativeConverter Modifier and Type Field Description private FromNativeConverterFromNativeType. fromNativeConverterMethods in jnr.ffi.provider that return FromNativeConverter Modifier and Type Method Description FromNativeConverterFromNativeType. getFromNativeConverter()FromNativeConverterNullTypeMapper. getFromNativeConverter(java.lang.Class type)Constructors in jnr.ffi.provider with parameters of type FromNativeConverter Constructor Description FromNativeType(java.lang.Class javaType, NativeType nativeType, java.util.Collection<java.lang.annotation.Annotation> annotations, FromNativeConverter fromNativeConverter, FromNativeContext fromNativeContext)ResultType(java.lang.Class javaType, NativeType nativeType, java.util.Collection<java.lang.annotation.Annotation> annotations, FromNativeConverter fromNativeConverter, FromNativeContext fromNativeContext) -
Uses of FromNativeConverter in jnr.ffi.provider.converters
Classes in jnr.ffi.provider.converters that implement FromNativeConverter Modifier and Type Class Description classEnumConverterclassEnumSetConverterclassNativeLongConverterParameter and return type support for the old NativeLong typeclassStringResultConverterConverts a native pointer result into a java StringclassStructByReferenceFromNativeConverterConverts a native pointer result into aStructFields in jnr.ffi.provider.converters declared as FromNativeConverter Modifier and Type Field Description private static FromNativeConverter<java.lang.String,Pointer>StringResultConverter. DEFAULTMethods in jnr.ffi.provider.converters that return FromNativeConverter Modifier and Type Method Description static FromNativeConverter<java.util.Set<? extends java.lang.Enum>,java.lang.Integer>EnumSetConverter. getFromNativeConverter(SignatureType type, FromNativeContext fromNativeContext)static FromNativeConverter<java.lang.String,Pointer>StringResultConverter. getInstance(java.nio.charset.Charset cs)static FromNativeConverter<java.lang.String,Pointer>StringResultConverter. getInstance(FromNativeContext fromNativeContext)static FromNativeConverter<Struct,Pointer>StructByReferenceFromNativeConverter. getInstance(java.lang.Class structClass, FromNativeContext toNativeContext) -
Uses of FromNativeConverter in jnr.ffi.provider.jffi
Subinterfaces of FromNativeConverter in jnr.ffi.provider.jffi Modifier and Type Interface Description (package private) static interfaceDefaultInvokerFactory.ResultConverter<J,N>Fields in jnr.ffi.provider.jffi declared as FromNativeConverter Modifier and Type Field Description private FromNativeConverterDefaultInvokerFactory.ConvertingInvoker. fromNativeConverterprivate FromNativeConverterReflectionVariableAccessorGenerator.ConvertingVariable. fromNativeConverterFields in jnr.ffi.provider.jffi with type parameters of type FromNativeConverter Modifier and Type Field Description private java.util.Map<java.lang.Class<? extends Struct>,FromNativeConverter<? extends Struct,Pointer>>StructByReferenceResultConverterFactory. convertersprivate java.util.Map<FromNativeConverter,AsmBuilder.ObjectField>AsmBuilder. fromNativeConvertersMethods in jnr.ffi.provider.jffi that return FromNativeConverter Modifier and Type Method Description private FromNativeConverter<? extends Struct,Pointer>StructByReferenceResultConverterFactory. createConverter(Runtime runtime, java.lang.Class<? extends Struct> structClass, FromNativeContext fromNativeContext)FromNativeConverter<? extends Struct,Pointer>StructByReferenceResultConverterFactory. get(java.lang.Class<? extends Struct> structClass, FromNativeContext fromNativeContext)private FromNativeConverterClosureTypeMapper. getFromNativeConverter(SignatureType type, FromNativeContext context)FromNativeConverterInvokerTypeMapper. getFromNativeConverter(SignatureType signatureType, FromNativeContext fromNativeContext)static FromNativeConverter<?,Pointer>ClosureFromNativeConverter. getInstance(Runtime runtime, SignatureType type, AsmClassLoader classLoader, SignatureTypeMapper typeMapper)private static FromNativeConverterClosureFromNativeConverter. newClosureConverter(Runtime runtime, AsmClassLoader classLoader, java.lang.Class closureClass, SignatureTypeMapper typeMapper)Methods in jnr.ffi.provider.jffi with parameters of type FromNativeConverter Modifier and Type Method Description (package private) VariableVariableAccessorGenerator. buildVariableAccessor(Runtime runtime, long address, java.lang.Class interfaceClass, java.lang.Class javaType, java.util.Collection<java.lang.annotation.Annotation> annotations, ToNativeConverter toNativeConverter, FromNativeConverter fromNativeConverter, AsmClassLoader classLoader)(package private) static java.util.Collection<java.lang.annotation.Annotation>ConverterMetaData. getAnnotations(FromNativeConverter fromNativeConverter)(package private) static VariableReflectionVariableAccessorGenerator. getConvertingVariable(Variable nativeVariable, ToNativeConverter toNativeConverter, FromNativeConverter fromNativeConverter)(package private) AsmBuilder.ObjectFieldAsmBuilder. getFromNativeConverterField(FromNativeConverter converter)(package private) java.lang.StringAsmBuilder. getFromNativeConverterName(FromNativeConverter converter)(package private) static ResultTypeInvokerUtil. getResultType(Runtime runtime, java.lang.Class type, java.util.Collection<java.lang.annotation.Annotation> annotations, FromNativeConverter fromNativeConverter, FromNativeContext fromNativeContext)Constructors in jnr.ffi.provider.jffi with parameters of type FromNativeConverter Constructor Description ConvertingInvoker(FromNativeConverter converter, FromNativeContext context, DefaultInvokerFactory.FunctionInvoker nativeInvoker)ConvertingVariable(Variable variable, ToNativeConverter toNativeConverter, FromNativeConverter fromNativeConverter)
-