Uses of Interface
org.apache.bval.jsr303.util.PathNavigation.Callback

Packages that use PathNavigation.Callback
org.apache.bval.jsr303.util   
 

Uses of PathNavigation.Callback in org.apache.bval.jsr303.util
 

Classes in org.apache.bval.jsr303.util that implement PathNavigation.Callback
static class PathNavigation.CallbackProcedure
          Callback "procedure" that always returns null.
 class ValidationContextTraversal
          ValidationContext traversal PathNavigation.CallbackProcedure.
 

Methods in org.apache.bval.jsr303.util with parameters of type PathNavigation.Callback
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-2012 Apache Software Foundation. All Rights Reserved.