Uses of Class
pro.chenggang.project.reactive.mybatis.support.generator.option.LombokConfig
-
Packages that use LombokConfig Package Description pro.chenggang.project.reactive.mybatis.support.generator.option pro.chenggang.project.reactive.mybatis.support.generator.properties -
-
Uses of LombokConfig in pro.chenggang.project.reactive.mybatis.support.generator.option
Methods in pro.chenggang.project.reactive.mybatis.support.generator.option that return LombokConfig Modifier and Type Method Description static LombokConfigLombokConfig. valueOf(String name)Returns the enum constant of this type with the specified name.static LombokConfig[]LombokConfig. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LombokConfig in pro.chenggang.project.reactive.mybatis.support.generator.properties
Methods in pro.chenggang.project.reactive.mybatis.support.generator.properties with parameters of type LombokConfig Modifier and Type Method Description GeneratorPropertiesBuilderGeneratorPropertiesBuilder. lombokConfigs(LombokConfig... lombokConfigs)The Lombok configsMethod parameters in pro.chenggang.project.reactive.mybatis.support.generator.properties with type arguments of type LombokConfig Modifier and Type Method Description GeneratorPropertiesBuilderGeneratorPropertiesBuilder. lombokConfigs(Set<LombokConfig> lombokConfigs)The Lombok configs
-