Uses of Class
org.hibernate.validator.constraints.URL
-
Packages that use URL Package Description org.hibernate.validator.constraints Hibernate Validator specific constraints.org.hibernate.validator.constraintvalidators org.hibernate.validator.internal.constraintvalidators.hv Implementations of Hibernate Validator specific constraints. -
-
Uses of URL in org.hibernate.validator.constraints
Methods in org.hibernate.validator.constraints that return URL Modifier and Type Method Description URL[]value() -
Uses of URL in org.hibernate.validator.constraintvalidators
Methods in org.hibernate.validator.constraintvalidators with parameters of type URL Modifier and Type Method Description voidRegexpURLValidator. initialize(URL url) -
Uses of URL in org.hibernate.validator.internal.constraintvalidators.hv
Methods in org.hibernate.validator.internal.constraintvalidators.hv with parameters of type URL Modifier and Type Method Description voidURLValidator. initialize(URL url)
-