| Package | Description |
|---|---|
| org.jboss.forge.roaster.model.source |
| Modifier and Type | Method and Description |
|---|---|
AnnotationElementSource |
JavaAnnotationSource.addAnnotationElement()
Add a new Java
AnnotationElementSource to this JavaAnnotationSource instance. |
AnnotationElementSource |
JavaAnnotationSource.addAnnotationElement(String declaration)
Add a new
AnnotationElementSource declaration to this JavaAnnotationSource instance, using the
given String as the declaration. |
AnnotationElementSource |
JavaAnnotationSource.getAnnotationElement(String name)
Get the
AnnotationElementSource with the given name and return it, otherwise, return null. |
AnnotationElementSource |
AnnotationElementSource.setType(Class<?> clazz)
Set the type of this
AnnotationElement to the given Class type. |
AnnotationElementSource |
AnnotationElementSource.setType(JavaType<?> entity)
Set the type of this
AnnotationElement to the given JavaSource> type. |
AnnotationElementSource |
AnnotationElementSource.setType(String type)
Set the type of this
AnnotationElement to the given type. |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationElementSource> |
JavaAnnotationSource.getAnnotationElements()
Get a list of all
AnnotationElementSources declared by this JavaAnnotation, or return an empty
list if no AnnotationElementSources are declared. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.