Uses of Interface
org.jboss.forge.roaster.model.source.AnnotationElementSource
-
Packages that use AnnotationElementSource Package Description org.jboss.forge.roaster.model.source -
-
Uses of AnnotationElementSource in org.jboss.forge.roaster.model.source
Methods in org.jboss.forge.roaster.model.source that return AnnotationElementSource Modifier and Type Method Description AnnotationElementSourceJavaAnnotationSource. addAnnotationElement()Add a new JavaAnnotationElementSourceto thisJavaAnnotationSourceinstance.AnnotationElementSourceJavaAnnotationSource. addAnnotationElement(java.lang.String declaration)Add a newAnnotationElementSourcedeclaration to thisJavaAnnotationSourceinstance, using the givenStringas the declaration.AnnotationElementSourceJavaAnnotationSource. getAnnotationElement(java.lang.String name)Get theAnnotationElementSourcewith the given name and return it, otherwise, return null.AnnotationElementSourceAnnotationElementSource. setType(java.lang.Class<?> clazz)Set the type of thisAnnotationElementto the givenClasstype.AnnotationElementSourceAnnotationElementSource. setType(java.lang.String type)Set the type of thisAnnotationElementto the given type.AnnotationElementSourceAnnotationElementSource. setType(JavaType<?> entity)Set the type of thisAnnotationElementto the givenJavaSourcetype.Methods in org.jboss.forge.roaster.model.source that return types with arguments of type AnnotationElementSource Modifier and Type Method Description java.util.List<AnnotationElementSource>JavaAnnotationSource. getAnnotationElements()Get a list of allAnnotationElementSources declared by thisJavaAnnotation, or return an empty list if noAnnotationElementSources are declared.
-