In Java we have a map of builders used to decide if we should add the builder or not inside the class (common way to do in Java).
The problem is we were iterating the builder structure only and the names of the Builders differs from the one in Schema and it was impossible to find them.
In Java we have a map of builders used to decide if we should add the builder or not inside the class (common way to do in Java).
The problem is we were iterating the builder structure only and the names of the Builders differs from the one in Schema and it was impossible to find them.