public static final class DataConverters.ChainedDataConverter extends NativeDataConverter
Constructor and Description |
---|
DataConverters.ChainedDataConverter(NativeDataConverter first,
NativeDataConverter second) |
Modifier and Type | Method and Description |
---|---|
IRubyObject |
fromNative(ThreadContext context,
IRubyObject obj) |
NativeType |
nativeType() |
IRubyObject |
toNative(ThreadContext context,
IRubyObject obj) |
isPostInvokeRequired, isReferenceRequired
public DataConverters.ChainedDataConverter(NativeDataConverter first, NativeDataConverter second)
public NativeType nativeType()
nativeType
in class NativeDataConverter
public IRubyObject fromNative(ThreadContext context, IRubyObject obj)
fromNative
in class NativeDataConverter
public IRubyObject toNative(ThreadContext context, IRubyObject obj)
toNative
in class NativeDataConverter
Copyright © 2001-2015 JRuby. All Rights Reserved.