com.bazaarvoice.jolt.shiftr
public class ShiftrWriter extends Object
| Constructor and Description |
|---|
ShiftrWriter(String dotNotation) |
| Modifier and Type | Method and Description |
|---|---|
PathElement |
get(int index) |
String |
getCanonicalForm()
Testing method.
|
int |
size() |
void |
write(Object data,
Map<String,Object> output,
WalkedPath walkedPath)
Use the supplied WalkedPath, in the evaluation of each of our PathElements to
build a concrete output path.
|
public ShiftrWriter(String dotNotation)
public void write(Object data, Map<String,Object> output, WalkedPath walkedPath)
data - data to writeoutput - data structure we are going to write the data towalkedPath - reference used to lookup reference values like "&1(2)"public int size()
public PathElement get(int index)
public String getCanonicalForm()
Copyright © 2014. All Rights Reserved.