Uses of Class
com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Packages that use DefaultJavaType Package Description com.thoughtworks.qdox.builder Provides classes which transform the structs from the JavaParser to the Java model elementscom.thoughtworks.qdox.builder.impl Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elementscom.thoughtworks.qdox.model.impl Provides the default implementation of the classes reflecting the Java model elements. -
-
Uses of DefaultJavaType in com.thoughtworks.qdox.builder
Methods in com.thoughtworks.qdox.builder that return DefaultJavaType Modifier and Type Method Description static DefaultJavaType
TypeAssembler. createUnresolved(TypeDef typeDef, int dimensions, TypeResolver typeResolver)
this one is specific for those cases where dimensions can be part of both the type and identifier i.e.static DefaultJavaType
TypeAssembler. createUnresolved(TypeDef typeDef, TypeResolver typeResolver)
-
Uses of DefaultJavaType in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl that return DefaultJavaType Modifier and Type Method Description private DefaultJavaType
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. -
Uses of DefaultJavaType in com.thoughtworks.qdox.model.impl
Subclasses of DefaultJavaType in com.thoughtworks.qdox.model.impl Modifier and Type Class Description class
DefaultJavaParameterizedType
class
DefaultJavaTypeVariable<D extends JavaGenericDeclaration>
Equivalent ofTypeVariable
class
DefaultJavaWildcardType
Equivalent ofWildcardType
This class supports both the 'super' and 'extends' wildcards.
-