public class Type extends Object
Modifier and Type | Method | 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–2018. All rights reserved.