snakeyaml
yaml scientific notation syntax
While working with a yaml document, I found that one of my values was getting parsed as a string with snakeyaml:[详细]
2023-03-22 06:39 分类:问答Walkthrough of SnakeYAML in Java
I need to read some values and variables from a .yml file开发者_开发技巧 and thats it, write them to a String and thats all I need? How would I do this?Yaml yaml = new Yaml();[详细]
2023-03-09 21:09 分类:问答PyYaml to SnakeYaml --- AWT-EventQueue-0" Can't construct a java object for tag:yaml.org,2002:java/object:
I am passing Yaml created with PyYaml to SnakeYaml and Snakeyaml does not seem to recognize anythin开发者_如何学Gog beyond the first line where !! exists and python/object is declared. I already have[详细]
2023-02-10 06:10 分类:问答Using SnakeYaml under OSGi?
Does SnakeYaml work within an OSGi framework? I\'ve modified the MANIFEST & such so that it deploys correctly, but but trying to load a document into a Java开发者_Python百科Bean object structure i[详细]
2023-02-09 03:55 分类:问答Bind to an inner class in SnakeYAML / Play framework
I have a model like this: package models; @Entity public class Order extends Model { @Entity public static class Line extends Model[详细]
2023-02-03 01:28 分类:问答Yaml ambiguity; indentation spaces and empty node
I wrote: a: -b -c Parser understood it as: !!map { ? !!str \"a\" 开发者_如何学编程: !!seq [ !!str \"b\",[详细]
2023-01-21 20:27 分类:问答SnakeYAML: How to disable underscore stripping when parsing?
Here\'s my problem. I have YAML doc that contains the following pair: run_ID: 2010_03_31_101 When this get\'s parsedat[详细]
2022-12-28 14:25 分类:问答Serializing ENUM Singleton
I\'m trying to serialize an ENUM singleton instance (as described by Joshua Bloch in his book Effective Java) to a file. The ENUM instance is a simple JavaBean as this:[详细]
2022-12-18 21:11 分类:问答java.lang.IllegalStateException: Failed to load ApplicationContext: snakeyaml dependency issue
Due to snakeyaml vulnerability, I am trying to exclude it in spring-boot-starter-web using exclusions[详细]
2022-12-07 18:31 分类:问答