Uses of Enum Class
org.springframework.cloud.kubernetes.commons.config.ReadType
Packages that use ReadType
-
Uses of ReadType in org.springframework.cloud.kubernetes.commons.config
Subclasses with type arguments of type ReadType in org.springframework.cloud.kubernetes.commons.configMethods in org.springframework.cloud.kubernetes.commons.config that return ReadTypeModifier and TypeMethodDescriptionSourceConfigProperties.readType()static ReadTypeReturns the enum constant of this class with the specified name.static ReadType[]ReadType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.cloud.kubernetes.commons.config with parameters of type ReadTypeModifier and TypeMethodDescriptionprotected org.springframework.core.env.MapPropertySourceConfigDataRetryableConfigMapPropertySourceLocator.getPropertySource(org.springframework.core.env.ConfigurableEnvironment environment, NormalizedSource normalizedSource, ReadType readType) protected org.springframework.core.env.MapPropertySourceConfigDataRetryableSecretsPropertySourceLocator.getPropertySource(org.springframework.core.env.ConfigurableEnvironment environment, NormalizedSource normalizedSource, ReadType readType) Constructors in org.springframework.cloud.kubernetes.commons.config with parameters of type ReadTypeModifierConstructorDescriptionConfigMapConfigProperties(boolean enabled, List<SourceConfigProperties.Source> sources, Map<String, String> labels, String name, String namespace, boolean useNameAsPrefix, boolean includeProfileSpecificSources, boolean failFast, RetryProperties retry, ReadType readType) SecretsConfigProperties(boolean enabled, List<SourceConfigProperties.Source> sources, Map<String, String> labels, String name, String namespace, boolean useNameAsPrefix, boolean includeProfileSpecificSources, boolean failFast, RetryProperties retry, ReadType readType)