Built-in support for Core Types
BooleanString- Numeric
ShortIntCharDoubleFloatLongBigIntBigDecimal
- Date Time
java.util.Datejava.sql.Timestampjava.time.Instantjava.time.LocalDateTimejava.sql.Datejava.time.LocalDatejava.sql.Timejava.time.LocalTime
- Misc
java.util.UUIDjava.net.URLjava.net.URI
- Collections
- String Map (eg.
Map[String, T]) - Int Map (eg.
Map[Int, T]) Iterable[T]
- String Map (eg.
- Sum types.
- Sealed Trait hierarchy of case objects (enum)
- Sealed Trait hierarchy of case classes (oneof)
- Product types. Case Classes
- Value Classes
0.6.0