public class ArrayType extends ContainerType
| Constructor and Description |
|---|
ArrayType(java.lang.reflect.Type baseJavaType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Class> |
getElementTypes()
Collection/Array/Map content type.
|
boolean |
isEmpty(java.lang.Object array) |
boolean |
isFullyParametrized()
returns true if Enumerable is generic Type and all its arguments are actual Classes
|
java.lang.Object |
map(java.lang.Object sourceArray,
EnumerableFunction mapFunction,
OwnerContext owner)
Returns new instance of Enumerable with items from sourceEnumerable mapped by mapFunction.
|
getItemClassequals, getBaseJavaClass, getBaseJavaType, hashCode, isGenericType, toStringpublic boolean isFullyParametrized()
EnumerableTypeisFullyParametrized in class EnumerableTypepublic java.util.List<java.lang.Class> getElementTypes()
EnumerableTypeClass.getComponentType()
getElementTypes in class EnumerableTypepublic java.lang.Object map(java.lang.Object sourceArray,
EnumerableFunction mapFunction,
OwnerContext owner)
EnumerableTypemap in class EnumerableTypepublic boolean isEmpty(java.lang.Object array)
isEmpty in class EnumerableType