Uses of Class
org.snakeyaml.engine.v2.common.Anchor
Packages that use Anchor
Package
Description
-
Uses of Anchor in org.snakeyaml.engine.v2.composer
Fields in org.snakeyaml.engine.v2.composer with type parameters of type AnchorMethods in org.snakeyaml.engine.v2.composer with parameters of type AnchorMethod parameters in org.snakeyaml.engine.v2.composer with type arguments of type AnchorModifier and TypeMethodDescriptionprotected Node
Composer.composeMappingNode
(Optional<Anchor> anchor) Create mapping Nodeprotected Node
Composer.composeScalarNode
(Optional<Anchor> anchor, List<CommentLine> blockComments) Create ScalarNodeprotected SequenceNode
Composer.composeSequenceNode
(Optional<Anchor> anchor) Compose a sequence Node from the input starting with SequenceStartEvent -
Uses of Anchor in org.snakeyaml.engine.v2.emitter
Fields in org.snakeyaml.engine.v2.emitter with type parameters of type Anchor -
Uses of Anchor in org.snakeyaml.engine.v2.events
Fields in org.snakeyaml.engine.v2.events declared as AnchorFields in org.snakeyaml.engine.v2.events with type parameters of type AnchorMethods in org.snakeyaml.engine.v2.events that return AnchorMethods in org.snakeyaml.engine.v2.events that return types with arguments of type AnchorModifier and TypeMethodDescriptionNodeEvent.getAnchor()
Node anchor by which this node might later be referenced by aAliasEvent
.Constructor parameters in org.snakeyaml.engine.v2.events with type arguments of type AnchorModifierConstructorDescriptionAliasEvent
(Optional<Anchor> anchor) CollectionStartEvent
(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) ScalarEvent
(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) 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 Anchor in org.snakeyaml.engine.v2.nodes
Fields in org.snakeyaml.engine.v2.nodes with type parameters of type AnchorMethods in org.snakeyaml.engine.v2.nodes that return types with arguments of type AnchorModifier and TypeMethodDescriptionNode.getAnchor()
Get the anchor if it was defined for this NodeMethod parameters in org.snakeyaml.engine.v2.nodes with type arguments of type Anchor -
Uses of Anchor in org.snakeyaml.engine.v2.serializer
Fields in org.snakeyaml.engine.v2.serializer with type parameters of type AnchorMethods in org.snakeyaml.engine.v2.serializer that return AnchorModifier and TypeMethodDescriptionAnchorGenerator.nextAnchor
(Node node) Create anchorNumberAnchorGenerator.nextAnchor
(Node node) Create value increasing the number -
Uses of Anchor in org.snakeyaml.engine.v2.tokens
Fields in org.snakeyaml.engine.v2.tokens declared as AnchorModifier and TypeFieldDescriptionprivate final Anchor
AliasToken.value
private final Anchor
AnchorToken.value
Methods in org.snakeyaml.engine.v2.tokens that return AnchorConstructors in org.snakeyaml.engine.v2.tokens with parameters of type Anchor