org.jenkinsci.jruby
Class RubySymbolConverter
java.lang.Object
org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter<org.jruby.RubySymbol>
org.jenkinsci.jruby.RubySymbolConverter
- All Implemented Interfaces:
- com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
public class RubySymbolConverter
- extends AbstractRubyPrimitiveValueConverter<org.jruby.RubySymbol>
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RubySymbolConverter
public RubySymbolConverter(org.jruby.Ruby runtime)
toString
protected String toString(org.jruby.RubySymbol obj)
- Specified by:
toString in class AbstractRubyPrimitiveValueConverter<org.jruby.RubySymbol>
fromString
public org.jruby.RubySymbol fromString(String str)
- Specified by:
fromString in class AbstractRubyPrimitiveValueConverter<org.jruby.RubySymbol>
Copyright © 2004-2011. All Rights Reserved.