public class ShiftrLeafSpec extends ShiftrSpec
pathElement| Constructor and Description |
|---|
ShiftrLeafSpec(String rawKey,
Object rhs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(String inputKey,
Optional<Object> inputOptional,
WalkedPath walkedPath,
Map<String,Object> output,
Map<String,Object> context)
If this Spec matches the inputkey, then do the work of outputting data and return true.
|
getPathElementpublic boolean apply(String inputKey, Optional<Object> inputOptional, WalkedPath walkedPath, Map<String,Object> output, Map<String,Object> context)
Copyright © 2023. All rights reserved.