Uses of Interface
org.apache.bval.jsr.util.PathNavigation.Callback
-
Packages that use PathNavigation.Callback Package Description org.apache.bval.jsr.util -
-
Uses of PathNavigation.Callback in org.apache.bval.jsr.util
Classes in org.apache.bval.jsr.util that implement PathNavigation.Callback Modifier and Type Class Description static classPathImpl.BuilderBuilds non-root paths from expressions.static classPathNavigation.CallbackProcedureCallback "procedure" that always returns null.static classPathNavigation.CompositeCallbackProcedureMethods in org.apache.bval.jsr.util with parameters of type PathNavigation.Callback Modifier and Type Method Description static voidPathNavigation. navigate(CharSequence propertyPath, PathNavigation.Callback<?> callback)Navigate a path using the specified callback.static <T> TPathNavigation. navigateAndReturn(CharSequence propertyPath, PathNavigation.Callback<? extends T> callback)Navigate a path using the specified callback, returning its result.Constructors in org.apache.bval.jsr.util with parameters of type PathNavigation.Callback Constructor Description CompositeCallbackProcedure(PathNavigation.Callback<?>... delegates)Constructor parameters in org.apache.bval.jsr.util with type arguments of type PathNavigation.Callback Constructor Description CompositeCallbackProcedure(List<PathNavigation.Callback<?>> delegates)
-