Uses of Class
com.thoughtworks.qdox.model.Type
-
Packages that use Type Package Description com.thoughtworks.qdox.model com.thoughtworks.qdox.model.annotation com.thoughtworks.qdox.parser -
-
Uses of Type in com.thoughtworks.qdox.model
Subclasses of Type in com.thoughtworks.qdox.model Modifier and Type Class Description classTypeVariableclassWildcardTypeThis class supports both the 'super' and 'extends' wildcards.Fields in com.thoughtworks.qdox.model declared as Type Modifier and Type Field Description static Type[]Type. EMPTY_ARRAYstatic TypeType. VOIDMethods in com.thoughtworks.qdox.model that return Type Modifier and Type Method Description TypeJavaClass. asType()TypeModelBuilder. createType(TypeDef typeDef)TypeModelBuilder. 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.TypeModelBuilder. createType(java.lang.String typeName, int dimensions)static TypeType. createUnresolved(TypeDef typeDef, int dimensions, JavaClassParent context)static TypeType. createUnresolved(TypeDef typeDef, JavaClassParent context)static TypeType. createUnresolved(java.lang.String name, int dimensions, JavaClassParent context)Type[]Type. getActualTypeArguments()Type[]JavaMethod. getExceptions()Type[]JavaMethodDelegate. getExceptions()TypeJavaMethod. getGenericReturnType()Equivalent of java.lang.reflect.Method.getGenericReturnType()TypeJavaMethodDelegate. 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)TypeJavaMethod. getPropertyType()TypeJavaMethodDelegate. getPropertyType()TypeJavaMethod. getReturns()Deprecated.it is recommended to use getReturnType()TypeJavaMethodDelegate. getReturns()TypeJavaMethod. getReturnType()Equivalent of java.lang.reflect.Method.getReturnType()TypeJavaMethod. 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 TypeJavaMethod. getReturnType(boolean resolve, JavaClass callingClass)TypeJavaMethodDelegate. getReturnType()TypeJavaMethodDelegate. getReturnType(boolean resolve)protected TypeJavaMethodDelegate. getReturnType(boolean resolve, JavaClass _callingClass)TypeJavaClass. getSuperClass()TypeAnnotation. getType()TypeBeanProperty. getType()TypeJavaField. getType()TypeJavaParameter. getType()protected TypeType. resolve(JavaClass parentClass)protected TypeType. resolve(JavaClass parentClass, JavaClass subclass)Methods in com.thoughtworks.qdox.model with parameters of type Type Modifier and Type Method Description JavaMethodJavaClass. getMethod(java.lang.String name, Type[] parameterTypes, boolean varArgs)This should be the signature for getMethodBySignatureJavaMethodJavaClass. getMethodBySignature(java.lang.String name, Type[] parameterTypes)JavaMethodJavaClass. getMethodBySignature(java.lang.String name, Type[] parameterTypes, boolean superclasses)JavaMethodJavaClass. getMethodBySignature(java.lang.String name, Type[] parameterTypes, boolean superclasses, boolean varArg)JavaMethod[]JavaClass. getMethodsBySignature(java.lang.String name, Type[] parameterTypes, boolean superclasses)JavaMethod[]JavaClass. getMethodsBySignature(java.lang.String name, Type[] parameterTypes, boolean superclasses, boolean varArg)booleanType. isA(Type type)voidJavaMethod. setExceptions(Type[] exceptions)voidJavaMethodDelegate. setExceptions(Type[] exceptions)voidJavaClass. setImplementz(Type[] implementz)voidJavaMethod. setReturns(Type returns)Define the return type of this methodvoidJavaMethodDelegate. setReturns(Type returns)voidJavaClass. setSuperClass(Type type)voidBeanProperty. setType(Type type)voidJavaField. setType(Type type)booleanJavaMethod. signatureMatches(java.lang.String name, Type[] parameterTypes)Deprecated.use overloaded methodbooleanJavaMethod. signatureMatches(java.lang.String name, Type[] parameterTypes, boolean varArg)booleanJavaMethodDelegate. signatureMatches(java.lang.String name, Type[] parameterTypes)booleanJavaMethodDelegate. signatureMatches(java.lang.String name, Type[] parameterTypes, boolean varArg)Constructors in com.thoughtworks.qdox.model with parameters of type Type Constructor Description Annotation(Type type, int line)Annotation(Type type, AbstractBaseJavaEntity context, java.util.Map namedParameters, int lineNumber)JavaField(Type type, java.lang.String name)JavaMethod(Type returns, java.lang.String name)Create a new method without parametersJavaParameter(Type type, java.lang.String name)JavaParameter(Type type, java.lang.String name, boolean varArgs) -
Uses of Type in com.thoughtworks.qdox.model.annotation
Methods in com.thoughtworks.qdox.model.annotation that return Type Modifier and Type Method Description TypeAnnotationCast. getType()TypeAnnotationTypeRef. getType()Constructors in com.thoughtworks.qdox.model.annotation with parameters of type Type Constructor Description AnnotationCast(Type type, AnnotationValue value)AnnotationTypeRef(Type type) -
Uses of Type in com.thoughtworks.qdox.parser
Methods in com.thoughtworks.qdox.parser that return Type Modifier and Type Method Description TypeBuilder. createType(TypeDef name)TypeBuilder. createType(java.lang.String name, int dimensions)Deprecated.
-