Uses of Interface
org.springframework.cloud.config.server.environment.EnvironmentRepository
-
-
Uses of EnvironmentRepository in org.springframework.cloud.config.server.config
Methods in org.springframework.cloud.config.server.config with parameters of type EnvironmentRepository Modifier and Type Method Description ConfigServerHealthIndicatorEnvironmentRepositoryConfiguration.ConfigServerActuatorConfiguration. configServerHealthIndicator(EnvironmentRepository repository)Method parameters in org.springframework.cloud.config.server.config with type arguments of type EnvironmentRepository Modifier and Type Method Description CompositeEnvironmentRepositoryCompositeConfiguration. compositeEnvironmentRepository(List<EnvironmentRepository> environmentRepos, ConfigServerProperties properties)SearchPathCompositeEnvironmentRepositoryCompositeConfiguration. searchPathCompositeEnvironmentRepository(List<EnvironmentRepository> environmentRepos, ConfigServerProperties properties)Constructors in org.springframework.cloud.config.server.config with parameters of type EnvironmentRepository Constructor Description ConfigServerHealthIndicator(EnvironmentRepository environmentRepository) -
Uses of EnvironmentRepository in org.springframework.cloud.config.server.environment
Classes in org.springframework.cloud.config.server.environment with type parameters of type EnvironmentRepository Modifier and Type Interface Description interfaceEnvironmentRepositoryFactory<T extends EnvironmentRepository,P extends EnvironmentRepositoryProperties>Fields in org.springframework.cloud.config.server.environment with type parameters of type EnvironmentRepository Modifier and Type Field Description protected List<EnvironmentRepository>CompositeEnvironmentRepository. environmentRepositoriesConstructors in org.springframework.cloud.config.server.environment with parameters of type EnvironmentRepository Constructor Description EnvironmentController(EnvironmentRepository repository)EnvironmentController(EnvironmentRepository repository, com.fasterxml.jackson.databind.ObjectMapper objectMapper)EnvironmentEncryptorEnvironmentRepository(EnvironmentRepository delegate)EnvironmentEncryptorEnvironmentRepository(EnvironmentRepository delegate, List<EnvironmentEncryptor> environmentEncryptors)EnvironmentRepositoryPropertySourceLocator(EnvironmentRepository repository, String name, String profiles, String label)Constructor parameters in org.springframework.cloud.config.server.environment with type arguments of type EnvironmentRepository Constructor Description CompositeEnvironmentRepository(List<EnvironmentRepository> environmentRepositories, boolean failOnError)Creates a newCompositeEnvironmentRepository.SearchPathCompositeEnvironmentRepository(List<EnvironmentRepository> environmentRepositories, boolean failOnError)Creates a newSearchPathCompositeEnvironmentRepository. -
Uses of EnvironmentRepository in org.springframework.cloud.config.server.environment.vault
Classes in org.springframework.cloud.config.server.environment.vault that implement EnvironmentRepository Modifier and Type Class Description classSpringVaultEnvironmentRepository -
Uses of EnvironmentRepository in org.springframework.cloud.config.server.resource
Constructors in org.springframework.cloud.config.server.resource with parameters of type EnvironmentRepository Constructor Description ResourceController(ResourceRepository resourceRepository, EnvironmentRepository environmentRepository)ResourceController(ResourceRepository resourceRepository, EnvironmentRepository environmentRepository, Map<String,ResourceEncryptor> resourceEncryptorMap)
-