org.asciidoctor.internal
Class RubyHashUtil

java.lang.Object
  extended by org.asciidoctor.internal.RubyHashUtil

public class RubyHashUtil
extends Object


Method Summary
static org.jruby.RubyHash convertMapToRubyHashWithSymbols(org.jruby.Ruby rubyRuntime, Map<String,Object> options)
           
static Map<String,Object> convertRubyHashMapToMap(Map<org.jruby.RubySymbol,Object> rubyHashMap)
           
static org.jruby.RubyHash toNoneSymbolsRubyHash(org.jruby.Ruby rubyRuntime, Map<String,Object> map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convertMapToRubyHashWithSymbols

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

convertRubyHashMapToMap

public static Map<String,Object> convertRubyHashMapToMap(Map<org.jruby.RubySymbol,Object> rubyHashMap)

toNoneSymbolsRubyHash

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


Copyright © 2013. All Rights Reserved.