LocalDefinitions

net.hamnaberg.schema.LocalDefinitions
See theLocalDefinitions companion object
final case class LocalDefinitions(value: ListMap[String, Schema[Json]])

Attributes

Companion
object
Source
Schema.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def get(name: String): Option[Schema[Json]]

Attributes

Source
Schema.scala

Attributes

Source
Schema.scala
def put(ref: String, schema: Schema[Json]): LocalDefinitions

Attributes

Source
Schema.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product