Package com.sun.jna
Class FromNativeContext
java.lang.Object
com.sun.jna.FromNativeContext
- Direct Known Subclasses:
CallbackParameterContext
,FunctionResultContext
,StructureReadContext
Provides context for converting a native value into a Java type.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FromNativeContext
FromNativeContext(Class<?> javaType)
-
-
Method Details
-
getTargetType
The desired Java type of the result.
-