gpt4 book ai didi

java - 获取 Class 的代号

转载 作者:行者123 更新时间:2023-12-03 19:45:23 25 4
gpt4 key购买 nike

我正在使用反射生成代码,需要在代码中获取描述特定数组类型的字符串。默认 API 并没有真正让这变得简单。

  • (new int[12]).getClass().getName() 返回 [I
  • (new Date[2][]).getClass().getName() 返回 [[Ljava.util.Date

结果是可解析的,但是有没有更简单、更好的方法分别从这两个中获取 int[]java.util.Date[][]

最佳答案

尝试 Class.getSimpleName() .

The simple name of an array is the simple name of the component type with "[]" appended.

关于java - 获取 Class<Array> 的代号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5805182/

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