Package | Description |
---|---|
com.rayrobdod.javaScriptObjectNotation.parser.listeners |
These are classes that implement
JSONParseListener
and do something that seems like a useful, common ability. |
Modifier and Type | Method and Description |
---|---|
static ToHashMap<Object> |
ToHashMap.apply()
Creates a ToHashMap using a
ToJavaCollectionJSONDecoder decoder |
static <E> ToHashMap<E> |
ToHashMap.apply(JSONDecoder<E> decoder) |