NoTypeHints

case object NoTypeHints extends TypeHints

Do not use any type hints.

Source:
NoTypeHints.scala
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
Source:
Mirror.scala
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredMonoType = Singleton
Inherited from:
Singleton
Source:
Mirror.scala
type MirroredType = Singleton
Inherited from:
Singleton
Source:
Mirror.scala

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
Source:
NoTypeHints.scala

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
Source:
TypeHints.scala
Inherited from:
TypeHints
Source:
TypeHints.scala
def containsHint(clazz: Class[_]): Boolean
Inherited from:
TypeHints
Source:
TypeHints.scala
def deserialize: PartialFunction[(String, JObject), Any]
Inherited from:
TypeHints
Source:
TypeHints.scala
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
Source:
Mirror.scala
def isTypeHintField(f: JField, parent: Class[_]): Boolean
Inherited from:
TypeHints
Source:
TypeHints.scala
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def serialize: PartialFunction[Any, JObject]
Inherited from:
TypeHints
Source:
TypeHints.scala
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
Source:
TypeHints.scala
def typeHintFieldNameForClass(clazz: Class[_]): Option[String]
Inherited from:
TypeHints
Source:
TypeHints.scala
def typeHintFieldNameForHint(hint: String, parent: Class[_]): Option[String]
Inherited from:
TypeHints
Source:
TypeHints.scala

Concrete fields

val hints: List[Class[_]]