Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 1.16 KB

supportedTypes.md

File metadata and controls

29 lines (28 loc) · 1.16 KB

Primitive types

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

Complex Types

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