Retrieve the Java component data type if this is an ARRAY type, or null , otherwise. E.g. for DataType<String[][][]> , this will return DataType<String[][]> .
()
| 250 | * <code>DataType<String[][]></code>. |
| 251 | */ |
| 252 | @Nullable |
| 253 | DataType<?> getArrayComponentDataType(); |
| 254 | |
| 255 | /** |
no outgoing calls
no test coverage detected