xx.asType() is applicable for argument types: (java.lang.Class) values
时间: 2024-05-27 21:08:17 浏览: 149
IEEE Std 802.1AS™‐2020.rar
5星 · 资源好评率100%
This error message means that the method `asType()` was called with an argument of type `java.lang.Class`, but the method does not accept this type of argument.
To fix this error, you need to check the documentation for the `asType()` method and ensure that you are passing in the correct argument type. If you are unsure of the correct argument type, you can try passing in a different type of argument or consult the documentation for the object you are working with.
阅读全文