Package com.sun.jna
Schnittstelle FromNativeConverter
- Alle bekannten Unterschnittstellen:
TypeConverter
- Alle bekannten Implementierungsklassen:
EnumConverter
,NativeMappedConverter
public interface FromNativeConverter
Define conversion from a native type to the appropriate Java type.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfromNative
(Object nativeValue, FromNativeContext context) Convert the given native object into its Java representation using the given context.Class
<?> Indicate the native type used by this converter.
-
Methodendetails
-
fromNative
Convert the given native object into its Java representation using the given context. -
nativeType
Class<?> nativeType()Indicate the native type used by this converter.
-