| Constructor and Description |
|---|
CollectionType(Class<?> type,
ValueType collectedType) |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
collectedType() |
static CollectionType |
collectionOf(Class<?> collectedType) |
static boolean |
isCollection(Type type) |
static CollectionType |
listOf(Class<?> collectedType) |
static CollectionType |
setOf(Class<?> collectedType) |
String |
toString() |
isPrimitiveValue, isPrimitiveValueType, isPrimitiveValueType, mainType, of, typespublic static boolean isCollection(Type type)
public static CollectionType collectionOf(Class<?> collectedType)
public static CollectionType listOf(Class<?> collectedType)
public static CollectionType setOf(Class<?> collectedType)
public ValueType collectedType()