com.sun.jna
public class NativeMappedConverter extends Object implements TypeConverter
| Constructor Summary | |
|---|---|
| NativeMappedConverter(Class type) | |
| Method Summary | |
|---|---|
| NativeMapped | defaultValue() |
| Object | fromNative(Object nativeValue, FromNativeContext context) |
| static NativeMappedConverter | getInstance(Class cls) |
| Class | nativeType() |
| Object | toNative(Object value, ToNativeContext context) |