Uses of Interface
io.jenkins.plugins.configsplice.engine.json.JsonPath.Step
Packages that use JsonPath.Step
-
Uses of JsonPath.Step in io.jenkins.plugins.configsplice.engine.json
Classes in io.jenkins.plugins.configsplice.engine.json that implement JsonPath.StepModifier and TypeClassDescriptionstatic final recordSelects a zero-based array element.static final recordSelects an object property by exact, case-sensitive name.Methods in io.jenkins.plugins.configsplice.engine.json that return types with arguments of type JsonPath.StepModifier and TypeMethodDescriptionJsonPath.steps()Returns the value of thestepsrecord component.Constructor parameters in io.jenkins.plugins.configsplice.engine.json with type arguments of type JsonPath.StepModifierConstructorDescriptionJsonPath(List<JsonPath.Step> steps) Creates an instance of aJsonPathrecord class.