| 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 |
|---|---|
java.util.List<?> |
EvaluatingVisitor.getListValue(JavaAnnotation annotation,
java.lang.String property) |
java.lang.Object |
EvaluatingVisitor.getValue(JavaAnnotation annotation,
java.lang.String property) |
java.lang.Object |
EvaluatingVisitor.visit(JavaAnnotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JavaAnnotation> |
JavaAnnotatedElement.getAnnotations()
Equivalent of
AnnotatedElement.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
ExpressionVisitor.visit(JavaAnnotation annotation) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJavaAnnotation |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JavaAnnotation> |
JavaMethodDelegate.getAnnotations()
Equivalent of
AnnotatedElement.getAnnotations() |
java.util.List<JavaAnnotation> |
DefaultJavaType.getAnnotations()
Equivalent of
AnnotatedElement.getAnnotations() |
java.util.List<JavaAnnotation> |
AbstractBaseJavaEntity.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBaseJavaEntity.setAnnotations(java.util.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-2018. All Rights Reserved.