object UnmarshallerNull extends Unmarshaller

Default unmarshaller that converts json format null value to scala null value.

Linear Supertypes
Unmarshaller, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnmarshallerNull
  2. Unmarshaller
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def equals(that: Any): Boolean
    Definition Classes
    Unmarshaller → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    Unmarshaller → AnyRef → Any
  3. def unmarshal(jsValue: JsValue): Any

    Converts json null value to scala null value.

    Converts json null value to scala null value.

    returns

    scala null value.

    Definition Classes
    UnmarshallerNullUnmarshaller