Uses of Enum
org.snakeyaml.engine.v2.common.FlowStyle
Packages that use FlowStyle
Package
Description
-
Uses of FlowStyle in org.snakeyaml.engine.v2.api
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 style -
Uses of FlowStyle in org.snakeyaml.engine.v2.common
Subclasses with type arguments of type FlowStyle in org.snakeyaml.engine.v2.commonModifier and TypeClassDescriptionenumBlock styles use indentation to denote nesting and scope within the document.Methods in org.snakeyaml.engine.v2.common that return FlowStyle -
Uses of FlowStyle in org.snakeyaml.engine.v2.events
Methods in org.snakeyaml.engine.v2.events that return FlowStyleModifier and TypeMethodDescriptionCollectionStartEvent.getFlowStyle()trueif this collection is in flow style,falsefor 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
Methods 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 FlowStyleBaseRepresenter.defaultFlowStyleflow style for collectionsMethods in org.snakeyaml.engine.v2.representer with parameters of type FlowStyleModifier and TypeMethodDescriptionprotected NodeBaseRepresenter.representMapping(Tag tag, Map<?, ?> mapping, FlowStyle flowStyle) Create Node for the provided Mapprotected NodeBaseRepresenter.representSequence(Tag tag, Iterable<?> sequence, FlowStyle flowStyle) Create Node