Package org.apache.bval.jsr.job
Class ValidationJob<T>
- java.lang.Object
-
- org.apache.bval.jsr.job.ValidationJob<T>
-
- Direct Known Subclasses:
ValidateBean,ValidateExecutable,ValidateProperty
public abstract class ValidationJob<T> extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classValidationJob.BeanFrame<B>classValidationJob.Frame<D extends ElementD<?,?>>classValidationJob.SproutFrame<D extends ElementD<?,?> & javax.validation.metadata.CascadableDescriptor & javax.validation.metadata.ContainerDescriptor>
-
Field Summary
Fields Modifier and Type Field Description protected Groupsgroupsprotected static TypeVariable<?>ITERABLE_ELEMENTprotected static TypeVariable<?>MAP_VALUEprotected ApacheFactoryContextvalidatorContext
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract ValidationJob.Frame<?>computeBaseFrame()Set<javax.validation.ConstraintViolation<T>>getResults()protected abstract Class<T>getRootBeanClass()protected booleanhasWork()protected <U> Predicate<U>noViolations(Consumer<? super U> consumer)
-
-
-
Field Detail
-
MAP_VALUE
protected static final TypeVariable<?> MAP_VALUE
-
ITERABLE_ELEMENT
protected static final TypeVariable<?> ITERABLE_ELEMENT
-
validatorContext
protected final ApacheFactoryContext validatorContext
-
groups
protected final Groups groups
-
-
Method Detail
-
computeBaseFrame
protected abstract ValidationJob.Frame<?> computeBaseFrame()
-
hasWork
protected boolean hasWork()
-
-