Uses of Class
org.apache.maven.api.model.Mixin
Packages that use Mixin
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo model.-
Uses of Mixin in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return MixinModifier and TypeMethodDescriptionMixin.Builder.build()static MixinMixin.newInstance()Creates a newMixininstance.static MixinMixin.newInstance(boolean withDefaults) Creates a newMixininstance using default values or not.Mixin.withArtifactId(String artifactId) Creates a newMixininstance using the specified artifactId.Mixin.withClassifier(String classifier) Creates a newMixininstance using the specified classifier.Mixin.withExtension(String extension) Creates a newMixininstance using the specified extension.Mixin.withGroupId(String groupId) Creates a newMixininstance using the specified groupId.Mixin.withRelativePath(String relativePath) Creates a newMixininstance using the specified relativePath.Mixin.withVersion(String version) Creates a newMixininstance using the specified version.Methods in org.apache.maven.api.model that return types with arguments of type MixinMethods in org.apache.maven.api.model with parameters of type MixinModifier and TypeMethodDescriptionstatic Mixin.BuilderMixin.newBuilder(Mixin from) Creates a newMixinbuilder instance using the specified object as a basis.static Mixin.BuilderMixin.newBuilder(Mixin from, boolean forceCopy) Creates a newMixinbuilder instance using the specified object as a basis.Method parameters in org.apache.maven.api.model with type arguments of type MixinModifier and TypeMethodDescriptionModel.Builder.mixins(Collection<Mixin> mixins) Model.withMixins(Collection<Mixin> mixins) Creates a newModelinstance using the specified mixins.Constructors in org.apache.maven.api.model with parameters of type Mixin -
Uses of Mixin in org.apache.maven.model
Methods in org.apache.maven.model that return MixinMethods in org.apache.maven.model that return types with arguments of type MixinMethod parameters in org.apache.maven.model with type arguments of type MixinConstructors in org.apache.maven.model with parameters of type Mixin -
Uses of Mixin in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return MixinModifier and TypeMethodDescriptionprotected MixinMavenMerger.mergeMixin(Mixin target, Mixin source, boolean sourceDominant, Map<Object, Object> context) protected MixinMavenTransformer.transformMixin(Mixin target) Methods in org.apache.maven.model.v4 that return types with arguments of type MixinModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer<Mixin> MavenMerger.getMixinKey()Methods in org.apache.maven.model.v4 with parameters of type MixinModifier and TypeMethodDescriptionprotected voidMavenMerger.mergeMixin(Mixin.Builder builder, Mixin target, Mixin source, boolean sourceDominant, Map<Object, Object> context) protected MixinMavenMerger.mergeMixin(Mixin target, Mixin source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeMixin_ArtifactId(Mixin.Builder builder, Mixin target, Mixin source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeMixin_Classifier(Mixin.Builder builder, Mixin target, Mixin source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeMixin_Extension(Mixin.Builder builder, Mixin target, Mixin source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeMixin_GroupId(Mixin.Builder builder, Mixin target, Mixin source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeMixin_RelativePath(Mixin.Builder builder, Mixin target, Mixin source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenMerger.mergeMixin_Version(Mixin.Builder builder, Mixin target, Mixin source, boolean sourceDominant, Map<Object, Object> context) protected MixinMavenTransformer.transformMixin(Mixin target) protected Mixin.BuilderMavenTransformer.transformMixin_ArtifactId(Supplier<? extends Mixin.Builder> creator, Mixin.Builder builder, Mixin target) protected Mixin.BuilderMavenTransformer.transformMixin_Classifier(Supplier<? extends Mixin.Builder> creator, Mixin.Builder builder, Mixin target) protected Mixin.BuilderMavenTransformer.transformMixin_Extension(Supplier<? extends Mixin.Builder> creator, Mixin.Builder builder, Mixin target) protected Mixin.BuilderMavenTransformer.transformMixin_GroupId(Supplier<? extends Mixin.Builder> creator, Mixin.Builder builder, Mixin target) protected Mixin.BuilderMavenTransformer.transformMixin_RelativePath(Supplier<? extends Mixin.Builder> creator, Mixin.Builder builder, Mixin target) protected Mixin.BuilderMavenTransformer.transformMixin_Version(Supplier<? extends Mixin.Builder> creator, Mixin.Builder builder, Mixin target)