ArrayType, CollectionTypepublic abstract class ContainerType extends EnumerableType
DEFAULT_TYPE_PARAMETER| Modifier and Type | Method | Description |
|---|---|---|
boolean |
canBePrototype() |
|
java.lang.Class |
getBaseJavaClass() |
|
java.lang.Class |
getItemClass() |
never returns null
|
java.lang.reflect.Type |
getItemType() |
never returns null
|
protected java.lang.reflect.Type |
getRawDehydratedType() |
Type for JSON representation.
|
boolean |
isInstance(java.lang.Object cdo) |
empty, isEmpty, map, mapequals, equals, getBaseJavaType, getConcreteClassTypeArguments, getName, hashCode, isGenericType, prettyPrint, prettyPrintBuilder, toStringpublic java.lang.reflect.Type getItemType()
public java.lang.Class getItemClass()
public boolean canBePrototype()
canBePrototype in class JaversTypepublic boolean isInstance(java.lang.Object cdo)
isInstance in class JaversTypeprotected java.lang.reflect.Type getRawDehydratedType()
public java.lang.Class getBaseJavaClass()