Uses of Class
com.thoughtworks.qdox.model.Type
Packages that use Type
Package
Description
-
Uses of Type in com.thoughtworks.qdox.model
Subclasses of Type in com.thoughtworks.qdox.modelModifier and TypeClassDescriptionclass
class
This class supports both the 'super' and 'extends' wildcards.Fields in com.thoughtworks.qdox.model declared as TypeModifier and TypeFieldDescriptionstatic final Type[]
Type.EMPTY_ARRAY
static final Type
Type.VOID
Methods in com.thoughtworks.qdox.model that return TypeModifier and TypeMethodDescriptionJavaClass.asType()
ModelBuilder.createType
(TypeDef typeDef) ModelBuilder.createType
(TypeDef typeDef, int dimensions) this one is specific for those cases where dimensions can be part of both the type and identifier i.e.ModelBuilder.createType
(String typeName, int dimensions) static Type
Type.createUnresolved
(TypeDef typeDef, int dimensions, JavaClassParent context) static Type
Type.createUnresolved
(TypeDef typeDef, JavaClassParent context) static Type
Type.createUnresolved
(String name, int dimensions, JavaClassParent context) Type[]
Type.getActualTypeArguments()
Type[]
JavaMethod.getExceptions()
Type[]
JavaMethodDelegate.getExceptions()
JavaMethod.getGenericReturnType()
Equivalent of java.lang.reflect.Method.getGenericReturnType()JavaMethodDelegate.getGenericReturnType()
Type[]
JavaClass.getImplements()
Type[]
JavaMethod.getParameterTypes()
Type[]
JavaMethod.getParameterTypes
(boolean resolve) If a class inherits this method from a generic class or interface, you can use this method to get the resolved parameter typesprotected Type[]
JavaMethod.getParameterTypes
(boolean resolve, JavaClass callingClass) Type[]
JavaMethodDelegate.getParameterTypes()
Type[]
JavaMethodDelegate.getParameterTypes
(boolean resolve) protected Type[]
JavaMethodDelegate.getParameterTypes
(boolean resolve, JavaClass _callingClass) JavaMethod.getPropertyType()
JavaMethodDelegate.getPropertyType()
JavaMethod.getReturns()
Deprecated.it is recommended to use getReturnType()JavaMethodDelegate.getReturns()
JavaMethod.getReturnType()
Equivalent of java.lang.reflect.Method.getReturnType()JavaMethod.getReturnType
(boolean resolve) If a class inherits this method from a generic class or interface, you can use this method to get the resolved return typeprotected Type
JavaMethod.getReturnType
(boolean resolve, JavaClass callingClass) JavaMethodDelegate.getReturnType()
JavaMethodDelegate.getReturnType
(boolean resolve) protected Type
JavaMethodDelegate.getReturnType
(boolean resolve, JavaClass _callingClass) JavaClass.getSuperClass()
Annotation.getType()
BeanProperty.getType()
JavaField.getType()
JavaParameter.getType()
protected Type
protected Type
Methods in com.thoughtworks.qdox.model with parameters of type TypeModifier and TypeMethodDescriptionThis should be the signature for getMethodBySignatureJavaClass.getMethodBySignature
(String name, Type[] parameterTypes) JavaClass.getMethodBySignature
(String name, Type[] parameterTypes, boolean superclasses) JavaClass.getMethodBySignature
(String name, Type[] parameterTypes, boolean superclasses, boolean varArg) JavaClass.getMethodsBySignature
(String name, Type[] parameterTypes, boolean superclasses) JavaClass.getMethodsBySignature
(String name, Type[] parameterTypes, boolean superclasses, boolean varArg) boolean
void
JavaMethod.setExceptions
(Type[] exceptions) void
JavaMethodDelegate.setExceptions
(Type[] exceptions) void
JavaClass.setImplementz
(Type[] implementz) void
JavaMethod.setReturns
(Type returns) Define the return type of this methodvoid
JavaMethodDelegate.setReturns
(Type returns) void
JavaClass.setSuperClass
(Type type) void
void
boolean
JavaMethod.signatureMatches
(String name, Type[] parameterTypes) Deprecated.use overloaded methodboolean
JavaMethod.signatureMatches
(String name, Type[] parameterTypes, boolean varArg) boolean
JavaMethodDelegate.signatureMatches
(String name, Type[] parameterTypes) boolean
JavaMethodDelegate.signatureMatches
(String name, Type[] parameterTypes, boolean varArg) Constructors in com.thoughtworks.qdox.model with parameters of type TypeModifierConstructorDescriptionAnnotation
(Type type, int line) Annotation
(Type type, AbstractBaseJavaEntity context, Map namedParameters, int lineNumber) JavaMethod
(Type returns, String name) Create a new method without parametersJavaParameter
(Type type, String name) JavaParameter
(Type type, String name, boolean varArgs) -
Uses of Type in com.thoughtworks.qdox.model.annotation
Methods in com.thoughtworks.qdox.model.annotation that return TypeConstructors in com.thoughtworks.qdox.model.annotation with parameters of type TypeModifierConstructorDescriptionAnnotationCast
(Type type, AnnotationValue value) AnnotationTypeRef
(Type type) -
Uses of Type in com.thoughtworks.qdox.parser
Methods in com.thoughtworks.qdox.parser that return TypeModifier and TypeMethodDescriptionBuilder.createType
(TypeDef name) Builder.createType
(String name, int dimensions) Deprecated.