javax.validation
Interface Path.Node

Enclosing interface:
Path

public static interface Path.Node


Method Summary
 Integer getIndex()
           
 Object getKey()
           
 String getName()
           
 boolean isInIterable()
           
 

Method Detail

getName

String getName()

isInIterable

boolean isInIterable()

getIndex

Integer getIndex()

getKey

Object getKey()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.