public class TypeEggg extends Object
| Modifier and Type | Method and Description |
|---|---|
Type[] |
getActualTypeArguments() |
ClassEggg |
getClassEggg() |
GenericArrayType |
getGenericArrayType() |
Map<String,Type> |
getGenericInfo() |
Type |
getGenericType() |
Type |
getOriginType() |
ParameterizedType |
getParameterizedType() |
Class<?> |
getType() |
TypeVariable |
getTypeVariable() |
int |
hashCode() |
boolean |
isAbstract() |
boolean |
isArray() |
boolean |
isBoolean() |
boolean |
isEnum() |
boolean |
isGenericArrayType() |
boolean |
isInterface() |
boolean |
isList() |
boolean |
isMap() |
boolean |
isNumber() |
boolean |
isParameterizedType() |
boolean |
isPrimitive() |
boolean |
isString() |
boolean |
isTypeVariable() |
ClassEggg |
newClassEggg() |
String |
toString() |
public ClassEggg getClassEggg()
public ClassEggg newClassEggg()
public Type getOriginType()
public Class<?> getType()
public Type getGenericType()
public boolean isInterface()
public boolean isAbstract()
public boolean isArray()
public boolean isEnum()
public boolean isPrimitive()
public boolean isList()
public boolean isMap()
public boolean isString()
public boolean isBoolean()
public boolean isNumber()
public boolean isParameterizedType()
public ParameterizedType getParameterizedType()
public Type[] getActualTypeArguments()
public boolean isGenericArrayType()
public GenericArrayType getGenericArrayType()
public boolean isTypeVariable()
public TypeVariable getTypeVariable()
Copyright © 2025. All rights reserved.