Uses of Enum
org.snakeyaml.engine.v2.common.FlowStyle
Packages that use FlowStyle
Package
Description
-
Uses of FlowStyle in org.snakeyaml.engine.v2.api
Fields in org.snakeyaml.engine.v2.api declared as FlowStyleModifier and TypeFieldDescriptionprivate final FlowStyle
DumpSettings.defaultFlowStyle
private FlowStyle
DumpSettingsBuilder.defaultFlowStyle
Methods in org.snakeyaml.engine.v2.api that return FlowStyleMethods in org.snakeyaml.engine.v2.api with parameters of type FlowStyleModifier and TypeMethodDescriptionDumpSettingsBuilder.setDefaultFlowStyle
(FlowStyle defaultFlowStyle) Define flow styleConstructors in org.snakeyaml.engine.v2.api with parameters of type FlowStyleModifierConstructorDescription(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 FlowStyle in org.snakeyaml.engine.v2.common
Methods in org.snakeyaml.engine.v2.common that return FlowStyle -
Uses of FlowStyle in org.snakeyaml.engine.v2.events
Fields in org.snakeyaml.engine.v2.events declared as FlowStyleMethods in org.snakeyaml.engine.v2.events that return FlowStyleModifier and TypeMethodDescriptionCollectionStartEvent.getFlowStyle()
true
if this collection is in flow style,false
for block style.Constructors in org.snakeyaml.engine.v2.events with parameters of type FlowStyleModifierConstructorDescriptionCollectionStartEvent
(Optional<Anchor> anchor, Optional<String> tag, boolean implicit, FlowStyle flowStyle, Optional<Mark> startMark, Optional<Mark> endMark) MappingStartEvent
(Optional<Anchor> anchor, Optional<String> tag, boolean implicit, FlowStyle flowStyle) MappingStartEvent
(Optional<Anchor> anchor, Optional<String> tag, boolean implicit, FlowStyle flowStyle, Optional<Mark> startMark, Optional<Mark> endMark) SequenceStartEvent
(Optional<Anchor> anchor, Optional<String> tag, boolean implicit, FlowStyle flowStyle) SequenceStartEvent
(Optional<Anchor> anchor, Optional<String> tag, boolean implicit, FlowStyle flowStyle, Optional<Mark> startMark, Optional<Mark> endMark) -
Uses of FlowStyle in org.snakeyaml.engine.v2.nodes
Fields in org.snakeyaml.engine.v2.nodes declared as FlowStyleMethods in org.snakeyaml.engine.v2.nodes that return FlowStyleModifier and TypeMethodDescriptionCollectionNode.getFlowStyle()
Serialization style of this collection.Methods in org.snakeyaml.engine.v2.nodes with parameters of type FlowStyleConstructors in org.snakeyaml.engine.v2.nodes with parameters of type FlowStyleModifierConstructorDescriptionMappingNode
(Tag tag, boolean resolved, List<NodeTuple> value, FlowStyle flowStyle, Optional<Mark> startMark, Optional<Mark> endMark) CreateMappingNode
(Tag tag, List<NodeTuple> value, FlowStyle flowStyle) CreateSequenceNode
(Tag tag, boolean resolved, List<Node> value, FlowStyle flowStyle, Optional<Mark> startMark, Optional<Mark> endMark) SequenceNode
(Tag tag, List<Node> value, FlowStyle flowStyle) -
Uses of FlowStyle in org.snakeyaml.engine.v2.representer
Fields in org.snakeyaml.engine.v2.representer declared as FlowStyleModifier and TypeFieldDescriptionprotected FlowStyle
BaseRepresenter.defaultFlowStyle
flow style for collectionsMethods in org.snakeyaml.engine.v2.representer with parameters of type FlowStyleModifier and TypeMethodDescriptionprotected Node
BaseRepresenter.representMapping
(Tag tag, Map<?, ?> mapping, FlowStyle flowStyle) Create Node for the provided Mapprotected Node
BaseRepresenter.representSequence
(Tag tag, Iterable<?> sequence, FlowStyle flowStyle) Create Node