-
public final class RemoteObjectMirror object referencing original JavaScript object.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final Stringsubtypeprivate final StringclassNameprivate final JsonElementvalueprivate final StringunserializableValueprivate final Stringdescriptionprivate final StringobjectIdprivate final ObjectPreviewpreviewprivate final CustomPreviewcustomPreview
-
Constructor Summary
Constructors Constructor Description RemoteObject(String type, String subtype, String className, JsonElement value, String unserializableValue, String description, String objectId, ObjectPreview preview, CustomPreview customPreview)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final JsonElementcomponent4()final Stringcomponent5()final Stringcomponent6()final Stringcomponent7()final ObjectPreviewcomponent8()final CustomPreviewcomponent9()final RemoteObjectcopy(String type, String subtype, String className, JsonElement value, String unserializableValue, String description, String objectId, ObjectPreview preview, CustomPreview customPreview)final StringgetType()Object type. final StringgetSubtype()Object subtype hint. final StringgetClassName()Object class (constructor) name. final JsonElementgetValue()Remote object value in case of primitive values or JSON values (if it was requested). final StringgetUnserializableValue()Primitive value which can not be JSON-stringified does not have value, but gets this property.final StringgetDescription()String representation of the object. final StringgetObjectId()Unique object identifier (for non-primitive values). final ObjectPreviewgetPreview()Preview containing abbreviated property values. final CustomPreviewgetCustomPreview()-
-
Constructor Detail
-
RemoteObject
RemoteObject(String type, String subtype, String className, JsonElement value, String unserializableValue, String description, String objectId, ObjectPreview preview, CustomPreview customPreview)
-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final JsonElement component4()
-
component5
final String component5()
-
component6
final String component6()
-
component7
final String component7()
-
component8
final ObjectPreview component8()
-
component9
final CustomPreview component9()
-
copy
final RemoteObject copy(String type, String subtype, String className, JsonElement value, String unserializableValue, String description, String objectId, ObjectPreview preview, CustomPreview customPreview)
-
getSubtype
final String getSubtype()
Object subtype hint. Specified for
objectorwasmtype values only.
-
getClassName
final String getClassName()
Object class (constructor) name. Specified for
objecttype values only.
-
getValue
final JsonElement getValue()
Remote object value in case of primitive values or JSON values (if it was requested).
-
getUnserializableValue
final String getUnserializableValue()
Primitive value which can not be JSON-stringified does not have
value, but gets this property.
-
getDescription
final String getDescription()
String representation of the object.
-
getObjectId
final String getObjectId()
Unique object identifier (for non-primitive values).
-
getPreview
final ObjectPreview getPreview()
Preview containing abbreviated property values. Specified for
objecttype values only.
-
getCustomPreview
final CustomPreview getCustomPreview()
-
-
-
-