Class RubyHashUtil

java.lang.Object
org.asciidoctor.jruby.internal.RubyHashUtil

public class RubyHashUtil extends Object
  • Method Details

    • convertMapToRubyHashWithSymbolsIfNecessary

      public static org.jruby.RubyHash convertMapToRubyHashWithSymbolsIfNecessary(org.jruby.Ruby rubyRuntime, Map<Object,Object> options)
    • convertMapToRubyHashWithSymbols

      public static org.jruby.RubyHash convertMapToRubyHashWithSymbols(org.jruby.Ruby rubyRuntime, Map<String,Object> options)
    • convertMapToRubyHashWithStrings

      public static org.jruby.RubyHash convertMapToRubyHashWithStrings(org.jruby.Ruby rubyRuntime, Map<String,Object> attributes)
    • convertRubyHashMapToMap

      public static Map<Object,Object> convertRubyHashMapToMap(Map<Object,Object> rubyHashMap)
    • convertRubyHashMapToStringObjectMap

      public static Map<String,Object> convertRubyHashMapToStringObjectMap(org.jruby.RubyHash rubyHashMap)
    • toNoneSymbolsRubyHash

      public static org.jruby.RubyHash toNoneSymbolsRubyHash(org.jruby.Ruby rubyRuntime, Map<String,Object> map)