public class DataConverter extends Object
Constructor and Description |
---|
DataConverter() |
Modifier and Type | Method and Description |
---|---|
static RubyModule |
createDataConverterModule(Ruby runtime,
RubyModule module) |
static IRubyObject |
from_native(ThreadContext context,
IRubyObject self,
IRubyObject value,
IRubyObject ctx) |
static IRubyObject |
native_type(ThreadContext context,
IRubyObject self,
IRubyObject[] args) |
static IRubyObject |
reference_required_p(ThreadContext context,
IRubyObject self) |
static IRubyObject |
reference_required(ThreadContext context,
IRubyObject self,
IRubyObject[] args) |
static IRubyObject |
to_native(ThreadContext context,
IRubyObject self,
IRubyObject value,
IRubyObject ctx) |
public static RubyModule createDataConverterModule(Ruby runtime, RubyModule module)
public static IRubyObject native_type(ThreadContext context, IRubyObject self, IRubyObject[] args)
public static IRubyObject to_native(ThreadContext context, IRubyObject self, IRubyObject value, IRubyObject ctx)
public static IRubyObject from_native(ThreadContext context, IRubyObject self, IRubyObject value, IRubyObject ctx)
public static IRubyObject reference_required_p(ThreadContext context, IRubyObject self)
public static IRubyObject reference_required(ThreadContext context, IRubyObject self, IRubyObject[] args)
Copyright © 2001-2015 JRuby. All Rights Reserved.