-
public final class PropertyPreview
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Stringtypeprivate final Stringvalueprivate final ObjectPreviewvaluePreviewprivate final Stringsubtype
-
Constructor Summary
Constructors Constructor Description PropertyPreview(String name, String type, String value, ObjectPreview valuePreview, String subtype)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final ObjectPreviewcomponent4()final Stringcomponent5()final PropertyPreviewcopy(String name, String type, String value, ObjectPreview valuePreview, String subtype)final StringgetName()Property name. final StringgetType()Object type. final StringgetValue()User-friendly property value string. final ObjectPreviewgetValuePreview()Nested value preview. final StringgetSubtype()Object subtype hint. -
-
Constructor Detail
-
PropertyPreview
PropertyPreview(String name, String type, String value, ObjectPreview valuePreview, String subtype)
-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final ObjectPreview component4()
-
component5
final String component5()
-
copy
final PropertyPreview copy(String name, String type, String value, ObjectPreview valuePreview, String subtype)
-
getType
final String getType()
Object type. Accessor means that the property itself is an accessor property.
-
getValuePreview
final ObjectPreview getValuePreview()
Nested value preview.
-
getSubtype
final String getSubtype()
Object subtype hint. Specified for
objecttype values only.
-
-
-
-