DocumentCache

com.eclipsesource.schema.internal.refs.DocumentCache
case class DocumentCache(mapping: Map[String, SchemaType])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def add(id: Ref)(schemaType: SchemaType): DocumentCache
def addAll(schemas: Map[String, SchemaType]): DocumentCache
def apply(ref: Ref): SchemaType
def contains(ref: Ref): Boolean
def get(ref: Ref): Option[SchemaType]
def get(s: String): Option[SchemaType]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product