final class ClosureTypeMapper extends java.lang.Object implements SignatureTypeMapper
Constructor and Description |
---|
ClosureTypeMapper() |
Modifier and Type | Method and Description |
---|---|
private FromNativeConverter |
getFromNativeConverter(SignatureType type,
FromNativeContext context) |
FromNativeType |
getFromNativeType(SignatureType type,
FromNativeContext context) |
private ToNativeConverter |
getToNativeConverter(SignatureType type,
ToNativeContext context) |
ToNativeType |
getToNativeType(SignatureType type,
ToNativeContext context) |
private FromNativeConverter getFromNativeConverter(SignatureType type, FromNativeContext context)
private ToNativeConverter getToNativeConverter(SignatureType type, ToNativeContext context)
public FromNativeType getFromNativeType(SignatureType type, FromNativeContext context)
getFromNativeType
in interface SignatureTypeMapper
public ToNativeType getToNativeType(SignatureType type, ToNativeContext context)
getToNativeType
in interface SignatureTypeMapper