Limitations of POJO

The POJO support comes with some limitations.

The following POJOs are not supported:
  1. A Map cannot have a POJO as a key
  2. Nested maps
  3. Nested lists
  4. A List that takes a List of POJOs as a parameter