Package | Description |
---|---|
com.bazaarvoice.jolt | |
com.bazaarvoice.jolt.defaultr |
Modifier and Type | Field and Description |
---|---|
private Key |
Defaultr.arrayRoot |
private Key |
Defaultr.mapRoot |
Modifier and Type | Class and Description |
---|---|
class |
ArrayKey |
class |
MapKey |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Key> |
Key.children |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<Key> |
Key.parseSpec(java.util.Map<java.lang.String,java.lang.Object> spec)
Factory-ish method that recursively processes a Map
|
private static java.util.Set<Key> |
Key.processSpec(boolean parentIsArray,
java.util.Map<java.lang.String,java.lang.Object> spec)
Recursively walk the spec input tree.
|
Modifier and Type | Method and Description |
---|---|
int |
Key.KeyPrecedenceComparator.compare(Key a,
Key b) |