Uses of Class
org.apache.bval.jsr.job.ValidateProperty
-
Packages that use ValidateProperty Package Description org.apache.bval.jsr.job -
-
Uses of ValidateProperty in org.apache.bval.jsr.job
Methods in org.apache.bval.jsr.job that return ValidateProperty Modifier and Type Method Description ValidateProperty<T>
ValidateProperty. cascade(boolean cascade)
<T> ValidateProperty<T>
ValidationJobFactory. validateProperty(T bean, String property, Class<?>... groups)
<T> ValidateProperty<T>
ValidationJobFactory. validateValue(Class<T> rootBeanClass, String property, Object value, Class<?>... groups)
Methods in org.apache.bval.jsr.job with parameters of type ValidateProperty Modifier and Type Method Description ValidationJob.Frame<?>
ValidateProperty.ForBeanProperty. frame(ValidateProperty<T> job, PathImpl path)
ValidationJob.Frame<?>
ValidateProperty.ForPropertyValue. frame(ValidateProperty<T> job, PathImpl path)
ValidationJob.Frame<?>
ValidateProperty.Strategy. frame(ValidateProperty<T> job, PathImpl path)
-