Uses of Class
org.snakeyaml.engine.v2.comments.CommentType
-
Packages that use CommentType Package Description org.snakeyaml.engine.v2.comments -
-
Uses of CommentType in org.snakeyaml.engine.v2.comments
Methods in org.snakeyaml.engine.v2.comments that return CommentType Modifier and Type Method Description CommentTypeCommentLine. getCommentType()getterstatic CommentTypeCommentType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommentType[]CommentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.snakeyaml.engine.v2.comments with parameters of type CommentType Constructor Description CommentEventsCollector(Queue<org.snakeyaml.engine.v2.events.Event> eventSource, CommentType... expectedCommentTypes)Constructor used to collect events emitted by the Serializer.CommentEventsCollector(Parser parser, CommentType... expectedCommentTypes)Constructor used to collect comment events emitted by a Parser.CommentLine(Optional<Mark> startMark, Optional<Mark> endMark, String value, CommentType commentType)Create
-