DefaultTypeMapper
, W32APITypeMapper
public interface TypeMapper
Modifier and Type | Method | Description |
---|---|---|
FromNativeConverter |
getFromNativeConverter(Class<?> javaType) |
Return the
FromNativeConverter appropriate for the given Java class. |
ToNativeConverter |
getToNativeConverter(Class<?> javaType) |
Return the
ToNativeConverter appropriate for the given Java class. |
FromNativeConverter getFromNativeConverter(Class<?> javaType)
FromNativeConverter
appropriate for the given Java class.javaType
- Java class representation of the native type.ToNativeConverter getToNativeConverter(Class<?> javaType)
ToNativeConverter
appropriate for the given Java class.javaType
- Java class representation of the native type.