ConstraintFormat

play.api.libs.json.ConstraintFormat

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Format.type

Members list

Value members

Concrete methods

def of[A](implicit fmt: Format[A]): Format[A]
def optionWithNull[A](implicit fmt: Format[A]): Format[Option[A]]