Uses of Class
org.apache.bval.jsr.job.ValidationJob.Frame
-
Packages that use ValidationJob.Frame Package Description org.apache.bval.jsr.job -
-
Uses of ValidationJob.Frame in org.apache.bval.jsr.job
Subclasses of ValidationJob.Frame in org.apache.bval.jsr.job Modifier and Type Class Description (package private) class
ValidateParameters.ParametersFrame
(package private) class
ValidateProperty.LeafFrame<L>
(package private) class
ValidateProperty.PropertyFrame<D extends ElementD<?,?> & jakarta.validation.metadata.CascadableDescriptor & jakarta.validation.metadata.ContainerDescriptor>
class
ValidationJob.BeanFrame<B>
class
ValidationJob.SproutFrame<D extends ElementD<?,?> & jakarta.validation.metadata.CascadableDescriptor & jakarta.validation.metadata.ContainerDescriptor>
Fields in org.apache.bval.jsr.job declared as ValidationJob.Frame Modifier and Type Field Description protected ValidationJob.Frame<?>
ValidationJob.Frame. parent
Methods in org.apache.bval.jsr.job that return ValidationJob.Frame Modifier and Type Method Description protected ValidationJob.Frame<BeanD<T>>
ValidateBean. computeBaseFrame()
protected ValidationJob.Frame<?>
ValidateParameters. computeBaseFrame()
protected ValidationJob.Frame<?>
ValidateProperty. computeBaseFrame()
protected ValidationJob.Frame<?>
ValidateReturnValue. computeBaseFrame()
protected abstract ValidationJob.Frame<?>
ValidationJob. computeBaseFrame()
protected abstract ValidationJob.Frame<?>
ValidateReturnValue. createBaseFrame(ReturnValueD<?,?> descriptor, GraphContext context)
protected ValidationJob.Frame<?>
ValidateReturnValue.ForConstructor. createBaseFrame(ReturnValueD<?,?> descriptor, GraphContext context)
protected ValidationJob.Frame<?>
ValidateReturnValue.ForMethod. createBaseFrame(ReturnValueD<?,?> descriptor, GraphContext context)
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)
(package private) ValidationJob.Frame<?>
ConstraintValidatorContextImpl. getFrame()
protected ValidationJob.Frame<?>
ValidateProperty.LeafFrame. propertyFrame(PropertyD<?> d, GraphContext context)
protected ValidationJob.Frame<?>
ValidationJob.BeanFrame. propertyFrame(PropertyD<?> d, GraphContext context)
Constructors in org.apache.bval.jsr.job with parameters of type ValidationJob.Frame Constructor Description BeanFrame(ValidationJob.Frame<?> parent, GraphContext context)
ConstraintValidatorContextImpl(ValidationJob.Frame<?> frame, ConstraintD<?> constraint)
Frame(ValidationJob.Frame<?> parent, D descriptor, GraphContext context)
PropertyFrame(ValidationJob.Frame<?> parent, D descriptor, GraphContext context)
SproutFrame(ValidationJob.Frame<?> parent, D descriptor, GraphContext context)
-