Class ShiftrSpecBuilder
java.lang.Object
com.bazaarvoice.jolt.common.spec.SpecBuilder<ShiftrSpec>
com.bazaarvoice.jolt.shiftr.ShiftrSpecBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSpec(String keyString, Object rawRhs) Given a lhs key and rhs spec object, determine, create and return appropriate specMethods inherited from class SpecBuilder
createSpec
-
Constructor Details
-
ShiftrSpecBuilder
public ShiftrSpecBuilder()
-
-
Method Details
-
createSpec
Description copied from class:SpecBuilderGiven a lhs key and rhs spec object, determine, create and return appropriate spec- Specified by:
createSpecin classSpecBuilder<ShiftrSpec>- Parameters:
keyString- lhs keyrawRhs- rhs Spec- Returns:
- Spec object
-