Uses of Class
org.apache.maven.tools.plugin.extractor.annotations.datamodel.ComponentAnnotationContent
-
Packages that use ComponentAnnotationContent Package Description org.apache.maven.tools.plugin.extractor.annotations org.apache.maven.tools.plugin.extractor.annotations.scanner -
-
Uses of ComponentAnnotationContent in org.apache.maven.tools.plugin.extractor.annotations
Methods in org.apache.maven.tools.plugin.extractor.annotations that return types with arguments of type ComponentAnnotationContent Modifier and Type Method Description protected java.util.List<ComponentAnnotationContent>
JavaAnnotationsMojoDescriptorExtractor. getComponentParent(MojoAnnotatedClass mojoAnnotatedClass, java.util.List<ComponentAnnotationContent> componentAnnotationContents, java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses)
protected java.util.Map<java.lang.String,ComponentAnnotationContent>
JavaAnnotationsMojoDescriptorExtractor. getComponentsParentHierarchy(MojoAnnotatedClass mojoAnnotatedClass, java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses)
Method parameters in org.apache.maven.tools.plugin.extractor.annotations with type arguments of type ComponentAnnotationContent Modifier and Type Method Description protected java.util.List<ComponentAnnotationContent>
JavaAnnotationsMojoDescriptorExtractor. getComponentParent(MojoAnnotatedClass mojoAnnotatedClass, java.util.List<ComponentAnnotationContent> componentAnnotationContents, java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses)
-
Uses of ComponentAnnotationContent in org.apache.maven.tools.plugin.extractor.annotations.scanner
Fields in org.apache.maven.tools.plugin.extractor.annotations.scanner with type parameters of type ComponentAnnotationContent Modifier and Type Field Description private java.util.Map<java.lang.String,ComponentAnnotationContent>
MojoAnnotatedClass. components
key is field nameMethods in org.apache.maven.tools.plugin.extractor.annotations.scanner that return types with arguments of type ComponentAnnotationContent Modifier and Type Method Description java.util.Map<java.lang.String,ComponentAnnotationContent>
MojoAnnotatedClass. getComponents()
Method parameters in org.apache.maven.tools.plugin.extractor.annotations.scanner with type arguments of type ComponentAnnotationContent Modifier and Type Method Description MojoAnnotatedClass
MojoAnnotatedClass. setComponents(java.util.Map<java.lang.String,ComponentAnnotationContent> components)
-