gpt4 book ai didi

java - "Cannot be cast to java.lang.Class",即: which type is not a class

转载 作者:行者123 更新时间:2023-12-01 07:34:05 24 4
gpt4 key购买 nike

这可能看起来是一个愚蠢的问题(因为它可能非常特定于项目),但在这种情况下它足够普遍:

我正在运行一段代码,给出 ClassCastException ,我写的错误消息是标题。这里提到的强制转换来自 java.lang.reflect.Type 类型的对象至Class<?> .

除了基本类型之外,Java 中哪种类型不是类?

感谢您的回答

最佳答案

一个ClassType但是一个Type没有必要 Class ,自 Class implements Type .

基本上,您的myType也可以是接口(interface) GenericArrayType 的任何实现类, ParameterizedType , TypeVariable WildcardType ,因为它们都扩展了 Type 界面。

尝试打印 myType.getClass()查看您所指的类型:您将得到 Class<TheSaidType> .

关于java - "Cannot be cast to java.lang.Class",即: which type is not a class,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14590467/

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