Uses of Enum
org.snakeyaml.engine.v2.common.ScalarStyle
Packages that use ScalarStyle
Package
Description
-
Uses of ScalarStyle in org.snakeyaml.engine.v2.api
Fields in org.snakeyaml.engine.v2.api declared as ScalarStyleModifier and TypeFieldDescriptionprivate final ScalarStyleDumpSettings.defaultScalarStyleprivate ScalarStyleDumpSettingsBuilder.defaultScalarStyleMethods 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 styleConstructors in org.snakeyaml.engine.v2.api with parameters of type ScalarStyleModifierConstructorDescription(package private)DumpSettings(boolean explicitStart, boolean explicitEnd, Optional<Tag> explicitRootTag, AnchorGenerator anchorGenerator, Optional<SpecVersion> yamlDirective, Map<String, String> tagDirective, FlowStyle defaultFlowStyle, ScalarStyle defaultScalarStyle, NonPrintableStyle nonPrintableStyle, Schema schema, boolean canonical, boolean multiLineFlow, boolean useUnicodeEncoding, int indent, int indicatorIndent, int width, String bestLineBreak, boolean splitLines, int maxSimpleKeyLength, Map<SettingKey, Object> customProperties, boolean indentWithIndicator, boolean dumpComments) -
Uses of ScalarStyle in org.snakeyaml.engine.v2.common
Methods 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.emitter
Fields in org.snakeyaml.engine.v2.emitter with type parameters of type ScalarStyleMethods in org.snakeyaml.engine.v2.emitter that return types with arguments of type ScalarStyleModifier and TypeMethodDescriptionprivate Optional<ScalarStyle> Emitter.chooseScalarStyle(ScalarEvent ev) -
Uses of ScalarStyle in org.snakeyaml.engine.v2.events
Fields in org.snakeyaml.engine.v2.events declared as ScalarStyleMethods 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
Fields in org.snakeyaml.engine.v2.nodes declared as ScalarStyleMethods 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.scanner
Methods in org.snakeyaml.engine.v2.scanner with parameters of type ScalarStyleModifier and TypeMethodDescriptionprivate voidScannerImpl.fetchBlockScalar(ScalarStyle style) private voidScannerImpl.fetchFlowScalar(ScalarStyle style) ScannerImpl.scanBlockScalar(ScalarStyle style) private TokenScannerImpl.scanFlowScalar(ScalarStyle style) Scan a flow-style scalar. -
Uses of ScalarStyle in org.snakeyaml.engine.v2.tokens
Fields in org.snakeyaml.engine.v2.tokens declared as ScalarStyleMethods 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)