com.bazaarvoice.jolt.shiftr.spec
public class ShiftrLeafSpec extends ShiftrSpec
pathElement| Constructor and Description |
|---|
ShiftrLeafSpec(String rawKey,
Object rhs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(String inputKey,
Object input,
WalkedPath walkedPath,
Map<String,Object> output)
If this Spec matches the inputkey, then do the work of outputting data and return true.
|
parse, parsepublic boolean apply(String inputKey, Object input, WalkedPath walkedPath, Map<String,Object> output)
apply in class ShiftrSpecCopyright © 2014. All Rights Reserved.