Uses of Enum
com.bazaarvoice.jolt.modifier.OpMode
Packages that use OpMode
Package
Description
-
Uses of OpMode in com.bazaarvoice.jolt
Constructors in com.bazaarvoice.jolt with parameters of type OpMode -
Uses of OpMode in com.bazaarvoice.jolt.modifier
Fields in com.bazaarvoice.jolt.modifier declared as OpModeFields in com.bazaarvoice.jolt.modifier with type parameters of type OpModeModifier and TypeFieldDescriptionOpMode.opModeMap
Static validity checker and instance getter from given op StringMethods in com.bazaarvoice.jolt.modifier that return OpModeModifier and TypeMethodDescriptionstatic OpMode
static OpMode
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 OpModeModifier and TypeMethodDescriptionDataType.create
(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 OpModeModifierConstructorDescriptionTemplatrSpecBuilder
(OpMode opMode, Map<String, Function> functionsMap) -
Uses of OpMode in com.bazaarvoice.jolt.modifier.spec
Fields in com.bazaarvoice.jolt.modifier.spec declared as OpModeMethods in com.bazaarvoice.jolt.modifier.spec with parameters of type OpModeModifier and TypeMethodDescriptionprotected static void
ModifierSpec.setData
(Object parent, MatchedElement matchedElement, Object value, OpMode opMode) Static utility method for facilitating writes on input objectConstructors in com.bazaarvoice.jolt.modifier.spec with parameters of type OpModeModifierConstructorDescriptionModifierCompositeSpec
(String key, Map<String, Object> spec, OpMode opMode, TemplatrSpecBuilder specBuilder) ModifierLeafSpec
(String rawJsonKey, Object rhsObj, OpMode opMode, Map<String, Function> functionsMap) protected
ModifierSpec
(String rawJsonKey, OpMode opMode) Builds LHS pathElement and validates to specification