A C F J M O R S T U

A

AbstractRubyPrimitiveValueConverter<T extends org.jruby.runtime.builtin.IRubyObject> - Class in org.jenkinsci.jruby
 
AbstractRubyPrimitiveValueConverter(Ruby, Class<T>) - Constructor for class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 

C

canConvert(Class) - Method in class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 
canConvert(Class) - Method in class org.jenkinsci.jruby.JavaProxyConverter
 
canConvert(Class) - Method in class org.jenkinsci.jruby.JRubyXStreamConverter
 
canConvert(Class) - Method in class org.jenkinsci.jruby.RubyArrayConverter
 
canConvert(Class) - Method in class org.jenkinsci.jruby.RubyHashConverter
 

F

fromString(String) - Method in class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 
fromString(String) - Method in class org.jenkinsci.jruby.RubyBooleanConverter
 
fromString(String) - Method in class org.jenkinsci.jruby.RubyFixnumConverter
 
fromString(String) - Method in class org.jenkinsci.jruby.RubyIntegerConverter
 
fromString(String) - Method in class org.jenkinsci.jruby.RubyStringConverter
 
fromString(String) - Method in class org.jenkinsci.jruby.RubySymbolConverter
 

J

JavaProxyConverter - Class in org.jenkinsci.jruby
Converts instances of Java classes that represent Ruby objects whose classes derive from some existing Java class.
JavaProxyConverter(Ruby, XStream, AbstractReflectionConverter) - Constructor for class org.jenkinsci.jruby.JavaProxyConverter
 
JRubyMapper - Class in org.jenkinsci.jruby
Set the proper alias for JRuby objects and proxy objects, so that implementation detail class names won't leak out to the persisted form.
JRubyMapper(Mapper) - Constructor for class org.jenkinsci.jruby.JRubyMapper
 
JRubyMapper.DynamicProxy - Class in org.jenkinsci.jruby
Place holder type used for dynamic proxies.
JRubyMapper.DynamicProxy() - Constructor for class org.jenkinsci.jruby.JRubyMapper.DynamicProxy
 
JRubyXStream - Class in org.jenkinsci.jruby
Entry point to the JRuby/XStream support.
JRubyXStream() - Constructor for class org.jenkinsci.jruby.JRubyXStream
 
JRubyXStreamConverter - Class in org.jenkinsci.jruby
Converter for converting generic JRuby objects.
JRubyXStreamConverter(XStream, Ruby) - Constructor for class org.jenkinsci.jruby.JRubyXStreamConverter
 

M

mapper - Variable in class org.jenkinsci.jruby.JRubyXStreamConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jenkinsci.jruby.JavaProxyConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jenkinsci.jruby.JRubyXStreamConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jenkinsci.jruby.RubyArrayConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jenkinsci.jruby.RubyHashConverter
 

O

org.jenkinsci.jruby - package org.jenkinsci.jruby
 

R

realClass(String) - Method in class org.jenkinsci.jruby.JRubyMapper
 
register(XStream, Ruby) - Static method in class org.jenkinsci.jruby.JRubyXStream
Registers all the Ruby-related converters to the given XStream.
register(XStream, ScriptingContainer) - Static method in class org.jenkinsci.jruby.JRubyXStream
 
RubyArrayConverter - Class in org.jenkinsci.jruby
 
RubyArrayConverter(Ruby) - Constructor for class org.jenkinsci.jruby.RubyArrayConverter
 
RubyBooleanConverter - Class in org.jenkinsci.jruby
 
RubyBooleanConverter(Ruby) - Constructor for class org.jenkinsci.jruby.RubyBooleanConverter
 
RubyFixnumConverter - Class in org.jenkinsci.jruby
 
RubyFixnumConverter(Ruby) - Constructor for class org.jenkinsci.jruby.RubyFixnumConverter
 
RubyHashConverter - Class in org.jenkinsci.jruby
 
RubyHashConverter(Ruby) - Constructor for class org.jenkinsci.jruby.RubyHashConverter
 
RubyIntegerConverter - Class in org.jenkinsci.jruby
 
RubyIntegerConverter(Ruby) - Constructor for class org.jenkinsci.jruby.RubyIntegerConverter
 
RubyStringConverter - Class in org.jenkinsci.jruby
 
RubyStringConverter(Ruby) - Constructor for class org.jenkinsci.jruby.RubyStringConverter
 
RubySymbolConverter - Class in org.jenkinsci.jruby
 
RubySymbolConverter(Ruby) - Constructor for class org.jenkinsci.jruby.RubySymbolConverter
 
runtime - Variable in class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 

S

serializedClass(Class) - Method in class org.jenkinsci.jruby.JRubyMapper
 
shouldSerializeMember(Class, String) - Method in class org.jenkinsci.jruby.JRubyMapper
 

T

toString(T) - Method in class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 
toString(RubyBoolean) - Method in class org.jenkinsci.jruby.RubyBooleanConverter
 
toString(RubyFixnum) - Method in class org.jenkinsci.jruby.RubyFixnumConverter
 
toString(RubyBignum) - Method in class org.jenkinsci.jruby.RubyIntegerConverter
 
toString(RubyString) - Method in class org.jenkinsci.jruby.RubyStringConverter
 
toString(RubySymbol) - Method in class org.jenkinsci.jruby.RubySymbolConverter
 
type - Variable in class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 

U

unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jenkinsci.jruby.AbstractRubyPrimitiveValueConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jenkinsci.jruby.JavaProxyConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jenkinsci.jruby.JRubyXStreamConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jenkinsci.jruby.RubyArrayConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jenkinsci.jruby.RubyHashConverter
 

A C F J M O R S T U

Copyright © 2004-2011. All Rights Reserved.