Uses of Record Class
tech.jhipster.lite.module.domain.javabuild.GroupId
Packages that use GroupId
Package
Description
-
Uses of GroupId in tech.jhipster.lite.generator.server.springboot.mvc.security.common.domain
Fields in tech.jhipster.lite.generator.server.springboot.mvc.security.common.domain declared as GroupId -
Uses of GroupId in tech.jhipster.lite.generator.server.springboot.springcloud.common.domain
Fields in tech.jhipster.lite.generator.server.springboot.springcloud.common.domain declared as GroupIdModifier and TypeFieldDescriptionstatic final GroupIdSpringCloudModuleDependencies.SPRING_CLOUD_GROUP -
Uses of GroupId in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain that return GroupId -
Uses of GroupId in tech.jhipster.lite.module.domain.javabuildplugin
Methods in tech.jhipster.lite.module.domain.javabuildplugin with parameters of type GroupIdModifier and TypeMethodDescription -
Uses of GroupId in tech.jhipster.lite.module.domain.javadependency
Methods in tech.jhipster.lite.module.domain.javadependency that return GroupIdModifier and TypeMethodDescriptionDependencyId.groupId()Returns the value of thegroupIdrecord component.Methods in tech.jhipster.lite.module.domain.javadependency with parameters of type GroupIdModifier and TypeMethodDescriptionJHipsterModuleJavaDependencies.JHipsterModuleJavaDependenciesBuilder.addDependency(GroupId groupId, ArtifactId artifactId) JHipsterModuleJavaDependencies.JHipsterModuleJavaDependenciesBuilder.addDependency(GroupId groupId, ArtifactId artifactId, VersionSlug versionSlug) JavaDependency.JavaDependencyOptionalValueBuilder.addExclusion(GroupId groupId, ArtifactId artifactId) Constructors in tech.jhipster.lite.module.domain.javadependency with parameters of type GroupIdModifierConstructorDescriptionDependencyId(GroupId groupId, ArtifactId artifactId) Creates an instance of aDependencyIdrecord class.