Uses of Enum
org.yaml.snakeyaml.DumperOptions.ScalarStyle
Packages that use DumperOptions.ScalarStyle
Package
Description
-
Uses of DumperOptions.ScalarStyle in org.yaml.snakeyaml
Methods in org.yaml.snakeyaml that return DumperOptions.ScalarStyleModifier and TypeMethodDescriptionstatic DumperOptions.ScalarStyleDumperOptions.ScalarStyle.createStyle(Character style) CreateDumperOptions.getDefaultScalarStyle()getterstatic DumperOptions.ScalarStyleReturns the enum constant of this type with the specified name.static DumperOptions.ScalarStyle[]DumperOptions.ScalarStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.yaml.snakeyaml with parameters of type DumperOptions.ScalarStyleModifier and TypeMethodDescriptionvoidDumperOptions.setDefaultScalarStyle(DumperOptions.ScalarStyle defaultStyle) Set default style for scalars. -
Uses of DumperOptions.ScalarStyle in org.yaml.snakeyaml.events
Methods 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
Methods 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.ScalarStyleBaseRepresenter.defaultScalarStyledefault scalar style is not definedMethods in org.yaml.snakeyaml.representer that return DumperOptions.ScalarStyleMethods in org.yaml.snakeyaml.representer with parameters of type DumperOptions.ScalarStyleModifier and TypeMethodDescriptionprotected NodeBaseRepresenter.representScalar(Tag tag, String value, DumperOptions.ScalarStyle style) voidBaseRepresenter.setDefaultScalarStyle(DumperOptions.ScalarStyle defaultStyle) -
Uses of DumperOptions.ScalarStyle in org.yaml.snakeyaml.tokens
Methods 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)