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) |
public static Type newSimpleType(String name)
public static Type newArrayType(String type, int dimensions)
public static Type newCollectionType(String collectionType, Type elementType)
public Type getNestedType()
public boolean isCollection()
public boolean isPrimitive()
Copyright © 2005–2014. All rights reserved.