Serialized Form
-
Package com.thoughtworks.qdox.builder
-
Package com.thoughtworks.qdox.library
-
Class com.thoughtworks.qdox.library.AbstractClassLibrary extends Object implements Serializable
-
Serialized Fields
-
context
JavaClassContext context
-
modelBuilderFactory
ModelBuilderFactory modelBuilderFactory
-
modelWriterFactory
ModelWriterFactory modelWriterFactory
-
parentClassLibrary
AbstractClassLibrary parentClassLibrary
-
-
-
Class com.thoughtworks.qdox.library.ClassLoaderLibrary extends AbstractClassLibrary implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
debugLexer
boolean debugLexer
-
debugParser
boolean debugParser
-
defaultClassLoadersAdded
boolean defaultClassLoadersAdded
-
errorHandler
ErrorHandler errorHandler
-
-
-
Class com.thoughtworks.qdox.library.ClassNameLibrary extends AbstractClassLibrary implements Serializable
-
Class com.thoughtworks.qdox.library.JavaClassContext extends Object implements Serializable
-
Serialized Fields
-
classMap
Map<String,JavaClass> classMap
-
packageMap
Map<String,JavaPackage> packageMap
-
sourceSet
Set<JavaSource> sourceSet
-
-
-
Class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder extends Object implements Serializable
-
Serialized Fields
-
classLibrary
AbstractClassLibrary classLibrary
-
debugLexer
boolean debugLexer
-
debugParser
boolean debugParser
-
encoding
String encoding
-
errorHandler
ErrorHandler errorHandler
-
modelBuilderFactory
ModelBuilderFactory modelBuilderFactory
-
modelWriterFactory
ModelWriterFactory modelWriterFactory
-
-
-
Class com.thoughtworks.qdox.library.SortedClassLibraryBuilder extends Object implements Serializable
-
Serialized Fields
-
classLoaderLibrary
ClassLoaderLibrary classLoaderLibrary
-
classNameLibrary
ClassNameLibrary classNameLibrary
-
sourceFolderLibrary
SourceFolderLibrary sourceFolderLibrary
-
sourceLibrary
SourceLibrary sourceLibrary
-
-
-
Class com.thoughtworks.qdox.library.SourceFolderLibrary extends SourceLibrary implements Serializable
-
Class com.thoughtworks.qdox.library.SourceLibrary extends AbstractClassLibrary implements Serializable
-
Serialized Fields
-
context
JavaClassContext context
-
debugLexer
boolean debugLexer
-
debugParser
boolean debugParser
-
encoding
String encoding
-
errorHandler
ErrorHandler errorHandler
-
-
-
-
Package com.thoughtworks.qdox.model
-
Package com.thoughtworks.qdox.model.impl
-
Class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity extends AbstractJavaModel implements Serializable
-
Serialized Fields
-
annotations
List<JavaAnnotation> annotations
-
comment
String comment
-
source
JavaSource source
-
tags
List<DocletTag> tags
-
-
-
Class com.thoughtworks.qdox.model.impl.AbstractInheritableJavaEntity extends AbstractJavaEntity implements Serializable
-
Class com.thoughtworks.qdox.model.impl.AbstractJavaEntity extends AbstractBaseJavaEntity implements Serializable
-
Class com.thoughtworks.qdox.model.impl.AbstractJavaModel extends Object implements Serializable
-
Serialized Fields
-
lineNumber
int lineNumber
-
modelWriterFactory
ModelWriterFactory modelWriterFactory
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultDocletTag extends Object implements Serializable
-
Class com.thoughtworks.qdox.model.impl.DefaultDocletTagFactory extends Object implements Serializable
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation extends AbstractJavaModel implements Serializable
-
Serialized Fields
-
namedParameters
Map<String,Object> namedParameters
Annotation properties as Parameters -
properties
Map<String,AnnotationValue> properties
Annotation properties as AnnotationValuesThis map contains the parsed AnnotationValue for each property and allows access to the full parse tree, including typerefs and expressions.
-
type
JavaClass type
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaClass extends AbstractInheritableJavaEntity implements Serializable
-
Serialized Fields
-
anAnnotation
boolean anAnnotation
-
anEnum
boolean anEnum
-
anInterface
boolean anInterface
-
classes
List<JavaClass> classes
-
constructors
List<JavaConstructor> constructors
-
fields
List<JavaField> fields
-
implementz
List<JavaClass> implementz
-
initializers
List<JavaInitializer> initializers
-
javaPackage
JavaPackage javaPackage
-
methods
List<JavaMethod> methods
-
superClass
JavaType superClass
-
typeParameters
List<DefaultJavaTypeVariable<JavaClass>> typeParameters
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaConstructor extends DefaultJavaExecutable implements Serializable
-
Serialized Fields
-
typeParameters
List<JavaTypeVariable<JavaConstructor>> typeParameters
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable extends AbstractInheritableJavaEntity implements Serializable
-
Serialized Fields
-
exceptions
List<JavaClass> exceptions
-
parameters
List<JavaParameter> parameters
-
sourceCode
String sourceCode
-
varArgs
boolean varArgs
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaField extends AbstractJavaEntity implements Serializable
-
Serialized Fields
-
enumConstant
boolean enumConstant
-
enumConstantArguments
List<Expression> enumConstantArguments
-
enumConstantClass
JavaClass enumConstantClass
-
initializationExpression
String initializationExpression
-
type
JavaClass type
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaInitializer extends AbstractJavaModel implements Serializable
-
Serialized Fields
-
blockContent
String blockContent
-
staticInitializer
boolean staticInitializer
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaMethod extends DefaultJavaExecutable implements Serializable
-
Serialized Fields
-
defaultMethod
boolean defaultMethod
-
returns
JavaClass returns
-
typeParameters
List<JavaTypeVariable<JavaMethod>> typeParameters
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaModule extends AbstractJavaModel implements Serializable
-
Serialized Fields
-
descriptor
JavaModuleDescriptor descriptor
-
name
String name
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaExports extends AbstractJavaModel implements Serializable
-
Serialized Fields
-
source
JavaPackage source
-
targets
Collection<JavaModule> targets
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaOpens extends AbstractJavaModel implements Serializable
-
Serialized Fields
-
source
JavaPackage source
-
targets
Collection<JavaModule> targets
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaProvides extends AbstractJavaModel implements Serializable
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaRequires extends AbstractJavaModel implements Serializable
-
Serialized Fields
-
modifiers
Collection<String> modifiers
-
module
JavaModule module
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaUses extends AbstractJavaModel implements Serializable
-
Serialized Fields
-
service
JavaClass service
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaPackage extends AbstractBaseJavaEntity implements Serializable
-
Serialized Fields
-
classes
List<JavaClass> classes
-
classLibrary
ClassLibrary classLibrary
-
name
String name
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaParameter extends AbstractBaseJavaEntity implements Serializable
-
Serialized Fields
-
executable
JavaExecutable executable
-
name
String name
-
type
JavaClass type
-
varArgs
boolean varArgs
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaParameterizedType extends DefaultJavaType implements Serializable
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaSource extends Object implements Serializable
-
Serialized Fields
-
classes
List<JavaClass> classes
-
classLibrary
ClassLibrary classLibrary
-
imports
List<String> imports
-
modelWriterFactory
ModelWriterFactory modelWriterFactory
-
pkg
JavaPackage pkg
-
url
URL url
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaType extends Object implements Serializable
-
Serialized Fields
-
dimensions
int dimensions
-
fullName
String fullName
-
name
String name
-
typeResolver
TypeResolver typeResolver
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable extends DefaultJavaType implements Serializable
-
Serialized Fields
-
bounds
List<JavaType> bounds
-
genericDeclaration
D extends JavaGenericDeclaration genericDeclaration
-
-
-
Class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType extends DefaultJavaType implements Serializable
-
Serialized Fields
-
bounds
List<JavaType> bounds
-
boundType
DefaultJavaWildcardType.BoundType boundType
-
-
-
Class com.thoughtworks.qdox.model.impl.JavaMethodDelegate extends Object implements Serializable
-
Serialized Fields
-
callingClass
JavaClass callingClass
-
originalMethod
JavaMethod originalMethod
-
-
-
-
Package com.thoughtworks.qdox.parser
-
Class com.thoughtworks.qdox.parser.ParseException extends RuntimeException implements Serializable
-
Serialized Fields
-
column
int column
The column where the ParserException occurred -
line
int line
The line where the ParserException occurred -
sourceInfo
String sourceInfo
The sourceInfo of where the exception occurred
-
-
-