Showing content from https://www.playframework.com/documentation/2.5.x/api/scala/play/api/data/format/Formats$.html below:
Formats - play.api.data.format.Formats
final def !=(arg0: Any): Boolean
final def ##(): Int
final def ==(arg0: Any): Boolean
final def asInstanceOf[T0]: T0
def bigDecimalFormat(precision: Option[(Int, Int)]): Formatter[BigDecimal]
Default formatter for the BigDecimal
type.
implicit val bigDecimalFormat: Formatter[BigDecimal]
Default formatter for the BigDecimal
type with no precision
implicit def booleanFormat: Formatter[Boolean]
Default formatter for the Boolean
type.
implicit def byteFormat: Formatter[Byte]
Default formatter for the Byte
type.
implicit def charFormat: Formatter[Char]
Default formatter for the Char
type.
def clone(): AnyRef
def dateFormat(pattern: String, timeZone: TimeZone = TimeZone.getDefault): Formatter[Date]
Formatter for the java.util.Date
type.
implicit val dateFormat: Formatter[Date]
Default formatter for the java.util.Date
type with pattern yyyy-MM-dd
.
implicit def doubleFormat: Formatter[Double]
Default formatter for the Double
type.
final def eq(arg0: AnyRef): Boolean
def equals(arg0: Any): Boolean
def finalize(): Unit
implicit def floatFormat: Formatter[Float]
Default formatter for the Float
type.
final def getClass(): Class[_]
def hashCode(): Int
def ignoredFormat[A](value: A): Formatter[A]
Formatter for ignored values.
implicit def intFormat: Formatter[Int]
Default formatter for the Int
type.
final def isInstanceOf[T0]: Boolean
def jodaDateTimeFormat(pattern: String, timeZone: DateTimeZone = ...): Formatter[DateTime]
Formatter for the org.joda.time.DateTime
type.
implicit val jodaDateTimeFormat: Formatter[DateTime]
Default formatter for org.joda.time.DateTime
type with pattern yyyy-MM-dd
.
def jodaLocalDateFormat(pattern: String): Formatter[LocalDate]
Formatter for the org.joda.time.LocalDate
type.
implicit val jodaLocalDateFormat: Formatter[LocalDate]
Default formatter for org.joda.time.LocalDate
type with pattern yyyy-MM-dd
.
def localDateFormat(pattern: String): Formatter[LocalDate]
Formatter for the java.time.LocalDate
type.
implicit val localDateFormat: Formatter[LocalDate]
Default formatter for java.time.LocalDate
type with pattern yyyy-MM-dd
.
def localDateTimeFormat(pattern: String, zoneId: ZoneId = java.time.ZoneId.systemDefault()): Formatter[LocalDateTime]
Formatter for the java.time.LocalDateTime
type.
implicit val localDateTimeFormat: Formatter[LocalDateTime]
Default formatter for java.time.LocalDateTime
type with pattern yyyy-MM-dd
.
def localTimeFormat(pattern: String): Formatter[LocalTime]
Formatter for the java.time.LocalTime
type.
implicit val localTimeFormat: Formatter[LocalTime]
Default formatter for java.time.LocalTime
type with pattern HH:mm:ss
.
implicit def longFormat: Formatter[Long]
Default formatter for the Long
type.
final def ne(arg0: AnyRef): Boolean
final def notify(): Unit
final def notifyAll(): Unit
implicit def shortFormat: Formatter[Short]
Default formatter for the Short
type.
def sqlDateFormat(pattern: String, timeZone: TimeZone = TimeZone.getDefault): Formatter[Date]
Formatter for the java.sql.Date
type.
implicit val sqlDateFormat: Formatter[Date]
Default formatter for java.sql.Date
type with pattern yyyy-MM-dd
.
implicit def stringFormat: Formatter[String]
Default formatter for the String
type.
final def synchronized[T0](arg0: â T0): T0
def toString(): String
implicit def uuidFormat: Formatter[UUID]
Default formatter for the java.util.UUID
type.
final def wait(): Unit
final def wait(arg0: Long, arg1: Int): Unit
final def wait(arg0: Long): Unit
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4