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 reflecting the Java model elements.
-
Uses of DefaultJavaType in com.thoughtworks.qdox.builder
Methods in com.thoughtworks.qdox.builder that return DefaultJavaTypeModifier and TypeMethodDescriptionstatic DefaultJavaTypeTypeAssembler.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 DefaultJavaTypeTypeAssembler.createUnresolved(TypeDef typeDef, TypeResolver typeResolver) -
Uses of DefaultJavaType in com.thoughtworks.qdox.model.impl
Subclasses of DefaultJavaType in com.thoughtworks.qdox.model.implModifier and TypeClassDescriptionclassclassDefaultJavaTypeVariable<D extends JavaGenericDeclaration>Equivalent ofTypeVariableclassEquivalent ofWildcardTypeThis class supports both the 'super' and 'extends' wildcards.