Uses of Class
com.bazaarvoice.jolt.modifier.OpMode
-
Packages that use OpMode Package Description com.bazaarvoice.jolt com.bazaarvoice.jolt.modifier com.bazaarvoice.jolt.modifier.spec -
-
Uses of OpMode in com.bazaarvoice.jolt
Constructors in com.bazaarvoice.jolt with parameters of type OpMode Constructor Description Modifier(java.lang.Object spec, OpMode opMode, java.util.Map<java.lang.String,Function> functionsMap) -
Uses of OpMode in com.bazaarvoice.jolt.modifier
Fields in com.bazaarvoice.jolt.modifier declared as OpMode Modifier and Type Field Description private OpModeTemplatrSpecBuilder. opModeFields in com.bazaarvoice.jolt.modifier with type parameters of type OpMode Modifier and Type Field Description private static java.util.Map<java.lang.String,OpMode>OpMode. opModeMapStatic validity checker and instance getter from given op StringMethods in com.bazaarvoice.jolt.modifier that return OpMode Modifier and Type Method Description static OpModeOpMode. from(java.lang.String op)static OpModeOpMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OpMode[]OpMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bazaarvoice.jolt.modifier with parameters of type OpMode Modifier and Type Method Description java.lang.ObjectDataType. create(java.lang.String keyOrIndex, WalkedPath walkedPath, OpMode opMode)Creates an empty map/list, as required by spec, in the parent map/list at given key/indexConstructors in com.bazaarvoice.jolt.modifier with parameters of type OpMode Constructor Description TemplatrSpecBuilder(OpMode opMode, java.util.Map<java.lang.String,Function> functionsMap) -
Uses of OpMode in com.bazaarvoice.jolt.modifier.spec
Fields in com.bazaarvoice.jolt.modifier.spec declared as OpMode Modifier and Type Field Description protected OpModeModifierSpec. opModeMethods in com.bazaarvoice.jolt.modifier.spec with parameters of type OpMode Modifier and Type Method Description protected static voidModifierSpec. setData(java.lang.Object parent, MatchedElement matchedElement, java.lang.Object value, OpMode opMode)Static utility method for facilitating writes on input objectConstructors in com.bazaarvoice.jolt.modifier.spec with parameters of type OpMode Constructor Description ModifierCompositeSpec(java.lang.String key, java.util.Map<java.lang.String,java.lang.Object> spec, OpMode opMode, TemplatrSpecBuilder specBuilder)ModifierLeafSpec(java.lang.String rawJsonKey, java.lang.Object rhsObj, OpMode opMode, java.util.Map<java.lang.String,Function> functionsMap)ModifierSpec(java.lang.String rawJsonKey, OpMode opMode)Builds LHS pathElement and validates to specification
-