Sha256: 784f2271dc0949782ad453d105cde05097fe8bf284df3998c055e987aa13dc9d
Contents?: true
Size: 557 Bytes
Versions: 5
Compression:
Stored size: 557 Bytes
Contents
# require 'jruby_coercion/registry' # # module ::JrubyCoercion::JavaToRuby # # class Registry < ::JrubyCoercion::Registry # # DEFAULT_CONVERTER = lambda { |val| val } # # ## # # Override for new_registry_entry_for_type in JavaToRuby # # that calls # # # def self.new_registry_entry_for_type(from_type) # new_type_registry = Java::JavaUtilConcurrent::ConcurrentHashMap.new # new_type_registry[::JrubyCoercion::Registry::DEFAULT_KEY] = DEFAULT_CONVERTER # # return new_type_registry # end # end # # end
Version data entries
5 entries across 5 versions & 1 rubygems