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 classEnumConverterclassNativeLongConverterParameter and return type support for the old NativeLong typeclassStringResultConverterConverts 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 classAsmStructByReferenceFromNativeConverter -
Uses of FromNativeConverter.NoContext in jnr.ffi.util
Classes in jnr.ffi.util with annotations of type FromNativeConverter.NoContext Modifier and Type Class Description classEnumMapperProvides mapping from Enum values to native integers and vice-versa
-