Uses of Class
cc.carm.lib.configuration.source.loader.PathGenerator
-
Packages that use PathGenerator Package Description cc.carm.lib.configuration.source cc.carm.lib.configuration.source.loader -
-
Uses of PathGenerator in cc.carm.lib.configuration.source
Methods in cc.carm.lib.configuration.source with parameters of type PathGenerator Modifier and Type Method Description SELFConfigurationFactory. pathGenerator(PathGenerator generator)Supply the base path generator for this configuration holder -
Uses of PathGenerator in cc.carm.lib.configuration.source.loader
Fields in cc.carm.lib.configuration.source.loader declared as PathGenerator Modifier and Type Field Description protected @NotNull PathGeneratorConfigurationInitializer. pathGeneratorMethods in cc.carm.lib.configuration.source.loader that return PathGenerator Modifier and Type Method Description static PathGeneratorPathGenerator. of()static PathGeneratorPathGenerator. of(java.util.function.UnaryOperator<java.lang.String> pathConverter)@NotNull PathGeneratorConfigurationInitializer. pathGenerator()Methods in cc.carm.lib.configuration.source.loader with parameters of type PathGenerator Modifier and Type Method Description voidConfigurationInitializer. pathGenerator(@NotNull PathGenerator pathGenerator)Constructors in cc.carm.lib.configuration.source.loader with parameters of type PathGenerator Constructor Description ConfigurationInitializer(@NotNull PathGenerator pathGenerator, @NotNull ConfigInitializeHandler<java.lang.reflect.Field> fieldInitializer, @NotNull ConfigInitializeHandler<java.lang.Class<? extends Configuration>> classInitializer)
-