object OptionHandlers
Ordering
- Alphabetic
- By Inheritance
Inherited
- OptionHandlers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- object Default extends OptionHandlers
Default Option Handlers Uses readNullable and writesNullable
- object WritesNull extends OptionHandlers
Option Handlers to write JsNull when handling None Uses readNullable and writeOptionWithNull
OptionHandlers companion