public abstract class JsonLookup extends Lookup
| Modifier and Type | Class and Description |
|---|---|
protected static class |
JsonLookup.Pair |
| Modifier | Constructor and Description |
|---|---|
protected |
JsonLookup(InputStream istr,
String configRoot) |
protected |
JsonLookup(Reader rdr,
String configRoot) |
protected |
JsonLookup(String name,
InputStream istr,
String configRoot) |
protected |
JsonLookup(String name,
Reader rdr,
String configRoot) |
protected |
JsonLookup(String resourceName,
String configRoot) |
protected |
JsonLookup(String name,
String resourceName,
String configRoot) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
valueFromName(JsonLookup.Pair name,
List<Object> list) |
protected Object |
valueFromName(JsonLookup.Pair name,
Map<String,Object> map) |
capitalize, getName, nameFromFragments, valueFromNameprotected JsonLookup(InputStream istr, String configRoot)
protected JsonLookup(String name, InputStream istr, String configRoot)
protected Object valueFromName(JsonLookup.Pair name, Map<String,Object> map)
protected Object valueFromName(JsonLookup.Pair name, List<Object> list)
Copyright © 2017. All rights reserved.