| Package | Description |
|---|---|
| org.apache.bval.jsr.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
PathImpl.Builder
Builds non-root paths from expressions.
|
static class |
PathNavigation.CallbackProcedure
Callback "procedure" that always returns null.
|
static class |
PathNavigation.CompositeCallbackProcedure |
| Modifier and Type | Method and Description |
|---|---|
static void |
PathNavigation.navigate(CharSequence propertyPath,
PathNavigation.Callback<?> callback)
Navigate a path using the specified callback.
|
static <T> T |
PathNavigation.navigateAndReturn(CharSequence propertyPath,
PathNavigation.Callback<? extends T> callback)
Navigate a path using the specified callback, returning its result.
|
| Constructor and Description |
|---|
CompositeCallbackProcedure(PathNavigation.Callback<?>... delegates) |
| Constructor and Description |
|---|
CompositeCallbackProcedure(List<PathNavigation.Callback<?>> delegates) |
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.