| Package | Description | 
|---|---|
| org.yaml.snakeyaml.comments | |
| org.yaml.snakeyaml.composer | |
| org.yaml.snakeyaml.nodes | 
| Modifier and Type | Method and Description | 
|---|---|
| List<CommentLine> | CommentEventsCollector. consume()Return the events collected and reset the colletor. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Node | Composer. composeScalarNode(String anchor,
                 List<CommentLine> blockComments) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<CommentLine> | Node. getBlockComments()The ordered list of blank lines and block comments (full line) that appear before this node. | 
| List<CommentLine> | Node. getEndComments()The ordered list of blank lines and block comments (full line) that appear AFTER this node. | 
| List<CommentLine> | Node. getInLineComments()The ordered list of in-line comments. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Node. setBlockComments(List<CommentLine> blockComments) | 
| void | Node. setEndComments(List<CommentLine> endComments) | 
| void | Node. setInLineComments(List<CommentLine> inLineComments) | 
Copyright © 2008–2021. All rights reserved.