Package | Description |
---|---|
org.apache.bval.jsr.util |
Modifier and Type | Class and Description |
---|---|
static class |
PathNavigation.CallbackProcedure
Callback "procedure" that always returns null.
|
class |
ValidationContextTraversal
|
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.
|
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.