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
I want to create documentation for two different APIs (API1 and API2) that share big parts of the model. For validation purposes the APIs rely on bean validation groups.
For example: when property1 is only required for API1:
@NotNull(groups="API1.class")
public String getProperty1();
Is there a way to make use of bean validation groups when generating two separate enunciate docs?
The text was updated successfully, but these errors were encountered:
I want to create documentation for two different APIs (API1 and API2) that share big parts of the model. For validation purposes the APIs rely on bean validation groups.
For example: when property1 is only required for API1:
Is there a way to make use of bean validation groups when generating two separate enunciate docs?
The text was updated successfully, but these errors were encountered: