com.bazaarvoice.jolt.removr.spec
public class RemovrCompositeSpec extends RemovrSpec
pathElement| Constructor and Description |
|---|
RemovrCompositeSpec(String rawKey,
Map<String,Object> spec) |
| Modifier and Type | Method and Description |
|---|---|
void |
remove(Map<String,Object> input)
+
|
void |
removeByKey(Map<String,Object> inputMap,
String literalKey)
+
|
findKeysToBeRemoved, parsepublic void remove(Map<String,Object> input)
remove in class RemovrSpecinput - : Pass in the input map from which the spec raw key has to remove itself if it matches.public void removeByKey(Map<String,Object> inputMap, String literalKey)
removeByKey in class RemovrSpecinputMap - : Input map from which the spec keys need to be removedliteralKey - : Literal Key to be removed from the mapCopyright © 2014. All Rights Reserved.