NoTypeHints

case object NoTypeHints extends TypeHints

Do not use any type hints.

Do not use any type hints.

trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait TypeHints
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

Value members

Concrete methods

def classFor(hint: String, parent: Class[_]): Option[Class[_]]
def hintFor(clazz: Class[_]): Option[String]
override def shouldExtractHints(clazz: Class[_]): Boolean
Definition Classes

Inherited methods

def +(hints: TypeHints): TypeHints

Adds the specified type hints to this type hints.

Adds the specified type hints to this type hints.

Inherited from
TypeHints
def components: List[TypeHints]
Inherited from
TypeHints
def containsHint(clazz: Class[_]): Boolean
Inherited from
TypeHints
def deserialize: PartialFunction[(String, JObject), Any]
Inherited from
TypeHints
def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
def isTypeHintField(f: JField, parent: Class[_]): Boolean
Inherited from
TypeHints
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def serialize: PartialFunction[Any, JObject]
Inherited from
TypeHints
def typeHintFieldName: String

The name of the field in JSON where type hints are added (jsonClass by default)

The name of the field in JSON where type hints are added (jsonClass by default)

Inherited from
TypeHints
def typeHintFieldNameForClass(clazz: Class[_]): Option[String]
Inherited from
TypeHints
def typeHintFieldNameForHint(hint: String, parent: Class[_]): Option[String]
Inherited from
TypeHints

Concrete fields

val hints: List[Class[_]]