| Package | Description |
|---|---|
| org.meeuw.json | |
| org.meeuw.util |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static <S> Predicate<S> |
Predicates.alwaysFalse() |
static <S> Predicate<S> |
Predicates.alwaysTrue() |
static <S> Predicate<S> |
Predicates.and(Predicate<S>... predicates) |
static <S> Predicate<S> |
Predicates.or(Predicate<S>... predicates) |
| Modifier and Type | Method and Description |
|---|---|
static <S> Predicate<S> |
Predicates.and(Predicate<S>... predicates) |
static <S> Predicate<S> |
Predicates.or(Predicate<S>... predicates) |
Copyright © 2015. All rights reserved.