You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your project has two or more classes (also enums) with the same name (but different packages) they replace each other during model definition.
publicclassMyClass {
privateClassWithSameNameclassOne;
privatesubpackge.ClassWithSameNameclassTwo;
// getters and setters
}
There will only be one generated Schema for ClassWithSameName and both properties point to the same definition. Same problem for enums when they are resolved as refs.
The text was updated successfully, but these errors were encountered:
If your project has two or more classes (also enums) with the same name (but different packages) they replace each other during model definition.
There will only be one generated Schema for
ClassWithSameName
and both properties point to the same definition. Same problem for enums when they are resolved as refs.The text was updated successfully, but these errors were encountered: