object WritesNull extends OptionHandlers
Ordering
- Alphabetic
- By Inheritance
Inherited
- WritesNull
- OptionHandlers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def formatHandler[T](jsPath: JsPath)(implicit format: Format[T]): OFormat[Option[T]]
- Definition Classes
- OptionHandlers
- final def formatHandlerWithDefault[T](jsPath: JsPath, defaultValue: => Option[T])(implicit format: Format[T]): OFormat[Option[T]]
- Definition Classes
- OptionHandlers
- def readHandler[T](jsPath: JsPath)(implicit reads: Reads[T]): Reads[Option[T]]
- Definition Classes
- → OptionHandlers
- def readHandlerWithDefault[T](jsPath: JsPath, defaultValue: => Option[T])(implicit r: Reads[T]): Reads[Option[T]]
- Definition Classes
- OptionHandlers
- def writeHandler[T](jsPath: JsPath)(implicit writes: Writes[T]): OWrites[Option[T]]
- Definition Classes
- → OptionHandlers
Option Handlers to write JsNull when handling None Uses readNullable and writeOptionWithNull