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 SELF
ConfigurationFactory. 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 PathGenerator
ConfigurationInitializer. pathGenerator
Methods in cc.carm.lib.configuration.source.loader that return PathGenerator Modifier and Type Method Description static PathGenerator
PathGenerator. of()
static PathGenerator
PathGenerator. of(java.util.function.UnaryOperator<java.lang.String> pathConverter)
@NotNull PathGenerator
ConfigurationInitializer. pathGenerator()
Methods in cc.carm.lib.configuration.source.loader with parameters of type PathGenerator Modifier and Type Method Description void
ConfigurationInitializer. 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,ConfigValue<?>> valueInitializer, @NotNull ConfigInitializeHandler<java.lang.Class<? extends Configuration>,java.lang.Object> classInitializer)
-