Package | Description |
---|---|
com.mysema.codegen.model |
Modifier and Type | Method and Description |
---|---|
static TypeCategory |
TypeCategory.get(String className) |
TypeCategory |
Type.getCategory() |
TypeCategory |
ClassType.getCategory() |
TypeCategory |
SimpleType.getCategory() |
TypeCategory |
TypeAdapter.getCategory() |
TypeCategory |
TypeCategory.getSuperType() |
static TypeCategory |
TypeCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeCategory[] |
TypeCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Type |
Type.as(TypeCategory category) |
Type |
ClassType.as(TypeCategory c) |
Type |
SimpleType.as(TypeCategory c) |
Type |
TypeAdapter.as(TypeCategory category) |
boolean |
TypeCategory.isSubCategoryOf(TypeCategory ancestor)
transitive and reflexive subCategoryOf check
|
Constructor and Description |
---|
ClassType(TypeCategory category,
Class<?> clazz,
List<Type> parameters) |
ClassType(TypeCategory category,
Class<?> clazz,
Type... parameters) |
SimpleType(TypeCategory category,
String fullName,
String packageName,
String simpleName,
boolean primitiveClass,
boolean finalClass,
List<Type> parameters) |
SimpleType(TypeCategory typeCategory,
String fullName,
String packageName,
String simpleName,
boolean p,
boolean f,
Type... parameters) |
Copyright © 2010–2018. All rights reserved.