Uses of Class
cc.carm.lib.configuration.source.loader.PathGenerator
Packages that use PathGenerator
-
Uses of PathGenerator in cc.carm.lib.configuration.source
Methods in cc.carm.lib.configuration.source with parameters of type PathGeneratorModifier and TypeMethodDescriptionConfigurationFactory.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 PathGeneratorModifier and TypeFieldDescriptionprotected @NotNull PathGenerator
ConfigurationInitializer.pathGenerator
Methods in cc.carm.lib.configuration.source.loader that return PathGeneratorModifier and TypeMethodDescriptionstatic PathGenerator
PathGenerator.of()
static PathGenerator
PathGenerator.of
(UnaryOperator<String> pathConverter) @NotNull PathGenerator
ConfigurationInitializer.pathGenerator()
Methods in cc.carm.lib.configuration.source.loader with parameters of type PathGeneratorModifier and TypeMethodDescriptionvoid
ConfigurationInitializer.pathGenerator
(@NotNull PathGenerator pathGenerator) Constructors in cc.carm.lib.configuration.source.loader with parameters of type PathGeneratorModifierConstructorDescriptionConfigurationInitializer
(@NotNull PathGenerator pathGenerator, @NotNull ConfigInitializeHandler<Field, ConfigValue<?, ?>> valueInitializer, @NotNull ConfigInitializeHandler<Class<? extends Configuration>, Object> classInitializer)