Sha256: a944af3f113f5146cbc5ec190a55902810ba1bd503bb1b21de234a6cdfd87346
Contents?: true
Size: 255 Bytes
Versions: 3
Compression:
Stored size: 255 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
3 entries across 3 versions & 1 rubygems