gpt4 book ai didi

java - Spring Java 转换异常

转载 作者:行者123 更新时间:2023-12-02 06:43:33 24 4
gpt4 key购买 nike

我正在尝试存储 EnumSet对象到我的 Neo4j 数据库中。但是,我遇到了这个异常:

org.springframework.core.convert.ConversionFailedException: Failed to convert from type java.util.LinkedHashSet<?> to type java.util.EnumSet<?> for value '[READ, WRITE, OPTIONAL]'; nested exception is java.lang.IllegalArgumentException: Could not instantiate Collection type: java.util.EnumSet

有什么方法可以替代 EnumSet与其他东西?或者,有人知道解决方法吗?

我尝试将集合设置为 HashSet ,但我丢失了 EnumSet 的方法给我,例如 noneOf() .

最佳答案

我认为您可以编写自己的自定义转换器并将其注册到应用程序 ctx 中。关注documentation here .

关于java - Spring Java 转换异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18878492/

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