Interface JSONScalarValueDescriptor

All Superinterfaces:
com.buschmais.xo.api.CompositeObject, Descriptor, JSONDescriptor, JSONValueDescriptor

@Label("Scalar") public interface JSONScalarValueDescriptor extends JSONValueDescriptor
Represents a scalar value found in a JSON document.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    Methods inherited from interface com.buschmais.xo.api.CompositeObject

    as, getDelegate, getId
  • Method Details

    • getValue

      @Property("value") Object getValue()
    • setValue

      void setValue(Object value)