Limitations of POJO

The POJO support comes with some limitations.

The following POJOs are not supported:
  1. A POJO having a nested list and a map of POJO
  2. A POJO having self reference or cyclic references will generate stack overflow.
  3. A Map cannot have a POJO as a key
  4. Inner classes
  5. Nested maps
  6. Nested lists
  7. A List that takes a List of POJOs as a parameter