| Package | Description |
|---|---|
| com.googlecode.fascinator.common |
This module contains useful utility classes used by The Fascinator and various plugins.
|
| com.googlecode.fascinator.common.solr |
| Modifier and Type | Method and Description |
|---|---|
JsonObject |
JsonSimple.getJsonObject()
Return the JsonObject holding this object's JSON representation
|
JsonObject |
JsonSimple.getObject(Object... path)
Walk down the JSON nodes specified by the path and retrieve the target
JsonObject.
|
JsonObject |
JsonSimpleConfig.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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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
|
| Constructor and Description |
|---|
SolrDoc(JsonObject newJsonObject)
Wrap a JsonObject in this class
|
Copyright © 2009-2013. All Rights Reserved.