org.granite.client.validation
Class ServerConstraintViolation.PathImpl
java.lang.Object
org.granite.client.validation.ServerConstraintViolation.PathImpl
- All Implemented Interfaces:
- Iterable<Path.Node>, Path
- Enclosing class:
- ServerConstraintViolation
public class ServerConstraintViolation.PathImpl
- extends Object
- implements Path
| Nested classes/interfaces inherited from interface javax.validation.Path |
Path.Node |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerConstraintViolation.PathImpl
public ServerConstraintViolation.PathImpl(String path)
iterator
public Iterator<Path.Node> iterator()
- Specified by:
iterator in interface Iterable<Path.Node>