-
Deprecated MethodsMethodDescriptionThe choice of comments is no longer limited to whether the alternate writer is used. Use
CommentModeinstead
-
Deprecated ConstructorsConstructorDescriptionUse
create(Class, ConfigurationOptions). Subclassing should not be used; prefer the delegation pattern instead. See the class javadoc for more info.Usecreate(Class, ConfigurationOptions, SnakeYamlOptions). Subclassing should not be used; prefer the delegation pattern instead. See the class javadoc for more info.
SnakeYamlOptions.Builder.commentMode(CommentMode)withCommentMode.alternativeWriter()to replace 'true' calls to this method.