Package | Description |
---|---|
org.apache.bval.jsr | |
org.apache.bval.jsr.util |
Modifier and Type | Method and Description |
---|---|
PathImpl |
GroupValidationContext.getPropertyPath()
Get the property path.
|
Constructor and Description |
---|
NodeBuilderCustomizableContextImpl(ConstraintValidatorContextImpl parent,
String messageTemplate,
PathImpl propertyPath) |
NodeContextBuilderImpl(ConstraintValidatorContextImpl context,
String template,
PathImpl path) |
Modifier and Type | Method and Description |
---|---|
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. |
PathImpl |
PathImpl.getPathWithoutLeafNode()
Return a new
PathImpl that represents this minus its leaf node (if present). |
Constructor and Description |
---|
LeafNodeBuilderCustomizableContextImpl(ConstraintValidatorContextImpl parent,
String messageTemplate,
PathImpl propertyPath) |
LeafNodeBuilderDefinedContextImpl(ConstraintValidatorContextImpl context,
String tpl,
PathImpl path) |
NodeBuilderDefinedContextImpl(ConstraintValidatorContextImpl contextImpl,
String template,
PathImpl path)
Create a new NodeBuilderDefinedContextImpl instance.
|
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.