Skip navigation links
B C D E F G I K L O P R S T V 

B

BeanLifecycleDecorator<T> - Interface in org.springframework.cloud.context.config
A helper interface providing optional decoration of bean instances and their destruction callbacks.
BeanLifecycleDecorator.Context<T> - Class in org.springframework.cloud.context.config
 
BOOTSTRAP_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
 
BootstrapApplicationListener - Class in org.springframework.cloud.bootstrap
A listener that prepares a SpringApplication (e.g.
BootstrapApplicationListener() - Constructor for class org.springframework.cloud.bootstrap.BootstrapApplicationListener
 
BootstrapConfiguration - Annotation Type in org.springframework.cloud.bootstrap
A marker interface used as a key in META-INF/spring.factories.

C

clear() - Method in interface org.springframework.cloud.context.scope.ScopeCache
Clear the cache and return all objects in an unmodifiable collection.
clear() - Method in class org.springframework.cloud.context.scope.StandardScopeCache
 
clear() - Method in class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
 
configurationPropertiesRebinder() - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.ConfigurationPropertiesRebinderConfiguration
 
ConfigurationPropertiesRebinder - Class in org.springframework.cloud.context.properties
Listens for EnvironmentChangeEvent and rebinds beans that were bound to the Environment using @ConfigurationProperties.
ConfigurationPropertiesRebinder(ConfigurationPropertiesBindingPostProcessor) - Constructor for class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
ConfigurationPropertiesRebinderConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.ConfigurationPropertiesRebinderConfiguration
 
Context(Runnable, T) - Constructor for class org.springframework.cloud.context.config.BeanLifecycleDecorator.Context
 
create(String) - Method in class org.springframework.cloud.context.encrypt.EncryptorFactory
 

D

decorateBean(Object, BeanLifecycleDecorator.Context<T>) - Method in interface org.springframework.cloud.context.config.BeanLifecycleDecorator
Optionally decorate and provide a new instance of a compatible bean for the caller to use instead of the input.
decorateBean(Object, BeanLifecycleDecorator.Context<ReadWriteLock>) - Method in class org.springframework.cloud.context.config.StandardBeanLifecycleDecorator
 
decorateDestructionCallback(Runnable) - Method in interface org.springframework.cloud.context.config.BeanLifecycleDecorator
Optionally decorate the destruction callback provided, and also return some context that can be used later by the BeanLifecycleDecorator.decorateBean(Object, Context) method.
decorateDestructionCallback(Runnable) - Method in class org.springframework.cloud.context.config.StandardBeanLifecycleDecorator
 
decrypt(String) - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.FailsafeTextEncryptor
 
DEFAULT_NAME - Static variable in class org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
 
DEFAULT_ORDER - Static variable in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
 
destroy() - Method in class org.springframework.cloud.context.scope.GenericScope
 
destroy(String) - Method in class org.springframework.cloud.context.scope.GenericScope
 

E

Empty() - Constructor for class org.springframework.cloud.bootstrap.config.RefreshEndpoint.Empty
 
encrypt(String) - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.FailsafeTextEncryptor
 
EncryptionBootstrapConfiguration - Class in org.springframework.cloud.bootstrap.encrypt
 
EncryptionBootstrapConfiguration() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration
 
EncryptionBootstrapConfiguration.FailsafeTextEncryptor - Class in org.springframework.cloud.bootstrap.encrypt
TextEncryptor that just fails, so that users don't get a false sense of security adding ciphers to config files and not getting them decrypted.
EncryptionBootstrapConfiguration.KeyCondition - Class in org.springframework.cloud.bootstrap.encrypt
 
EncryptionBootstrapConfiguration.RsaEncryptionConfiguration - Class in org.springframework.cloud.bootstrap.encrypt
 
EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration - Class in org.springframework.cloud.bootstrap.encrypt
 
EncryptorFactory - Class in org.springframework.cloud.context.encrypt
 
EncryptorFactory() - Constructor for class org.springframework.cloud.context.encrypt.EncryptorFactory
 
EnvironmentChangeEvent - Class in org.springframework.cloud.context.environment
Event published to signal a change in the Environment.
EnvironmentChangeEvent(Set<String>) - Constructor for class org.springframework.cloud.context.environment.EnvironmentChangeEvent
 
EnvironmentDecryptApplicationInitializer - Class in org.springframework.cloud.bootstrap.encrypt
 
EnvironmentDecryptApplicationInitializer(TextEncryptor) - Constructor for class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
 
environmentDecryptApplicationListener() - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration
 
environmentManager(ConfigurableEnvironment) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
 
EnvironmentManager - Class in org.springframework.cloud.context.environment
Entry point for making local (but volatile) changes to the Environment of a running application.
EnvironmentManager(ConfigurableEnvironment) - Constructor for class org.springframework.cloud.context.environment.EnvironmentManager
 
environmentManagerEndpoint(EnvironmentEndpoint, EnvironmentManager) - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
 
EnvironmentManagerMvcEndpoint - Class in org.springframework.cloud.context.environment
MVC endpoint for the EnvironmentManager providing a POST to /env as a simple way to change the Environment.
EnvironmentManagerMvcEndpoint(EnvironmentEndpoint, EnvironmentManager) - Constructor for class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
 

F

FailsafeTextEncryptor() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.FailsafeTextEncryptor
 

G

GenericPostableMvcEndpoint - Class in org.springframework.cloud.endpoint
A convenient base class for MVC endpoints that accept a POST (instead of the default GET).
GenericPostableMvcEndpoint(Endpoint<?>) - Constructor for class org.springframework.cloud.endpoint.GenericPostableMvcEndpoint
 
GenericScope - Class in org.springframework.cloud.context.scope
A generic Scope implementation.
GenericScope() - Constructor for class org.springframework.cloud.context.scope.GenericScope
 
get(String, ObjectFactory<?>) - Method in class org.springframework.cloud.context.scope.GenericScope
 
get(String) - Method in interface org.springframework.cloud.context.scope.ScopeCache
Get the named object from the cache.
get(String) - Method in class org.springframework.cloud.context.scope.StandardScopeCache
 
get(String) - Method in class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
 
getAlias() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
getAuxiliary() - Method in class org.springframework.cloud.context.config.BeanLifecycleDecorator.Context
 
getBeanNames() - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
getCallback() - Method in class org.springframework.cloud.context.config.BeanLifecycleDecorator.Context
 
getConversationId() - Method in class org.springframework.cloud.context.scope.GenericScope
 
getEndpointType() - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
 
getKey() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
getKeys() - Method in class org.springframework.cloud.context.environment.EnvironmentChangeEvent
 
getKeyStore() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
getLocation() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.KeyCondition
 
getName() - Method in class org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
 
getOrder() - Method in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
 
getOrder() - Method in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
 
getOrder() - Method in class org.springframework.cloud.context.restart.RestartListener
 
getPassword() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
getPath() - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
 
getPauseEndpoint() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
getPauseEndpoint() - Method in class org.springframework.cloud.context.restart.RestartMvcEndpoint
 
getProperty(String) - Method in class org.springframework.cloud.context.environment.EnvironmentManager
 
getResumeEndpoint() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
getResumeEndpoint() - Method in class org.springframework.cloud.context.restart.RestartMvcEndpoint
 
getSecret() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
getTimeout() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 

I

infoEndpoint() - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.InfoEndpointRebinderConfiguration
 
InfoEndpointRebinderConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.InfoEndpointRebinderConfiguration
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
 
invoke() - Method in class org.springframework.cloud.bootstrap.config.RefreshEndpoint
 
invoke() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
invoke() - Method in class org.springframework.cloud.context.restart.RestartMvcEndpoint
 
invoke() - Method in class org.springframework.cloud.endpoint.GenericPostableMvcEndpoint
 
isAllowOverride() - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
 
isFailOnError() - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
isOverrideSystemProperties() - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
 
isRunning() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
isSensitive() - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
 

K

KeyCondition() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.KeyCondition
 
KeyFormatException - Exception in org.springframework.cloud.context.encrypt
 
KeyFormatException() - Constructor for exception org.springframework.cloud.context.encrypt.KeyFormatException
 
KeyProperties - Class in org.springframework.cloud.bootstrap.encrypt
 
KeyProperties() - Constructor for class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
KeyProperties.KeyStore - Class in org.springframework.cloud.bootstrap.encrypt
 
KeyStore() - Constructor for class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 

L

LifecycleMvcEndpointAutoConfiguration - Class in org.springframework.cloud.autoconfigure
Autoconfiguration for some MVC endpoints governing the application context lifecycle.
LifecycleMvcEndpointAutoConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
 
locate(Environment) - Method in interface org.springframework.cloud.bootstrap.config.PropertySourceLocator
 
loggingRebinder() - Static method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
 
LoggingRebinder - Class in org.springframework.cloud.logging
Listener that looks for EnvironmentChangeEvent and rebinds logger levels if any changed.
LoggingRebinder() - Constructor for class org.springframework.cloud.logging.LoggingRebinder
 

O

onApplicationEvent(EnvironmentChangeEvent) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.InfoEndpointRebinderConfiguration
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
 
onApplicationEvent(EnvironmentChangeEvent) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
onApplicationEvent(ApplicationPreparedEvent) - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.cloud.context.restart.RestartListener
 
onApplicationEvent(EnvironmentChangeEvent) - Method in class org.springframework.cloud.logging.LoggingRebinder
 
org.springframework.cloud.autoconfigure - package org.springframework.cloud.autoconfigure
 
org.springframework.cloud.bootstrap - package org.springframework.cloud.bootstrap
 
org.springframework.cloud.bootstrap.config - package org.springframework.cloud.bootstrap.config
 
org.springframework.cloud.bootstrap.encrypt - package org.springframework.cloud.bootstrap.encrypt
 
org.springframework.cloud.context.config - package org.springframework.cloud.context.config
 
org.springframework.cloud.context.config.annotation - package org.springframework.cloud.context.config.annotation
 
org.springframework.cloud.context.encrypt - package org.springframework.cloud.context.encrypt
 
org.springframework.cloud.context.environment - package org.springframework.cloud.context.environment
 
org.springframework.cloud.context.properties - package org.springframework.cloud.context.properties
 
org.springframework.cloud.context.restart - package org.springframework.cloud.context.restart
 
org.springframework.cloud.context.scope - package org.springframework.cloud.context.scope
 
org.springframework.cloud.context.scope.refresh - package org.springframework.cloud.context.scope.refresh
 
org.springframework.cloud.context.scope.thread - package org.springframework.cloud.context.scope.thread
 
org.springframework.cloud.endpoint - package org.springframework.cloud.endpoint
 
org.springframework.cloud.logging - package org.springframework.cloud.logging
 

P

pause() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
pauseEndpoint(RestartEndpoint) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshEndpointsConfiguration
 
pauseMvcEndpoint(RestartMvcEndpoint) - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.cloud.context.scope.GenericScope
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
PropertySourceBootstrapConfiguration - Class in org.springframework.cloud.bootstrap.config
 
PropertySourceBootstrapConfiguration() - Constructor for class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
 
PropertySourceBootstrapProperties - Class in org.springframework.cloud.bootstrap.config
 
PropertySourceBootstrapProperties() - Constructor for class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
 
PropertySourceLocator - Interface in org.springframework.cloud.bootstrap.config
Strategy for locating (possibly remote) property sources for the Environment.
put(String, Object) - Method in interface org.springframework.cloud.context.scope.ScopeCache
Put a value in the cache if the key is not already used.
put(String, Object) - Method in class org.springframework.cloud.context.scope.StandardScopeCache
 
put(String, Object) - Method in class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
 

R

rebind() - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
rebind(String) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
refresh() - Method in class org.springframework.cloud.bootstrap.config.RefreshEndpoint
 
refresh(String) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
 
refreshAll() - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
 
RefreshAutoConfiguration - Class in org.springframework.cloud.autoconfigure
Autoconfiguration for the refresh scope and associated features to do with changes in the Environment (e.g.
RefreshAutoConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
 
RefreshAutoConfiguration.ConfigurationPropertiesRebinderConfiguration - Class in org.springframework.cloud.autoconfigure
 
RefreshAutoConfiguration.InfoEndpointRebinderConfiguration - Class in org.springframework.cloud.autoconfigure
 
RefreshAutoConfiguration.RefreshEndpointsConfiguration - Class in org.springframework.cloud.autoconfigure
 
RefreshAutoConfiguration.RefreshEndpointsConfiguration.RefreshEndpointConfiguration - Class in org.springframework.cloud.autoconfigure
 
RefreshAutoConfiguration.RefreshEndpointsConfiguration.RestartEndpointWithIntegration - Class in org.springframework.cloud.autoconfigure
 
RefreshAutoConfiguration.RefreshEndpointsConfiguration.RestartEndpointWithoutIntegration - Class in org.springframework.cloud.autoconfigure
 
refreshEndpoint(ConfigurableApplicationContext, RefreshScope) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshEndpointsConfiguration.RefreshEndpointConfiguration
 
RefreshEndpoint - Class in org.springframework.cloud.bootstrap.config
 
RefreshEndpoint(ConfigurableApplicationContext, RefreshScope) - Constructor for class org.springframework.cloud.bootstrap.config.RefreshEndpoint
 
RefreshEndpoint.Empty - Class in org.springframework.cloud.bootstrap.config
 
RefreshEndpointConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshEndpointsConfiguration.RefreshEndpointConfiguration
 
RefreshEndpointsConfiguration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshEndpointsConfiguration
 
refreshMvcEndpoint(RefreshEndpoint) - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
 
refreshScope() - Static method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration
 
RefreshScope - Annotation Type in org.springframework.cloud.context.config.annotation
Convenience annotation to put a @Bean definition in refresh scope.
RefreshScope - Class in org.springframework.cloud.context.scope.refresh
A Scope implementation that allows for beans to be refreshed dynamically at runtime (see RefreshScope.refresh(String) and RefreshScope.refreshAll()).
RefreshScope() - Constructor for class org.springframework.cloud.context.scope.refresh.RefreshScope
Create a scope instance and give it the default name: "refresh".
RefreshScopeRefreshedEvent - Class in org.springframework.cloud.context.scope.refresh
 
RefreshScopeRefreshedEvent() - Constructor for class org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
 
RefreshScopeRefreshedEvent(String) - Constructor for class org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
 
registerDestructionCallback(String, Runnable) - Method in class org.springframework.cloud.context.scope.GenericScope
 
remove(String) - Method in class org.springframework.cloud.context.scope.GenericScope
 
remove(String) - Method in interface org.springframework.cloud.context.scope.ScopeCache
Remove the object with this name from the cache.
remove(String) - Method in class org.springframework.cloud.context.scope.StandardScopeCache
 
remove(String) - Method in class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
 
reset() - Method in class org.springframework.cloud.context.environment.EnvironmentManager
 
reset() - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
 
resolveContextualObject(String) - Method in class org.springframework.cloud.context.scope.GenericScope
 
restart() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
restartEndpoint() - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshEndpointsConfiguration.RestartEndpointWithIntegration
 
restartEndpoint() - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshEndpointsConfiguration.RestartEndpointWithoutIntegration
 
RestartEndpoint - Class in org.springframework.cloud.context.restart
An endpoint that restarts the application context.
RestartEndpoint() - Constructor for class org.springframework.cloud.context.restart.RestartEndpoint
 
RestartEndpointWithIntegration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshEndpointsConfiguration.RestartEndpointWithIntegration
 
RestartEndpointWithoutIntegration() - Constructor for class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshEndpointsConfiguration.RestartEndpointWithoutIntegration
 
RestartListener - Class in org.springframework.cloud.context.restart
A listener that stores enough information about an application as it starts, to be able to restart it later if needed.
RestartListener() - Constructor for class org.springframework.cloud.context.restart.RestartListener
 
restartMvcEndpoint() - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
 
RestartMvcEndpoint - Class in org.springframework.cloud.context.restart
MVC endpoint to allow an application to be restarted on a POST (to /restart by default).
RestartMvcEndpoint(RestartEndpoint) - Constructor for class org.springframework.cloud.context.restart.RestartMvcEndpoint
 
resume() - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
resumeEndpoint(RestartEndpoint) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.RefreshEndpointsConfiguration
 
resumeMvcEndpoint(RestartMvcEndpoint) - Method in class org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
 
RsaEncryptionConfiguration() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.RsaEncryptionConfiguration
 

S

ScopeCache - Interface in org.springframework.cloud.context.scope
A special purpose cache interface specifically for the GenericScope to use to manage cached bean instances.
SCOPED_TARGET_PREFIX - Static variable in class org.springframework.cloud.context.scope.GenericScope
 
setAlias(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
setAllowOverride(boolean) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.context.scope.refresh.RefreshScope
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.cloud.context.environment.EnvironmentManager
 
setBeanFactory(BeanFactory) - Method in class org.springframework.cloud.autoconfigure.RefreshAutoConfiguration.ConfigurationPropertiesRebinderConfiguration
 
setBeanLifecycleManager(BeanLifecycleDecorator<?>) - Method in class org.springframework.cloud.context.scope.GenericScope
Helper to manage the creation and destruction of beans.
setBeanMetaDataStore(ConfigurationBeanFactoryMetaData) - Method in class org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder
 
setEnvironment(Environment) - Method in class org.springframework.cloud.logging.LoggingRebinder
 
setEnvironmentManager(EnvironmentManager) - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
 
setFailOnError(boolean) - Method in class org.springframework.cloud.bootstrap.encrypt.EnvironmentDecryptApplicationInitializer
Strategy to determine how to handle exceptions during decryption.
setFailOnError(boolean) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
setId(String) - Method in class org.springframework.cloud.context.scope.GenericScope
Manual override for the serialization id that will be used to identify the bean factory.
setIntegrationMBeanExporter(Object) - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
setKey(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
setKeyStore(KeyProperties.KeyStore) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties
 
setLocation(Resource) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
setLogLevels(LoggingSystem, Environment) - Method in class org.springframework.cloud.logging.LoggingRebinder
 
setName(String) - Method in class org.springframework.cloud.context.scope.GenericScope
The name of this scope.
setOrder(int) - Method in class org.springframework.cloud.bootstrap.BootstrapApplicationListener
 
setOverrideSystemProperties(boolean) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapProperties
 
setPassword(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
setProperty(String, String) - Method in class org.springframework.cloud.context.environment.EnvironmentManager
 
setPropertySourceLocators(Collection<PropertySourceLocator>) - Method in class org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration
 
setProxyTargetClass(boolean) - Method in class org.springframework.cloud.context.scope.GenericScope
Flag to indicate that proxies should be created for the concrete type, not just the interfaces, of the scoped beans.
setScopeCache(ScopeCache) - Method in class org.springframework.cloud.context.scope.GenericScope
The cache implementation to use for bean instances in this scope.
setSecret(String) - Method in class org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
 
setTimeout(long) - Method in class org.springframework.cloud.context.restart.RestartEndpoint
 
StandardBeanLifecycleDecorator - Class in org.springframework.cloud.context.config
A BeanLifecycleDecorator that tries to protect against concurrent access to a bean during its own destruction.
StandardBeanLifecycleDecorator(boolean) - Constructor for class org.springframework.cloud.context.config.StandardBeanLifecycleDecorator
 
StandardScopeCache - Class in org.springframework.cloud.context.scope
A simple cache implementation backed by a concurrent map.
StandardScopeCache() - Constructor for class org.springframework.cloud.context.scope.StandardScopeCache
 
supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.cloud.context.restart.RestartListener
 
supportsSourceType(Class<?>) - Method in class org.springframework.cloud.context.restart.RestartListener
 

T

textEncryptor() - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.RsaEncryptionConfiguration
 
textEncryptor() - Method in class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration
 
ThreadLocalScopeCache - Class in org.springframework.cloud.context.scope.thread
 
ThreadLocalScopeCache() - Constructor for class org.springframework.cloud.context.scope.thread.ThreadLocalScopeCache
 
ThreadScope - Class in org.springframework.cloud.context.scope.thread
 
ThreadScope() - Constructor for class org.springframework.cloud.context.scope.thread.ThreadScope
Create a scope instance and give it the default name: "thread".

V

value(Map<String, String>) - Method in class org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint
 
VanillaEncryptionConfiguration() - Constructor for class org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration
 
B C D E F G I K L O P R S T V 
Skip navigation links

Copyright © 2015 Pivotal Software, Inc.. All rights reserved.