Package | Description |
---|---|
com.rayrobdod.javaScriptObjectNotation.parser.decoders |
These are classes that either implement
JSONDecoder or have a static decode method. |
com.rayrobdod.javaScriptObjectNotation.parser.listeners |
These are classes that implement
JSONParseListener
and do something that seems like a useful, common ability. |
Modifier and Type | Class and Description |
---|---|
class |
ToJavaCollectionJSONDecoder
This takes a String that is properly JSONEncoded and turns it into a Java Collections object
|
class |
ToJavaObjectJSONDecoder
This takes a String that is properly JSONEncoded and turns it into a Java Object
|
class |
ToScalaCollectionJSONDecoder
This takes a String that is properly JSONEncoded and turns it into a Scala Collections object
|
class |
ToScalaCollectionJSONDecoder$
This takes a String that is properly JSONEncoded and turns it into a Scala Collections object
|
class |
ToScalaEitherJSONDecoder
This takes a String that is properly JSONEncoded and turns it into a Scala Collections object
|
class |
ToScalaEitherJSONDecoder$
This takes a String that is properly JSONEncoded and turns it into a Scala Collections object
|
Modifier and Type | Method and Description |
---|---|
JSONDecoder<A> |
ToScalaCollection.decoder() |
Modifier and Type | Method and Description |
---|---|
<A> ToScalaCollection<A> |
ToScalaCollection$.apply(JSONDecoder<A> decoder) |
static <A> ToScalaCollection<A> |
ToScalaCollection.apply(JSONDecoder<A> decoder) |
static <E> ToArrayList<E> |
ToArrayList.apply(JSONDecoder<E> decoder) |
static <E> ToHashMap<E> |
ToHashMap.apply(JSONDecoder<E> decoder) |
Constructor and Description |
---|
GetArrayElement(int index,
JSONDecoder decoder) |
ToArrayList(JSONDecoder<E> decoder) |
ToHashMap(JSONDecoder<E> decoder) |
ToScalaCollection(JSONDecoder<A> decoder) |