Package com.querydsl.codegen.utils.model
Class ClassType
java.lang.Object
com.querydsl.codegen.utils.model.ClassType
- All Implemented Interfaces:
Type
- Author:
- tiwe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionas(TypeCategory c) booleangetGenericName(boolean asArgType) getGenericName(boolean asArgType, Set<String> packages, Set<String> classes) Class<?>getRawName(Set<String> packages, Set<String> classes) inthashCode()booleanisFinal()booleanisMember()booleantoString()
-
Constructor Details
-
ClassType
-
ClassType
-
ClassType
-
-
Method Details
-
as
-
asArrayType
- Specified by:
asArrayTypein interfaceType
-
equals
-
getCategory
- Specified by:
getCategoryin interfaceType
-
getComponentType
- Specified by:
getComponentTypein interfaceType
-
getEnclosingType
- Specified by:
getEnclosingTypein interfaceType
-
getFullName
- Specified by:
getFullNamein interfaceType
-
getGenericName
- Specified by:
getGenericNamein interfaceType
-
getGenericName
- Specified by:
getGenericNamein interfaceType
-
getJavaClass
- Specified by:
getJavaClassin interfaceType
-
getPackageName
- Specified by:
getPackageNamein interfaceType
-
getParameters
- Specified by:
getParametersin interfaceType
-
getRawName
- Specified by:
getRawNamein interfaceType
-
getSimpleName
- Specified by:
getSimpleNamein interfaceType
-
hashCode
public int hashCode() -
isFinal
public boolean isFinal() -
isPrimitive
public boolean isPrimitive()- Specified by:
isPrimitivein interfaceType
-
isMember
public boolean isMember() -
toString
-