Uses of Class
org.apache.maven.tools.plugin.extractor.annotations.datamodel.ParameterAnnotationContent
-
Packages that use ParameterAnnotationContent Package Description org.apache.maven.tools.plugin.extractor.annotations org.apache.maven.tools.plugin.extractor.annotations.scanner -
-
Uses of ParameterAnnotationContent in org.apache.maven.tools.plugin.extractor.annotations
Methods in org.apache.maven.tools.plugin.extractor.annotations that return types with arguments of type ParameterAnnotationContent Modifier and Type Method Description protected java.util.List<ParameterAnnotationContent>
JavaAnnotationsMojoDescriptorExtractor. getParametersParent(MojoAnnotatedClass mojoAnnotatedClass, java.util.List<ParameterAnnotationContent> parameterAnnotationContents, java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses)
protected java.util.Map<java.lang.String,ParameterAnnotationContent>
JavaAnnotationsMojoDescriptorExtractor. getParametersParentHierarchy(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 ParameterAnnotationContent Modifier and Type Method Description protected java.util.List<ParameterAnnotationContent>
JavaAnnotationsMojoDescriptorExtractor. getParametersParent(MojoAnnotatedClass mojoAnnotatedClass, java.util.List<ParameterAnnotationContent> parameterAnnotationContents, java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses)
-
Uses of ParameterAnnotationContent in org.apache.maven.tools.plugin.extractor.annotations.scanner
Fields in org.apache.maven.tools.plugin.extractor.annotations.scanner with type parameters of type ParameterAnnotationContent Modifier and Type Field Description private java.util.Map<java.lang.String,ParameterAnnotationContent>
MojoAnnotatedClass. parameters
key is field nameMethods in org.apache.maven.tools.plugin.extractor.annotations.scanner that return types with arguments of type ParameterAnnotationContent Modifier and Type Method Description java.util.Map<java.lang.String,ParameterAnnotationContent>
MojoAnnotatedClass. getParameters()
Method parameters in org.apache.maven.tools.plugin.extractor.annotations.scanner with type arguments of type ParameterAnnotationContent Modifier and Type Method Description MojoAnnotatedClass
MojoAnnotatedClass. setParameters(java.util.Map<java.lang.String,ParameterAnnotationContent> parameters)
-