TemporalFormatter

play.api.libs.json.EnvWrites.TemporalFormatter
See theTemporalFormatter companion object
trait TemporalFormatter[T <: Temporal]

Typeclass to implement way of formatting of Java8 temporal types.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def format(temporal: T): String