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
Subclasses with type arguments of type OpMode in com.bazaarvoice.jolt.modifierModifier and TypeClassDescriptionenumOpMode differentiates different flavors of Templatr Templatr can fill in leaf values as required in spec from a specified context, self or a hardcoded default value.Fields in com.bazaarvoice.jolt.modifier declared as OpModeFields in com.bazaarvoice.jolt.modifier with type parameters of type OpModeModifier and TypeFieldDescriptionOpMode.opModeMapStatic validity checker and instance getter from given op StringMethods in com.bazaarvoice.jolt.modifier that return OpModeModifier and TypeMethodDescriptionstatic OpModestatic OpModeReturns 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 voidModifierSpec.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) protectedModifierSpec(String rawJsonKey, OpMode opMode) Builds LHS pathElement and validates to specification