Package | Description |
---|---|
org.apache.bval.jsr | |
org.apache.bval.jsr.job | |
org.apache.bval.jsr.util |
Modifier and Type | Method and Description |
---|---|
PathImpl |
GraphContext.getPath() |
Constructor and Description |
---|
GraphContext(ApacheFactoryContext validatorContext,
PathImpl path,
Object value) |
Modifier and Type | Method and Description |
---|---|
protected PathImpl |
ValidateExecutable.createBasePath() |
Modifier and Type | Method and Description |
---|---|
javax.validation.ConstraintValidatorContext |
ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl.addConstraintViolation(PathImpl p) |
Modifier and Type | Method and Description |
---|---|
PathImpl |
PathImpl.addBean() |
PathImpl |
PathImpl.addNode(javax.validation.Path.Node node)
Add a node to this
PathImpl . |
PathImpl |
PathImpl.addProperty(String name)
Encapsulate the node manipulations needed to add a named property to this path.
|
static PathImpl |
PathImpl.copy(javax.validation.Path path)
Copy another Path.
|
static PathImpl |
PathImpl.create()
Create a
PathImpl instance representing the specified path. |
static PathImpl |
PathImpl.createPathFromString(String propertyPath)
Returns a
Path instance representing the path described by the given string. |
static PathImpl |
PathImpl.of(javax.validation.Path path) |
PathImpl |
PathImpl.Builder.result()
Return a result.
|
Constructor and Description |
---|
ContainerElementNodeBuilderCustomizableContextImpl(PathImpl path,
String name,
Class<?> containerType,
Integer typeArgumentIndex,
ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl builder) |
LeafNodeBuilderCustomizableContextImpl(PathImpl path,
ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl builder) |
NodeBuilderCustomizableContextImpl(PathImpl path,
String name,
ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl builder)
Create a new NodeBuilderCustomizableContextImpl instance.
|
NodeBuilderDefinedContextImpl(PathImpl path,
ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl builder)
Create a new NodeBuilderDefinedContextImpl instance.
|
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.