Uses of Class
org.apache.maven.tools.plugin.extractor.annotations.JavaSourceModel
-
Packages that use JavaSourceModel Package Description org.apache.maven.tools.plugin.extractor.annotations org.apache.maven.tools.plugin.extractor.annotations.converter -
-
Uses of JavaSourceModel in org.apache.maven.tools.plugin.extractor.annotations
Methods in org.apache.maven.tools.plugin.extractor.annotations with parameters of type JavaSourceModel Modifier and Type Method Description protected java.util.Map<java.lang.String,com.github.javaparser.ast.body.TypeDeclaration<?>>JavaAnnotationsMojoDescriptorExtractor. discoverClasses(JavaSourceModel sourceModel)protected voidJavaAnnotationsMojoDescriptorExtractor. extendJavaSourceModelWithSourcesJar(JavaSourceModel sourceModel, org.apache.maven.artifact.Artifact artifact, org.apache.maven.tools.plugin.PluginToolsRequest request, java.lang.String classifier)protected voidJavaAnnotationsMojoDescriptorExtractor. populateDataFromJavadoc(JavaSourceModel sourceModel, java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses, java.util.Map<java.lang.String,com.github.javaparser.ast.body.TypeDeclaration<?>> javaClassesMap, org.apache.maven.tools.plugin.javadoc.JavadocLinkGenerator linkGenerator)from sources scan to get @since and @deprecated and description of classes and fields. -
Uses of JavaSourceModel in org.apache.maven.tools.plugin.extractor.annotations.converter
Constructors in org.apache.maven.tools.plugin.extractor.annotations.converter with parameters of type JavaSourceModel Constructor Description JavaClassConverterContext(com.github.javaparser.ast.body.TypeDeclaration<?> mojoClass, com.github.javaparser.ast.body.TypeDeclaration<?> declaringClass, com.github.javaparser.ast.Node locationNode, JavaSourceModel sourceModel, java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses, org.apache.maven.tools.plugin.javadoc.JavadocLinkGenerator linkGenerator, int lineNumber)JavaClassConverterContext(com.github.javaparser.ast.body.TypeDeclaration<?> mojoClass, JavaSourceModel sourceModel, java.util.Map<java.lang.String,MojoAnnotatedClass> mojoAnnotatedClasses, org.apache.maven.tools.plugin.javadoc.JavadocLinkGenerator linkGenerator, int lineNumber)
-