public abstract class ContainerType extends JaversType
| Modifier | Constructor and Description |
|---|---|
protected |
ContainerType(Type baseJavaType) |
| Modifier and Type | Method and Description |
|---|---|
abstract Class |
getElementType()
Collection/Array content type.
|
equals, getActualClassTypeArguments, getBaseJavaClass, getBaseJavaType, hashCode, isAssignableFrom, isGenericType, spawn, toStringprotected ContainerType(Type baseJavaType)
public abstract Class getElementType()
Class.getComponentType()
Copyright © 2014. All rights reserved.