Uses of Enum
org.jruby.RubyClass.MarshalType
Packages that use RubyClass.MarshalType
-
Uses of RubyClass.MarshalType in org.jruby
Fields in org.jruby declared as RubyClass.MarshalTypeModifier and TypeFieldDescriptionfinal RubyClass.MarshalTypeRubyClass.MarshalTuple.typeThe type of marshaling that will be performedMethods in org.jruby that return RubyClass.MarshalTypeModifier and TypeMethodDescriptionstatic RubyClass.MarshalTypeReturns the enum constant of this type with the specified name.static RubyClass.MarshalType[]RubyClass.MarshalType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jruby with parameters of type RubyClass.MarshalTypeModifierConstructorDescriptionMarshalTuple(CacheEntry entry, RubyClass.MarshalType type, int generation) Construct a new MarshalTuple with the given values.