Package | Description |
---|---|
org.apache.bval.jsr | |
org.apache.bval.jsr.descriptor |
This package houses the implementations and related classes for BV element descriptors, using the
D suffix to
succinctly denote implementations of *Descriptor . |
org.apache.bval.jsr.job | |
org.apache.bval.jsr.valueextraction |
Modifier and Type | Method and Description |
---|---|
GraphContext |
GraphContext.child(NodeImpl node,
Object value) |
GraphContext |
GraphContext.child(javax.validation.Path p,
Object value) |
GraphContext |
GraphContext.getParent() |
Modifier and Type | Method and Description |
---|---|
Stream<GraphContext> |
PropertyD.read(GraphContext context) |
Modifier and Type | Method and Description |
---|---|
Stream<GraphContext> |
PropertyD.read(GraphContext context) |
Modifier and Type | Field and Description |
---|---|
protected GraphContext |
ValidationJob.Frame.context |
Modifier and Type | Method and Description |
---|---|
protected GraphContext |
ValidationJob.SproutFrame.getMultiplexContext() |
Modifier and Type | Method and Description |
---|---|
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(D descriptor,
GraphContext context) |
SproutFrame(ValidationJob.Frame<?> parent,
D descriptor,
GraphContext context) |
Modifier and Type | Method and Description |
---|---|
static List<GraphContext> |
ExtractValues.extract(GraphContext context,
ContainerElementKey containerElementKey,
javax.validation.valueextraction.ValueExtractor<?> valueExtractor) |
Modifier and Type | Method and Description |
---|---|
static List<GraphContext> |
ExtractValues.extract(GraphContext context,
ContainerElementKey containerElementKey,
javax.validation.valueextraction.ValueExtractor<?> valueExtractor) |
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.