| Package | Description |
|---|---|
| dev.dejvokep.boostedyaml.block | |
| dev.dejvokep.boostedyaml.utils.format |
| Modifier and Type | Method and Description |
|---|---|
NodeRole |
Comments.NodeType.toRole()
Deprecated.
Returns the type as a role.
|
NodeRole |
Comments.NodeType.toRole()
Deprecated.
Returns the type as a role.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Comments.add(Block<?> block,
NodeRole node,
Comments.Position position,
org.snakeyaml.engine.v2.comments.CommentLine comment)
Adds the given comment to already existing comments at the given position.
|
static void |
Comments.add(Block<?> block,
NodeRole node,
Comments.Position position,
org.snakeyaml.engine.v2.comments.CommentLine comment)
Adds the given comment to already existing comments at the given position.
|
static void |
Comments.add(Block<?> block,
NodeRole node,
Comments.Position position,
List<org.snakeyaml.engine.v2.comments.CommentLine> comments)
Adds the given comments to already existing comments at the given position.
|
static void |
Comments.add(Block<?> block,
NodeRole node,
Comments.Position position,
List<org.snakeyaml.engine.v2.comments.CommentLine> comments)
Adds the given comments to already existing comments at the given position.
|
static List<org.snakeyaml.engine.v2.comments.CommentLine> |
Comments.get(Block<?> block,
NodeRole node,
Comments.Position position)
Returns comments at the given position.
|
static List<org.snakeyaml.engine.v2.comments.CommentLine> |
Comments.get(Block<?> block,
NodeRole node,
Comments.Position position)
Returns comments at the given position.
|
static void |
Comments.remove(Block<?> block,
NodeRole node,
Comments.Position position)
Removes all comments at the given position.
|
static void |
Comments.remove(Block<?> block,
NodeRole node,
Comments.Position position)
Removes all comments at the given position.
|
static void |
Comments.set(Block<?> block,
NodeRole node,
Comments.Position position,
List<org.snakeyaml.engine.v2.comments.CommentLine> comments)
Sets the given comments at the given position.
|
static void |
Comments.set(Block<?> block,
NodeRole node,
Comments.Position position,
List<org.snakeyaml.engine.v2.comments.CommentLine> comments)
Sets the given comments at the given position.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeRole |
NodeRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeRole |
NodeRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeRole[] |
NodeRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static NodeRole[] |
NodeRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
S |
Formatter.format(org.snakeyaml.engine.v2.nodes.Tag tag,
V value,
NodeRole role,
S def)
Returns the format to use for the given node.
|
S |
Formatter.format(org.snakeyaml.engine.v2.nodes.Tag tag,
V value,
NodeRole role,
S def)
Returns the format to use for the given node.
|
Copyright © 2024. All rights reserved.