Package org.asciidoctor.jruby.internal
Class RubyHashUtil
java.lang.Object
org.asciidoctor.jruby.internal.RubyHashUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jruby.RubyHashconvertMapToRubyHashWithStrings(org.jruby.Ruby rubyRuntime, Map<String, Object> attributes) static org.jruby.RubyHashconvertMapToRubyHashWithSymbols(org.jruby.Ruby rubyRuntime, Map<String, Object> options) static org.jruby.RubyHashconvertMapToRubyHashWithSymbolsIfNecessary(org.jruby.Ruby rubyRuntime, Map<Object, Object> options) convertRubyHashMapToMap(Map<Object, Object> rubyHashMap) convertRubyHashMapToStringObjectMap(org.jruby.RubyHash rubyHashMap) static org.jruby.RubyHashtoNoneSymbolsRubyHash(org.jruby.Ruby rubyRuntime, Map<String, Object> map)
-
Method Details
-
convertMapToRubyHashWithSymbolsIfNecessary
-
convertMapToRubyHashWithSymbols
-
convertMapToRubyHashWithStrings
-
convertRubyHashMapToMap
-
convertRubyHashMapToStringObjectMap
-
toNoneSymbolsRubyHash
-