Sha256: 10a5fee2976d1cf586366a01bf56838fb6f01ba98f9cb9a8ddb592653bb88ac4
Contents?: true
Size: 244 Bytes
Versions: 3
Compression:
Stored size: 244 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(JsonParser jp) throws IOException; }
Version data entries
3 entries across 3 versions & 1 rubygems