public class Type extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
Type |
getNestedType() |
int |
hashCode() |
boolean |
isCollection() |
boolean |
isPrimitive() |
static Type |
newArrayType(String type,
int dimensions) |
static Type |
newCollectionType(String collectionType,
Type elementType) |
static Type |
newSimpleType(String name) |
Copyright © 2005–2013. All rights reserved.