case class SchemaInfo(definedIn: Option[Class[_]]) extends Product with Serializable

carry extra information on where a schema element is being defined, e.g. when we want to be able to refer back that node XYZ was defined in BaseSchema, e.g. for documentation

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaInfo
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SchemaInfo(definedIn: Option[Class[_]])

Value Members

  1. val definedIn: Option[Class[_]]
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product