Package org.jruby.javasupport
Class JavaField
java.lang.Object
org.jruby.javasupport.JavaAccessibleObject
org.jruby.javasupport.JavaField
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.private static IRubyObjectconvertToRuby(Ruby runtime, Object javaValue) Deprecated.private ObjectconvertValueToJava(IRubyObject value) Deprecated.static RubyClasscreateJavaFieldClass(Ruby runtime, RubyModule javaModule) Deprecated.enum_constant_p(ThreadContext context) Deprecated.final booleanDeprecated.field_type(ThreadContext context) Deprecated.final_p(ThreadContext context) Deprecated.final FieldgetValue()Deprecated.final inthashCode()Deprecated.name(ThreadContext context) Deprecated.public_p(ThreadContext context) Deprecated.set_static_value(ThreadContext context, IRubyObject value) Deprecated.set_value(ThreadContext context, IRubyObject object, IRubyObject value) Deprecated.static_p(ThreadContext context) Deprecated.static_value(ThreadContext context) Deprecated.to_generic_string(ThreadContext context) Deprecated.private ObjectunwrapJavaObject(ThreadContext context, IRubyObject object) Deprecated.value(ThreadContext context, IRubyObject object) Deprecated.value_type(ThreadContext context) Deprecated.Methods inherited from class org.jruby.javasupport.JavaAccessibleObject
annotation, annotation_present_p, annotations, annotations_p, declared_annotations, declared_annotations_p, declaring_class, hash, isAccessible, modifiers, op_equal, registerRubyMethods, same, same, setAccessible, synthetic_p, to_string, toString
-
Field Details
-
field
Deprecated.
-
-
Constructor Details
-
JavaField
Deprecated.
-
-
Method Details
-
getValue
Deprecated. -
createJavaFieldClass
Deprecated. -
equals
Deprecated.- Overrides:
equalsin classJavaAccessibleObject
-
hashCode
public final int hashCode()Deprecated.- Overrides:
hashCodein classJavaAccessibleObject
-
value_type
Deprecated. -
public_p
Deprecated. -
static_p
Deprecated. -
enum_constant_p
Deprecated. -
to_generic_string
Deprecated. -
field_type
Deprecated. -
value
Deprecated. -
set_value
Deprecated. -
final_p
Deprecated. -
static_value
Deprecated. -
set_static_value
Deprecated. -
name
Deprecated.- Overrides:
namein classJavaAccessibleObject
-
accessibleObject
Deprecated.- Specified by:
accessibleObjectin classJavaAccessibleObject
-
unwrapJavaObject
Deprecated.- Throws:
RaiseException
-
convertValueToJava
Deprecated. -
convertToRuby
Deprecated.
-