Uses of Interface
org.huiche.core.support.Generator
Packages that use Generator
-
Uses of Generator in org.huiche.core.configuration
Methods in org.huiche.core.configuration that return types with arguments of type GeneratorModifier and TypeMethodDescriptionConfiguration.generators()Returns the value of thegeneratorsrecord component.Configuration.generators()Returns the value of thegeneratorsrecord component.Methods in org.huiche.core.configuration with parameters of type GeneratorModifier and TypeMethodDescriptionConfigurationBuilder.addGenerator(Generator generator) 添加生成器ConfigurationBuilder.removeGenerator(Generator generator) 删除生成器Method parameters in org.huiche.core.configuration with type arguments of type GeneratorModifier and TypeMethodDescriptionConfigurationBuilder.addGenerators(List<Generator> generators) 添加生成器