Uses of Class
org.eel.kitchen.util.JsonPointer

Packages that use JsonPointer
org.eel.kitchen.jsonschema.main   
org.eel.kitchen.util Various utility packages 
 

Uses of JsonPointer in org.eel.kitchen.jsonschema.main
 

Methods in org.eel.kitchen.jsonschema.main that return JsonPointer
 JsonPointer ValidationReport.getPath()
           
 

Methods in org.eel.kitchen.jsonschema.main with parameters of type JsonPointer
 void ValidationReport.setPath(JsonPointer path)
           
 

Uses of JsonPointer in org.eel.kitchen.util
 

Fields in org.eel.kitchen.util declared as JsonPointer
static JsonPointer JsonPointer.ROOT
           
 

Methods in org.eel.kitchen.util that return JsonPointer
 JsonPointer JsonPointer.append(int index)
          Append an array index to this pointer.
 JsonPointer JsonPointer.append(String element)
          Append a path element to this pointer.
 



Copyright © 2012. All Rights Reserved.