Uses of Class
com.googlecode.fascinator.common.JsonObject

Packages that use JsonObject
com.googlecode.fascinator.common This module contains useful utility classes used by The Fascinator and various plugins. 
com.googlecode.fascinator.common.solr   
 

Uses of JsonObject in com.googlecode.fascinator.common
 

Methods in com.googlecode.fascinator.common that return JsonObject
 JsonObject JsonSimple.getJsonObject()
          Return the JsonObject holding this object's JSON representation
 JsonObject JsonSimpleConfig.getObject(Object... path)
          Walk down the JSON nodes specified by the path and retrieve the target JsonObject.
 JsonObject JsonSimple.getObject(Object... path)
          Walk down the JSON nodes specified by the path and retrieve the target JsonObject.
 JsonObject JsonSimpleConfig.writableSystemConfig()
           Returns a reference to the underlying system configuration object.
 JsonObject JsonSimple.writeObject(Object... path)
           Walk down the JSON nodes specified by the path and retrieve the target object, writing each node that doesn't exist along the way.
 

Methods in com.googlecode.fascinator.common that return types with arguments of type JsonObject
static Map<String,JsonObject> JsonSimple.fromJavaMap(Map<String,JsonSimple> from)
           Take all of the JsonSimple objects in the given Map and return a Map having replace them all with their base JsonObjects.
 

Methods in com.googlecode.fascinator.common with parameters of type JsonObject
static List<String> JsonSimple.getStringList(JsonObject json, String field)
          Get a list of strings found on the specified node
static Map<String,JsonSimple> JsonSimple.toJavaMap(JsonObject object)
           Take all of the JsonObjects found in a JsonObject, wrap them in JsonSimple objects, then add to a Java Map and return.
 

Constructors in com.googlecode.fascinator.common with parameters of type JsonObject
JsonSimple(JsonObject newJsonObject)
          Wrap a JsonObject in this class
Manifest(JsonObject newJsonObject)
          Wrap a JsonObject in this class
ManifestNode(JsonObject newJsonObject)
          Wrap a JsonObject in this class
 

Uses of JsonObject in com.googlecode.fascinator.common.solr
 

Constructors in com.googlecode.fascinator.common.solr with parameters of type JsonObject
SolrDoc(JsonObject newJsonObject)
          Wrap a JsonObject in this class
 



Copyright © 2009-2012. All Rights Reserved.