|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.bval.jsr303.util.PathNavigation.CallbackProcedure
org.apache.bval.jsr303.util.ValidationContextTraversal
public class ValidationContextTraversal
ValidationContext traversal PathNavigation.CallbackProcedure.
| Constructor Summary | |
|---|---|
ValidationContextTraversal(ValidationContext<?> validationContext)
Create a new ValidationContextTraversal instance. |
|
| Method Summary | |
|---|---|
protected void |
complete()
Complete this CallbackProcedure. |
Class<?> |
getRawType()
|
Type |
getType()
|
void |
handleGenericInIterable()
Handle contiguous []. |
void |
handleIndexOrKey(String token)
Handle an index or key embedded in []. |
void |
handleProperty(String token)
Handle a .-delimited property. |
void |
init()
Initialize from ValidationContext. |
void |
moveDownIfNecessary()
If we currently have a property, navigate the context such that the property becomes the bean, in preparation for another property. |
protected void |
setType(Type type)
Set the type of the expression processed thus far. |
| Methods inherited from class org.apache.bval.jsr303.util.PathNavigation.CallbackProcedure |
|---|
result |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationContextTraversal(ValidationContext<?> validationContext)
ValidationContextTraversal instance.
validationContext - | Method Detail |
|---|
public void init()
ValidationContext.
public void handleIndexOrKey(String token)
public void handleProperty(String token)
public void moveDownIfNecessary()
validationContext - protected void setType(Type type)
type - public void handleGenericInIterable()
public Type getType()
public Class<?> getRawType()
protected void complete()
complete in class PathNavigation.CallbackProcedure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||