Uses of Class
org.apache.maven.plugin.compiler.DependencyCoordinate
-
-
Uses of DependencyCoordinate in org.apache.maven.plugin.compiler
Fields in org.apache.maven.plugin.compiler with type parameters of type DependencyCoordinate Modifier and Type Field Description private java.util.List<DependencyCoordinate>
AbstractCompilerMojo. annotationProcessorPaths
Classpath elements to supply as annotation processor path.Methods in org.apache.maven.plugin.compiler with parameters of type DependencyCoordinate Modifier and Type Method Description private java.util.Optional<java.lang.String>
AbstractCompilerMojo. findManagedVersion(DependencyCoordinate dependencyCoordinate, java.util.List<org.apache.maven.model.Dependency> managedDependencies)
private java.lang.String
AbstractCompilerMojo. getAnnotationProcessorPathVersion(DependencyCoordinate annotationProcessorPath)
Method parameters in org.apache.maven.plugin.compiler with type arguments of type DependencyCoordinate Modifier and Type Method Description private java.util.List<org.eclipse.aether.graph.Dependency>
AbstractCompilerMojo. convertToDependencies(java.util.List<DependencyCoordinate> annotationProcessorPaths)
-