Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ApplicationConfig - Annotation Interface in ru.tinkoff.kora.config.common.annotation
- ARRAY_ELEMENT_PATTERN - Static variable in interface ru.tinkoff.kora.config.common.ConfigValuePath
- ArrayValue(ConfigValueOrigin, List<ConfigValue<?>>) - Constructor for record class ru.tinkoff.kora.config.common.ConfigValue.ArrayValue
-
Creates an instance of a
ArrayValuerecord class. - asArray() - Method in interface ru.tinkoff.kora.config.common.ConfigValue
- asBoolean() - Method in interface ru.tinkoff.kora.config.common.ConfigValue
- asNumber() - Method in interface ru.tinkoff.kora.config.common.ConfigValue
- asObject() - Method in interface ru.tinkoff.kora.config.common.ConfigValue
- asString() - Method in interface ru.tinkoff.kora.config.common.ConfigValue
B
- booleanConfigValueExtractor() - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- BooleanConfigValueExtractor - Class in ru.tinkoff.kora.config.common.extractor
- BooleanConfigValueExtractor() - Constructor for class ru.tinkoff.kora.config.common.extractor.BooleanConfigValueExtractor
- BooleanValue(ConfigValueOrigin, Boolean) - Constructor for record class ru.tinkoff.kora.config.common.ConfigValue.BooleanValue
-
Creates an instance of a
BooleanValuerecord class.
C
- child(int) - Method in interface ru.tinkoff.kora.config.common.ConfigValueOrigin
- child(int) - Method in interface ru.tinkoff.kora.config.common.ConfigValuePath
- child(String) - Method in interface ru.tinkoff.kora.config.common.ConfigValueOrigin
- child(String) - Method in interface ru.tinkoff.kora.config.common.ConfigValuePath
- child(PathElement) - Method in interface ru.tinkoff.kora.config.common.ConfigValueOrigin
- child(PathElement) - Method in interface ru.tinkoff.kora.config.common.ConfigValuePath
- CollectionConfigValueExtractor<T,
C extends Collection<T>> - Class in ru.tinkoff.kora.config.common.extractor - CollectionConfigValueExtractor(ConfigValueExtractor<T>) - Constructor for class ru.tinkoff.kora.config.common.extractor.CollectionConfigValueExtractor
- CommonConfigModule - Interface in ru.tinkoff.kora.config.common
- config() - Method in interface ru.tinkoff.kora.config.common.ConfigValueOrigin
- config() - Method in record class ru.tinkoff.kora.config.common.impl.SimpleConfigValueOrigin
-
Returns the value of the
configrecord component. - config(Config, Config, Config) - Method in interface ru.tinkoff.kora.config.common.CommonConfigModule
- Config - Interface in ru.tinkoff.kora.config.common
- ConfigHelper - Class in ru.tinkoff.kora.config.common
- ConfigHelper() - Constructor for class ru.tinkoff.kora.config.common.ConfigHelper
- ConfigImplUtil - Class in ru.tinkoff.kora.config.common.extractor
- ConfigImplUtil() - Constructor for class ru.tinkoff.kora.config.common.extractor.ConfigImplUtil
- ConfigOrigin - Interface in ru.tinkoff.kora.config.common.origin
- configRefresher(Optional<ValueOf<ConfigOrigin>>) - Method in interface ru.tinkoff.kora.config.common.CommonConfigModule
- ConfigResolver - Class in ru.tinkoff.kora.config.common.impl
- ConfigResolver() - Constructor for class ru.tinkoff.kora.config.common.impl.ConfigResolver
- ConfigSource - Annotation Interface in ru.tinkoff.kora.config.common.annotation
- ConfigValue<T> - Interface in ru.tinkoff.kora.config.common
- ConfigValue.ArrayValue - Record Class in ru.tinkoff.kora.config.common
- ConfigValue.BooleanValue - Record Class in ru.tinkoff.kora.config.common
- ConfigValue.NullValue - Record Class in ru.tinkoff.kora.config.common
- ConfigValue.NumberValue - Record Class in ru.tinkoff.kora.config.common
- ConfigValue.ObjectValue - Record Class in ru.tinkoff.kora.config.common
- ConfigValue.StringValue - Record Class in ru.tinkoff.kora.config.common
- ConfigValueExtractionException - Exception in ru.tinkoff.kora.config.common.extractor
- ConfigValueExtractionException(ConfigOrigin, String, Throwable) - Constructor for exception ru.tinkoff.kora.config.common.extractor.ConfigValueExtractionException
- ConfigValueExtractor<T> - Interface in ru.tinkoff.kora.config.common.extractor
- ConfigValueExtractor - Annotation Interface in ru.tinkoff.kora.config.common.annotation
- ConfigValueExtractorMapping<T,
U> - Class in ru.tinkoff.kora.config.common.extractor - ConfigValueExtractorMapping(ConfigValueExtractor<T>, Function<T, U>) - Constructor for class ru.tinkoff.kora.config.common.extractor.ConfigValueExtractorMapping
- ConfigValueOrigin - Interface in ru.tinkoff.kora.config.common
- ConfigValuePath - Interface in ru.tinkoff.kora.config.common
- ConfigValueUtils - Class in ru.tinkoff.kora.config.common.extractor
- ConfigValueUtils() - Constructor for class ru.tinkoff.kora.config.common.extractor.ConfigValueUtils
- ConfigWatcher - Class in ru.tinkoff.kora.config.common
- ConfigWatcher(Optional<ValueOf<ConfigOrigin>>, int) - Constructor for class ru.tinkoff.kora.config.common.ConfigWatcher
- ContainerConfigOrigin - Class in ru.tinkoff.kora.config.common.origin
- ContainerConfigOrigin(ConfigOrigin, ConfigOrigin) - Constructor for class ru.tinkoff.kora.config.common.origin.ContainerConfigOrigin
D
- DefaultConfigExtractorsModule - Interface in ru.tinkoff.kora.config.common
- description() - Method in interface ru.tinkoff.kora.config.common.origin.ConfigOrigin
- description() - Method in class ru.tinkoff.kora.config.common.origin.ContainerConfigOrigin
- description() - Method in record class ru.tinkoff.kora.config.common.origin.FileConfigOrigin
- description() - Method in record class ru.tinkoff.kora.config.common.origin.ResourceConfigOrigin
- description() - Method in record class ru.tinkoff.kora.config.common.origin.SimpleConfigOrigin
-
Returns the value of the
descriptionrecord component. - doubleArrayConfigValueExtractor(ConfigValueExtractor<Double>) - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- DoubleArrayConfigValueExtractor - Class in ru.tinkoff.kora.config.common.extractor
- DoubleArrayConfigValueExtractor(ConfigValueExtractor<Double>) - Constructor for class ru.tinkoff.kora.config.common.extractor.DoubleArrayConfigValueExtractor
- doubleConfigValueExtractor() - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- durationConfigValueExtractor() - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- DurationConfigValueExtractor - Class in ru.tinkoff.kora.config.common.extractor
- DurationConfigValueExtractor() - Constructor for class ru.tinkoff.kora.config.common.extractor.DurationConfigValueExtractor
E
- EitherConfigExtractor<A,
B> - Class in ru.tinkoff.kora.config.common.extractor - EitherConfigExtractor(ConfigValueExtractor<A>, ConfigValueExtractor<B>) - Constructor for class ru.tinkoff.kora.config.common.extractor.EitherConfigExtractor
- eitherExtractor(ConfigValueExtractor<A>, ConfigValueExtractor<B>) - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- enumConfigValueExtractor(TypeRef<T>) - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- EnumConfigValueExtractor<T extends Enum<T>> - Class in ru.tinkoff.kora.config.common.extractor
- EnumConfigValueExtractor(Class<T>) - Constructor for class ru.tinkoff.kora.config.common.extractor.EnumConfigValueExtractor
- Environment - Annotation Interface in ru.tinkoff.kora.config.common.annotation
- environmentConfig() - Method in interface ru.tinkoff.kora.config.common.CommonConfigModule
- equals(Object) - Method in record class ru.tinkoff.kora.config.common.ConfigValue.ArrayValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.config.common.ConfigValue.BooleanValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.config.common.ConfigValue.NullValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.config.common.ConfigValue.NumberValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.config.common.ConfigValue.ObjectValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.config.common.ConfigValue.StringValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.config.common.impl.SimpleConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.config.common.impl.SimpleConfigValueOrigin
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.config.common.impl.SimpleConfigValuePath
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.config.common.origin.FileConfigOrigin
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.config.common.origin.ResourceConfigOrigin
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.config.common.origin.SimpleConfigOrigin
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class ru.tinkoff.kora.config.common.PathElement.Index
-
Indicates whether some other object is "equal to" this one.
- extract(ConfigValue<?>) - Method in class ru.tinkoff.kora.config.common.extractor.BooleanConfigValueExtractor
- extract(ConfigValue<?>) - Method in class ru.tinkoff.kora.config.common.extractor.CollectionConfigValueExtractor
- extract(ConfigValue<?>) - Method in interface ru.tinkoff.kora.config.common.extractor.ConfigValueExtractor
- extract(ConfigValue<?>) - Method in class ru.tinkoff.kora.config.common.extractor.ConfigValueExtractorMapping
- extract(ConfigValue<?>) - Method in class ru.tinkoff.kora.config.common.extractor.DoubleArrayConfigValueExtractor
- extract(ConfigValue<?>) - Method in class ru.tinkoff.kora.config.common.extractor.DurationConfigValueExtractor
- extract(ConfigValue<?>) - Method in class ru.tinkoff.kora.config.common.extractor.EitherConfigExtractor
- extract(ConfigValue<?>) - Method in class ru.tinkoff.kora.config.common.extractor.EnumConfigValueExtractor
- extract(ConfigValue<?>) - Method in class ru.tinkoff.kora.config.common.extractor.MapConfigValueExtractor
- extract(ConfigValue<?>) - Method in class ru.tinkoff.kora.config.common.extractor.NumberConfigValueExtractor
- extract(ConfigValue<?>) - Method in class ru.tinkoff.kora.config.common.extractor.OptionalConfigValueExtractor
- extract(ConfigValue<?>) - Method in class ru.tinkoff.kora.config.common.extractor.PatternConfigValueExtractor
- extract(ConfigValue<?>) - Method in class ru.tinkoff.kora.config.common.extractor.PeriodConfigValueExtractor
- extract(ConfigValue<?>) - Method in class ru.tinkoff.kora.config.common.extractor.PropertiesConfigValueExtractor
- extract(ConfigValue<?>) - Method in class ru.tinkoff.kora.config.common.extractor.StringConfigValueExtractor
- extract(ConfigValue<?>) - Method in class ru.tinkoff.kora.config.common.extractor.UUIDConfigValueExtractor
F
- FileConfigOrigin - Record Class in ru.tinkoff.kora.config.common.origin
- FileConfigOrigin(Path) - Constructor for record class ru.tinkoff.kora.config.common.origin.FileConfigOrigin
-
Creates an instance of a
FileConfigOriginrecord class. - floatConfigValueExtractor() - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- fromMap(String, Map<String, ?>) - Static method in class ru.tinkoff.kora.config.common.factory.MapConfigFactory
- fromMap(Map<String, ?>) - Static method in class ru.tinkoff.kora.config.common.factory.MapConfigFactory
- fromMap(ConfigOrigin, Map<String, ?>) - Static method in class ru.tinkoff.kora.config.common.factory.MapConfigFactory
- fromProperties(String, Properties) - Static method in class ru.tinkoff.kora.config.common.factory.MapConfigFactory
- fromProperties(Properties) - Static method in class ru.tinkoff.kora.config.common.factory.MapConfigFactory
- fromProperties(ConfigOrigin, Properties) - Static method in class ru.tinkoff.kora.config.common.factory.MapConfigFactory
G
- get(int) - Method in record class ru.tinkoff.kora.config.common.ConfigValue.ArrayValue
- get(int) - Static method in interface ru.tinkoff.kora.config.common.PathElement
- get(String) - Method in interface ru.tinkoff.kora.config.common.Config
- get(String) - Method in record class ru.tinkoff.kora.config.common.ConfigValue.ObjectValue
- get(String) - Static method in interface ru.tinkoff.kora.config.common.PathElement
- get(Config, ConfigValuePath) - Static method in class ru.tinkoff.kora.config.common.ConfigHelper
- get(ConfigValuePath) - Method in interface ru.tinkoff.kora.config.common.Config
- get(PathElement.Key) - Method in record class ru.tinkoff.kora.config.common.ConfigValue.ObjectValue
- getOrigin() - Method in exception ru.tinkoff.kora.config.common.extractor.ConfigValueExtractionException
H
- handle(ConfigValue<?>, Function<ConfigValue<?>, T>) - Static method in exception ru.tinkoff.kora.config.common.extractor.ConfigValueExtractionException
- hashCode() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.ArrayValue
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.BooleanValue
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.NullValue
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.NumberValue
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.ObjectValue
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.StringValue
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.config.common.impl.SimpleConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.config.common.impl.SimpleConfigValueOrigin
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.config.common.impl.SimpleConfigValuePath
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.config.common.origin.FileConfigOrigin
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.config.common.origin.ResourceConfigOrigin
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.config.common.origin.SimpleConfigOrigin
-
Returns a hash code value for this object.
- hashCode() - Method in record class ru.tinkoff.kora.config.common.PathElement.Index
-
Returns a hash code value for this object.
I
- index() - Method in record class ru.tinkoff.kora.config.common.PathElement.Index
-
Returns the value of the
indexrecord component. - Index(int) - Constructor for record class ru.tinkoff.kora.config.common.PathElement.Index
-
Creates an instance of a
Indexrecord class. - init() - Method in class ru.tinkoff.kora.config.common.ConfigWatcher
- integerConfigValueExtractor() - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- isNull() - Method in interface ru.tinkoff.kora.config.common.ConfigValue
- iterator() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.ArrayValue
- iterator() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.ObjectValue
K
- Key(String) - Constructor for class ru.tinkoff.kora.config.common.PathElement.Key
L
- last() - Method in interface ru.tinkoff.kora.config.common.ConfigValuePath
- last() - Method in record class ru.tinkoff.kora.config.common.impl.SimpleConfigValuePath
-
Returns the value of the
lastrecord component. - listConfigValueExtractor(ConfigValueExtractor<T>) - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- ListConfigValueExtractor<T> - Class in ru.tinkoff.kora.config.common.extractor
- ListConfigValueExtractor(ConfigValueExtractor<T>) - Constructor for class ru.tinkoff.kora.config.common.extractor.ListConfigValueExtractor
- longConfigValueExtractor() - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
M
- map(Function<T, U>) - Method in interface ru.tinkoff.kora.config.common.extractor.ConfigValueExtractor
- MapConfigFactory - Class in ru.tinkoff.kora.config.common.factory
- MapConfigFactory() - Constructor for class ru.tinkoff.kora.config.common.factory.MapConfigFactory
- mapConfigValueExtractor(ConfigValueExtractor<T>) - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- MapConfigValueExtractor<T> - Class in ru.tinkoff.kora.config.common.extractor
- MapConfigValueExtractor(ConfigValueExtractor<T>) - Constructor for class ru.tinkoff.kora.config.common.extractor.MapConfigValueExtractor
- mapNullAsEmptyObject() - Element in annotation interface ru.tinkoff.kora.config.common.annotation.ConfigValueExtractor
- merge(Config, Config) - Static method in class ru.tinkoff.kora.config.common.factory.MergeConfigFactory
- MergeConfigFactory - Class in ru.tinkoff.kora.config.common.factory
- MergeConfigFactory() - Constructor for class ru.tinkoff.kora.config.common.factory.MergeConfigFactory
- missingValue(ConfigValue<?>) - Static method in exception ru.tinkoff.kora.config.common.extractor.ConfigValueExtractionException
- missingValueAfterParse(ConfigValue<?>) - Static method in exception ru.tinkoff.kora.config.common.extractor.ConfigValueExtractionException
N
- name() - Method in class ru.tinkoff.kora.config.common.PathElement.Key
- newCollection(int) - Method in class ru.tinkoff.kora.config.common.extractor.CollectionConfigValueExtractor
- newCollection(int) - Method in class ru.tinkoff.kora.config.common.extractor.ListConfigValueExtractor
- newCollection(int) - Method in class ru.tinkoff.kora.config.common.extractor.SetConfigValueExtractor
- NullValue(ConfigValueOrigin) - Constructor for record class ru.tinkoff.kora.config.common.ConfigValue.NullValue
-
Creates an instance of a
NullValuerecord class. - NumberConfigValueExtractor - Class in ru.tinkoff.kora.config.common.extractor
- NumberConfigValueExtractor() - Constructor for class ru.tinkoff.kora.config.common.extractor.NumberConfigValueExtractor
- NumberValue(ConfigValueOrigin, Number) - Constructor for record class ru.tinkoff.kora.config.common.ConfigValue.NumberValue
-
Creates an instance of a
NumberValuerecord class.
O
- ObjectValue(ConfigValueOrigin, Map<String, ConfigValue<?>>) - Constructor for record class ru.tinkoff.kora.config.common.ConfigValue.ObjectValue
-
Creates an instance of a
ObjectValuerecord class. - optionalConfigValueExtractor(ConfigValueExtractor<T>) - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- OptionalConfigValueExtractor<T> - Class in ru.tinkoff.kora.config.common.extractor
- OptionalConfigValueExtractor(ConfigValueExtractor<T>) - Constructor for class ru.tinkoff.kora.config.common.extractor.OptionalConfigValueExtractor
- origin() - Method in interface ru.tinkoff.kora.config.common.Config
- origin() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.ArrayValue
-
Returns the value of the
originrecord component. - origin() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.BooleanValue
-
Returns the value of the
originrecord component. - origin() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.NullValue
-
Returns the value of the
originrecord component. - origin() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.NumberValue
-
Returns the value of the
originrecord component. - origin() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.ObjectValue
-
Returns the value of the
originrecord component. - origin() - Method in interface ru.tinkoff.kora.config.common.ConfigValue
- origin() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.StringValue
-
Returns the value of the
originrecord component. - origin() - Method in record class ru.tinkoff.kora.config.common.impl.SimpleConfig
-
Returns the value of the
originrecord component. - origins() - Method in class ru.tinkoff.kora.config.common.origin.ContainerConfigOrigin
P
- parse(String) - Static method in interface ru.tinkoff.kora.config.common.ConfigValuePath
- parseDuration(ConfigValue<String>) - Static method in class ru.tinkoff.kora.config.common.extractor.DurationConfigValueExtractor
- parsePeriod(ConfigValue<String>) - Static method in class ru.tinkoff.kora.config.common.extractor.PeriodConfigValueExtractor
- parsingError(ConfigValue<?>, Exception) - Static method in exception ru.tinkoff.kora.config.common.extractor.ConfigValueExtractionException
- path() - Method in interface ru.tinkoff.kora.config.common.ConfigValueOrigin
- path() - Method in record class ru.tinkoff.kora.config.common.impl.SimpleConfigValueOrigin
-
Returns the value of the
pathrecord component. - path() - Method in record class ru.tinkoff.kora.config.common.origin.FileConfigOrigin
-
Returns the value of the
pathrecord component. - PathElement - Interface in ru.tinkoff.kora.config.common
- PathElement.Index - Record Class in ru.tinkoff.kora.config.common
- PathElement.Key - Class in ru.tinkoff.kora.config.common
- patternConfigValueExtractor() - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- PatternConfigValueExtractor - Class in ru.tinkoff.kora.config.common.extractor
- PatternConfigValueExtractor() - Constructor for class ru.tinkoff.kora.config.common.extractor.PatternConfigValueExtractor
- periodConfigValueExtractor() - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- PeriodConfigValueExtractor - Class in ru.tinkoff.kora.config.common.extractor
- PeriodConfigValueExtractor() - Constructor for class ru.tinkoff.kora.config.common.extractor.PeriodConfigValueExtractor
- prev() - Method in interface ru.tinkoff.kora.config.common.ConfigValuePath
- prev() - Method in record class ru.tinkoff.kora.config.common.impl.SimpleConfigValuePath
-
Returns the value of the
prevrecord component. - propertiesConfigValueExtractor() - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- PropertiesConfigValueExtractor - Class in ru.tinkoff.kora.config.common.extractor
- PropertiesConfigValueExtractor() - Constructor for class ru.tinkoff.kora.config.common.extractor.PropertiesConfigValueExtractor
R
- relaxedNames() - Method in class ru.tinkoff.kora.config.common.PathElement.Key
- release() - Method in class ru.tinkoff.kora.config.common.ConfigWatcher
- resolve() - Method in interface ru.tinkoff.kora.config.common.Config
- resolve(Config) - Static method in class ru.tinkoff.kora.config.common.impl.ConfigResolver
- ResourceConfigOrigin - Record Class in ru.tinkoff.kora.config.common.origin
- ResourceConfigOrigin(URL) - Constructor for record class ru.tinkoff.kora.config.common.origin.ResourceConfigOrigin
-
Creates an instance of a
ResourceConfigOriginrecord class. - root() - Method in interface ru.tinkoff.kora.config.common.Config
- root() - Static method in interface ru.tinkoff.kora.config.common.ConfigValuePath
- root() - Method in record class ru.tinkoff.kora.config.common.impl.SimpleConfig
-
Returns the value of the
rootrecord component. - ROOT - Static variable in interface ru.tinkoff.kora.config.common.ConfigValuePath
- ru.tinkoff.kora.config.common - package ru.tinkoff.kora.config.common
- ru.tinkoff.kora.config.common.annotation - package ru.tinkoff.kora.config.common.annotation
- ru.tinkoff.kora.config.common.extractor - package ru.tinkoff.kora.config.common.extractor
- ru.tinkoff.kora.config.common.factory - package ru.tinkoff.kora.config.common.factory
- ru.tinkoff.kora.config.common.impl - package ru.tinkoff.kora.config.common.impl
- ru.tinkoff.kora.config.common.origin - package ru.tinkoff.kora.config.common.origin
S
- setConfigValueExtractor(ConfigValueExtractor<T>) - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- SetConfigValueExtractor<T> - Class in ru.tinkoff.kora.config.common.extractor
- SetConfigValueExtractor(ConfigValueExtractor<T>) - Constructor for class ru.tinkoff.kora.config.common.extractor.SetConfigValueExtractor
- SimpleConfig - Record Class in ru.tinkoff.kora.config.common.impl
- SimpleConfig(ConfigOrigin, ConfigValue.ObjectValue) - Constructor for record class ru.tinkoff.kora.config.common.impl.SimpleConfig
-
Creates an instance of a
SimpleConfigrecord class. - SimpleConfigOrigin - Record Class in ru.tinkoff.kora.config.common.origin
- SimpleConfigOrigin(String) - Constructor for record class ru.tinkoff.kora.config.common.origin.SimpleConfigOrigin
-
Creates an instance of a
SimpleConfigOriginrecord class. - SimpleConfigValueOrigin - Record Class in ru.tinkoff.kora.config.common.impl
- SimpleConfigValueOrigin(ConfigOrigin, ConfigValuePath) - Constructor for record class ru.tinkoff.kora.config.common.impl.SimpleConfigValueOrigin
-
Creates an instance of a
SimpleConfigValueOriginrecord class. - SimpleConfigValuePath - Record Class in ru.tinkoff.kora.config.common.impl
- SimpleConfigValuePath(PathElement, ConfigValuePath) - Constructor for record class ru.tinkoff.kora.config.common.impl.SimpleConfigValuePath
-
Creates an instance of a
SimpleConfigValuePathrecord class. - stringConfigValueExtractor() - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- StringConfigValueExtractor - Class in ru.tinkoff.kora.config.common.extractor
- StringConfigValueExtractor() - Constructor for class ru.tinkoff.kora.config.common.extractor.StringConfigValueExtractor
- StringValue(ConfigValueOrigin, String) - Constructor for record class ru.tinkoff.kora.config.common.ConfigValue.StringValue
-
Creates an instance of a
StringValuerecord class. - subconfigConfigValueExtractor() - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- systemProperties() - Method in interface ru.tinkoff.kora.config.common.CommonConfigModule
- SystemProperties - Annotation Interface in ru.tinkoff.kora.config.common.annotation
T
- toString() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.ArrayValue
-
Returns a string representation of this record class.
- toString() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.BooleanValue
-
Returns a string representation of this record class.
- toString() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.NullValue
-
Returns a string representation of this record class.
- toString() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.NumberValue
-
Returns a string representation of this record class.
- toString() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.ObjectValue
-
Returns a string representation of this record class.
- toString() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.StringValue
-
Returns a string representation of this record class.
- toString() - Method in record class ru.tinkoff.kora.config.common.impl.SimpleConfig
-
Returns a string representation of this record class.
- toString() - Method in record class ru.tinkoff.kora.config.common.impl.SimpleConfigValueOrigin
-
Returns a string representation of this record class.
- toString() - Method in record class ru.tinkoff.kora.config.common.impl.SimpleConfigValuePath
-
Returns a string representation of this record class.
- toString() - Method in class ru.tinkoff.kora.config.common.origin.ContainerConfigOrigin
- toString() - Method in record class ru.tinkoff.kora.config.common.origin.FileConfigOrigin
-
Returns a string representation of this record class.
- toString() - Method in record class ru.tinkoff.kora.config.common.origin.ResourceConfigOrigin
-
Returns a string representation of this record class.
- toString() - Method in record class ru.tinkoff.kora.config.common.origin.SimpleConfigOrigin
-
Returns a string representation of this record class.
- toString() - Method in record class ru.tinkoff.kora.config.common.PathElement.Index
-
Returns a string representation of this record class.
- toString() - Method in class ru.tinkoff.kora.config.common.PathElement.Key
U
- unexpectedValueType(ConfigValue<?>, Class<? extends ConfigValue<?>>) - Static method in exception ru.tinkoff.kora.config.common.extractor.ConfigValueExtractionException
- unicodeTrim(String) - Static method in class ru.tinkoff.kora.config.common.extractor.ConfigImplUtil
- url() - Method in record class ru.tinkoff.kora.config.common.origin.ResourceConfigOrigin
-
Returns the value of the
urlrecord component. - uuidConfigValueExtractor() - Method in interface ru.tinkoff.kora.config.common.DefaultConfigExtractorsModule
- UUIDConfigValueExtractor - Class in ru.tinkoff.kora.config.common.extractor
- UUIDConfigValueExtractor() - Constructor for class ru.tinkoff.kora.config.common.extractor.UUIDConfigValueExtractor
V
- value() - Element in annotation interface ru.tinkoff.kora.config.common.annotation.ConfigSource
- value() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.ArrayValue
-
Returns the value of the
valuerecord component. - value() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.BooleanValue
-
Returns the value of the
valuerecord component. - value() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.NullValue
- value() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.NumberValue
-
Returns the value of the
valuerecord component. - value() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.ObjectValue
-
Returns the value of the
valuerecord component. - value() - Method in record class ru.tinkoff.kora.config.common.ConfigValue.StringValue
-
Returns the value of the
valuerecord component. - value() - Method in interface ru.tinkoff.kora.config.common.ConfigValue
All Classes and Interfaces|All Packages|Serialized Form