DefaultTypeRegistry

io.github.vigoo.desert.DefaultTypeRegistry
See theDefaultTypeRegistry companion object
class DefaultTypeRegistry(byId: Map[RegisteredTypeId, RegisteredType[_]], ordered: List[RegisteredType[_]]) extends TypeRegistry

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def forId(id: RegisteredTypeId): Option[RegisteredType[_]]

Attributes

Definition Classes
override def get(any: Any): Option[RegisteredType[_]]

Attributes

Definition Classes