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

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

Uses of JsonSimple in com.googlecode.fascinator.common
 

Subclasses of JsonSimple in com.googlecode.fascinator.common
 class JsonSimpleConfig
           An extension of the JsonSimple class specifically to access configuration.
 class Manifest
           Represents a JSON manifest as used in other parts of the application.
 class ManifestNode
           Represents a node in a JSON manifest.
 

Methods in com.googlecode.fascinator.common that return JsonSimple
 JsonSimple PythonUtils.getJsonObject(InputStream in)
          Parse a JSON object from an inputstream
 

Methods in com.googlecode.fascinator.common that return types with arguments of type JsonSimple
 List<JsonSimple> JsonSimpleConfig.getJsonSimpleList(Object... path)
           Retrieve a list of JsonSimple objects found on the given path.
 List<JsonSimple> JsonSimple.getJsonSimpleList(Object... path)
           Retrieve a list of JsonSimple objects found on the given path.
 Map<String,JsonSimple> JsonSimpleConfig.getJsonSimpleMap(Object... path)
           Retrieve a map of JsonSimple objects found on the given path.
 Map<String,JsonSimple> JsonSimple.getJsonSimpleMap(Object... path)
           Retrieve a map of JsonSimple objects found on the given path.
static List<JsonSimple> JsonSimple.toJavaList(org.json.simple.JSONArray array)
           Take all of the JsonObjects found in a JSONArray, wrap them in JsonSimple objects, then add to a Java list and return.
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.
 

Method parameters in com.googlecode.fascinator.common with type arguments of type JsonSimple
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.
 

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

Subclasses of JsonSimple in com.googlecode.fascinator.common.solr
 class SolrDoc
           An extension of the JsonSimple class specifically to address Solr result documents and shortcut common access.
 class SolrResult
           An extension of the JsonSimple class specifically to address Solr result documents and shortcut common access.
 

Uses of JsonSimple in com.googlecode.fascinator.common.transaction
 

Methods in com.googlecode.fascinator.common.transaction that return JsonSimple
abstract  JsonSimple GenericTransactionManager.parseMessage(JsonSimple message)
          This method is expected to be overwritten by implementations.
 

Methods in com.googlecode.fascinator.common.transaction with parameters of type JsonSimple
abstract  JsonSimple GenericTransactionManager.parseMessage(JsonSimple message)
          This method is expected to be overwritten by implementations.
 



Copyright © 2009-2012. All Rights Reserved.