Uses of Enum Class
io.jenkins.plugins.configsplice.engine.json.JsonScalarLocator.ScalarKind
Packages that use JsonScalarLocator.ScalarKind
-
Uses of JsonScalarLocator.ScalarKind in io.jenkins.plugins.configsplice.engine.json
Methods in io.jenkins.plugins.configsplice.engine.json that return JsonScalarLocator.ScalarKindModifier and TypeMethodDescriptionJsonScalarLocator.Located.kind()Returns the value of thekindrecord component.static JsonScalarLocator.ScalarKindReturns the enum constant of this class with the specified name.static JsonScalarLocator.ScalarKind[]JsonScalarLocator.ScalarKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.jenkins.plugins.configsplice.engine.json with parameters of type JsonScalarLocator.ScalarKindModifierConstructorDescriptionLocated(SourceRange range, JsonScalarLocator.ScalarKind kind, JsonScalarLocator.OffsetEvidence evidence) Creates an instance of aLocatedrecord class.