Convert a Java type to an appropriate native type. The new type must be one of the following classes: Pointer Boolean Byte Short Character Integer NativeLong Long Float Double Structure String WString {@link
(Object value, ToNativeContext context)
| 50 | * </ul> |
| 51 | */ |
| 52 | Object toNative(Object value, ToNativeContext context); |
| 53 | /** Indicate the type expected from {@link #toNative}. */ |
| 54 | Class<?> nativeType(); |
| 55 | } |
no outgoing calls
no test coverage detected