| Package | Description |
|---|---|
| org.apache.bval.jsr.job |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationJob.BeanFrame<B> |
class |
ValidationJob.SproutFrame<D extends ElementD<?,?> & javax.validation.metadata.CascadableDescriptor & javax.validation.metadata.ContainerDescriptor> |
| Modifier and Type | Field and Description |
|---|---|
protected ValidationJob.Frame<?> |
ValidationJob.Frame.parent |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ValidationJob.Frame<?> |
ValidationJob.computeBaseFrame() |
protected ValidationJob.Frame<?> |
ValidateReturnValue.computeBaseFrame() |
protected ValidationJob.Frame<?> |
ValidateProperty.computeBaseFrame() |
protected ValidationJob.Frame<?> |
ValidateParameters.computeBaseFrame() |
protected ValidationJob.Frame<BeanD<T>> |
ValidateBean.computeBaseFrame() |
protected abstract ValidationJob.Frame<?> |
ValidateReturnValue.createBaseFrame(ReturnValueD<?,?> descriptor,
GraphContext context) |
protected ValidationJob.Frame<?> |
ValidateReturnValue.ForMethod.createBaseFrame(ReturnValueD<?,?> descriptor,
GraphContext context) |
protected ValidationJob.Frame<?> |
ValidateReturnValue.ForConstructor.createBaseFrame(ReturnValueD<?,?> descriptor,
GraphContext context) |
protected ValidationJob.Frame<?> |
ValidationJob.BeanFrame.propertyFrame(PropertyD<?> d,
GraphContext context) |
| Constructor and Description |
|---|
Frame(ValidationJob.Frame<?> parent,
D descriptor,
GraphContext context) |
SproutFrame(ValidationJob.Frame<?> parent,
D descriptor,
GraphContext context) |
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.