gpt4 book ai didi

parsing - 使用SnakeYaml进行解析时,将忽略yaml中的字段(无法在类中找到属性)

转载 作者:行者123 更新时间:2023-12-04 00:41:41 28 4
gpt4 key购买 nike

我正在使用SnakeYaml来解析yaml文件,是否仍然可以忽略yaml文件中的属性?

最佳答案

我找到了 :)

Representer representer = new Representer();
representer.getPropertyUtils().setSkipMissingProperties(true);


Yaml yaml = new Yaml(new Constructor(MyClass.class),representer);

关于parsing - 使用SnakeYaml进行解析时,将忽略yaml中的字段(无法在类中找到属性),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30162220/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com