Uses of Class
net.sf.jsefa.ObjectPathElement

Packages that use ObjectPathElement
net.sf.jsefa   
net.sf.jsefa.common.validator   
 

Uses of ObjectPathElement in net.sf.jsefa
 

Methods in net.sf.jsefa that return types with arguments of type ObjectPathElement
 List<ObjectPathElement> DeserializationException.getObjectPath()
          Returns the object path.
 

Methods in net.sf.jsefa with parameters of type ObjectPathElement
 DeserializationException DeserializationException.add(ObjectPathElement element)
          Adds the given object path element to the front of the object path.
 

Uses of ObjectPathElement in net.sf.jsefa.common.validator
 

Methods in net.sf.jsefa.common.validator that return types with arguments of type ObjectPathElement
 List<ObjectPathElement> ValidationError.getRelativeObjectPath()
           
 

Methods in net.sf.jsefa.common.validator with parameters of type ObjectPathElement
static ValidationError ValidationError.create(String errorCode, String errorText, ObjectPathElement... relativeObjectPathElements)
          Constructs a new ValidationError.
 



Copyright © 2014. All rights reserved.