Package org.apache.bval.jsr.job
Class ValidateProperty.LeafFrame<L>
- java.lang.Object
-
- org.apache.bval.jsr.job.ValidationJob.Frame<BeanD<B>>
-
- org.apache.bval.jsr.job.ValidationJob.BeanFrame<L>
-
- org.apache.bval.jsr.job.ValidateProperty.LeafFrame<L>
-
- Enclosing class:
- ValidateProperty<T>
class ValidateProperty.LeafFrame<L> extends ValidationJob.BeanFrame<L>
-
-
Field Summary
-
Fields inherited from class org.apache.bval.jsr.job.ValidationJob.Frame
context, descriptor, parent
-
-
Constructor Summary
Constructors Constructor Description LeafFrame(GraphContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ValidationJob.Frame<?>
propertyFrame(PropertyD<?> d, GraphContext context)
-
Methods inherited from class org.apache.bval.jsr.job.ValidationJob.BeanFrame
getBean, process
-
Methods inherited from class org.apache.bval.jsr.job.ValidationJob.Frame
getJob, getValidationTarget, recurse, validateDescriptorConstraints
-
-
-
-
Constructor Detail
-
LeafFrame
LeafFrame(GraphContext context)
-
-
Method Detail
-
propertyFrame
protected ValidationJob.Frame<?> propertyFrame(PropertyD<?> d, GraphContext context)
- Overrides:
propertyFrame
in classValidationJob.BeanFrame<L>
-
-