public static final class DataConverters.MappedDataConverter extends NativeDataConverter
| Modifier and Type | Field and Description |
|---|---|
private MappedType |
converter |
| Constructor and Description |
|---|
MappedDataConverter(MappedType converter) |
| Modifier and Type | Method and Description |
|---|---|
IRubyObject |
fromNative(ThreadContext context,
IRubyObject obj) |
NativeType |
nativeType() |
IRubyObject |
toNative(ThreadContext context,
IRubyObject obj) |
isPostInvokeRequired, isReferenceRequiredprivate final MappedType converter
public MappedDataConverter(MappedType converter)
public NativeType nativeType()
nativeType in class NativeDataConverterpublic IRubyObject fromNative(ThreadContext context, IRubyObject obj)
fromNative in class NativeDataConverterpublic IRubyObject toNative(ThreadContext context, IRubyObject obj)
toNative in class NativeDataConverter