Package | Description |
---|---|
com.thoughtworks.qdox.builder.impl |
Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elements
|
com.thoughtworks.qdox.model |
Provides classes reflecting the Java model elements.
|
com.thoughtworks.qdox.model.expression |
Provides classes reflecting the Java expressions.
|
com.thoughtworks.qdox.model.impl |
Provides the default implementation of the classes reflecting the Java model elements.
|
com.thoughtworks.qdox.writer |
Provides classes to write Java model elements in any style
|
com.thoughtworks.qdox.writer.impl |
Provides the default implementation of classes to write Java model elements in any style.
|
Modifier and Type | Method and Description |
---|---|
List<?> |
EvaluatingVisitor.getListValue(JavaAnnotation annotation,
String property) |
Object |
EvaluatingVisitor.getValue(JavaAnnotation annotation,
String property) |
Object |
EvaluatingVisitor.visit(JavaAnnotation annotation) |
Modifier and Type | Method and Description |
---|---|
List<JavaAnnotation> |
JavaAnnotatedElement.getAnnotations()
Equivalent of
AnnotatedElement.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
Object |
ExpressionVisitor.visit(JavaAnnotation annotation) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaAnnotation |
Modifier and Type | Method and Description |
---|---|
List<JavaAnnotation> |
AbstractBaseJavaEntity.getAnnotations() |
List<JavaAnnotation> |
DefaultJavaType.getAnnotations()
Equivalent of
AnnotatedElement.getAnnotations() |
List<JavaAnnotation> |
JavaMethodDelegate.getAnnotations()
Equivalent of
AnnotatedElement.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBaseJavaEntity.setAnnotations(List<JavaAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
ModelWriter |
ModelWriter.writeAnnotation(JavaAnnotation ann)
Write the java annotation
A standard annotation writer should write:
the annotation signature
|
Modifier and Type | Method and Description |
---|---|
ModelWriter |
DefaultModelWriter.writeAnnotation(JavaAnnotation annotation)
Write the java annotation
A standard annotation writer should write:
the annotation signature
|
Copyright © 2002–2024. All rights reserved.