Uses of Class
tech.jhipster.lite.module.domain.JHipsterModuleSlug
Packages that use JHipsterModuleSlug
Package
Description
-
Uses of JHipsterModuleSlug in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain that return JHipsterModuleSlugModifier and TypeMethodDescriptionJHipsterModuleApplied.slug()Returns the value of theslugrecord component.JHipsterModuleToApply.slug()Returns the value of theslugrecord component.Methods in tech.jhipster.lite.module.domain that return types with arguments of type JHipsterModuleSlugModifier and TypeMethodDescriptionJHipsterModulesToApply.slugs()Returns the value of theslugsrecord component.Constructors in tech.jhipster.lite.module.domain with parameters of type JHipsterModuleSlugModifierConstructorDescriptionJHipsterModuleApplied(JHipsterModuleSlug slug, JHipsterModuleProperties properties, Instant time) Creates an instance of aJHipsterModuleAppliedrecord class.JHipsterModuleToApply(JHipsterModuleSlug slug, JHipsterModuleProperties properties) Creates an instance of aJHipsterModuleToApplyrecord class.Constructor parameters in tech.jhipster.lite.module.domain with type arguments of type JHipsterModuleSlugModifierConstructorDescriptionJHipsterModulesToApply(Collection<JHipsterModuleSlug> slugs, JHipsterModuleProperties properties) Creates an instance of aJHipsterModulesToApplyrecord class. -
Uses of JHipsterModuleSlug in tech.jhipster.lite.module.domain.landscape
Methods in tech.jhipster.lite.module.domain.landscape that return JHipsterModuleSlugModifier and TypeMethodDescriptionJHipsterModuleDependency.module()Returns the value of themodulerecord component.JHipsterLandscapeModule.slug()Methods in tech.jhipster.lite.module.domain.landscape that return types with arguments of type JHipsterModuleSlugMethods in tech.jhipster.lite.module.domain.landscape with parameters of type JHipsterModuleSlugModifier and TypeMethodDescriptionJHipsterLandscapeModule.JHipsterLandscapeModuleBuilder.module(JHipsterModuleSlug module) JHipsterLandscapeModule.JHipsterLandscapeModuleSlugBuilder.module(JHipsterModuleSlug module) Method parameters in tech.jhipster.lite.module.domain.landscape with type arguments of type JHipsterModuleSlugConstructors in tech.jhipster.lite.module.domain.landscape with parameters of type JHipsterModuleSlugModifierConstructorDescriptionCreates an instance of aJHipsterModuleDependencyrecord class. -
Uses of JHipsterModuleSlug in tech.jhipster.lite.module.domain.resource
Methods in tech.jhipster.lite.module.domain.resource that return JHipsterModuleSlugModifier and TypeMethodDescriptiondefault JHipsterModuleSlugJHipsterModuleSlugFactory.build()JHipsterModuleResource.slug()Methods in tech.jhipster.lite.module.domain.resource with parameters of type JHipsterModuleSlugModifier and TypeMethodDescriptionJHipsterModulesResources.build(JHipsterModuleSlug slug, JHipsterModuleProperties properties) JHipsterModulesResources.get(JHipsterModuleSlug slug)