Uses of Enum
io.opentelemetry.api.baggage.propagation.Parser.State
Packages that use Parser.State
Package
Description
Default OpenTelemetry remote baggage propagators.
-
Uses of Parser.State in io.opentelemetry.api.baggage.propagation
Fields in io.opentelemetry.api.baggage.propagation declared as Parser.StateMethods in io.opentelemetry.api.baggage.propagation that return Parser.StateModifier and TypeMethodDescriptionstatic Parser.State
Returns the enum constant of this type with the specified name.static Parser.State[]
Parser.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opentelemetry.api.baggage.propagation with parameters of type Parser.StateModifier and TypeMethodDescriptionprivate void
Parser.setState
(Parser.State state, int start) Switches parser state (element of a list member).