Uses of Record Class
tech.jhipster.lite.module.domain.javabuild.ArtifactId
Packages that use ArtifactId
Package
Description
-
Uses of ArtifactId in tech.jhipster.lite.generator.server.springboot.database.sqlcommon.domain
Methods in tech.jhipster.lite.generator.server.springboot.database.sqlcommon.domain with parameters of type ArtifactIdModifier and TypeMethodDescriptionSQLCommonModuleBuilder.sqlCommonModuleBuilder(JHipsterModuleProperties properties, DatabaseType databaseType, DockerImageVersion dockerImage, DocumentationTitle documentationTitle, ArtifactId testContainerArtifactId) -
Uses of ArtifactId in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain that return ArtifactId -
Uses of ArtifactId in tech.jhipster.lite.module.domain.javabuildplugin
Methods in tech.jhipster.lite.module.domain.javabuildplugin with parameters of type ArtifactIdModifier and TypeMethodDescriptionJavaBuildPlugin.JavaBuildPluginArtifactIdBuilder.artifactId(ArtifactId artifactId) JavaBuildPlugin.JavaBuildPluginBuilder.artifactId(ArtifactId artifactId) -
Uses of ArtifactId in tech.jhipster.lite.module.domain.javadependency
Methods in tech.jhipster.lite.module.domain.javadependency that return ArtifactIdModifier and TypeMethodDescriptionDependencyId.artifactId()Returns the value of theartifactIdrecord component.Methods in tech.jhipster.lite.module.domain.javadependency with parameters of type ArtifactIdModifier and TypeMethodDescriptionJHipsterModuleJavaDependencies.JHipsterModuleJavaDependenciesBuilder.addDependency(GroupId groupId, ArtifactId artifactId) JHipsterModuleJavaDependencies.JHipsterModuleJavaDependenciesBuilder.addDependency(GroupId groupId, ArtifactId artifactId, VersionSlug versionSlug) JavaDependency.JavaDependencyOptionalValueBuilder.addExclusion(GroupId groupId, ArtifactId artifactId) JavaDependency.JavaDependencyArtifactIdBuilder.artifactId(ArtifactId artifactId) JavaDependency.JavaDependencyBuilder.artifactId(ArtifactId artifactId) Constructors in tech.jhipster.lite.module.domain.javadependency with parameters of type ArtifactIdModifierConstructorDescriptionDependencyId(GroupId groupId, ArtifactId artifactId) Creates an instance of aDependencyIdrecord class.