com.bazaarvoice.jolt.cardinality
public abstract class CardinalitySpec extends Object
| Modifier and Type | Field and Description |
|---|---|
protected MatchablePathElement |
pathElement |
| Constructor and Description |
|---|
CardinalitySpec(String rawJsonKey) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
apply(String inputKey,
Object input,
WalkedPath walkedPath,
Object parentContainer)
This is the main recursive method of the CardinalityTransform parallel "spec" and "input" tree walk.
|
static List<PathElement> |
parse(String key) |
protected final MatchablePathElement pathElement
public CardinalitySpec(String rawJsonKey)
public static List<PathElement> parse(String key)
public abstract boolean apply(String inputKey, Object input, WalkedPath walkedPath, Object parentContainer)
Copyright © 2014. All Rights Reserved.