Uses of Interface
tech.jhipster.lite.module.domain.replacement.ContentReplacer
Packages that use ContentReplacer
-
Uses of ContentReplacer in tech.jhipster.lite.module.domain.replacement
Classes in tech.jhipster.lite.module.domain.replacement that implement ContentReplacerMethods in tech.jhipster.lite.module.domain.replacement that return ContentReplacerModifier and TypeMethodDescriptionprotected ContentReplacerJHipsterModuleMandatoryReplacementsFactory.JHipsterModuleFileMandatoryReplacementsFactoryBuilder.buildReplacer(JHipsterProjectFilePath file, ElementReplacer toReplace, String replacement) protected ContentReplacerJHipsterModuleOptionalReplacementsFactory.JHipsterModuleFileOptionalReplacementsFactoryBuilder.buildReplacer(JHipsterProjectFilePath file, ElementReplacer toReplace, String replacement) protected abstract ContentReplacerJHipsterModuleReplacementsFactory.JHipsterModuleFileReplacementsBuilder.buildReplacer(JHipsterProjectFilePath file, ElementReplacer toReplace, String replacement) Methods in tech.jhipster.lite.module.domain.replacement that return types with arguments of type ContentReplacerModifier and TypeMethodDescriptionJHipsterModuleOptionalReplacementsFactory.buildReplacers(JHipsterProjectFolder folder, GeneratedProjectRepository generatedProject) protected Collection<ContentReplacer> JHipsterModuleReplacementsFactory.getReplacers()ContentReplacers.replacers()Returns the value of thereplacersrecord component.JHipsterModuleMandatoryReplacementsFactory.replacers()JHipsterUpgradeFilesReplacements.toContentReplacers(JHipsterProjectFolder folder, GeneratedProjectRepository generatedProject) Methods in tech.jhipster.lite.module.domain.replacement with parameters of type ContentReplacerModifier and TypeMethodDescriptionstatic ContentReplacersContentReplacers.of(ContentReplacer... replacers) Method parameters in tech.jhipster.lite.module.domain.replacement with type arguments of type ContentReplacerModifier and TypeMethodDescriptionvoidContentReplacers.forEach(Consumer<ContentReplacer> action) Constructor parameters in tech.jhipster.lite.module.domain.replacement with type arguments of type ContentReplacerModifierConstructorDescriptionContentReplacers(Collection<ContentReplacer> replacers) Creates an instance of aContentReplacersrecord class.protected