@Introspected public class DependencyCoordinate extends java.lang.Object implements Coordinate, io.micronaut.core.order.Ordered
COMPARATOR| Constructor and Description | 
|---|
DependencyCoordinate(Dependency dependency)  | 
DependencyCoordinate(Dependency dependency,
                    boolean showVersionProperty)  | 
DependencyCoordinate(java.lang.String groupId,
                    java.lang.String artifactId,
                    java.lang.String version,
                    int order,
                    boolean pom)  | 
DependencyCoordinate(java.lang.String groupId,
                    java.lang.String artifactId,
                    java.lang.String version,
                    int order,
                    boolean pom,
                    java.util.List<DependencyCoordinate> exclusions,
                    java.util.List<Substitution> substitutions)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)  | 
java.lang.String | 
getArtifactId()  | 
java.util.List<DependencyCoordinate> | 
getExclusions()  | 
java.lang.String | 
getGroupId()  | 
int | 
getOrder()  | 
java.util.List<Substitution> | 
getSubstitutions()  | 
java.lang.String | 
getVersion()  | 
int | 
hashCode()  | 
boolean | 
isPom()  | 
public DependencyCoordinate(Dependency dependency)
public DependencyCoordinate(Dependency dependency, boolean showVersionProperty)
public DependencyCoordinate(java.lang.String groupId,
                            java.lang.String artifactId,
                            @Nullable
                            java.lang.String version,
                            int order,
                            boolean pom)
public DependencyCoordinate(java.lang.String groupId,
                            java.lang.String artifactId,
                            @Nullable
                            java.lang.String version,
                            int order,
                            boolean pom,
                            @Nullable
                            java.util.List<DependencyCoordinate> exclusions,
                            @Nullable
                            java.util.List<Substitution> substitutions)
@Nullable public java.util.List<Substitution> getSubstitutions()
@Nullable public java.util.List<DependencyCoordinate> getExclusions()
public int getOrder()
getOrder in interface io.micronaut.core.order.Ordered@NonNull public java.lang.String getGroupId()
getGroupId in interface Coordinate@NonNull public java.lang.String getArtifactId()
getArtifactId in interface Coordinate@Nullable public java.lang.String getVersion()
getVersion in interface Coordinatepublic boolean isPom()
isPom in interface Coordinatepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object