Class JsonToken
public class JsonToken : Enum<JsonToken>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<JsonToken>>, IComparable<JsonToken>, ISerializable
- Inheritance
-
JsonToken
- Implements
- Inherited Members
- Extension Methods
Constructors
JsonToken(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public JsonToken(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BEGIN_ARRAY
public static JsonToken BEGIN_ARRAY { get; set; }
Property Value
BEGIN_OBJECT
public static JsonToken BEGIN_OBJECT { get; set; }
Property Value
BOOLEAN
public static JsonToken BOOLEAN { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
END_ARRAY
public static JsonToken END_ARRAY { get; set; }
Property Value
END_DOCUMENT
public static JsonToken END_DOCUMENT { get; set; }
Property Value
END_OBJECT
public static JsonToken END_OBJECT { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
NAME
public static JsonToken NAME { get; set; }
Property Value
NULL
public static JsonToken NULL { get; set; }
Property Value
NUMBER
public static JsonToken NUMBER { get; set; }
Property Value
STRING
public static JsonToken STRING { get; set; }
Property Value
Methods
ValueOf(String)
public static JsonToken ValueOf(String arg0)
Parameters
Returns
Values()
public static JsonToken[] Values()