com.bazaarvoice.jolt.removr.spec
public class RemovrLeafSpec extends RemovrSpec
pathElement| Constructor and Description |
|---|
RemovrLeafSpec(String rawKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
remove(Map<String,Object> input)
+
|
void |
removeByKey(Map<String,Object> inputMap,
String key)
+
|
findKeysToBeRemoved, parsepublic RemovrLeafSpec(String rawKey)
public void remove(Map<String,Object> input)
remove in class RemovrSpecinput - : Input map from which the spec key needs to be removed.public void removeByKey(Map<String,Object> inputMap, String key)
removeByKey in class RemovrSpecinputMap: - Input mapkey: - Key that needs to be removed from the key.Copyright © 2014. All Rights Reserved.