Uses of Enum Class
org.yaml.snakeyaml.DumperOptions.ScalarStyle
Packages that use DumperOptions.ScalarStyle
Package
Description
-
Uses of DumperOptions.ScalarStyle in org.yaml.snakeyaml
Fields in org.yaml.snakeyaml declared as DumperOptions.ScalarStyleMethods in org.yaml.snakeyaml that return DumperOptions.ScalarStyleModifier and TypeMethodDescriptionstatic DumperOptions.ScalarStyle
DumperOptions.ScalarStyle.createStyle
(Character style) DumperOptions.getDefaultScalarStyle()
static DumperOptions.ScalarStyle
Returns the enum constant of this class with the specified name.static DumperOptions.ScalarStyle[]
DumperOptions.ScalarStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.yaml.snakeyaml with parameters of type DumperOptions.ScalarStyleModifier and TypeMethodDescriptionvoid
DumperOptions.setDefaultScalarStyle
(DumperOptions.ScalarStyle defaultStyle) Set default style for scalars. -
Uses of DumperOptions.ScalarStyle in org.yaml.snakeyaml.emitter
Fields in org.yaml.snakeyaml.emitter declared as DumperOptions.ScalarStyleMethods in org.yaml.snakeyaml.emitter that return DumperOptions.ScalarStyle -
Uses of DumperOptions.ScalarStyle in org.yaml.snakeyaml.events
Fields in org.yaml.snakeyaml.events declared as DumperOptions.ScalarStyleMethods in org.yaml.snakeyaml.events that return DumperOptions.ScalarStyleConstructors in org.yaml.snakeyaml.events with parameters of type DumperOptions.ScalarStyleModifierConstructorDescriptionScalarEvent
(String anchor, String tag, ImplicitTuple implicit, String value, Mark startMark, Mark endMark, DumperOptions.ScalarStyle style) -
Uses of DumperOptions.ScalarStyle in org.yaml.snakeyaml.nodes
Fields in org.yaml.snakeyaml.nodes declared as DumperOptions.ScalarStyleMethods in org.yaml.snakeyaml.nodes that return DumperOptions.ScalarStyleConstructors in org.yaml.snakeyaml.nodes with parameters of type DumperOptions.ScalarStyleModifierConstructorDescriptionScalarNode
(Tag tag, boolean resolved, String value, Mark startMark, Mark endMark, DumperOptions.ScalarStyle style) ScalarNode
(Tag tag, String value, Mark startMark, Mark endMark, DumperOptions.ScalarStyle style) -
Uses of DumperOptions.ScalarStyle in org.yaml.snakeyaml.representer
Fields in org.yaml.snakeyaml.representer declared as DumperOptions.ScalarStyleModifier and TypeFieldDescriptionprotected DumperOptions.ScalarStyle
BaseRepresenter.defaultScalarStyle
Methods in org.yaml.snakeyaml.representer that return DumperOptions.ScalarStyleMethods in org.yaml.snakeyaml.representer with parameters of type DumperOptions.ScalarStyleModifier and TypeMethodDescriptionprotected Node
BaseRepresenter.representScalar
(Tag tag, String value, DumperOptions.ScalarStyle style) void
BaseRepresenter.setDefaultScalarStyle
(DumperOptions.ScalarStyle defaultStyle) -
Uses of DumperOptions.ScalarStyle in org.yaml.snakeyaml.tokens
Fields in org.yaml.snakeyaml.tokens declared as DumperOptions.ScalarStyleMethods in org.yaml.snakeyaml.tokens that return DumperOptions.ScalarStyleConstructors in org.yaml.snakeyaml.tokens with parameters of type DumperOptions.ScalarStyleModifierConstructorDescriptionScalarToken
(String value, boolean plain, Mark startMark, Mark endMark, DumperOptions.ScalarStyle style)