public static final class DataConverters.CallbackDataConverter extends NativeDataConverter
| Constructor and Description |
|---|
CallbackDataConverter(CallbackInfo cbInfo) |
| Modifier and Type | Method and Description |
|---|---|
IRubyObject |
fromNative(ThreadContext context,
IRubyObject obj) |
NativeType |
nativeType() |
IRubyObject |
toNative(ThreadContext context,
IRubyObject obj) |
isPostInvokeRequired, isReferenceRequiredpublic CallbackDataConverter(CallbackInfo cbInfo)
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 NativeDataConverterCopyright © 2001–2024 JRuby. All rights reserved.