Retrieve the Java component data type if this is an ARRAY type, or this , otherwise. E.g. for DataType<String[][][]> , this will return DataType<String> .
()
| 270 | * <code>DataType<String></code>. |
| 271 | */ |
| 272 | @NotNull |
| 273 | DataType<?> getArrayBaseDataType(); |
| 274 | |
| 275 |
no outgoing calls
no test coverage detected