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