Class ObjectPreview


  • @Beta
    public class ObjectPreview
    extends java.lang.Object
    Object containing abbreviated remote object value.
    • Method Detail

      • getSubtype

        public java.util.Optional<ObjectPreview.Subtype> getSubtype()
        Object subtype hint. Specified for `object` type values only.
      • getDescription

        public java.util.Optional<java.lang.String> getDescription()
        String representation of the object.
      • getOverflow

        public java.lang.Boolean getOverflow()
        True iff some of the properties or entries of the original object did not fit.
      • getProperties

        public java.util.List<PropertyPreview> getProperties()
        List of the properties.
      • getEntries

        public java.util.Optional<java.util.List<EntryPreview>> getEntries()
        List of the entries. Specified for `map` and `set` subtype values only.