Interface Schemable


public interface Schemable
The Schemable mixin provides means for a data structure to describe itself. A Schema is useful when analyzing and debugging the an instance (data structure).
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Schema representing (describing) the this instance (data structure).
  • Method Details

    • toSchema

      Schema toSchema()
      Returns the Schema representing (describing) the this instance (data structure).
      Returns:
      The Schema representation (describing) this instance (data structure) for debugging and verification (or documentation) purposes.