Package com.bazaarvoice.jolt.shiftr
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 com.bazaarvoice.jolt.common.spec.SpecBuilder
createSpec
-
Constructor Details
-
ShiftrSpecBuilder
public ShiftrSpecBuilder()
-
-
Method Details
-
createSpec
Description copied from class:SpecBuilder
Given a lhs key and rhs spec object, determine, create and return appropriate spec- Specified by:
createSpec
in classSpecBuilder<ShiftrSpec>
- Parameters:
keyString
- lhs keyrawRhs
- rhs Spec- Returns:
- Spec object
-