com.bazaarvoice.jolt.chainr.spec
public class ChainrEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATION_KEY |
static String |
SPEC_KEY |
static Map<String,String> |
STOCK_TRANSFORMS
Map transform "operation" names to the classes that handle them
|
| Constructor and Description |
|---|
ChainrEntry(int index,
Object chainrEntryObj)
Process an element from the Chainr Spec into a ChainrEntry class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessageIndexSuffix()
Generate an error message suffix what lists the index of the ChainrEntry in the overall ChainrSpec.
|
Class<? extends JoltTransform> |
getJoltTransformClass() |
Object |
getSpec() |
boolean |
isSpecDriven() |
public static final Map<String,String> STOCK_TRANSFORMS
public static final String OPERATION_KEY
public static final String SPEC_KEY
public ChainrEntry(int index,
Object chainrEntryObj)
chainrEntryObj - the unknown Object from the Chainr listindex - the index of the chainrEntryObj, used in reporting errorspublic String getErrorMessageIndexSuffix()
public Object getSpec()
public Class<? extends JoltTransform> getJoltTransformClass()
public boolean isSpecDriven()
Copyright © 2014. All Rights Reserved.