Class Dependency
java.lang.Object
io.micronaut.starter.build.dependencies.Dependency
- All Implemented Interfaces:
Coordinate
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Dependency.Builder
builder()
boolean
@Nullable List<Dependency>
int
getOrder()
getScope()
@Nullable List<Substitution>
@Nullable String
@Nullable String
int
hashCode()
boolean
boolean
isPom()
boolean
resolved
(Coordinate coordinate)
-
Field Details
-
COMPARATOR
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getExclusions
-
getSubstitutions
-
getScope
-
getGroupId
- Specified by:
getGroupId
in interfaceCoordinate
-
getArtifactId
- Specified by:
getArtifactId
in interfaceCoordinate
-
getVersion
- Specified by:
getVersion
in interfaceCoordinate
-
getVersionProperty
-
getOrder
public int getOrder() -
isPom
public boolean isPom()- Specified by:
isPom
in interfaceCoordinate
-
builder
-
requiresLookup
public boolean requiresLookup() -
resolved
-
isAnnotationProcessorPriority
public boolean isAnnotationProcessorPriority()
-