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
{{ message }}
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.
I am using 1.0.6 version.
allowableValues works if I give value like allowableValues="Pune", but when I use range it doesn't generate minLength and maxLength attributes in generated swagger json.
I am using 1.0.6 version.
allowableValues works if I give value like allowableValues="Pune", but when I use range it doesn't generate minLength and maxLength attributes in generated swagger json.
@ApiModelProperty(value = "City", allowableValues="range[4, 50]")
@XmlAttribute
private String city;
The text was updated successfully, but these errors were encountered: