|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FromNativeConverter
Define conversion from a native type to the appropriate Java type.
Method Summary | |
---|---|
Object |
fromNative(Object nativeValue,
FromNativeContext context)
Convert the given native object into its Java representation using the given context. |
Class |
nativeType()
Indicate the native type used by this converter. |
Method Detail |
---|
Object fromNative(Object nativeValue, FromNativeContext context)
Class nativeType()
|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |