Class PropertyPreview


  • @Beta
    public class PropertyPreview
    extends java.lang.Object
    • Method Detail

      • getName

        public java.lang.String getName()
        Property name.
      • getType

        public PropertyPreview.Type getType()
        Object type. Accessor means that the property itself is an accessor property.
      • getValue

        public java.lang.String getValue()
        User-friendly property value string.
      • getValuePreview

        public ObjectPreview getValuePreview()
        Nested value preview.
      • getSubtype

        public PropertyPreview.Subtype getSubtype()
        Object subtype hint. Specified for `object` type values only.