Formats
This object defines several default formatters.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Formats.type
Members list
Value members
Concrete methods
Default formatter for the BigDecimal type.
Default formatter for the BigDecimal type.
Attributes
Formatter for the java.util.Date type.
Formatter for the java.util.Date type.
Value parameters
- pattern
-
a date pattern, as specified in
java.time.format.DateTimeFormatter. - timeZone
-
the
java.util.TimeZoneto use for parsing and formatting
Attributes
Formatter for ignored values.
Formatter for ignored values.
Value parameters
- value
-
As we ignore this parameter in binding/unbinding we have to provide a default value.
Attributes
Formatter for the java.time.LocalDate type.
Formatter for the java.time.LocalDate type.
Value parameters
- pattern
-
a date pattern as specified in
java.time.format.DateTimeFormatter.
Attributes
Formatter for the java.time.LocalDateTime type.
Formatter for the java.time.LocalDateTime type.
Value parameters
- pattern
-
a date pattern as specified in
java.time.format.DateTimeFormatter. - zoneId
-
the
java.time.ZoneIdto use for parsing and formatting
Attributes
Formatter for the java.time.LocalTime type.
Formatter for the java.time.LocalTime type.
Value parameters
- pattern
-
a date pattern as specified in
java.time.format.DateTimeFormatter.
Attributes
Helper for formatters binders
Helper for formatters binders
Value parameters
- data
-
Field data
- errArgs
-
Error to set in case of parsing failure
- key
-
Key name of the field to parse
- parse
-
Function parsing a String value into a T value, throwing an exception in case of failure
Attributes
Formatter for the java.sql.Date type.
Formatter for the java.sql.Date type.
Value parameters
- pattern
-
a date pattern as specified in
java.time.DateTimeFormatter.
Attributes
Formatter for the java.sql.Timestamp type.
Formatter for the java.sql.Timestamp type.
Value parameters
- pattern
-
a date pattern as specified in
java.time.DateTimeFormatter. - timeZone
-
the
java.util.TimeZoneto use for parsing and formatting
Attributes
Implicits
Implicits
Default formatter for the BigDecimal type with no precision
Default formatter for the BigDecimal type with no precision
Attributes
Default formatter for the Boolean type.
Default formatter for the Boolean type.
Attributes
Default formatter for the Byte type.
Default formatter for the Byte type.
Attributes
Default formatter for the Char type.
Default formatter for the Char type.
Attributes
Default formatter for the java.util.Date type with pattern yyyy-MM-dd.
Default formatter for the java.util.Date type with pattern yyyy-MM-dd.
Attributes
Default formatter for the Double type.
Default formatter for the Double type.
Attributes
Default formatter for the Float type.
Default formatter for the Float type.
Attributes
Default formatter for the Int type.
Default formatter for the Int type.
Attributes
Default formatter for java.time.LocalDate type with pattern yyyy-MM-dd.
Default formatter for java.time.LocalDate type with pattern yyyy-MM-dd.
Attributes
Default formatter for java.time.LocalDateTime type with pattern yyyy-MM-dd.
Default formatter for java.time.LocalDateTime type with pattern yyyy-MM-dd.
Attributes
Default formatter for java.time.LocalTime type with pattern HH:mm:ss.
Default formatter for java.time.LocalTime type with pattern HH:mm:ss.
Attributes
Default formatter for the Long type.
Default formatter for the Long type.
Attributes
Default formatter for the Short type.
Default formatter for the Short type.
Attributes
Default formatter for java.sql.Date type with pattern yyyy-MM-dd.
Default formatter for java.sql.Date type with pattern yyyy-MM-dd.
Attributes
Default formatter for java.sql.Timestamp type with pattern yyyy-MM-dd HH:mm:ss.
Default formatter for java.sql.Timestamp type with pattern yyyy-MM-dd HH:mm:ss.
Attributes
Default formatter for the String type.
Default formatter for the String type.
Attributes
Default formatter for the java.util.UUID type.
Default formatter for the java.util.UUID type.