Uses of Enum
org.snakeyaml.engine.v2.common.ScalarStyle
Packages that use ScalarStyle
Package
Description
-
Uses of ScalarStyle in org.snakeyaml.engine.v2.api
Methods in org.snakeyaml.engine.v2.api that return ScalarStyleMethods in org.snakeyaml.engine.v2.api with parameters of type ScalarStyleModifier and TypeMethodDescriptionDumpSettingsBuilder.setDefaultScalarStyle(ScalarStyle defaultScalarStyle) Define default scalar style -
Uses of ScalarStyle in org.snakeyaml.engine.v2.common
Subclasses with type arguments of type ScalarStyle in org.snakeyaml.engine.v2.commonMethods in org.snakeyaml.engine.v2.common that return ScalarStyleModifier and TypeMethodDescriptionstatic ScalarStyleReturns the enum constant of this type with the specified name.static ScalarStyle[]ScalarStyle.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ScalarStyle in org.snakeyaml.engine.v2.events
Methods in org.snakeyaml.engine.v2.events that return ScalarStyleConstructors in org.snakeyaml.engine.v2.events with parameters of type ScalarStyleModifierConstructorDescriptionScalarEvent(Optional<Anchor> anchor, Optional<String> tag, ImplicitTuple implicit, String value, ScalarStyle style) ScalarEvent(Optional<Anchor> anchor, Optional<String> tag, ImplicitTuple implicit, String value, ScalarStyle style, Optional<Mark> startMark, Optional<Mark> endMark) -
Uses of ScalarStyle in org.snakeyaml.engine.v2.nodes
Methods in org.snakeyaml.engine.v2.nodes that return ScalarStyleConstructors in org.snakeyaml.engine.v2.nodes with parameters of type ScalarStyleModifierConstructorDescriptionScalarNode(Tag tag, boolean resolved, String value, ScalarStyle style, Optional<Mark> startMark, Optional<Mark> endMark) ScalarNode(Tag tag, String value, ScalarStyle style) -
Uses of ScalarStyle in org.snakeyaml.engine.v2.representer
Fields in org.snakeyaml.engine.v2.representer declared as ScalarStyleModifier and TypeFieldDescriptionprotected ScalarStyleBaseRepresenter.defaultScalarStylescalar styleMethods in org.snakeyaml.engine.v2.representer with parameters of type ScalarStyleModifier and TypeMethodDescriptionprotected NodeBaseRepresenter.representScalar(Tag tag, String value, ScalarStyle style) Create Scalar Node from string -
Uses of ScalarStyle in org.snakeyaml.engine.v2.tokens
Methods in org.snakeyaml.engine.v2.tokens that return ScalarStyleConstructors in org.snakeyaml.engine.v2.tokens with parameters of type ScalarStyleModifierConstructorDescriptionScalarToken(String value, boolean plain, ScalarStyle style, Optional<Mark> startMark, Optional<Mark> endMark)