com.bazaarvoice.jolt.chainr.spec
public class ChainrSpec extends Object
[
{
"operation": "[operation-name]",
// stuff that the specific transform needs go here
},
...
]
This class represents the Array, while the ChainrEntry class encompass the individual elements
of the array.| Constructor and Description |
|---|
ChainrSpec(Object chainrSpec) |
public ChainrSpec(Object chainrSpec)
chainrSpec - Plain vanilla hydrated JSON representation of a Chainr spec .json file.public List<ChainrEntry> getChainrEntries()
Copyright © 2014. All Rights Reserved.