OptionHandlers

play.api.libs.json.OptionHandlers
See theOptionHandlers companion trait

OptionHandlers companion

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Default extends OptionHandlers

Default Option Handlers Uses readNullable and writesNullable

Default Option Handlers Uses readNullable and writesNullable

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Default.type
object WritesNull extends OptionHandlers

Option Handlers to write JsNull when handling None Uses readNullable and writeOptionWithNull

Option Handlers to write JsNull when handling None Uses readNullable and writeOptionWithNull

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
WritesNull.type