Uses of Class
jnr.ffi.mapper.FromNativeConverter.NoContext
-
Packages that use FromNativeConverter.NoContext Package Description jnr.ffi.provider.converters jnr.ffi.provider.jffi jnr.ffi.util -
-
Uses of FromNativeConverter.NoContext in jnr.ffi.provider.converters
Classes in jnr.ffi.provider.converters with annotations of type FromNativeConverter.NoContext Modifier and Type Class Description class
EnumConverter
class
NativeLongConverter
class
StringResultConverter
Converts a native pointer result into a java String -
Uses of FromNativeConverter.NoContext in jnr.ffi.provider.jffi
Classes in jnr.ffi.provider.jffi with annotations of type FromNativeConverter.NoContext Modifier and Type Class Description class
AsmStructByReferenceFromNativeConverter
-
Uses of FromNativeConverter.NoContext in jnr.ffi.util
Classes in jnr.ffi.util with annotations of type FromNativeConverter.NoContext Modifier and Type Class Description class
EnumMapper
Provides mapping from Enum values to native integers and vice-versa
-