| Package | Description |
|---|---|
| ch.jalu.typeresolver.array |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayClassProperties
Describes a class' array type properties by specifying the array dimension of this class and its component type.
|
class |
GenericArrayTypeProperties
Describes a generic array type: specifies the array dimension and the component type.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayTypeProperties |
ArrayTypeUtils.getArrayProperty(Type type)
Returns a description of the given array type, or an array property with dimension 0
if it is not an array.
|
Copyright © 2023. All rights reserved.