Package com.querydsl.codegen.utils.model
Class SimpleType
java.lang.Object
com.querydsl.codegen.utils.model.SimpleType
- All Implemented Interfaces:
Type
- Author:
- tiwe
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleType(TypeCategory typeCategory, String fullName, String packageName, String simpleName, boolean p, boolean f, Type... parameters) SimpleType(TypeCategory category, String fullName, String packageName, String simpleName, boolean primitiveClass, boolean finalClass, List<Type> parameters) SimpleType(Type type, Type... parameters) SimpleType(Type type, List<Type> parameters) SimpleType(String simpleName) SimpleType(String fullName, String packageName, String simpleName, Type... parameters) -
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
-
SimpleType
-
SimpleType
-
SimpleType
-
SimpleType
-
SimpleType
-
SimpleType
public SimpleType(TypeCategory typeCategory, String fullName, String packageName, String simpleName, boolean p, boolean f, Type... parameters)
-
-
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
-