public interface BaseSpec
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(String inputKey,
Optional<Object> inputOptional,
WalkedPath walkedPath,
Map<String,Object> output,
Map<String,Object> context)
This is the main recursive method of the Shiftr/Templatr/Cardinality parallel "spec" and "input" tree walk.
|
MatchablePathElement |
getPathElement()
Gimme the LHS path element
|
MatchablePathElement getPathElement()
boolean apply(String inputKey, Optional<Object> inputOptional, WalkedPath walkedPath, Map<String,Object> output, Map<String,Object> context)
Copyright © 2023. All rights reserved.