Uses of Class
com.thoughtworks.qdox.model.impl.DefaultJavaType
Packages that use DefaultJavaType
Package
Description
Provides classes which transform the structs from the JavaParser to the Java model elements
Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elements
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 DefaultJavaTypeModifier and TypeMethodDescriptionstatic 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 DefaultJavaTypeModifier and TypeMethodDescriptionprivate 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.implModifier and TypeClassDescriptionclass
class
DefaultJavaTypeVariable<D extends JavaGenericDeclaration>
Equivalent ofTypeVariable
class
Equivalent ofWildcardType
This class supports both the 'super' and 'extends' wildcards.