Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionComments are now handled via the comment mode. Use
SnakeYamlOptions.Builder.commentMode(CommentMode)withCommentMode.alternativeWriter()to replace 'true' calls to this method.The choice of comments is no longer limited to whether the alternate writer is used. UseCommentModeinstead
-
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.