Uses of Class
io.github.ascopes.protobufmavenplugin.dependencies.MavenDependency
Packages that use MavenDependency
Package
Description
Dependency management and analysis.
-
Uses of MavenDependency in io.github.ascopes.protobufmavenplugin.dependencies
Subclasses of MavenDependency in io.github.ascopes.protobufmavenplugin.dependenciesClasses in io.github.ascopes.protobufmavenplugin.dependencies that implement interfaces with type arguments of type MavenDependencyFields in io.github.ascopes.protobufmavenplugin.dependencies with type parameters of type MavenDependencyModifier and TypeFieldDescriptionfinal org.immutables.datatype.Datatype.Feature<MavenDependency, String> Datatypes_MavenDependency.MavenDependency_.artifactId_final org.immutables.datatype.Datatype.Feature<MavenDependency, @Nullable String> Datatypes_MavenDependency.MavenDependency_.classifier_final org.immutables.datatype.Datatype.Feature<MavenDependency, @Nullable DependencyResolutionDepth> Datatypes_MavenDependency.MavenDependency_.dependencyResolutionDepth_final org.immutables.datatype.Datatype.Feature<MavenDependency, Set<MavenExclusion>> Datatypes_MavenDependency.MavenDependency_.exclusions_final org.immutables.datatype.Datatype.Feature<MavenDependency, String> Datatypes_MavenDependency.MavenDependency_.groupId_final org.immutables.datatype.Datatype.Feature<MavenDependency, @Nullable String> Datatypes_MavenDependency.MavenDependency_.type_final org.immutables.datatype.Datatype.Feature<MavenDependency, @Nullable String> Datatypes_MavenDependency.MavenDependency_.version_Methods in io.github.ascopes.protobufmavenplugin.dependencies that return types with arguments of type MavenDependencyModifier and TypeMethodDescriptionorg.immutables.datatype.Datatype.Builder<MavenDependency> Datatypes_MavenDependency.MavenDependency_.builder()List<org.immutables.datatype.Datatype.Feature<MavenDependency, ?>> Datatypes_MavenDependency.MavenDependency_.features()Methods in io.github.ascopes.protobufmavenplugin.dependencies with parameters of type MavenDependencyModifier and TypeMethodDescriptionImmutableMavenDependency.Builder.from(MavenDependency instance) Fill a builder with attribute values from the providedio.github.ascopes.protobufmavenplugin.dependencies.MavenDependencyinstance.<FEATURE_T_>
FEATURE_T_Datatypes_MavenDependency.MavenDependency_.get(org.immutables.datatype.Datatype.Feature<MavenDependency, FEATURE_T_> feature, MavenDependency instance) Method parameters in io.github.ascopes.protobufmavenplugin.dependencies with type arguments of type MavenDependencyModifier and TypeMethodDescription<FEATURE_T_>
FEATURE_T_Datatypes_MavenDependency.MavenDependency_.get(org.immutables.datatype.Datatype.Feature<MavenDependency, FEATURE_T_> feature, MavenDependency instance)