Type | Reading and Writing | Filtering |
---|---|---|
Int | ☑ | ☑ |
Long | ☑ | ☑ |
Byte | ☑ | ☑ |
Short | ☑ | ☑ |
Boolean | ☑ | ☑ |
Char | ☑ | ☑ |
Float | ☑ | ☑ |
Double | ☑ | ☑ |
BigDecimal | ☑ | ☑ |
java.time.LocalDateTime | ☑ | ☒ |
java.time.LocalDate | ☑ | ☑ |
java.sql.Timestamp | ☑ | ☒ |
java.sql.Date | ☑ | ☑ |
Only immutable types are supported. Complex types can be arbitrarily nested.
- Option
- List
- Seq
- Vector
- Set
- Array
- Map - Key must be of primitive type
- Any case class