Sha256: 4ce1aee8fc77d863551de33b53e5aa5e766237370284f90b615714c08ace1cf9
Contents?: true
Size: 258 Bytes
Versions: 108
Compression:
Stored size: 258 Bytes
Contents
package com.jrjackson; import com.fasterxml.jackson.core.*; import java.io.IOException; import org.jruby.Ruby; import org.jruby.RubyObject; public interface RubyKeyConverter { public RubyObject convert(Ruby ruby, JsonParser jp) throws IOException; }
Version data entries
108 entries across 94 versions & 18 rubygems