Uses of Class
cc.carm.lib.configuration.value.ConfigValue
Packages that use ConfigValue
Package
Description
-
Uses of ConfigValue in cc.carm.lib.configuration.builder
Classes in cc.carm.lib.configuration.builder with type parameters of type ConfigValueModifier and TypeClassDescriptionclass
AbstractConfigBuilder<TYPE,
UNIT, RESULT extends ConfigValue<TYPE, UNIT>, HOLDER extends ConfigurationHolder<?>, SELF extends AbstractConfigBuilder<TYPE, UNIT, RESULT, HOLDER, SELF>> class
CommonConfigBuilder<TYPE,
UNIT, RESULT extends ConfigValue<TYPE, UNIT>, SELF extends CommonConfigBuilder<TYPE, UNIT, RESULT, SELF>> -
Uses of ConfigValue in cc.carm.lib.configuration.builder.impl
Classes in cc.carm.lib.configuration.builder.impl with type parameters of type ConfigValueModifier and TypeClassDescriptionclass
AbstractSectionBuilder<TYPE,
UNIT, RESULT extends ConfigValue<TYPE, UNIT>, SELF extends AbstractSectionBuilder<TYPE, UNIT, RESULT, SELF>> class
AbstractSourceBuilder<V,
SOURCE, UNIT, RESULT extends ConfigValue<V, UNIT>, SELF extends AbstractSourceBuilder<V, SOURCE, UNIT, RESULT, SELF>> -
Uses of ConfigValue in cc.carm.lib.configuration.source
Methods in cc.carm.lib.configuration.source that return types with arguments of type ConfigValueModifier and TypeMethodDescription@NotNull @UnmodifiableView Map
<String, ConfigValue<?, ?>> ConfigurationHolder.registeredValues()
-
Uses of ConfigValue in cc.carm.lib.configuration.source.loader
Fields in cc.carm.lib.configuration.source.loader with type parameters of type ConfigValueModifier and TypeFieldDescriptionprotected @NotNull ConfigInitializeHandler
<Field, ConfigValue<?, ?>> ConfigurationInitializer.valueInitializer
Methods in cc.carm.lib.configuration.source.loader that return types with arguments of type ConfigValueMethod parameters in cc.carm.lib.configuration.source.loader with type arguments of type ConfigValueModifier and TypeMethodDescriptionvoid
ConfigurationInitializer.appendFieldInitializer
(@NotNull ConfigInitializeHandler<Field, ConfigValue<?, ?>> fieldInitializer) void
ConfigurationInitializer.fieldInitializer
(@NotNull ConfigInitializeHandler<Field, ConfigValue<?, ?>> fieldInitializer) Constructor parameters in cc.carm.lib.configuration.source.loader with type arguments of type ConfigValueModifierConstructorDescriptionConfigurationInitializer
(@NotNull PathGenerator pathGenerator, @NotNull ConfigInitializeHandler<Field, ConfigValue<?, ?>> valueInitializer, @NotNull ConfigInitializeHandler<Class<? extends Configuration>, Object> classInitializer) -
Uses of ConfigValue in cc.carm.lib.configuration.source.meta
Fields in cc.carm.lib.configuration.source.meta with type parameters of type ConfigValueModifier and TypeFieldDescriptionstatic final ConfigurationMetadata
<ConfigValue<?, ?>> StandardMeta.VALUE
To mark theConfigValue
instance of specific path. -
Uses of ConfigValue in cc.carm.lib.configuration.value.impl
Subclasses of ConfigValue in cc.carm.lib.configuration.value.impl -
Uses of ConfigValue in cc.carm.lib.configuration.value.standard
Subclasses of ConfigValue in cc.carm.lib.configuration.value.standard