Uses of Enum Class
org.springframework.cloud.config.server.proxy.ProxyHostProperties.ProxyForScheme
Packages that use ProxyHostProperties.ProxyForScheme
Package
Description
-
Uses of ProxyHostProperties.ProxyForScheme in org.springframework.cloud.config.server.environment
Methods in org.springframework.cloud.config.server.environment that return types with arguments of type ProxyHostProperties.ProxyForSchemeModifier and TypeMethodDescriptionJGitEnvironmentProperties.getProxy()VaultEnvironmentProperties.getProxy()Method parameters in org.springframework.cloud.config.server.environment with type arguments of type ProxyHostProperties.ProxyForSchemeModifier and TypeMethodDescriptionvoidJGitEnvironmentProperties.setProxy(Map<ProxyHostProperties.ProxyForScheme, ProxyHostProperties> proxy) voidVaultEnvironmentProperties.setProxy(Map<ProxyHostProperties.ProxyForScheme, ProxyHostProperties> proxy) -
Uses of ProxyHostProperties.ProxyForScheme in org.springframework.cloud.config.server.proxy
Subclasses with type arguments of type ProxyHostProperties.ProxyForScheme in org.springframework.cloud.config.server.proxyModifier and TypeClassDescriptionstatic enumProxy for a given scheme.Methods in org.springframework.cloud.config.server.proxy that return ProxyHostProperties.ProxyForSchemeModifier and TypeMethodDescriptionProxyHostProperties.ProxyForScheme.forLowerCaseName(String lowerCaseName) Returns the enum constant of this class with the specified name.static ProxyHostProperties.ProxyForScheme[]ProxyHostProperties.ProxyForScheme.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProxyHostProperties.ProxyForScheme in org.springframework.cloud.config.server.support
Methods in org.springframework.cloud.config.server.support that return types with arguments of type ProxyHostProperties.ProxyForScheme