Limitations of POJO
The POJO support comes with some limitations.
The following POJOs are not supported:
- A POJO having a nested list and a map of POJO
- A POJO having self reference or cyclic references will generate stack overflow.
- A Map cannot have a POJO as a key
- Inner classes
- Nested maps
- Nested lists
- A
List that takes a
List of POJOs as a parameter
Copyright © Cloud Software Group, Inc. All Rights Reserved.