Bean Validation API 1.0.0.GA-redhat-2

javax.validation
Interface Path

All Superinterfaces:
Iterable<Path.Node>

public interface Path
extends Iterable<Path.Node>

Represent the navigation path from an object to another in an object graph. Each path element is represented by a Node. The path corresponds to the succession of nodes in the order they are returned by the Iterator

Author:
Emmanuel Bernard

Nested Class Summary
static interface Path.Node
          Represents an element of a navigation path
 
Method Summary
 
Methods inherited from interface java.lang.Iterable
iterator
 


Bean Validation API 1.0.0.GA-redhat-2

Copyright © 2007-2012 JBoss by Red Hat. All Rights Reserved.