| Package | Description |
|---|---|
| org.meeuw.json |
| Modifier and Type | Method and Description |
|---|---|
Path |
ParseEvent.getPath() |
Path |
Path.parent() |
| Constructor and Description |
|---|
ParseEvent(com.fasterxml.jackson.core.JsonToken token,
Path path,
String value) |
ParseEvent(com.fasterxml.jackson.core.JsonToken token,
Path path,
String value,
List<String> keys) |
ParseEvent(com.fasterxml.jackson.core.JsonToken token,
Path path,
String value,
List<String> keys,
Object node) |
Path(Path copy) |
| Constructor and Description |
|---|
JsonIterator(com.fasterxml.jackson.core.JsonParser jp,
Predicate<Path> needsKeyCollection,
Predicate<Path> needsJsonCollection) |
JsonIterator(com.fasterxml.jackson.core.JsonParser jp,
Predicate<Path> needsKeyCollection,
Predicate<Path> needsJsonCollection) |
Copyright © 2015. All rights reserved.