Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y 

A

AbstractAuditListener - Class in org.springframework.boot.actuate.audit.listener
AbstractAuditListener() - Constructor for class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
AbstractAuthenticationAuditListener - Class in org.springframework.boot.actuate.security
Abstract ApplicationListener to expose Spring Security authentication events as AuditEvents.
AbstractAuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
AbstractAuthorizationAuditListener - Class in org.springframework.boot.actuate.security
Abstract ApplicationListener to expose Spring Security authorization events as AuditEvents.
AbstractAuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
AbstractConfigurableEmbeddedServletContainer - Class in org.springframework.boot.context.embedded
Abstract base class for ConfigurableEmbeddedServletContainer implementations.
AbstractConfigurableEmbeddedServletContainer() - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
AbstractConfigurableEmbeddedServletContainer(int) - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Create a new AbstractConfigurableEmbeddedServletContainer instance with the specified port.
AbstractConfigurableEmbeddedServletContainer(String, int) - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Create a new AbstractConfigurableEmbeddedServletContainer instance with the specified context path and port.
AbstractDataSourcePoolMetadata<T extends DataSource> - Class in org.springframework.boot.autoconfigure.jdbc.metadata
A base DataSourcePoolMetadata implementation.
AbstractDataSourcePoolMetadata(T) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.AbstractDataSourcePoolMetadata
Create an instance with the data source to use.
AbstractDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure
Abstract base class for a BeanFactoryPostProcessor that can be used to dynamically declare that all beans of a specific type should depend on one or more specific beans.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
 
AbstractEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded
Abstract base class for EmbeddedServletContainerFactory implementations.
AbstractEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
AbstractEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
AbstractEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
AbstractEndpoint<T> - Class in org.springframework.boot.actuate.endpoint
Abstract base for Endpoint implementations.
AbstractEndpoint(String) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
Create a new sensitive endpoint instance.
AbstractEndpoint(String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
Create a new endpoint instance.
AbstractEndpoint(String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
Create a new endpoint instance.
AbstractEndpointMvcAdapter<E extends Endpoint<?>> - Class in org.springframework.boot.actuate.endpoint.mvc
Abstract base class for MvcEndpoint implementations.
AbstractEndpointMvcAdapter(E) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
Create a new EndpointMvcAdapter.
AbstractErrorController - Class in org.springframework.boot.autoconfigure.web
Abstract base class for error Controller implementations.
AbstractErrorController(ErrorAttributes) - Constructor for class org.springframework.boot.autoconfigure.web.AbstractErrorController
 
AbstractErrorController(ErrorAttributes, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.AbstractErrorController
 
AbstractFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics
Abstract base class for most FailureAnalyzer implementations.
AbstractFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
AbstractHealthAggregator - Class in org.springframework.boot.actuate.health
Base HealthAggregator implementation to allow subclasses to focus on aggregating the Status instances and not deal with contextual details etc.
AbstractHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthAggregator
 
AbstractHealthIndicator - Class in org.springframework.boot.actuate.health
Base HealthIndicator implementations that encapsulates creation of Health instance and error handling.
AbstractHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
 
AbstractInjectionFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics.analyzer
Abstract base class for a FailureAnalyzer that handles some kind of injection failure.
AbstractInjectionFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
 
AbstractJmxCacheStatisticsProvider<C extends Cache> - Class in org.springframework.boot.actuate.cache
Base CacheStatisticsProvider implementation that uses JMX to retrieve the cache statistics.
AbstractJmxCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
 
AbstractJsonMarshalTester<T> - Class in org.springframework.boot.test.json
Base class for AssertJ based JSON marshal testers.
AbstractJsonMarshalTester() - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester
Create a new uninitialized AbstractJsonMarshalTester instance.
AbstractJsonMarshalTester(Class<?>, ResolvableType) - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester
Create a new AbstractJsonMarshalTester instance.
AbstractJsonMarshalTester.FieldInitializer<M> - Class in org.springframework.boot.test.json
Utility class used to support field initialization.
AbstractLoggingSystem - Class in org.springframework.boot.logging
Abstract base class for LoggingSystem implementations.
AbstractLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem
 
AbstractMetricExporter - Class in org.springframework.boot.actuate.metrics.export
Base class for metric exporters that have common features, principally a prefix for exported metrics and filtering by timestamp (so only new values are included in the export).
AbstractMetricExporter(String) - Constructor for class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
 
AbstractMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Abstract base class for MvcEndpoint implementations without a backing Endpoint.
AbstractMvcEndpoint(String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
AbstractMvcEndpoint(String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
AbstractRepositoryConfigurationSourceSupport - Class in org.springframework.boot.autoconfigure.data
Base ImportBeanDefinitionRegistrar used to auto-configure Spring Data Repositories.
AbstractRepositoryConfigurationSourceSupport() - Constructor for class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
AbstractTemplateViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
AbstractTemplateViewResolverProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
AbstractViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
AbstractViewResolverProperties() - Constructor for class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
accept(File) - Method in class org.springframework.boot.devtools.autoconfigure.TriggerFileFilter
 
ACCESS_OVERRIDE_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Order before the basic authentication access control provided automatically for the management endpoints.
ACCESS_OVERRIDE_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
Order before the basic authentication access control provided by Boot.
Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
AccessManager - Interface in org.springframework.boot.devtools.remote.server
Provides access control for a Dispatcher.
accessTokenRequest - Variable in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration.ClientContextConfiguration
 
ACTIVE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The "active profiles" property name.
ActiveMQAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.activemq
Auto-configuration to integrate with an ActiveMQ broker.
ActiveMQAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration
 
ActiveMQProperties - Class in org.springframework.boot.autoconfigure.jms.activemq
Configuration properties for ActiveMQ.
ActiveMQProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
ActiveMQProperties.Packages - Class in org.springframework.boot.autoconfigure.jms.activemq
 
ActiveMQProperties.Pool - Class in org.springframework.boot.autoconfigure.jms.activemq
 
ActuatorEndpointLinksAdvice() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
 
ActuatorMetricWriter - Annotation Type in org.springframework.boot.actuate.autoconfigure
Qualifier annotation for a metric repository that is used by the actuator (to distinguish it from others that might be installed by the user).
add(AuditEvent) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Log an event.
add(AuditEvent) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
add(long) - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
 
add(Map<String, Object>) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
 
add(Map<String, Object>) - Method in interface org.springframework.boot.actuate.trace.TraceRepository
Add a new Trace object at the current time.
add(Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
add(String, String) - Method in class org.springframework.boot.context.embedded.MimeMappings
Add a new mime mapping.
add(String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
 
add(PropertySource<?>) - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
 
addActiveProfiles(String...) - Method in class org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
addAdditionalTomcatConnectors(Connector...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add Connectors in addition to the default connector, e.g.
addAll(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Add all elements items from the specified ClassLoaderFiles to this instance.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
 
addBasicMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
Add basic system metrics.
addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Add UndertowBuilderCustomizers that should be used to customize the Undertow Undertow.Builder.
addClassLoaderFiles(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.Restarter
Add additional ClassLoaderFiles to be included in the next restart.
addClassLoadingMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
Add class loading metrics.
addCommandLineProperties(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate that command line arguments should be added to the environment.
addConfigurations(Configuration...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Add Configurations that will be applied to the WebAppContext before the server is started.
addConnectionFactories(ConnectionFactoryConfigurer, Environment) - Method in class org.springframework.boot.autoconfigure.social.SocialAutoConfigurerAdapter
 
addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Connector.
addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Context.
addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add LifecycleListeners that should be added to the Tomcat Context.
addContextValves(Valve...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add Valves that should be applied to the Tomcat Context.
addDefaultServlet(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Add Jetty's DefaultServlet to the given WebAppContext.
addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Add UndertowDeploymentInfoCustomizers that should be used to customize the Undertow DeploymentInfo.
addEngineValves(Valve...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add Valves that should be applied to the Tomcat Engine.
addEnvironment(ConfigurableApplicationContext, String...) - Static method in class org.springframework.boot.test.EnvironmentTestUtils
Deprecated.
Add additional (high priority) values to an Environment owned by an ApplicationContext.
addEnvironment(ConfigurableEnvironment, String...) - Static method in class org.springframework.boot.test.EnvironmentTestUtils
Deprecated.
Add additional (high priority) values to an Environment.
addEnvironment(String, ConfigurableEnvironment, String...) - Static method in class org.springframework.boot.test.EnvironmentTestUtils
Deprecated.
Add additional (high priority) values to an Environment.
addEnvironment(ConfigurableApplicationContext, String...) - Static method in class org.springframework.boot.test.util.EnvironmentTestUtils
Add additional (high priority) values to an Environment owned by an ApplicationContext.
addEnvironment(ConfigurableEnvironment, String...) - Static method in class org.springframework.boot.test.util.EnvironmentTestUtils
Add additional (high priority) values to an Environment.
addEnvironment(String, ConfigurableEnvironment, String...) - Static method in class org.springframework.boot.test.util.EnvironmentTestUtils
Add additional (high priority) values to an Environment.
addErrorPages(ErrorPage...) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
addErrorPages(ErrorPage...) - Method in interface org.springframework.boot.web.servlet.ErrorPageRegistry
Adds error pages that will be used when handling exceptions.
addErrorPages(ErrorPage...) - Method in class org.springframework.boot.web.support.ErrorPageFilter
 
addFile(String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Add a single ClassLoaderFile to the collection.
addFile(String, String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Add a single ClassLoaderFile to the collection.
addFormatters(FormatterRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
addGarbageCollectionMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
Add garbage collection metrics.
addHealthIndicator(String, HealthIndicator) - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
 
addHeapMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
Add JVM heap metrics.
addInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
addInitializers(ServletContextInitializer...) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
addInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.SpringApplication
Add ApplicationContextInitializers to be applied to the Spring ApplicationContext.
addInitParameter(String, String) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Add a single init-parameter, replacing any existing parameter with the same name.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
 
additionalCustomizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add RestTemplateCustomizers that should be applied to the RestTemplate.
additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add RestTemplateCustomizers that should be applied to the RestTemplate.
additionalInterceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional ClientHttpRequestInterceptors that should be used with the RestTemplate.
additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional ClientHttpRequestInterceptors that should be used with the RestTemplate.
additionalMessageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional HttpMessageConverters that should be used with the RestTemplate.
additionalMessageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional HttpMessageConverters that should be used with the RestTemplate.
addJspServlet(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Add Jetty's JspServlet to the given WebAppContext.
addListener(FileChangeListener) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Add listener for file change events.
addListener(TunnelClientListener) - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
 
addListeners(ApplicationListener<?>...) - Method in class org.springframework.boot.SpringApplication
Add ApplicationListeners to be applied to the SpringApplication and registered with the ApplicationContext.
addPostProcessors(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Add appropriate post-processors to post-configure the property-sources.
addPropertyAlias(String, Class<?>, String) - Method in class org.springframework.boot.bind.YamlJavaBeanPropertyConstructor
Adds an alias for a JavaBean property name on a particular type.
addPropertySources(ConfigurableEnvironment, ResourceLoader) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Add config file property sources to the specified environment.
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Add JettyServerCustomizers that will be applied to the Server before it is started.
addSourceFolder(File) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Add a source folder to monitor.
addSourceFolders(Iterable<File>) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Add source folders to monitor.
addStatusMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
Add specific status mappings to the existing set.
addStatusMapping(Status, HttpStatus) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
Add a status mapping to the existing set.
addStatusMapping(String, HttpStatus) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
Add a status mapping to the existing set.
addThreadMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
Add thread metrics.
addTo(RestTemplate, String) - Static method in class org.springframework.boot.web.client.RootUriTemplateHandler
Add a RootUriTemplateHandler instance to the given RestTemplate.
addToEnvironment(ConfigurableEnvironment) - Static method in class org.springframework.boot.context.config.RandomValuePropertySource
 
addURL(URL) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
addUrlMappings(String...) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Add URL mappings for the servlet.
addUrls(Collection<URL>) - Method in class org.springframework.boot.devtools.restart.Restarter
Add additional URLs to be includes in the next restart.
after() - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
Create settings to be used with mocks where reset should occur after each test method runs.
afterPropertiesSet() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
 
afterPropertiesSet() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
afterPropertiesSet() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
afterPropertiesSet() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
afterPropertiesSet() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.narayana.NarayanaConfigurationBean
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean
 
afterRefresh(ConfigurableApplicationContext, ApplicationArguments) - Method in class org.springframework.boot.SpringApplication
Called after the context has been refreshed.
afterSingletonsInstantiated() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
afterSingletonsInstantiated() - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener
 
afterSingletonsInstantiated() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
 
afterTestMethod(TestContext) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
afterTestMethod(TestContext) - Method in class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
 
AgentAttacher - Class in org.springframework.boot.loader.tools
Utility class to attach an instrumentation agent to the running JVM.
AgentAttacher() - Constructor for class org.springframework.boot.loader.tools.AgentAttacher
 
AgentReloader - Class in org.springframework.boot.devtools.restart
Utility to determine if an Java agent based reloader (e.g.
aggregate(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
 
aggregate(Map<String, Health>) - Method in interface org.springframework.boot.actuate.health.HealthAggregator
Aggregate several given Health instances into one.
Aggregate() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
 
aggregateDetails(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
Return the map of 'aggregate' details that should be used from the specified healths.
AggregateMetricReader - Class in org.springframework.boot.actuate.metrics.aggregate
A metric reader that aggregates values from a source reader, normally one that has been collecting data from many sources in the same form (like a scaled-out application).
AggregateMetricReader(MetricReader) - Constructor for class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
 
aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
Return the single 'aggregate' status that should be used from the specified candidates.
aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
 
AllNestedConditions - Class in org.springframework.boot.autoconfigure.condition
Condition that will match when all nested class conditions match.
AllNestedConditions(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AllNestedConditions
 
ALPHA - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for alpha gauges.
amqpAdmin(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
analyze(Throwable) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
analyze(Throwable, T) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
Returns an analysis of the given failure, or null if no analysis was possible.
analyze(Throwable, T) - Method in class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
 
analyze(Throwable, T, String) - Method in class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
Returns an analysis of the given failure, or null if no analysis was possible.
analyze(Throwable, BeanNotOfRequiredTypeException) - Method in class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
 
analyze(Throwable) - Method in interface org.springframework.boot.diagnostics.FailureAnalyzer
Returns an analysis of the given failure, or null if no analysis was possible.
analyzeAndReport(Throwable) - Method in class org.springframework.boot.diagnostics.FailureAnalyzers
Analyze and report the specified failure.
analyzeAndReport(Throwable, ClassLoader, ConfigurableApplicationContext) - Static method in class org.springframework.boot.diagnostics.FailureAnalyzers
Deprecated.
andCondition(Class<? extends Annotation>, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return a new builder to construct a new ConditionMessage based on the instance and a new condition outcome.
andCondition(String, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return a new builder to construct a new ConditionMessage based on the instance and a new condition outcome.
AnnotationConfigEmbeddedWebApplicationContext - Class in org.springframework.boot.context.embedded
EmbeddedWebApplicationContext that accepts annotated classes as input - in particular @Configuration -annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigEmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
AnnotationConfigEmbeddedWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Create a new AnnotationConfigEmbeddedWebApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigEmbeddedWebApplicationContext(String...) - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Create a new AnnotationConfigEmbeddedWebApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
AnnotationCustomizableTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.filter
Abstract base class for a TypeExcludeFilter that can be customized using an annotation.
AnnotationCustomizableTypeExcludeFilter() - Constructor for class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
AnnotationCustomizableTypeExcludeFilter.FilterType - Enum in org.springframework.boot.test.autoconfigure.filter
 
AnnotationsPropertySource - Class in org.springframework.boot.test.autoconfigure.properties
EnumerablePropertySource to adapt annotations marked with @PropertyMapping.
AnnotationsPropertySource(Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
AnnotationsPropertySource(String, Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
AnonymousUserIdSourceConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AnonymousUserIdSourceConfig
 
AnsiBackground - Enum in org.springframework.boot.ansi
Ansi background colors.
AnsiColor - Enum in org.springframework.boot.ansi
Ansi colors.
AnsiColors - Class in org.springframework.boot.ansi
Utility for working with AnsiColor in the context of AWT Colors.
AnsiElement - Interface in org.springframework.boot.ansi
An ANSI encodable element.
AnsiOutput - Class in org.springframework.boot.ansi
Generates ANSI encoded output, automatically attempting to detect if the terminal supports ANSI.
AnsiOutput() - Constructor for class org.springframework.boot.ansi.AnsiOutput
 
AnsiOutput.Enabled - Enum in org.springframework.boot.ansi
AnsiOutputApplicationListener - Class in org.springframework.boot.context.config
An ApplicationListener that configures AnsiOutput depending on the value of the property spring.output.ansi.enabled.
AnsiOutputApplicationListener() - Constructor for class org.springframework.boot.context.config.AnsiOutputApplicationListener
 
AnsiPropertySource - Class in org.springframework.boot.ansi
AnsiPropertySource(String, boolean) - Constructor for class org.springframework.boot.ansi.AnsiPropertySource
Create a new AnsiPropertySource instance.
AnsiStyle - Enum in org.springframework.boot.ansi
Ansi styles.
anyMatches(ConditionContext, AnnotatedTypeMetadata, Condition...) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
Return true if any of the specified conditions match.
anyMatches(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
 
AnyNestedCondition - Class in org.springframework.boot.autoconfigure.condition
Condition that will match when any nested class condition matches.
AnyNestedCondition(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
 
AopAutoConfiguration - Class in org.springframework.boot.autoconfigure.aop
Auto-configuration for Spring's AOP support.
AopAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration
 
AopAutoConfiguration.CglibAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.aop
 
AopAutoConfiguration.JdkDynamicAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.aop
 
append(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return a new ConditionMessage based on the instance and an appended message.
append(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
 
AppendableLogger(Logger) - Constructor for class org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
 
appendAnsiString(StringBuilder, String, AnsiElement) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
 
application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application.
APPLICATION_CONFIGURATION_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
Name of the application configuration PropertySource.
ApplicationArguments - Interface in org.springframework.boot
Provides access to the arguments that were used to run a SpringApplication.
ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
 
ApplicationContextHeaderFilter - Class in org.springframework.boot.web.filter
OncePerRequestFilter to add a X-Application-Context header that contains the ApplicationContext ID.
ApplicationContextHeaderFilter(ApplicationContext) - Constructor for class org.springframework.boot.web.filter.ApplicationContextHeaderFilter
 
applicationContextIdFilter(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
 
ApplicationContextTestUtils - Class in org.springframework.boot.test.util
Application context related test utilities.
ApplicationContextTestUtils() - Constructor for class org.springframework.boot.test.util.ApplicationContextTestUtils
 
ApplicationEnvironmentPreparedEvent - Class in org.springframework.boot.context.event
Event published when a SpringApplication is starting up and the Environment is first available for inspection and modification.
ApplicationEnvironmentPreparedEvent(SpringApplication, String[], ConfigurableEnvironment) - Constructor for class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
ApplicationFailedEvent - Class in org.springframework.boot.context.event
Event published by a SpringApplication when it fails to start.
ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - Constructor for class org.springframework.boot.context.event.ApplicationFailedEvent
Create a new ApplicationFailedEvent instance.
applicationHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration
 
ApplicationHealthIndicator - Class in org.springframework.boot.actuate.health
Default implementation of HealthIndicator that returns Status.UP.
ApplicationHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.ApplicationHealthIndicator
 
ApplicationHome - Class in org.springframework.boot
Provides access to the application home directory.
ApplicationHome() - Constructor for class org.springframework.boot.ApplicationHome
Create a new ApplicationHome instance.
ApplicationHome(Class<?>) - Constructor for class org.springframework.boot.ApplicationHome
Create a new ApplicationHome instance for the specified source class.
ApplicationNoWebSecurityConfigurerAdapter() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter
 
ApplicationPid - Class in org.springframework.boot
An application process ID.
ApplicationPid() - Constructor for class org.springframework.boot.ApplicationPid
 
ApplicationPid(String) - Constructor for class org.springframework.boot.ApplicationPid
 
ApplicationPidFileWriter - Class in org.springframework.boot.actuate.system
Deprecated.
as of 1.4 in favor of ApplicationPidFileWriter
ApplicationPidFileWriter() - Constructor for class org.springframework.boot.actuate.system.ApplicationPidFileWriter
Deprecated.
Create a new ApplicationPidFileWriter instance using the filename 'application.pid'.
ApplicationPidFileWriter(String) - Constructor for class org.springframework.boot.actuate.system.ApplicationPidFileWriter
Deprecated.
Create a new ApplicationPidFileWriter instance with a specified filename.
ApplicationPidFileWriter(File) - Constructor for class org.springframework.boot.actuate.system.ApplicationPidFileWriter
Deprecated.
Create a new ApplicationPidFileWriter instance with a specified file.
ApplicationPidFileWriter - Class in org.springframework.boot.system
An ApplicationListener that saves application PID into file.
ApplicationPidFileWriter() - Constructor for class org.springframework.boot.system.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance using the filename 'application.pid'.
ApplicationPidFileWriter(String) - Constructor for class org.springframework.boot.system.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance with a specified filename.
ApplicationPidFileWriter(File) - Constructor for class org.springframework.boot.system.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance with a specified file.
ApplicationPreparedEvent - Class in org.springframework.boot.context.event
Event published as when a SpringApplication is starting up and the ApplicationContext is fully prepared but not refreshed.
ApplicationPreparedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationPreparedEvent
Create a new ApplicationPreparedEvent instance.
ApplicationReadyEvent - Class in org.springframework.boot.context.event
Event published as late as conceivably possible to indicate that the application is ready to service requests.
ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationReadyEvent
Create a new ApplicationReadyEvent instance.
ApplicationRunner - Interface in org.springframework.boot
Interface used to indicate that a bean should run when it is contained within a SpringApplication.
ApplicationStartedEvent - Class in org.springframework.boot.context.event
Event published as early as conceivably possible as soon as a SpringApplication has been started - before the Environment or ApplicationContext is available, but after the ApplicationListeners have been registered.
ApplicationStartedEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartedEvent
Create a new ApplicationStartedEvent instance.
ApplicationTemp - Class in org.springframework.boot
Provides access to an application specific temporary directory.
ApplicationTemp() - Constructor for class org.springframework.boot.ApplicationTemp
Create a new ApplicationTemp instance.
ApplicationTemp(Class<?>) - Constructor for class org.springframework.boot.ApplicationTemp
Create a new ApplicationTemp instance for the specified source class.
ApplicationWebSecurityConfigurerAdapter(SecurityProperties) - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
 
apply(MockReset, MockSettings) - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
Apply MockReset to existing settings.
apply(Statement, Description) - Method in class org.springframework.boot.test.rule.OutputCapture
 
applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Apply any ApplicationContextInitializers to the context before it is refreshed.
applyProperties(JedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
 
applyProperties(FreeMarkerConfigurationFactory) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerConfiguration
 
applyProperties(VelocityEngineFactory) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityConfiguration
Deprecated.
 
applySystemProperties(Environment, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
applyTo(Collection<?>) - Method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 
applyTo(RepositoryRestConfiguration) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
applyTo(Properties) - Method in class org.springframework.boot.logging.LogFile
Apply log file details to LOG_PATH and LOG_FILE map entries.
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
Apply the properties to a CRaSH configuration.
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
applyToItem(Object) - Method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 
applyToSystemProperties() - Method in class org.springframework.boot.logging.LogFile
Apply log file details to LOG_PATH and LOG_FILE system properties.
applyToViewResolver(Object) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
Apply the given properties to a AbstractTemplateViewResolver.
applyToViewResolver(Object) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
Archive - Interface in org.springframework.boot.loader.archive
An archive that can be launched by the Launcher.
Archive.Entry - Interface in org.springframework.boot.loader.archive
Represents a single entry in the archive.
Archive.EntryFilter - Interface in org.springframework.boot.loader.archive
Strategy interface to filter Entries.
ARGS - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for default command line arguments.
ArrayDocumentMatcher - Class in org.springframework.boot.yaml
Deprecated.
as of 1.4.1 in favor of exact String-based matching
ArrayDocumentMatcher(String, String...) - Constructor for class org.springframework.boot.yaml.ArrayDocumentMatcher
Deprecated.
 
ArtemisAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.artemis
Auto-configuration to integrate with an Artemis broker.
ArtemisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisAutoConfiguration
 
ArtemisConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.jms.artemis
Callback interface that can be implemented by beans wishing to customize the Artemis JMS server Configuration before it is used by an auto-configured EmbeddedJMS instance.
ArtemisMode - Enum in org.springframework.boot.autoconfigure.jms.artemis
Define the mode in which Artemis can operate.
ArtemisNoOpBindingRegistry - Class in org.springframework.boot.autoconfigure.jms.artemis
A no-op implementation of the BindingRegistry.
ArtemisNoOpBindingRegistry() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
ArtemisProperties - Class in org.springframework.boot.autoconfigure.jms.artemis
Configuration properties for Artemis.
ArtemisProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
ArtemisProperties.Embedded - Class in org.springframework.boot.autoconfigure.jms.artemis
Configuration for an embedded Artemis server.
asArray() - Method in class org.springframework.boot.test.json.ObjectContentAssert
Verifies that the actual value is an array, and returns an array assertion, to allow chaining of array-specific assertions from this call.
asCrshShellConfig() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Return a properties file configured from these settings that can be applied to a CRaSH shell instance.
asList(AnnotationAttributes, String) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
 
asMap() - Method in class org.springframework.boot.test.json.ObjectContentAssert
Verifies that the actual value is a map, and returns a map assertion, to allow chaining of map-specific assertions from this call.
asProperties() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Returns the properties as a Properties object that can be used with Atomikos.
assertThat() - Method in class org.springframework.boot.test.json.JsonContent
 
assertThat() - Method in class org.springframework.boot.test.json.ObjectContent
 
assignTo(HttpOutputMessage) - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Assign this payload to the given HttpOutputMessage.
Async() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcProperties.Async
 
atAll() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Used when no items are available.
AtomikosConnectionFactoryBean - Class in org.springframework.boot.jta.atomikos
Spring friendly version of AtomikosConnectionFactoryBean.
AtomikosConnectionFactoryBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
AtomikosDataSourceBean - Class in org.springframework.boot.jta.atomikos
Spring friendly version of AtomikosDataSourceBean.
AtomikosDataSourceBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
AtomikosDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.jta.atomikos
BeanFactoryPostProcessor to automatically setup the recommended dependsOn settings for correct Atomikos ordering.
AtomikosDependsOnBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
AtomikosLoggingLevel - Enum in org.springframework.boot.jta.atomikos
Logging levels supported by Atomikos.
AtomikosProperties - Class in org.springframework.boot.jta.atomikos
Bean friendly variant of Atomikos configuration properties.
AtomikosProperties() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosProperties
 
AtomikosXAConnectionFactoryWrapper - Class in org.springframework.boot.jta.atomikos
AtomikosXAConnectionFactoryWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
 
AtomikosXADataSourceWrapper - Class in org.springframework.boot.jta.atomikos
AtomikosXADataSourceWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
 
attach(File) - Static method in class org.springframework.boot.loader.tools.AgentAttacher
 
attachSignalHandler(Runnable) - Static method in class org.springframework.boot.loader.tools.SignalUtils
Handle INT signals by calling the specified Runnable.
AuditApplicationEvent - Class in org.springframework.boot.actuate.audit.listener
Spring ApplicationEvent to encapsulate AuditEvents.
AuditApplicationEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(Date, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps the specified AuditEvent.
AuditAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
AuditAutoConfiguration(ObjectProvider<AuditEventRepository>) - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuditAutoConfiguration.AuditEventRepositoryConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
AuditEvent - Class in org.springframework.boot.actuate.audit
A value object representing an audit event: at a particular time, a particular user or agent carried out an action of a particular type.
AuditEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event for the current time.
AuditEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event for the current time from data provided as name-value pairs.
AuditEvent(Date, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event.
AuditEventRepository - Interface in org.springframework.boot.actuate.audit
Repository for AuditEvents.
auditEventRepository() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
 
AuditEventRepositoryConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
 
AuditListener - Class in org.springframework.boot.actuate.audit.listener
The default AbstractAuditListener implementation.
AuditListener(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditListener
 
auditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
Auth() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
 
AUTH_PREFIX - Static variable in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 
authenticationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuthenticationAuditListener - Class in org.springframework.boot.actuate.security
Default implementation of AbstractAuthenticationAuditListener.
AuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
authenticationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
 
authenticationManager(AuthenticationConfiguration) - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
 
AuthenticationManagerAdapterConfiguration(ObjectProvider<ManagementServerProperties>) - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration
 
AuthenticationManagerConfiguration - Class in org.springframework.boot.autoconfigure.security
Configuration for a Spring Security in-memory AuthenticationManager.
AuthenticationManagerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
 
AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener - Class in org.springframework.boot.autoconfigure.security
AuthenticationManagerConfigurationListener() - Constructor for class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener
 
AuthenticationUserIdSourceConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig
 
AuthoritiesExtractor - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Strategy used by UserInfoTokenServices to extract authorities from the resource server's response.
authorizationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
Default implementation of AbstractAuthorizationAuditListener.
AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
AuthorizationServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
Configuration properties for OAuth2 Authorization server.
AuthorizationServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
AutoConfigurationPackage - Annotation Type in org.springframework.boot.autoconfigure
Indicates that the package containing the annotated class should be registered with AutoConfigurationPackages.
AutoConfigurationPackages - Class in org.springframework.boot.autoconfigure
Class for storing auto-configuration packages for reference later (e.g.
AutoConfigurationPackages() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationPackages
 
autoConfigurationReportEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
AutoConfigurationReportEndpoint - Class in org.springframework.boot.actuate.endpoint
AutoConfigurationReportEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint
 
AutoConfigurationReportEndpoint.MessageAndCondition - Class in org.springframework.boot.actuate.endpoint
Adapts ConditionEvaluationReport.ConditionAndOutcome to a JSON friendly structure.
AutoConfigurationReportEndpoint.Report - Class in org.springframework.boot.actuate.endpoint
Adapts ConditionEvaluationReport to a JSON friendly structure.
AutoConfigurationReportLoggingInitializer - Class in org.springframework.boot.autoconfigure.logging
AutoConfigurationReportLoggingInitializer() - Constructor for class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
 
AutoConfigureAfter - Annotation Type in org.springframework.boot.autoconfigure
Hint for that an auto-configuration should be applied after other specified auto-configuration classes.
AutoConfigureBefore - Annotation Type in org.springframework.boot.autoconfigure
Hint for that an auto-configuration should be applied before other specified auto-configuration classes.
AutoConfigureCache - Annotation Type in org.springframework.boot.test.autoconfigure.core
Annotation that can be applied to a test class to enable and configure auto-configuration of caching.
AutoConfigureDataJpa - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
Auto-configuration imports for typical Data JPA tests.
AutoConfigureJson - Annotation Type in org.springframework.boot.test.autoconfigure.json
Auto-configuration imports for typical JSON tests.
AutoConfigureJsonTesters - Annotation Type in org.springframework.boot.test.autoconfigure.json
Annotation that can be applied to a test class to enable and configure auto-configuration of JSON testers.
AutoConfigureMockMvc - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
Annotation that can be applied to a test class to enable and configure auto-configuration of MockMvc.
AutoConfigureMockRestServiceServer - Annotation Type in org.springframework.boot.test.autoconfigure.web.client
Annotation that can be applied to a test class to enable and configure auto-configuration of a single MockRestServiceServer.
AutoConfigureOrder - Annotation Type in org.springframework.boot.autoconfigure
Auto-configuration specific variant of Spring Framework's Order annotation.
AutoConfigureRestDocs - Annotation Type in org.springframework.boot.test.autoconfigure.restdocs
Annotation that can be applied to a test class to enable and configure auto-configuration of Spring REST Docs.
AutoConfigureTestDatabase - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
Annotation that can be applied to a test class to configure a test database to use instead of any application defined or auto-configured DataSource.
AutoConfigureTestDatabase.Replace - Enum in org.springframework.boot.test.autoconfigure.orm.jpa
What the test database can replace.
AutoConfigureTestEntityManager - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
Annotation that can be applied to a test class to enable auto-configuration of a TestEntityManager.
AutoConfigureWebClient - Annotation Type in org.springframework.boot.test.autoconfigure.web.client
Annotation that can be applied to a test class to enable and configure auto-configuration of web clients.
AutoConfigureWebMvc - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration imports for typical Spring MVC tests.
available(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates something is available.
AVG - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for average value gauges.

B

BackgroundPreinitializer - Class in org.springframework.boot.autoconfigure
ApplicationListener to trigger early initialization in a background thread of time consuming tasks.
BackgroundPreinitializer() - Constructor for class org.springframework.boot.autoconfigure.BackgroundPreinitializer
 
Banner - Interface in org.springframework.boot
Interface class for writing a banner programmatically.
banner(Banner) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Sets the Banner instance which will be used to print the banner when no static banner file is provided.
Banner.Mode - Enum in org.springframework.boot
An enumeration of possible values for configuring the Banner.
BANNER_LOCATION_PROPERTY - Static variable in class org.springframework.boot.SpringApplication
Banner location property key.
BANNER_LOCATION_PROPERTY_VALUE - Static variable in class org.springframework.boot.SpringApplication
Default banner location.
bannerMode(Banner.Mode) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
 
BaseClientDetailsConfiguration(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.BaseClientDetailsConfiguration
 
Basic() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
BASIC_AUTH_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Order applied to the WebSecurityConfigurerAdapter that is used to configure basic authentication for management endpoints.
BASIC_AUTH_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
Order applied to the WebSecurityConfigurerAdapter that is used to configure basic authentication for application endpoints.
basicAuthorization(String, String) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add HTTP basic authentication to requests.
BasicBatchConfigurer - Class in org.springframework.boot.autoconfigure.batch
Basic BatchConfigurer implementation.
BasicBatchConfigurer(BatchProperties, DataSource) - Constructor for class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
Create a new BasicBatchConfigurer instance.
BasicBatchConfigurer(BatchProperties, DataSource, EntityManagerFactory) - Constructor for class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
Create a new BasicBatchConfigurer instance.
basicBatchConfigurer(DataSource) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.JpaBatchConfiguration
 
BasicDataSourceExample - Class in org.springframework.boot.jdbc
Example configuration for configuring a very basic custom DataSource.
BasicDataSourceExample() - Constructor for class org.springframework.boot.jdbc.BasicDataSourceExample
 
BasicErrorController - Class in org.springframework.boot.autoconfigure.web
Basic global error Controller, rendering ErrorAttributes.
BasicErrorController(ErrorAttributes, ErrorProperties) - Constructor for class org.springframework.boot.autoconfigure.web.BasicErrorController
Create a new BasicErrorController instance.
BasicErrorController(ErrorAttributes, ErrorProperties, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.BasicErrorController
Create a new BasicErrorController instance.
basicErrorController(ErrorAttributes) - Method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
 
BasicJsonParser - Class in org.springframework.boot.json
Really basic JSON parser for when you have nothing else available.
BasicJsonParser() - Constructor for class org.springframework.boot.json.BasicJsonParser
 
BasicJsonTester - Class in org.springframework.boot.test.json
AssertJ based JSON tester that works with basic JSON strings.
BasicJsonTester() - Constructor for class org.springframework.boot.test.json.BasicJsonTester
Create a new uninitialized BasicJsonTester instance.
BasicJsonTester(Class<?>) - Constructor for class org.springframework.boot.test.json.BasicJsonTester
Create a new BasicJsonTester instance that will load resources as UTF-8.
BasicJsonTester(Class<?>, Charset) - Constructor for class org.springframework.boot.test.json.BasicJsonTester
Create a new BasicJsonTester instance.
basicJsonTesterFactoryBean() - Method in class org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
 
BatchAutoConfiguration - Class in org.springframework.boot.autoconfigure.batch
Auto-configuration for Spring Batch.
BatchAutoConfiguration(BatchProperties, ObjectProvider<JobParametersConverter>) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
BatchAutoConfiguration.JpaBatchConfiguration - Class in org.springframework.boot.autoconfigure.batch
 
batchDatabaseInitializer() - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
BatchDatabaseInitializer - Class in org.springframework.boot.autoconfigure.batch
Initialize the Spring Batch schema (ignoring errors, so should be idempotent).
BatchDatabaseInitializer() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer
 
BatchProperties - Class in org.springframework.boot.autoconfigure.batch
Configuration properties for Spring Batch.
BatchProperties() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchProperties
 
BatchProperties.Initializer - Class in org.springframework.boot.autoconfigure.batch
 
BatchProperties.Job - Class in org.springframework.boot.autoconfigure.batch
 
beanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Bean name generator for automatically generated bean names in the application context.
beanNameViewResolver() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
 
beanNameViewResolver() - Method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
beanNameViewResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
BeanNotOfRequiredTypeFailureAnalyzer - Class in org.springframework.boot.diagnostics.analyzer
An AbstractFailureAnalyzer that performs analysis of failures caused by a BeanNotOfRequiredTypeException.
BeanNotOfRequiredTypeFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
 
BeanPostProcessorsRegistrar() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.BeanPostProcessorsRegistrar
 
beansEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
BeansEndpoint - Class in org.springframework.boot.actuate.endpoint
Exposes JSON view of Spring beans.
BeansEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.BeansEndpoint
 
because(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates the reason.
before() - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
Create settings to be used with mocks where reset should occur before each test method runs.
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.MvcEndpointAdvice
 
beforeInitialize() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.LoggingSystem
Reset the logging system to be limit output.
beforeInitialize() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 
beforeRestart() - Method in interface org.springframework.boot.devtools.restart.RestartListener
Called before an application restart.
beforeTestMethod(TestContext) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
beforeTestMethod(TestContext) - Method in class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
 
bind(String, Object) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
bind(String, Object) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQNoOpBindingRegistry
Deprecated.
 
BINDER_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
bindPropertiesToTarget() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
bindTo(String, Object) - Method in class org.springframework.boot.bind.PropertySourcesBinder
Bind the specified target from the environment using the prefix.
bindTo(RestTemplate) - Static method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
Return a bound MockRestServiceServer for the given RestTemplate, configured with RootUriRequestExpectationManager when possible.
bindTo(RestTemplate, RequestExpectationManager) - Static method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
Return a bound MockRestServiceServer for the given RestTemplate, configured with RootUriRequestExpectationManager when possible.
bindToSpringApplication(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Bind the environment to the SpringApplication.
BitronixDependentBeanFactoryPostProcessor - Class in org.springframework.boot.jta.bitronix
BeanFactoryPostProcessor to automatically register the recommended dependencies for correct Bitronix shutdown ordering.
BitronixDependentBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
BitronixXAConnectionFactoryWrapper - Class in org.springframework.boot.jta.bitronix
BitronixXAConnectionFactoryWrapper() - Constructor for class org.springframework.boot.jta.bitronix.BitronixXAConnectionFactoryWrapper
 
BitronixXADataSourceWrapper - Class in org.springframework.boot.jta.bitronix
BitronixXADataSourceWrapper() - Constructor for class org.springframework.boot.jta.bitronix.BitronixXADataSourceWrapper
 
BootGlobalAuthenticationConfiguration - Class in org.springframework.boot.autoconfigure.security
GlobalAuthenticationConfigurerAdapter to trigger early initialization of @EnableAutoConfiguration beans.
BootGlobalAuthenticationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.BootGlobalAuthenticationConfiguration
 
bootGlobalAuthenticationConfigurationAdapter(ApplicationContext) - Static method in class org.springframework.boot.autoconfigure.security.BootGlobalAuthenticationConfiguration
 
browse() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
 
browse(HttpServletRequest) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
 
Bucket() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
BufferCounterService - Class in org.springframework.boot.actuate.metrics.buffer
Fast implementation of CounterService using CounterBuffers.
BufferCounterService(CounterBuffers) - Constructor for class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
Create a BufferCounterService instance.
BufferGaugeService - Class in org.springframework.boot.actuate.metrics.buffer
Fast implementation of GaugeService using GaugeBuffers.
BufferGaugeService(GaugeBuffers) - Constructor for class org.springframework.boot.actuate.metrics.buffer.BufferGaugeService
Create a BufferGaugeService instance.
BufferMetricReader - Class in org.springframework.boot.actuate.metrics.buffer
MetricReader implementation using CounterBuffers and GaugeBuffers.
BufferMetricReader(CounterBuffers, GaugeBuffers) - Constructor for class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
 
build() - Method in class org.springframework.boot.actuate.health.Health.Builder
Create a new Health instance with the previously specified code and details.
build() - Method in class org.springframework.boot.actuate.info.Info.Builder
Create a new Info instance based on the state of this builder.
Build() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
build() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
build() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Returns a fully configured SpringApplication that is ready to run.
build(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Returns a fully configured SpringApplication that is ready to run.
build() - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
 
build() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Build a new RestTemplate instance and configure it using this builder.
build(Class<T>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Build a new RestTemplate instance of the specified type and configure it using this builder.
Builder() - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance.
Builder(Status) - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance, setting status to given status.
Builder(Status, Map<String, ?>) - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance, setting status to given status and details to given details.
Builder() - Constructor for class org.springframework.boot.actuate.info.Info.Builder
 
buildInfoContributor(BuildProperties) - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
 
BuildInfoContributor - Class in org.springframework.boot.actuate.info
BuildInfoContributor(BuildProperties) - Constructor for class org.springframework.boot.actuate.info.BuildInfoContributor
 
buildProperties() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
BuildProperties - Class in org.springframework.boot.info
Provide build-related information such as group and artifact.
BuildProperties(Properties) - Constructor for class org.springframework.boot.info.BuildProperties
Create an instance with the specified entries.
BuildPropertiesWriter - Class in org.springframework.boot.loader.tools
A BuildPropertiesWriter writes the build-info.properties for consumption by the Actuator.
BuildPropertiesWriter(File) - Constructor for class org.springframework.boot.loader.tools.BuildPropertiesWriter
Creates a new BuildPropertiesWriter that will write to the given outputFile.
BuildPropertiesWriter.NullAdditionalPropertyValueException - Exception in org.springframework.boot.loader.tools
Exception thrown when an additional property with a null value is encountered.
BuildPropertiesWriter.ProjectDetails - Class in org.springframework.boot.loader.tools
Build-system agnostic details of a project.
buildTestContext() - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
ByteArrayRandomAccessData - Class in org.springframework.boot.loader.data
RandomAccessData implementation backed by a byte array.
ByteArrayRandomAccessData(byte[]) - Constructor for class org.springframework.boot.loader.data.ByteArrayRandomAccessData
 
ByteArrayRandomAccessData(byte[], long, long) - Constructor for class org.springframework.boot.loader.data.ByteArrayRandomAccessData
 

C

Cache() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
CacheAutoConfiguration - Class in org.springframework.boot.autoconfigure.cache
Auto-configuration for the cache abstraction.
CacheAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.cache
 
cacheAutoConfigurationValidator() - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
cacheAutoConfigurationValidatorPostProcessor() - Static method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
cacheManager() - Method in class org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
 
cacheManager(EmbeddedCacheManager) - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
CacheManagerCustomizer<T extends CacheManager> - Interface in org.springframework.boot.autoconfigure.cache
Callback interface that can be implemented by beans wishing to customize the cache manager before it is fully initialized, in particular to tune its configuration.
CacheManagerJpaDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration
 
CacheProperties - Class in org.springframework.boot.autoconfigure.cache
Configuration properties for the cache abstraction.
CacheProperties() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties
 
CacheProperties.Caffeine - Class in org.springframework.boot.autoconfigure.cache
Caffeine specific cache properties.
CacheProperties.Couchbase - Class in org.springframework.boot.autoconfigure.cache
Couchbase specific cache properties.
CacheProperties.EhCache - Class in org.springframework.boot.autoconfigure.cache
EhCache specific cache properties.
CacheProperties.Guava - Class in org.springframework.boot.autoconfigure.cache
Guava specific cache properties.
CacheProperties.Hazelcast - Class in org.springframework.boot.autoconfigure.cache
Hazelcast specific cache properties.
CacheProperties.Infinispan - Class in org.springframework.boot.autoconfigure.cache
Infinispan specific cache properties.
CacheProperties.JCache - Class in org.springframework.boot.autoconfigure.cache
JCache (JSR-107) specific cache properties.
CachePublicMetrics - Class in org.springframework.boot.actuate.endpoint
A PublicMetrics implementation that provides cache statistics.
CachePublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.CachePublicMetrics
 
CacheStatistics - Interface in org.springframework.boot.actuate.cache
Snapshot of the statistics of a given cache.
CacheStatisticsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
CacheStatisticsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CacheStatisticsAutoConfiguration
 
CacheStatisticsProvider<C extends Cache> - Interface in org.springframework.boot.actuate.cache
Provide a CacheStatistics based on a Cache.
CacheType - Enum in org.springframework.boot.autoconfigure.cache
Supported cache types (defined in order of precedence).
Caffeine() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
CaffeineCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
CacheStatisticsProvider implementation for Caffeine.
CaffeineCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.CaffeineCacheStatisticsProvider
 
callAppenders(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
 
captureOutput() - Method in class org.springframework.boot.test.rule.OutputCapture
 
CassandraAutoConfiguration - Class in org.springframework.boot.autoconfigure.cassandra
Auto-configuration for Cassandra.
CassandraAutoConfiguration(CassandraProperties) - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
cassandraConverter(CassandraMappingContext) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CassandraDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data's Cassandra support.
CassandraDataAutoConfiguration(BeanFactory, CassandraProperties, Cluster, Environment) - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CassandraHealthIndicatorConfiguration
 
CassandraHealthIndicator - Class in org.springframework.boot.actuate.health
Simple implementation of a HealthIndicator returning status information for Cassandra data stores.
CassandraHealthIndicator(CassandraOperations) - Constructor for class org.springframework.boot.actuate.health.CassandraHealthIndicator
Create a new CassandraHealthIndicator instance.
CassandraHealthIndicatorConfiguration(Map<String, CassandraOperations>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CassandraHealthIndicatorConfiguration
 
cassandraMapping() - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CassandraProperties - Class in org.springframework.boot.autoconfigure.cassandra
Configuration properties for Cassandra.
CassandraProperties() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
CassandraRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data's Cassandra Repositories.
CassandraRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraRepositoriesAutoConfiguration
 
cassandraTemplate(Session, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CglibAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.CglibAutoProxyConfiguration
 
Chain() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
ChangedFile - Class in org.springframework.boot.devtools.filewatch
A single file that has changed.
ChangedFile(File, File, ChangedFile.Type) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFile
Create a new ChangedFile instance.
ChangedFile.Type - Enum in org.springframework.boot.devtools.filewatch
Change types.
ChangedFiles - Class in org.springframework.boot.devtools.filewatch
A collections of files from a specific source folder that have changed.
ChangedFiles(File, Set<ChangedFile>) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFiles
 
changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
changesSince(PropertyValues) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
Channel() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
characterEncodingFilter() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration
 
checkChangelogExists() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
checkLocationExists() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
 
checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration
Deprecated.
 
child(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create a child application with the provided sources.
ClassLoaderFile - Class in org.springframework.boot.devtools.restart.classloader
A single file that may be served from a ClassLoader.
ClassLoaderFile(ClassLoaderFile.Kind, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Create a new ClassLoaderFile instance.
ClassLoaderFile(ClassLoaderFile.Kind, long, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Create a new ClassLoaderFile instance.
ClassLoaderFile.Kind - Enum in org.springframework.boot.devtools.restart.classloader
The kinds of class load files.
ClassLoaderFileRepository - Interface in org.springframework.boot.devtools.restart.classloader
A container for files that may be served from a ClassLoader.
ClassLoaderFiles - Class in org.springframework.boot.devtools.restart.classloader
ClassLoaderFileRepository that maintains a collection of ClassLoaderFile items grouped by source folders.
ClassLoaderFiles() - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Create a new ClassLoaderFiles instance.
ClassLoaderFiles(ClassLoaderFiles) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Create a new ClassLoaderFiles instance.
ClassLoaderFiles.SourceFolder - Class in org.springframework.boot.devtools.restart.classloader
An individual source folder that is being managed by the collection.
ClassLoaderFileURLStreamHandler - Class in org.springframework.boot.devtools.restart.classloader
URLStreamHandler for the contents of a ClassLoaderFile.
ClassLoaderFileURLStreamHandler(ClassLoaderFile) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
 
ClassPathChangedEvent - Class in org.springframework.boot.devtools.classpath
ApplicationEvent containing details of a classpath change.
ClassPathChangedEvent(Object, Set<ChangedFiles>, boolean) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
Create a new ClassPathChangedEvent.
ClassPathChangeUploader - Class in org.springframework.boot.devtools.remote.client
Listens and pushes any classpath updates to a remote endpoint.
ClassPathChangeUploader(String, ClientHttpRequestFactory) - Constructor for class org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
 
ClassPathFileSystemWatcher - Class in org.springframework.boot.devtools.classpath
Encapsulates a FileSystemWatcher to watch the local classpath folders for changes.
ClassPathFileSystemWatcher(FileSystemWatcherFactory, ClassPathRestartStrategy, URL[]) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
Create a new ClassPathFileSystemWatcher instance.
ClassPathFolders - Class in org.springframework.boot.devtools.classpath
Provides access to entries on the classpath that refer to folders.
ClassPathFolders(URL[]) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathFolders
 
ClasspathLoggingApplicationListener - Class in org.springframework.boot.logging
A SmartApplicationListener that reacts to environment prepared events and to failed events by logging the classpath of the thread context class loader (TCCL) at DEBUG level.
ClasspathLoggingApplicationListener() - Constructor for class org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
ClassPathRestartStrategy - Interface in org.springframework.boot.devtools.classpath
Strategy interface used to determine when a changed classpath file should trigger a full application restart.
cleanUp() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
cleanUp() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
cleanUp() - Method in class org.springframework.boot.logging.LoggingSystem
Clean up the logging system.
cleanUp() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 
clear(String) - Method in class org.springframework.boot.context.embedded.undertow.FileSessionPersistence
 
clear() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Clear the persistence context, causing all managed entities to become detached.
clearCache() - Method in class org.springframework.boot.loader.jar.JarFile
 
clearCache() - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
Clear URL caches.
clearCache() - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Clear the entire MetadataReader cache, removing all cached class metadata.
clearInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
Clear the instance.
clearPassword() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
ClientContextConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration.ClientContextConfiguration
 
ClientDetailsLogger(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.ClientDetailsLogger
 
clientHttpRequestFactory() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
close() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
 
close() - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
 
close() - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
 
close() - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
close() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
close() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQNoOpBindingRegistry
Deprecated.
 
close() - Method in class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
close() - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 
close() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 
close() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
close() - Method in class org.springframework.boot.loader.jar.JarFile
 
close() - Method in class org.springframework.boot.loader.tools.JarWriter
Close the writer.
closeAll(ApplicationContext) - Static method in class org.springframework.boot.test.util.ApplicationContextTestUtils
Closes this ApplicationContext and its parent hierarchy if any.
CloudAutoConfiguration - Class in org.springframework.boot.autoconfigure.cloud
Auto-configuration for Spring Cloud.
CloudAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cloud.CloudAutoConfiguration
 
CloudFoundryVcapEnvironmentPostProcessor - Class in org.springframework.boot.cloud
An EnvironmentPostProcessor that knows where to find VCAP (a.k.a.
CloudFoundryVcapEnvironmentPostProcessor() - Constructor for class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
CloudPlatform - Enum in org.springframework.boot.cloud
Simple detection for well known cloud platforms.
cluster() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
Cluster() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
ColorConverter - Class in org.springframework.boot.logging.log4j2
Log4j2 LogEventPatternConverter colors output using the AnsiOutput class.
ColorConverter - Class in org.springframework.boot.logging.logback
Logback CompositeConverter colors output using the AnsiOutput class.
ColorConverter() - Constructor for class org.springframework.boot.logging.logback.ColorConverter
 
commandLineArguments() - Static method in class org.springframework.boot.loader.tools.AgentAttacher
 
CommandLineRunner - Interface in org.springframework.boot
Interface used to indicate that a bean should run when it is contained within a SpringApplication.
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.boot.autoconfigure.security.Http401AuthenticationEntryPoint
 
commit(Xid, boolean) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.autoconfigure.jdbc.metadata
DataSourcePoolMetadata for an Apache Commons DBCP2 DataSource.
CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
CommonsDbcpDataSourcePoolMetadata - Class in org.springframework.boot.autoconfigure.jdbc.metadata
DataSourcePoolMetadata for an Apache Commons DBCP DataSource.
CommonsDbcpDataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
 
CommonsLoggingLiquibaseLogger - Class in org.springframework.boot.liquibase
Liquibase Logger that delegates to an Apache Commons Log.
CommonsLoggingLiquibaseLogger() - Constructor for class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
COMPILE - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
The library is used at compile time and runtime.
complete() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Called when a request is complete.
CompleteTwoDataSourcesExample - Class in org.springframework.boot.jdbc
Example configuration for configuring two data sources with what Spring Boot does in auto-configuration.
CompleteTwoDataSourcesExample() - Constructor for class org.springframework.boot.jdbc.CompleteTwoDataSourcesExample
 
ComponentScanPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
compositeHandlerAdapter() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
compositeHandlerExceptionResolver() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
compositeHandlerMapping() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
CompositeHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator that returns health indications from all registered delegates.
CompositeHealthIndicator(HealthAggregator) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
CompositeHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
Create a new CompositeHealthIndicator from the specified indicators.
CompositeHealthIndicatorConfiguration<H extends HealthIndicator,S> - Class in org.springframework.boot.actuate.autoconfigure
Base class for configurations that can combine source beans using a CompositeHealthIndicator.
CompositeHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CompositeHealthIndicatorConfiguration
 
CompositeMetricReader - Class in org.springframework.boot.actuate.metrics.reader
Composite implementation of MetricReader.
CompositeMetricReader(MetricReader...) - Constructor for class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
 
CompositeMetricWriter - Class in org.springframework.boot.actuate.metrics.writer
Composite implementation of MetricWriter that just sends its input to all of the delegates that have been registered.
CompositeMetricWriter(MetricWriter...) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
CompositeMetricWriter(List<MetricWriter>) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
Compression - Class in org.springframework.boot.context.embedded
Simple container-independent abstraction for compression configuration.
Compression() - Constructor for class org.springframework.boot.context.embedded.Compression
 
ConcurrentMapCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
ConcurrentMapCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.ConcurrentMapCacheStatisticsProvider
 
ConcurrentReferenceCachingMetadataReaderFactory - Class in org.springframework.boot.type.classreading
Caching implementation of the MetadataReaderFactory interface backed by a ConcurrentReferenceHashMap , caching MetadataReader per Spring Resource handle (i.e.
ConcurrentReferenceCachingMetadataReaderFactory() - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the default class loader.
ConcurrentReferenceCachingMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the given resource loader.
ConcurrentReferenceCachingMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the given class loader.
ConditionalOnBean - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified bean classes and/or names are already contained in the BeanFactory.
ConditionalOnClass - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified classes are on the classpath.
ConditionalOnEnabledEndpoint - Annotation Type in org.springframework.boot.actuate.condition
Conditional that checks whether or not an endpoint is enabled.
ConditionalOnEnabledHealthIndicator - Annotation Type in org.springframework.boot.actuate.autoconfigure
Conditional that checks whether or not a default health indicator is enabled.
ConditionalOnEnabledInfoContributor - Annotation Type in org.springframework.boot.actuate.autoconfigure
Conditional that checks whether or not a default info contributor is enabled.
ConditionalOnEnabledResourceChain - Annotation Type in org.springframework.boot.autoconfigure.web
Conditional that checks whether or not the Spring resource handling chain is enabled.
ConditionalOnExpression - Annotation Type in org.springframework.boot.autoconfigure.condition
Configuration annotation for a conditional element that depends on the value of a SpEL expression.
ConditionalOnInitializedRestarter - Annotation Type in org.springframework.boot.devtools.restart
Conditional that only matches when the RestartInitializer has been applied with non null URLs.
ConditionalOnJava - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that matches based on the JVM version the application is running on.
ConditionalOnJava.JavaVersion - Enum in org.springframework.boot.autoconfigure.condition
Java versions.
ConditionalOnJava.Range - Enum in org.springframework.boot.autoconfigure.condition
Range options.
ConditionalOnJndi - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that matches based on the availability of a JNDI InitialContext and the ability to lookup specific locations.
ConditionalOnMissingBean - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified bean classes and/or names are not already contained in the BeanFactory.
ConditionalOnMissingClass - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified classes are not on the classpath.
ConditionalOnNotWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the application context is a not a web application context.
ConditionalOnProperty - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that checks if the specified properties have a specific value.
ConditionalOnResource - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified resources are on the classpath.
ConditionalOnSingleCandidate - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified bean class is already contained in the BeanFactory and a single candidate can be determined.
ConditionalOnWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the application context is a web application context.
ConditionAndOutcome(Condition, ConditionOutcome) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
ConditionAndOutcomes() - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
ConditionEvaluationReport - Class in org.springframework.boot.autoconfigure.condition
Records condition evaluation details for reporting and logging.
ConditionEvaluationReport.ConditionAndOutcome - Class in org.springframework.boot.autoconfigure.condition
Provides access to a single Condition and ConditionOutcome.
ConditionEvaluationReport.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure.condition
Provides access to a number of ConditionEvaluationReport.ConditionAndOutcome items.
ConditionEvaluationReportMessage - Class in org.springframework.boot.autoconfigure.logging
A condition evaluation report message that can logged or printed.
ConditionEvaluationReportMessage(ConditionEvaluationReport) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
 
ConditionMessage - Class in org.springframework.boot.autoconfigure.condition
A message associated with a ConditionOutcome.
ConditionMessage.Builder - Class in org.springframework.boot.autoconfigure.condition
Builder used to create a ConditionMessage for a condition.
ConditionMessage.ItemsBuilder - Class in org.springframework.boot.autoconfigure.condition
Builder used to create a ConditionMessage.ItemsBuilder for a condition.
ConditionMessage.Style - Enum in org.springframework.boot.autoconfigure.condition
Render styles.
ConditionOutcome - Class in org.springframework.boot.autoconfigure.condition
Outcome for a condition match, including log message.
ConditionOutcome(boolean, String) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance.
ConditionOutcome(boolean, ConditionMessage) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance.
CONFIG_LOCATION - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for config file location (including optional classpath:, file: or URL prefix).
CONFIG_LOCATION_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The "config location" property name.
CONFIG_NAME - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for name of external configuration file (excluding suffix).
CONFIG_NAME_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The "config name" property name.
CONFIG_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the Spring property that contains a reference to the logging configuration to load.
ConfigFileApplicationContextInitializer - Class in org.springframework.boot.test
Deprecated.
ConfigFileApplicationContextInitializer() - Constructor for class org.springframework.boot.test.ConfigFileApplicationContextInitializer
Deprecated.
 
ConfigFileApplicationContextInitializer - Class in org.springframework.boot.test.context
ApplicationContextInitializer that can be used with the ContextConfiguration.initializers() to trigger loading of application.properties.
ConfigFileApplicationContextInitializer() - Constructor for class org.springframework.boot.test.context.ConfigFileApplicationContextInitializer
 
ConfigFileApplicationListener - Class in org.springframework.boot.context.config
EnvironmentPostProcessor that configures the context environment by loading properties from well known file locations.
ConfigFileApplicationListener() - Constructor for class org.springframework.boot.context.config.ConfigFileApplicationListener
 
ConfigurableDataSourceExample - Class in org.springframework.boot.jdbc
Example configuration for configuring a configurable custom DataSource.
ConfigurableDataSourceExample() - Constructor for class org.springframework.boot.jdbc.ConfigurableDataSourceExample
 
ConfigurableEmbeddedServletContainer - Interface in org.springframework.boot.context.embedded
Simple interface that represents customizations to an EmbeddedServletContainerFactory.
configuration() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
ConfigurationBeanFactoryMetaData - Class in org.springframework.boot.context.properties
Utility class to memorize @Bean definition meta data during initialization of the bean factory.
ConfigurationBeanFactoryMetaData() - Constructor for class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
 
ConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
Annotation for externalized configuration.
ConfigurationPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
ConfigurationPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
 
ConfigurationPropertiesBinding - Annotation Type in org.springframework.boot.context.properties
Qualifier for beans that are needed to configure the binding of ConfigurationProperties (e.g.
ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
ConfigurationPropertiesBindingPostProcessorRegistrar - Class in org.springframework.boot.context.properties
ImportBeanDefinitionRegistrar for binding externalized application properties to ConfigurationProperties beans.
ConfigurationPropertiesBindingPostProcessorRegistrar() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
 
configurationPropertiesReportEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
ConfigurationPropertiesReportEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose application properties from ConfigurationProperties annotated beans.
ConfigurationPropertiesReportEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.endpoint
BeanSerializerModifier to return only relevant configuration properties.
ConfigurationWarningsApplicationContextInitializer - Class in org.springframework.boot.context
ApplicationContextInitializer to report warnings for common misconfiguration mistakes.
ConfigurationWarningsApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
 
ConfigurationWarningsApplicationContextInitializer.Check - Interface in org.springframework.boot.context
A single check that can be applied.
ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck - Class in org.springframework.boot.context
ConfigurationWarningsApplicationContextInitializer.Check for @ComponentScan on problematic package.
ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor - Class in org.springframework.boot.context
ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
configure(HttpSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter
 
configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
Configure the specified rabbit listener container factory.
configure(DefaultJmsListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
Configure the specified jms listener container factory.
configure(ClientDetailsServiceConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
 
configure(AuthorizationServerEndpointsConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
 
configure(AuthorizationServerSecurityConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
 
configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration
 
configure(JwtAccessTokenConverter) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.JwtAccessTokenConverterConfigurer
Configure the JwtAccessTokenConverter.
configure(ResourceServerSecurityConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
 
configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
 
configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter
 
configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
 
configure(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
 
configure(T) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Configure the provided RestTemplate instance using this builder.
configure(Registration.Dynamic) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Configure registration base settings.
configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Configure registration settings.
configure(SpringApplicationBuilder) - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
Configure the application.
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Configure the Tomcat Context.
configureEnvironment(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
configureHeaders(HeadersConfigurer<?>, SecurityProperties.Headers) - Static method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
 
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureObjectMapper(ObjectMapper) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
Configure Jackson's ObjectMapper to be used to serialize the ConfigurationProperties objects into a Map structure.
configureProfiles(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
Configure which profiles are active (or active by default) for this application environment.
configurePropertySources(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
Add, remove or re-order any PropertySources in this application's environment.
configureSsl(SslContextFactory, Ssl) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Configure the SSL connection.
configureSsl(AbstractHttp11JsseProtocol<?>, Ssl) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Configure Tomcat's AbstractHttp11JsseProtocol for SSL.
configureSslStoreProvider(AbstractHttp11JsseProtocol<?>, SslStoreProvider) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
configureTasks(ScheduledTaskRegistrar) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
 
configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Configure the given Jetty WebAppContext for use.
connectController(ConnectionFactoryLocator, ConnectionRepository) - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
 
Connection() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
connectionFactory() - Method in class org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
 
ConnectorStartFailedException - Exception in org.springframework.boot.context.embedded.tomcat
A ConnectorStartFailedException is thrown when a Tomcat Connector fails to start, for example due to a port clash or incorrect SSL configuration.
ConnectorStartFailedException(int) - Constructor for exception org.springframework.boot.context.embedded.tomcat.ConnectorStartFailedException
Creates a new ConnectorStartFailedException for a connector that's configured to listen on the given port.
CONSOLE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the console log pattern.
contains(String) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
containsAutoConfiguredDataSource(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
Determines if the dataSource being used by Spring was created from EmbeddedDataSourceConfiguration.
containsEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
 
containsOption(String) - Method in interface org.springframework.boot.ApplicationArguments
Return whether the set of option arguments parsed from the arguments contains an option with the given name.
containsOption(String) - Method in class org.springframework.boot.DefaultApplicationArguments
 
containsProperty(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
containsProperty(String) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
Content() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
context() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application context.
contextClass(Class<? extends ConfigurableApplicationContext>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Explicitly set the context class to be used.
ContextCloserListener(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
ContextIdApplicationContextInitializer - Class in org.springframework.boot.context
ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
ContextIdApplicationContextInitializer(String) - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
contextLoaded(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
contextLoaded(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called once the application context has been loaded but before it has been refreshed.
contextPrepared(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
contextPrepared(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called once the ApplicationContext has been created and prepared, but before sources have been loaded.
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.EnvironmentInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
 
contribute(Info.Builder) - Method in interface org.springframework.boot.actuate.info.InfoContributor
Contributes additional details using the specified Builder.
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.MapInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.SimpleInfoContributor
 
conventionErrorViewResolver() - Method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
 
convert(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
Cookie() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
copyIfSet(Properties, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Copy the specified key to the target Properties if it is set.
Couchbase() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
CouchbaseAutoConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
Auto-Configuration for Couchbase.
CouchbaseAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
 
CouchbaseAutoConfiguration.CouchbaseConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseCacheConfiguration - Class in org.springframework.boot.autoconfigure.cache
Couchbase cache configuration.
CouchbaseCacheConfiguration(CacheProperties, CacheManagerCustomizers, Bucket) - Constructor for class org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
 
couchbaseClient() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
 
couchbaseClient() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseCluster() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
 
couchbaseCluster() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseClusterInfo() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
 
couchbaseClusterInfo() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
CouchbaseConfiguration(CouchbaseProperties) - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
 
CouchbaseDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data's Couchbase support.
CouchbaseDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration
 
CouchbaseDataAutoConfiguration.ValidationConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
 
CouchbaseDataProperties - Class in org.springframework.boot.autoconfigure.data.couchbase
Configuration properties for Spring Data Couchbase.
CouchbaseDataProperties() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
couchbaseEnvironment() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
 
couchbaseEnvironment() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CouchbaseHealthIndicatorConfiguration
 
CouchbaseHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for Couchbase.
CouchbaseHealthIndicator(CouchbaseOperations) - Constructor for class org.springframework.boot.actuate.health.CouchbaseHealthIndicator
 
CouchbaseHealthIndicatorConfiguration(Map<String, CouchbaseOperations>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CouchbaseHealthIndicatorConfiguration
 
CouchbaseProperties - Class in org.springframework.boot.autoconfigure.couchbase
Configuration properties for Couchbase.
CouchbaseProperties() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
CouchbaseProperties.Bucket - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Endpoints - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Env - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Ssl - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Timeouts - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data's Couchbase Repositories.
CouchbaseRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseRepositoriesAutoConfiguration
 
count() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpointMetricReader
 
count() - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
 
count() - Method in class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
 
count() - Method in class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
 
count() - Method in class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
 
count() - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
The number of metrics known to this reader.
count() - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
count() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
count() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
count() - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
count() - Method in class org.springframework.boot.actuate.metrics.rich.MultiMetricRichGaugeReader
 
COUNT - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for count gauges.
count() - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
Return the number of gauge values available.
count() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
CounterBuffer - Class in org.springframework.boot.actuate.metrics.buffer
Mutable buffer containing a long adder (Java 8) and a timestamp.
CounterBuffer(long) - Constructor for class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
 
CounterBuffers - Class in org.springframework.boot.actuate.metrics.buffer
Fast writes to in-memory metrics store using CounterBuffer.
CounterBuffers() - Constructor for class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
 
CounterService - Interface in org.springframework.boot.actuate.metrics
A service that can be used to increment, decrement and reset a named counter value.
CounterWriter - Interface in org.springframework.boot.actuate.metrics.writer
Simple writer for counters (metrics that increment).
countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
countGroups() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
The number of groups available in this repository.
countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
create() - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
create(ClassLoader) - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
createApplicationContext() - Method in class org.springframework.boot.SpringApplication
Strategy method used to create the ApplicationContext.
createArchive() - Method in class org.springframework.boot.loader.Launcher
 
createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - Method in class org.springframework.boot.SpringApplication
Factory method used to create the BeanDefinitionLoader.
createBeanPropertyBindingResult() - Method in class org.springframework.boot.bind.RelaxedDataBinder
 
createBuffer() - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
 
createBuffer() - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffers
 
createBuildInfo(BuildPropertiesWriter.ProjectDetails) - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter
 
createClassLoader(List<Archive>) - Method in class org.springframework.boot.loader.Launcher
Create a classloader for the specified archives.
createClassLoader(URL[]) - Method in class org.springframework.boot.loader.Launcher
Create a classloader for the specified URLs.
createClassLoader(List<Archive>) - Method in class org.springframework.boot.loader.PropertiesLauncher
 
createConfiguration() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
Create a Configuration based on the state of this instance.
createConnection(Socket, InputStream, OutputStream) - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
Factory method used to create the Connection.
createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration.FacebookConfigurerAdapter
 
createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration.LinkedInConfigurerAdapter
 
createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.SocialAutoConfigurerAdapter
 
createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.TwitterAutoConfiguration.TwitterConfigurerAdapter
 
createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
Subclasses may override to create their own subclass of ContextCloserListener.
createExceptionHandlerExceptionResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createExpectationManager() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
createFetcher(Object, String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
 
createFileSystem(String[], String[]) - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
createHealthIndicator(Map<String, S>) - Method in class org.springframework.boot.actuate.autoconfigure.CompositeHealthIndicatorConfiguration
 
createHealthIndicator(S) - Method in class org.springframework.boot.actuate.autoconfigure.CompositeHealthIndicatorConfiguration
 
createHealthIndicator(DataSource) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
 
createHeapDumper() - Method in class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint
Factory method used to create the HeapdumpMvcEndpoint.HeapDumper.
createHttpClientConfig() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
 
createHttpContext(HttpMethod, URI) - Method in class org.springframework.boot.test.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
Deprecated.
 
createHttpContext(HttpMethod, URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
 
createJobExplorer() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createJpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
createJpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
createLogger(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
Factory method used to create the logger.
createMainMethodRunner(String, String[], ClassLoader) - Method in class org.springframework.boot.loader.Launcher
Create the MainMethodRunner used to launch the application.
createMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create the meta-data reader.
createMock(MockDefinition, String) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
Factory method used by defined beans to actually create the mock.
createModifiedConfig(MergedContextConfiguration, Class<?>[]) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Create a new MergedContextConfiguration with different classes.
createModifiedConfig(MergedContextConfiguration, Class<?>[], String[]) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Create a new MergedContextConfiguration with different classes and properties.
createMongoClient(MongoClientOptions, Environment) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
Creates a MongoClient using the given options and environment.
createMultipartConfig() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
Create a new MultipartConfigElement using the properties.
createMultipartConfig() - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Create a new MultipartConfigElement instance.
createPluginContextAttributes() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
createPrefix(String, DataSource, boolean) - Method in class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
Create the prefix to use for the metrics to associate with the given DataSource.
createRequest(boolean) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
 
createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
 
createSpringApplication(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Creates a new SpringApplication instances from the given sources.
createSpringApplicationBuilder() - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
Returns the SpringApplicationBuilder that is used to configure and create the SpringApplication.
createSpyIfNecessary(Object, String) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 
createTempDir(String) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Returns the absolute temp dir for given servlet container.
createTester(Class<?>, ResolvableType, M) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createVelocityContext(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.web.servlet.view.velocity.EmbeddedVelocityToolboxView
 
createViewResolver(ViewResolver, int) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverFactory
Create a LiteDeviceDelegatingViewResolver delegating to the specified ViewResolver.
createViewResolver(ViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverFactory
Create a LiteDeviceDelegatingViewResolver delegating to the specified ViewResolver and computing a sensible order for it.
createXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
createXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
CrshAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for embedding an extensible shell into a Spring Boot enabled application.
CrshAutoConfiguration(ShellProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 
CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Class to configure CRaSH to authenticate against Spring Security.
CrshAutoConfiguration.CrshBootstrapBean - Class in org.springframework.boot.actuate.autoconfigure
Spring Bean used to bootstrap the CRaSH shell.
CrshBootstrapBean() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
CrshShellAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellAuthenticationProperties
 
CrshShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
 
curieProvider(ServerProperties, ManagementServerProperties, DocsMvcEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
 
Curies() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint.Curies
 
CUSTOM - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
Marker for custom scope when custom configuration is used.
customConversions() - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
CustomHttpComponentsClientHttpRequestFactory(TestRestTemplate.HttpClientOption[]) - Constructor for class org.springframework.boot.test.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
Deprecated.
 
CustomHttpComponentsClientHttpRequestFactory(TestRestTemplate.HttpClientOption[]) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
 
customize(EndpointHandlerMapping) - Method in interface org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMappingCustomizer
Customize the specified EndpointHandlerMapping.
customize(T) - Method in interface org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer
Customize the cache manager.
customize(CacheManager) - Method in interface org.springframework.boot.autoconfigure.cache.JCacheManagerCustomizer
Customize the cache manager.
customize(Jackson2ObjectMapperBuilder) - Method in interface org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer
Customize the JacksonObjectMapperBuilder.
customize(ResourceConfig) - Method in interface org.springframework.boot.autoconfigure.jersey.ResourceConfigCustomizer
Customize the resource config.
customize(Configuration) - Method in interface org.springframework.boot.autoconfigure.jms.artemis.ArtemisConfigurationCustomizer
Customize the configuration.
customize(Configuration) - Method in interface org.springframework.boot.autoconfigure.jms.hornetq.HornetQConfigurationCustomizer
Deprecated.
Customize the configuration.
customize(OAuth2RestTemplate) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoRestTemplateCustomizer
Customize the rest template before it is initialized.
customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
 
customize(ConfigurableEmbeddedServletContainer) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
Customize the specified ConfigurableEmbeddedServletContainer.
customize(Server) - Method in interface org.springframework.boot.context.embedded.jetty.JettyServerCustomizer
Customize the server.
customize(Connector) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatConnectorCustomizer
Customize the connector.
customize(Context) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatContextCustomizer
Customize the context.
customize(Undertow.Builder) - Method in interface org.springframework.boot.context.embedded.undertow.UndertowBuilderCustomizer
Customize the builder.
customize(DeploymentInfo) - Method in interface org.springframework.boot.context.embedded.undertow.UndertowDeploymentInfoCustomizer
Customize the deployment info.
customize(MockMvcRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcConfigurationCustomizer
Customize the given configurer.
customize(ConfigurableMockMvcBuilder<?>) - Method in interface org.springframework.boot.test.autoconfigure.web.servlet.MockMvcBuilderCustomizer
Customize the given builder.
customize(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
customize(RestTemplate) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
customize(RestTemplate) - Method in interface org.springframework.boot.web.client.RestTemplateCustomizer
Callback to customize a RestTemplate instance.
customizeBinder(DataBinder) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Customize the data binder.
customizeConnector(Connector) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
customizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.
customizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.
customizeVendorProperties(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
customizeVendorProperties(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Customize vendor properties before they are used.

D

DataAttributeDialectConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DataAttributeDialectConfiguration
 
DatabaseDriver - Enum in org.springframework.boot.jdbc
Enumeration of common database drivers.
DataEndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Simple wrapper around Endpoint implementations that provide actuator data of some sort.
DataEndpointMBean(String, Endpoint<?>, ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean
Create a new DataEndpointMBean instance.
DataJpaTest - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical JPA test.
dataSource() - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
dataSource(DataSourceProperties) - Method in class org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
 
dataSource() - Method in class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
dataSource(DataSource) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
 
dataSource() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestDatabaseAutoConfiguration
 
DataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
DataSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
 
DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceAutoConfiguration.PooledDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceAutoConfiguration.TomcatDataSourceJmxConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceBuilder - Class in org.springframework.boot.autoconfigure.jdbc
Convenience class for building a DataSource with common implementations and properties.
DataSourceBuilder(ClassLoader) - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
dataSourceConnectionProvider(DataSource) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
DataSourceHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator that tests the status of a DataSource and optionally runs a test query.
DataSourceHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator instance.
DataSourceHealthIndicator(DataSource) - Constructor for class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator using the specified DataSource.
DataSourceHealthIndicator(DataSource, String) - Constructor for class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator using the specified DataSource and validation query.
DataSourceInitializedEvent - Class in org.springframework.boot.autoconfigure.jdbc
ApplicationEvent used internally to trigger DataSource initialization.
DataSourceInitializedEvent(DataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceInitializedEvent
dataSourceInitializer() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
 
dataSourceMBean(DataSource) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.TomcatDataSourceJmxConfiguration
 
DataSourcePoolMetadata - Interface in org.springframework.boot.autoconfigure.jdbc.metadata
Provides access meta-data that is commonly available from most pooled DataSource implementations.
DataSourcePoolMetadataProvider - Interface in org.springframework.boot.autoconfigure.jdbc.metadata
Provide a DataSourcePoolMetadata based on a DataSource.
DataSourcePoolMetadataProviders - Class in org.springframework.boot.autoconfigure.jdbc.metadata
A DataSourcePoolMetadataProvider implementation that returns the first DataSourcePoolMetadata that is found by one of its delegate.
DataSourcePoolMetadataProviders(Collection<? extends DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProviders
Create a DataSourcePoolMetadataProviders instance with an initial collection of delegates to use.
DataSourcePoolMetadataProvidersConfiguration - Class in org.springframework.boot.autoconfigure.jdbc.metadata
Register the DataSourcePoolMetadataProvider instances for the supported data sources.
DataSourcePoolMetadataProvidersConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration
 
DataSourceProperties - Class in org.springframework.boot.autoconfigure.jdbc
Base class for configuration of a data source.
DataSourceProperties() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
DataSourceProperties.Xa - Class in org.springframework.boot.autoconfigure.jdbc
XA Specific datasource settings.
DataSourcePublicMetrics - Class in org.springframework.boot.actuate.endpoint
A PublicMetrics implementation that provides data source usage statistics.
DataSourcePublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
 
DataSourcesHealthIndicatorConfiguration(ObjectProvider<Map<String, DataSource>>, ObjectProvider<Collection<DataSourcePoolMetadataProvider>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
 
DataSourceTransactionManagerAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
DataSourceTransactionManagerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
 
DataSourceTransactionManagerAutoConfiguration.TransactionManagementConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceXAResourceRecoveryHelper - Class in org.springframework.boot.jta.narayana
XAResourceRecoveryHelper implementation which gets XIDs, which needs to be recovered, from the database.
DataSourceXAResourceRecoveryHelper(XADataSource) - Constructor for class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
Create a new DataSourceXAResourceRecoveryHelper instance.
DataSourceXAResourceRecoveryHelper(XADataSource, String, String) - Constructor for class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
Create a new DataSourceXAResourceRecoveryHelper instance.
dateFormatter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
dbHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
 
Debug() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
 
debug(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
debug(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
debug(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
debug(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
decrement(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
 
decrement(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Decrement the specified counter by 1.
decrement(String) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
 
decrement(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
 
DEFAULT - Static variable in class org.springframework.boot.context.embedded.MimeMappings
Default mime mapping commonly used.
DEFAULT_CHARSET - Static variable in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
DEFAULT_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
The class name of application context that will be used by default for non-web environments.
DEFAULT_CONTEXT_PATH - Static variable in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
DEFAULT_DISPATCHER_SERVLET_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
 
DEFAULT_DISPATCHER_SERVLET_REGISTRATION_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
 
DEFAULT_DOMAIN - Static variable in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
The default JMX domain.
DEFAULT_FILTER_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
Default order of Spring Security's Filter in the servlet container (i.e.
DEFAULT_LOCAL_PORT - Static variable in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
 
DEFAULT_LOGIN_PATH - Static variable in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
DEFAULT_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
The default order for the core InfoContributor beans.
DEFAULT_ORDER - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The default order for the processor.
DEFAULT_ORDER - Static variable in class org.springframework.boot.context.web.OrderedHiddenHttpMethodFilter
Deprecated.
The default order is high to ensure the filter is applied before Spring Security.
DEFAULT_ORDER - Static variable in class org.springframework.boot.context.web.OrderedHttpPutFormContentFilter
Deprecated.
Higher order to ensure the filter is applied before Spring Security.
DEFAULT_ORDER - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
The default order for the processor.
DEFAULT_ORDER - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The default order for the LoggingApplicationListener.
DEFAULT_ORDER - Static variable in class org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
The default order is high to ensure the filter is applied before Spring Security.
DEFAULT_ORDER - Static variable in class org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
Higher order to ensure the filter is applied before Spring Security.
DEFAULT_PORT - Static variable in class org.springframework.boot.autoconfigure.mongo.MongoProperties
Default port used when the configured port is null.
DEFAULT_PORT - Static variable in class org.springframework.boot.devtools.livereload.LiveReloadServer
The default live reload server port.
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
 
DEFAULT_PROTOCOL - Static variable in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
The class name of default protocol used.
DEFAULT_REQUEST_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_RESOURCE_LOADER_PATH - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_RESOURCE_LOADER_PATH - Static variable in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
DEFAULT_SECRET_HEADER_NAME - Static variable in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
 
DEFAULT_TEMPLATE_LOADER_PATH - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
DEFAULT_WEB_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
The class name of application context that will be used by default for web environments.
DefaultApplicationArguments - Class in org.springframework.boot
Default implementation of ApplicationArguments.
DefaultApplicationArguments(String[]) - Constructor for class org.springframework.boot.DefaultApplicationArguments
 
DefaultCacheStatistics - Class in org.springframework.boot.actuate.cache
A default CacheStatistics implementation.
DefaultCacheStatistics() - Constructor for class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
DefaultCounterService - Class in org.springframework.boot.actuate.metrics.writer
Default implementation of CounterService.
DefaultCounterService(MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
Create a DefaultCounterService instance.
DefaultErrorAttributes - Class in org.springframework.boot.autoconfigure.web
Default implementation of ErrorAttributes.
DefaultErrorAttributes() - Constructor for class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
 
defaultErrorView() - Method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
DefaultErrorViewResolver - Class in org.springframework.boot.autoconfigure.web
Default ErrorViewResolver implementation that attempts to resolve error views using well known conventions.
DefaultErrorViewResolver(ApplicationContext, ResourceProperties) - Constructor for class org.springframework.boot.autoconfigure.web.DefaultErrorViewResolver
Create a new DefaultErrorViewResolver instance.
DefaultGaugeService - Class in org.springframework.boot.actuate.metrics.writer
Default implementation of GaugeService.
DefaultGaugeService(MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.writer.DefaultGaugeService
Create a DefaultGaugeService instance.
defaultInclude(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
DefaultJmsListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.jms
Configure DefaultJmsListenerContainerFactory with sensible defaults.
DefaultJmsListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
 
DefaultLaunchScript - Class in org.springframework.boot.loader.tools
Default implementation of LaunchScript.
DefaultLaunchScript(File, Map<?, ?>) - Constructor for class org.springframework.boot.loader.tools.DefaultLaunchScript
Create a new DefaultLaunchScript instance.
defaultMessageConverters() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate to the default set.
DefaultMetricNamingStrategy - Class in org.springframework.boot.actuate.metrics.jmx
MBean naming strategy for metric keys.
DefaultMetricNamingStrategy() - Constructor for class org.springframework.boot.actuate.metrics.jmx.DefaultMetricNamingStrategy
 
DefaultOpenTsdbNamingStrategy - Class in org.springframework.boot.actuate.metrics.opentsdb
A naming strategy that just passes through the metric name, together with tags from a set of static values.
DefaultOpenTsdbNamingStrategy() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
 
DefaultProfileDocumentMatcher - Class in org.springframework.boot.yaml
Deprecated.
since 1.4.1 as it is no longer used
DefaultProfileDocumentMatcher() - Constructor for class org.springframework.boot.yaml.DefaultProfileDocumentMatcher
Deprecated.
 
DefaultRestartInitializer - Class in org.springframework.boot.devtools.restart
Default RestartInitializer that only enable initial restart when running a standard "main" method.
DefaultRestartInitializer() - Constructor for class org.springframework.boot.devtools.restart.DefaultRestartInitializer
 
DefaultSourceFolderUrlFilter - Class in org.springframework.boot.devtools.restart.server
Default implementation of SourceFolderUrlFilter that attempts to match URLs using common naming conventions.
DefaultSourceFolderUrlFilter() - Constructor for class org.springframework.boot.devtools.restart.server.DefaultSourceFolderUrlFilter
 
DefaultTestExecutionListenersPostProcessor - Interface in org.springframework.boot.test.context
Callback interface trigger from SpringBootTestContextBootstrapper that can be used to post-process the list of default TestExecutionListener classes to be used by a test.
defaultViewResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
DeferredLog - Class in org.springframework.boot.logging
Deferred Log that can be used to store messages that shouldn't be written until the logging system is fully initialized.
DeferredLog() - Constructor for class org.springframework.boot.logging.DeferredLog
 
DelegatingApplicationContextInitializer - Class in org.springframework.boot.context.config
ApplicationContextInitializer that delegates to other initializers that are specified under a context.initializer.classes environment property.
DelegatingApplicationContextInitializer() - Constructor for class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
DelegatingApplicationListener - Class in org.springframework.boot.context.config
ApplicationListener that delegates to other listeners that are specified under a context.listener.classes environment property.
DelegatingApplicationListener() - Constructor for class org.springframework.boot.context.config.DelegatingApplicationListener
 
DelegatingFilterProxyRegistrationBean - Class in org.springframework.boot.context.embedded
Deprecated.
DelegatingFilterProxyRegistrationBean(String, ServletRegistrationBean...) - Constructor for class org.springframework.boot.context.embedded.DelegatingFilterProxyRegistrationBean
Deprecated.
 
DelegatingFilterProxyRegistrationBean - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register DelegatingFilterProxys in a Servlet 3.0+ container.
DelegatingFilterProxyRegistrationBean(String, ServletRegistrationBean...) - Constructor for class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
Create a new DelegatingFilterProxyRegistrationBean instance to be registered with the specified ServletRegistrationBeans.
delete(String, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Delete the resources at the specified URI.
delete(String, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Delete the resources at the specified URI.
delete(URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Delete the resources at the specified URL.
Delta<T extends Number> - Class in org.springframework.boot.actuate.metrics.writer
A value object representing an increment in a metric value (usually a counter).
Delta(String, T, Date) - Constructor for class org.springframework.boot.actuate.metrics.writer.Delta
 
Delta(String, T) - Constructor for class org.springframework.boot.actuate.metrics.writer.Delta
 
DeprecatedConfigurationProperty - Annotation Type in org.springframework.boot.context.properties
Indicates that a getter in a ConfigurationProperties object is deprecated.
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
 
deserializeObject(JsonParser, DeserializationContext, ObjectCodec, JsonNode) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
Deserialize JSON content into the value type this serializer handles.
destroy() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
destroy() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
destroy() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
destroy() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchAutoConfiguration
 
destroy() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
destroy() - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
 
destroy() - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
 
destroy() - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
destroy() - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
destroy() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
destroy() - Method in class org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean
 
destroy() - Method in class org.springframework.boot.web.support.ErrorPageFilter
 
detach(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Remove the given entity from the persistence context, causing a managed entity to become detached.
detectDefaultConfigurationClasses(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
Detect the default configuration classes for the supplied test class.
detectDefaultConfigurationClasses(Class<?>) - Method in class org.springframework.boot.test.SpringApplicationContextLoader
Deprecated.
Detect the default configuration classes for the supplied test class.
detectRequestFactory(boolean) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set if the ClientHttpRequestFactory should be detected based on the classpath.
determineAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
Returns the comma-separated addresses or a single address (host:port) created from the configured host and port if no addresses have been set.
determineDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the driver to use based on this configuration and the environment.
determineHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
Returns the host from the first address, or the configured host if no addresses have been set.
determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
 
determinePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
If addresses have been set and the first address has a password it is returned.
determinePassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the password to use based on this configuration and the environment.
determinePort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
Returns the port from the first address, or the configured port if no addresses have been set.
determineUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the url to use based on this configuration and the environment.
determineUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
If addresses have been set and the first address has a username it is returned.
determineUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the username to use based on this configuration and the environment.
determineVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
If addresses have been set and the first address has a virtual host it is returned.
deviceDelegatingFreeMarkerViewResolver(DeviceDelegatingViewResolverFactory, FreeMarkerViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingFreeMarkerViewResolverConfiguration
 
DeviceDelegatingFreeMarkerViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingFreeMarkerViewResolverConfiguration
 
deviceDelegatingGroovyMarkupViewResolver(DeviceDelegatingViewResolverFactory, GroovyMarkupViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingGroovyMarkupViewResolverConfiguration
 
DeviceDelegatingGroovyMarkupViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingGroovyMarkupViewResolverConfiguration
 
deviceDelegatingJspViewResolver(DeviceDelegatingViewResolverFactory, InternalResourceViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingJspViewResolverConfiguration
 
DeviceDelegatingJspViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingJspViewResolverConfiguration
 
deviceDelegatingMustacheViewResolver(DeviceDelegatingViewResolverFactory, MustacheViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingMustacheViewResolverConfiguration
 
DeviceDelegatingMustacheViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingMustacheViewResolverConfiguration
 
deviceDelegatingThymeleafViewResolver(DeviceDelegatingViewResolverFactory, ThymeleafViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingThymeleafViewResolverConfiguration
 
DeviceDelegatingThymeleafViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingThymeleafViewResolverConfiguration
 
DeviceDelegatingViewResolverAutoConfiguration - Class in org.springframework.boot.autoconfigure.mobile
Auto-configuration for Spring Mobile's LiteDeviceDelegatingViewResolver.
DeviceDelegatingViewResolverAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingFreeMarkerViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingGroovyMarkupViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingJspViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingMustacheViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingThymeleafViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceDelegatingViewResolverAutoConfiguration.LiteDeviceDelegatingViewResolverFactoryConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
deviceDelegatingViewResolverFactory(DeviceDelegatingViewResolverProperties) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.LiteDeviceDelegatingViewResolverFactoryConfiguration
 
DeviceDelegatingViewResolverFactory - Class in org.springframework.boot.autoconfigure.mobile
A factory for LiteDeviceDelegatingViewResolver that applies customizations of DeviceDelegatingViewResolverProperties.
DeviceDelegatingViewResolverFactory(DeviceDelegatingViewResolverProperties) - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverFactory
 
DeviceDelegatingViewResolverProperties - Class in org.springframework.boot.autoconfigure.mobile
Properties for device view resolver.
DeviceDelegatingViewResolverProperties() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
deviceHandlerMethodArgumentResolver() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration
 
DeviceResolverAutoConfiguration - Class in org.springframework.boot.autoconfigure.mobile
Auto-configuration for Spring Mobile's DeviceResolver.
DeviceResolverAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration
 
DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
deviceResolverHandlerInterceptor() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration
 
DeviceResolverMvcConfiguration(DeviceResolverHandlerInterceptor, DeviceHandlerMethodArgumentResolver) - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration
 
DevToolsDataSourceAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
Auto-configuration for DevTools-specific DataSource configuration.
DevToolsDataSourceAutoConfiguration() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration
 
DevToolsHomePropertiesPostProcessor - Class in org.springframework.boot.devtools.env
EnvironmentPostProcessor to add devtools properties from the user's home folder.
DevToolsHomePropertiesPostProcessor() - Constructor for class org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
 
DevToolsProperties - Class in org.springframework.boot.devtools.autoconfigure
Configuration properties for developer tools.
DevToolsProperties() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
 
DevToolsProperties.Livereload - Class in org.springframework.boot.devtools.autoconfigure
LiveReload properties.
DevToolsProperties.Restart - Class in org.springframework.boot.devtools.autoconfigure
Restart properties.
DevToolsPropertyDefaultsPostProcessor - Class in org.springframework.boot.devtools.env
EnvironmentPostProcessor to add properties that make sense when working at development time.
DevToolsPropertyDefaultsPostProcessor() - Constructor for class org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
 
DevToolsSettings - Class in org.springframework.boot.devtools.settings
DevTools settings loaded from /META-INF/spring-devtools.properties files.
dialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DataAttributeDialectConfiguration
 
didNotFind(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were not found.
didNotFind(String, String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were found.
DirectXAConnectionFactory() - Constructor for class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
DirectXADataSource() - Constructor for class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
disable() - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize and disable restart support.
DISABLED_RESPONSE - Static variable in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
A ResponseEntity returned for disabled endpoints.
diskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration
 
DiskSpaceHealthIndicator - Class in org.springframework.boot.actuate.health
A HealthIndicator that checks available disk space and reports a status of Status.DOWN when it drops below a configurable threshold.
DiskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties) - Constructor for class org.springframework.boot.actuate.health.DiskSpaceHealthIndicator
Create a new DiskSpaceHealthIndicator.
DiskSpaceHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration
 
diskSpaceHealthIndicatorProperties() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration
 
DiskSpaceHealthIndicatorProperties - Class in org.springframework.boot.actuate.health
External configuration properties for DiskSpaceHealthIndicator.
DiskSpaceHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
 
Dispatcher - Class in org.springframework.boot.devtools.remote.server
Dispatcher used to route incoming remote server requests to a Handler.
Dispatcher(AccessManager, Collection<HandlerMapper>) - Constructor for class org.springframework.boot.devtools.remote.server.Dispatcher
 
DISPATCHER_SERVLET_NAME - Static variable in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Constant value for the DispatcherServlet bean name.
DispatcherFilter - Class in org.springframework.boot.devtools.remote.server
Servlet filter providing integration with the remote server Dispatcher.
DispatcherFilter(Dispatcher) - Constructor for class org.springframework.boot.devtools.remote.server.DispatcherFilter
 
dispatcherServlet() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
dispatcherServlet() - Method in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
DispatcherServletAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
DispatcherServletAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
 
DispatcherServletAutoConfiguration.DispatcherServletConfiguration - Class in org.springframework.boot.autoconfigure.web
 
DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration - Class in org.springframework.boot.autoconfigure.web
 
DispatcherServletConfiguration(WebMvcProperties) - Constructor for class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
dispatcherServletRegistration(DispatcherServlet) - Method in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
 
DispatcherServletRegistrationConfiguration(ServerProperties, WebMvcProperties, ObjectProvider<MultipartConfigElement>) - Constructor for class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
 
doBind(MutablePropertyValues) - Method in class org.springframework.boot.bind.RelaxedDataBinder
 
DocsMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
MvcEndpoint to expose actuator documentation.
DocsMvcEndpoint(ManagementServletContext) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
 
DocsMvcEndpoint.Curies - Class in org.springframework.boot.actuate.endpoint.mvc
Properties of the default CurieProvider (used for adding docs links).
doCustomize(JettyEmbeddedServletContainerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.JettyWebSocketContainerCustomizer
 
doCustomize(TomcatEmbeddedServletContainerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.TomcatWebSocketContainerCustomizer
 
doCustomize(UndertowEmbeddedServletContainerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.UndertowWebSocketContainerCustomizer
 
doCustomize(T) - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
 
doesNotHaveEmptyJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path does not produce an empty result.
doesNotHaveJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces no result.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.boot.web.support.ErrorPageFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.web.filter.ApplicationContextHeaderFilter
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.AbstractHealthIndicator
Actual health check logic.
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.ApplicationHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.CassandraHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.CouchbaseHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.ElasticsearchJestHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.JmsHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.MailHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.MongoHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.RabbitHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.RedisHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.SolrHealthIndicator
 
DOMAIN_KEY - Static variable in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
The domain key.
doStart() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
doWith(String) - Method in interface org.springframework.boot.loader.tools.MainClassFinder.ClassNameCallback
Handle the specified class name.
doWithField(Field, Object, ObjectFactory<M>) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
doWithLibraries(LibraryCallback) - Method in interface org.springframework.boot.loader.tools.Libraries
Iterate all relevant libraries.
down(Exception) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.DOWN and add details for given Exception.
down() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.DOWN.
down(Exception) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.DOWN status an the specified exception details.
down() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a Status.DOWN status.
DOWN - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem has suffered an unexpected failure.
driverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
dropwizardMetricServices(MetricRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.MetricsDropwizardAutoConfiguration
 
DropwizardMetricServices - Class in org.springframework.boot.actuate.metrics.dropwizard
A GaugeService and CounterService that sends data to a Dropwizard MetricRegistry based on a naming convention.
DropwizardMetricServices(MetricRegistry) - Constructor for class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
Create a new DropwizardMetricServices instance.
dropwizardPublicMetrics(MetricRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.MetricsDropwizardAutoConfiguration
 
dslContext(Configuration) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
DslContextConfiguration(JooqProperties, ConnectionProvider, ObjectProvider<TransactionProvider>, ObjectProvider<RecordMapperProvider>, ObjectProvider<Settings>, ObjectProvider<RecordListenerProvider[]>, ExecuteListenerProvider[], ObjectProvider<VisitListenerProvider[]>) - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
dumpEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
DumpEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose thread info.
DumpEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.DumpEndpoint
Create a new DumpEndpoint instance.
dumpHeap(File, boolean) - Method in interface org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.HeapDumper
Dump the current heap to the specified file.
dumpHeap(File, boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.HotSpotDiagnosticMXBeanHeapDumper
 
duplicateServerPropertiesDetector() - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
 

E

EhCache() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
 
EhCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
CacheStatisticsProvider implementation for EhCache.
EhCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.EhCacheStatisticsProvider
 
ElasticsearchAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Elasticsearch.
ElasticsearchAutoConfiguration(ElasticsearchProperties) - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchAutoConfiguration
 
elasticsearchClient() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchAutoConfiguration
 
elasticsearchConverter(SimpleElasticsearchMappingContext) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 
ElasticsearchDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Spring Data's Elasticsearch support.
ElasticsearchDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 
ElasticsearchHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for an Elasticsearch cluster.
ElasticsearchHealthIndicator(Client, ElasticsearchHealthIndicatorProperties) - Constructor for class org.springframework.boot.actuate.health.ElasticsearchHealthIndicator
 
ElasticsearchHealthIndicatorProperties - Class in org.springframework.boot.actuate.health
External configuration properties for ElasticsearchHealthIndicator.
ElasticsearchHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
 
ElasticsearchJestHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for Elasticsearch using a JestClient.
ElasticsearchJestHealthIndicator(JestClient) - Constructor for class org.springframework.boot.actuate.health.ElasticsearchJestHealthIndicator
 
ElasticsearchProperties - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Configuration properties for Elasticsearch.
ElasticsearchProperties() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
ElasticsearchRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Spring Data's Elasticsearch Repositories.
ElasticsearchRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchRepositoriesAutoConfiguration
 
elasticsearchTemplate(Client, ElasticsearchConverter) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 
Embedded() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties.Embedded
 
Embedded() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
Embedded() - Constructor for class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
EmbeddedDatabaseConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration
 
EmbeddedDatabaseConnection - Enum in org.springframework.boot.autoconfigure.jdbc
Connection details for embedded databases.
embeddedDataSourceBeanFactoryPostProcessor() - Static method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestDatabaseAutoConfiguration
 
EmbeddedDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Configuration for embedded data sources.
EmbeddedDataSourceConfiguration(DataSourceProperties) - Constructor for class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
EmbeddedJetty() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedJetty
 
EmbeddedMongoAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo.embedded
Auto-configuration for Embedded Mongo.
EmbeddedMongoAutoConfiguration(MongoProperties, EmbeddedMongoProperties, ApplicationContext, IRuntimeConfig) - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
 
EmbeddedMongoAutoConfiguration.EmbeddedMongoDependencyConfiguration - Class in org.springframework.boot.autoconfigure.mongo.embedded
Additional configuration to ensure that MongoClient beans depend on the embeddedMongoServer bean.
embeddedMongoConfiguration() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
 
EmbeddedMongoDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration.EmbeddedMongoDependencyConfiguration
 
EmbeddedMongoProperties - Class in org.springframework.boot.autoconfigure.mongo.embedded
Configuration properties for Embedded Mongo.
EmbeddedMongoProperties() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
EmbeddedMongoProperties.Storage - Class in org.springframework.boot.autoconfigure.mongo.embedded
 
embeddedMongoServer(IMongodConfig) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
 
EmbeddedServerPortFileWriter - Class in org.springframework.boot.actuate.system
Deprecated.
as of 1.4 in favor of EmbeddedServerPortFileWriter
EmbeddedServerPortFileWriter() - Constructor for class org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter
Deprecated.
Create a new EmbeddedServerPortFileWriter instance using the filename 'application.port'.
EmbeddedServerPortFileWriter(String) - Constructor for class org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter
Deprecated.
Create a new EmbeddedServerPortFileWriter instance with a specified filename.
EmbeddedServerPortFileWriter(File) - Constructor for class org.springframework.boot.actuate.system.EmbeddedServerPortFileWriter
Deprecated.
Create a new EmbeddedServerPortFileWriter instance with a specified file.
EmbeddedServerPortFileWriter - Class in org.springframework.boot.system
An ApplicationListener that saves embedded server port and management port into file.
EmbeddedServerPortFileWriter() - Constructor for class org.springframework.boot.system.EmbeddedServerPortFileWriter
Create a new EmbeddedServerPortFileWriter instance using the filename 'application.port'.
EmbeddedServerPortFileWriter(String) - Constructor for class org.springframework.boot.system.EmbeddedServerPortFileWriter
Create a new EmbeddedServerPortFileWriter instance with a specified filename.
EmbeddedServerPortFileWriter(File) - Constructor for class org.springframework.boot.system.EmbeddedServerPortFileWriter
Create a new EmbeddedServerPortFileWriter instance with a specified file.
EmbeddedServletContainer - Interface in org.springframework.boot.context.embedded
Simple interface that represents a fully configured embedded servlet container (for example Tomcat or Jetty).
EmbeddedServletContainerAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for an embedded servlet containers.
EmbeddedServletContainerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration
 
EmbeddedServletContainerAutoConfiguration.BeanPostProcessorsRegistrar - Class in org.springframework.boot.autoconfigure.web
EmbeddedServletContainerAutoConfiguration.EmbeddedJetty - Class in org.springframework.boot.autoconfigure.web
Nested configuration if Jetty is being used.
EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat - Class in org.springframework.boot.autoconfigure.web
Nested configuration if Tomcat is being used.
EmbeddedServletContainerAutoConfiguration.EmbeddedUndertow - Class in org.springframework.boot.autoconfigure.web
Nested configuration if Undertow is being used.
EmbeddedServletContainerCustomizer - Interface in org.springframework.boot.context.embedded
Strategy interface for customizing auto-configured embedded servlet containers.
EmbeddedServletContainerCustomizerBeanPostProcessor - Class in org.springframework.boot.context.embedded
EmbeddedServletContainerCustomizerBeanPostProcessor() - Constructor for class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
EmbeddedServletContainerException - Exception in org.springframework.boot.context.embedded
Exceptions thrown by an embedded servlet container.
EmbeddedServletContainerException(String, Throwable) - Constructor for exception org.springframework.boot.context.embedded.EmbeddedServletContainerException
 
EmbeddedServletContainerFactory - Interface in org.springframework.boot.context.embedded
Factory interface that can be used to create EmbeddedServletContainers.
EmbeddedServletContainerInitializedEvent - Class in org.springframework.boot.context.embedded
Event to be published after the context is refreshed and the EmbeddedServletContainer is ready.
EmbeddedServletContainerInitializedEvent(EmbeddedWebApplicationContext, EmbeddedServletContainer) - Constructor for class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
 
EmbeddedTomcat() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat
 
EmbeddedUndertow() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedUndertow
 
EmbeddedVelocityToolboxView - Class in org.springframework.boot.web.servlet.view.velocity
Extended version of VelocityToolboxView that can load toolbox locations from the classpath as well as the servlet context.
EmbeddedVelocityToolboxView() - Constructor for class org.springframework.boot.web.servlet.view.velocity.EmbeddedVelocityToolboxView
 
EmbeddedVelocityViewResolver - Class in org.springframework.boot.web.servlet.view.velocity
Deprecated.
as of 1.4 following the deprecation of Velocity support in Spring Framework 4.3
EmbeddedVelocityViewResolver() - Constructor for class org.springframework.boot.web.servlet.view.velocity.EmbeddedVelocityViewResolver
Deprecated.
 
EmbeddedWebApplicationContext - Class in org.springframework.boot.context.embedded
A WebApplicationContext that can be used to bootstrap itself from a contained EmbeddedServletContainerFactory bean.
EmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
EmbeddedWebApplicationContext.ExistingWebApplicationScopes - Class in org.springframework.boot.context.embedded
Utility class to store and restore any user defined scopes.
empty() - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method to return a new empty ConditionMessage.
EnableAutoConfiguration - Annotation Type in org.springframework.boot.autoconfigure
Enable auto-configuration of the Spring Application Context, attempting to guess and configure beans that you are likely to need.
EnableAutoConfigurationImportSelector - Class in org.springframework.boot.autoconfigure
EnableAutoConfigurationImportSelector() - Constructor for class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
 
EnableConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
Enable support for ConfigurationProperties annotated beans.
ENABLED_OVERRIDE_PROPERTY - Static variable in annotation type org.springframework.boot.autoconfigure.EnableAutoConfiguration
 
EnableOAuth2Sso - Annotation Type in org.springframework.boot.autoconfigure.security.oauth2.client
Enable OAuth2 Single Sign On (SSO).
EnableWebMvcConfiguration(ObjectProvider<WebMvcProperties>, ObjectProvider<WebMvcRegistrations>, ListableBeanFactory) - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
encode(AnsiElement) - Static method in class org.springframework.boot.ansi.AnsiOutput
Encode a single AnsiElement if output is enabled.
end(Xid, int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
Endpoint<T> - Interface in org.springframework.boot.actuate.endpoint
An endpoint that can be used to expose useful information to operations.
EndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for common management Endpoints.
EndpointAutoConfiguration(ObjectProvider<HealthAggregator>, ObjectProvider<Map<String, HealthIndicator>>, ObjectProvider<List<InfoContributor>>, ObjectProvider<Collection<PublicMetrics>>, ObjectProvider<TraceRepository>) - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
EndpointAutoConfiguration.RequestMappingEndpointConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointCorsProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for MVC endpoints' CORS support.
EndpointCorsProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
endpointHandlerMapping() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
EndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.mvc
EndpointHandlerMapping(Collection<? extends MvcEndpoint>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Create a new EndpointHandlerMapping instance.
EndpointHandlerMapping(Collection<? extends MvcEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Create a new EndpointHandlerMapping instance.
EndpointHandlerMappingConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration
 
EndpointHandlerMappingCustomizer - Interface in org.springframework.boot.actuate.endpoint.mvc
Callback for customizing the EndpointHandlerMapping at configuration time.
EndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Simple wrapper around Endpoint implementations to enable JMX export.
EndpointMBean(String, Endpoint<?>, ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
Create a new EndpointMBean instance.
EndpointMBeanExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration to enable JMX export for Endpoints.
EndpointMBeanExportAutoConfiguration(EndpointMBeanExportProperties, ObjectProvider<ObjectMapper>) - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
 
endpointMBeanExporter(MBeanServer) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
 
EndpointMBeanExporter - Class in org.springframework.boot.actuate.endpoint.jmx
ApplicationListener that registers all known Endpoints with an MBeanServer using the MBeanExporter located from the application context.
EndpointMBeanExporter() - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
Create a new EndpointMBeanExporter instance.
EndpointMBeanExporter(ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
Create a new EndpointMBeanExporter instance.
EndpointMBeanExportProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for JMX.
EndpointMBeanExportProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
EndpointMvcAdapter - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter class to expose Endpoints as MvcEndpoints.
EndpointMvcAdapter(Endpoint<?>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
Create a new EndpointMvcAdapter.
EndpointProperties - Class in org.springframework.boot.actuate.endpoint
Global endpoint properties.
EndpointProperties() - Constructor for class org.springframework.boot.actuate.endpoint.EndpointProperties
 
Endpoints() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
EndpointWebMvcAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration to enable Spring MVC to handle Endpoint requests.
EndpointWebMvcAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcAutoConfiguration.EndpointWebMvcConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcAutoConfiguration.ManagementServerPort - Enum in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcChildContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Configuration triggered from EndpointWebMvcAutoConfiguration when a new EmbeddedServletContainer running on a different port is required.
EndpointWebMvcChildContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Configuration to add HandlerMapping for MvcEndpoints.
EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcChildContextSecurityConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
 
EndpointWebMvcConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.EndpointWebMvcConfiguration
 
EndpointWebMvcHypermediaManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Configuration for hypermedia in HTTP endpoints.
EndpointWebMvcHypermediaManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
 
EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice - Class in org.springframework.boot.actuate.autoconfigure
Controller advice that adds links to the actuator endpoint's path.
EndpointWebMvcHypermediaManagementContextConfiguration.MvcEndpointAdvice - Class in org.springframework.boot.actuate.autoconfigure
Controller advice that adds links to the existing Actuator endpoints.
EndpointWebMvcManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Configuration to expose Endpoint instances over Spring MVC.
EndpointWebMvcManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
enhanceTrace(Map<String, Object>, HttpServletResponse) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
EntityLinksConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration.EntityLinksConfiguration
 
entityManagerFactory(EntityManagerFactoryBuilder) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
entityManagerFactoryBuilder(JpaVendorAdapter, ObjectProvider<PersistenceUnitManager>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
EntityManagerFactoryBuilder - Class in org.springframework.boot.orm.jpa
Convenient builder for JPA EntityManagerFactory instances.
EntityManagerFactoryBuilder(JpaVendorAdapter, Map<String, ?>, PersistenceUnitManager) - Constructor for class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
EntityManagerFactoryBuilder(JpaVendorAdapter, Map<String, ?>, PersistenceUnitManager, URL) - Constructor for class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
EntityManagerFactoryBuilder.Builder - Class in org.springframework.boot.orm.jpa
A fluent builder for a LocalContainerEntityManagerFactoryBean.
EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback - Interface in org.springframework.boot.orm.jpa
A callback for new entity manager factory beans created by a Builder.
EntityManagerFactoryDependsOnPostProcessor - Class in org.springframework.boot.autoconfigure.data.jpa
BeanFactoryPostProcessor that can be used to dynamically declare that all EntityManagerFactory beans should "depend on" one or more specific beans.
EntityManagerFactoryDependsOnPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.data.jpa.EntityManagerFactoryDependsOnPostProcessor
 
EntityScan - Annotation Type in org.springframework.boot.autoconfigure.domain
Configures the base packages used by auto-configuration when scanning for entity classes.
EntityScan - Annotation Type in org.springframework.boot.orm.jpa
Deprecated.
as of 1.4 in favor of org.springframework.boot.autoconfigure.domain.EntityScan or explicit configuration of the LocalContainerEntityManagerFactoryBean (either directly or using the EntityManagerFactoryBuilder).
EntityScanner - Class in org.springframework.boot.autoconfigure.domain
An entity scanner that searches the classpath from a @EntityScan specified packages.
EntityScanner(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.domain.EntityScanner
Create a new EntityScanner instance.
EntityScanPackages - Class in org.springframework.boot.autoconfigure.domain
Class for storing @EntityScan specified packages for reference later (e.g.
entries() - Method in class org.springframework.boot.loader.jar.JarFile
 
EnumerableCompositePropertySource - Class in org.springframework.boot.env
An mutable, enumerable, composite property source.
EnumerableCompositePropertySource(String) - Constructor for class org.springframework.boot.env.EnumerableCompositePropertySource
 
Env() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
envInfoContributor(ConfigurableEnvironment) - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
 
environment(ConfigurableEnvironment) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Environment for the application context.
environmentEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
EnvironmentEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose environment information.
EnvironmentEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
Create a new EnvironmentEndpoint instance.
EnvironmentInfoContributor - Class in org.springframework.boot.actuate.info
An InfoContributor that provides all environment entries prefixed with info.
EnvironmentInfoContributor(ConfigurableEnvironment) - Constructor for class org.springframework.boot.actuate.info.EnvironmentInfoContributor
 
environmentMvcEndpoint(EnvironmentEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
EnvironmentMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter to expose EnvironmentEndpoint as an MvcEndpoint.
EnvironmentMvcEndpoint(EnvironmentEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
 
EnvironmentMvcEndpoint.NoSuchPropertyException - Exception in org.springframework.boot.actuate.endpoint.mvc
Exception thrown when the specified property cannot be found.
EnvironmentPostProcessor - Interface in org.springframework.boot.env
Allows for customization of the application's Environment prior to the application context being refreshed.
environmentPrepared(ConfigurableEnvironment) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
environmentPrepared(ConfigurableEnvironment) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called once the environment has been prepared, but before the ApplicationContext has been created.
EnvironmentTestUtils - Class in org.springframework.boot.test
Deprecated.
as of 1.4 in favor of EnvironmentTestUtils
EnvironmentTestUtils() - Constructor for class org.springframework.boot.test.EnvironmentTestUtils
Deprecated.
 
EnvironmentTestUtils - Class in org.springframework.boot.test.util
Test utilities for setting environment values.
EnvironmentTestUtils() - Constructor for class org.springframework.boot.test.util.EnvironmentTestUtils
 
equals(Object) - Method in class org.springframework.boot.actuate.health.Health
 
equals(Object) - Method in class org.springframework.boot.actuate.health.Status
 
equals(Object) - Method in class org.springframework.boot.actuate.info.Info
 
equals(Object) - Method in class org.springframework.boot.actuate.metrics.Metric
 
equals(Object) - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
equals(Object) - Method in class org.springframework.boot.ApplicationPid
 
equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
 
equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
equals(Object) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
equals(Object) - Method in class org.springframework.boot.context.embedded.MimeMappings
 
equals(Object) - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
equals(Object) - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
 
equals(Object) - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
 
equals(Object) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
equals(Object) - Method in class org.springframework.boot.web.servlet.ErrorPage
 
error(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
 
error(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
error(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
ERROR_REQUEST_URI - Static variable in class org.springframework.boot.web.support.ErrorPageFilter
The name of the servlet attribute containing request URI.
ErrorAttributes - Interface in org.springframework.boot.autoconfigure.web
Provides access to error attributes which can be logged or presented to the user.
errorAttributes() - Method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
 
ErrorController - Interface in org.springframework.boot.autoconfigure.web
Marker interface used to indicate that a @Controller is used to render errors.
errorEndpoint(ErrorAttributes) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
errorHandler(ResponseErrorHandler) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ResponseErrorHandler that should be used with the RestTemplate.
errorHtml(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
 
ErrorMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration to render errors via an MVC error controller.
ErrorMvcAutoConfiguration(ApplicationContext, ServerProperties, ResourceProperties) - Constructor for class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
 
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration - Class in org.springframework.boot.autoconfigure.web
 
ErrorPage - Class in org.springframework.boot.context.embedded
Deprecated.
as of 1.4 in favor of ErrorPage
ErrorPage(Class<? extends Throwable>, String) - Constructor for class org.springframework.boot.context.embedded.ErrorPage
Deprecated.
 
ErrorPage(HttpStatus, String) - Constructor for class org.springframework.boot.context.embedded.ErrorPage
Deprecated.
 
ErrorPage(String) - Constructor for class org.springframework.boot.context.embedded.ErrorPage
Deprecated.
 
ErrorPage - Class in org.springframework.boot.web.servlet
Simple container-independent abstraction for servlet error pages.
ErrorPage(String) - Constructor for class org.springframework.boot.web.servlet.ErrorPage
 
ErrorPage(HttpStatus, String) - Constructor for class org.springframework.boot.web.servlet.ErrorPage
 
ErrorPage(Class<? extends Throwable>, String) - Constructor for class org.springframework.boot.web.servlet.ErrorPage
 
errorPageCustomizer() - Method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
 
ErrorPageFilter - Class in org.springframework.boot.context.web
Deprecated.
as of 1.4 in favor of ErrorPageFilter
ErrorPageFilter() - Constructor for class org.springframework.boot.context.web.ErrorPageFilter
Deprecated.
 
ErrorPageFilter - Class in org.springframework.boot.web.support
A Servlet Filter that provides an ErrorPageRegistry for non-embedded applications (i.e.
ErrorPageFilter() - Constructor for class org.springframework.boot.web.support.ErrorPageFilter
 
ErrorPageRegistrar - Interface in org.springframework.boot.web.servlet
Interface to be implemented by types that register ErrorPages.
ErrorPageRegistrarBeanPostProcessor - Class in org.springframework.boot.web.servlet
BeanPostProcessor that applies all ErrorPageRegistrars from the bean factory to ErrorPageRegistry beans.
ErrorPageRegistrarBeanPostProcessor() - Constructor for class org.springframework.boot.web.servlet.ErrorPageRegistrarBeanPostProcessor
 
ErrorPageRegistry - Interface in org.springframework.boot.web.servlet
Interface for a registry that holds ErrorPages.
ErrorProperties - Class in org.springframework.boot.autoconfigure.web
Configuration properties for web error handling.
ErrorProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ErrorProperties
 
ErrorProperties.IncludeStacktrace - Enum in org.springframework.boot.autoconfigure.web
Include Stacktrace attribute options.
ErrorViewResolver - Interface in org.springframework.boot.autoconfigure.web
Interface that can be implemented by beans that resolve error views.
eventBus(Environment) - Method in class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration
 
EventPublishingRunListener - Class in org.springframework.boot.context.event
EventPublishingRunListener(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.EventPublishingRunListener
 
exampleTest() - Method in class org.springframework.boot.test.web.RandomPortExampleTests
 
EXCEPTION_CONVERSION_WORD - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the exception conversion word.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(RequestEntity<?>, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the request specified in the given RequestEntity and return the response as ResponseEntity.
exchange(RequestEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the request specified in the given RequestEntity and return the response as ResponseEntity.
exclude(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
ExecutableArchiveLauncher - Class in org.springframework.boot.loader
Base class for executable archive Launchers.
ExecutableArchiveLauncher() - Constructor for class org.springframework.boot.loader.ExecutableArchiveLauncher
 
ExecutableArchiveLauncher(Archive) - Constructor for class org.springframework.boot.loader.ExecutableArchiveLauncher
 
execute(Job, JobParameters) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
execute(LocalContainerEntityManagerFactoryBean) - Method in interface org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback
 
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URL, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
ExistingWebApplicationScopes(ConfigurableListableBeanFactory) - Constructor for class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.ExistingWebApplicationScopes
 
exists(ResourcePatternResolver) - Method in class org.springframework.boot.autoconfigure.template.TemplateLocation
Determine if this template location exists using the specified ResourcePatternResolver.
exit(ApplicationContext, ExitCodeGenerator...) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to exit a SpringApplication and obtain a code indicating success (0) or otherwise.
ExitCodeEvent - Class in org.springframework.boot
Event fired when an application exit code has been determined from an ExitCodeGenerator.
ExitCodeEvent(Object, int) - Constructor for class org.springframework.boot.ExitCodeEvent
Create a new ExitCodeEvent instance.
ExitCodeExceptionMapper - Interface in org.springframework.boot
Strategy interface that can be used to provide a mapping between exceptions and exit codes.
ExitCodeGenerator - Interface in org.springframework.boot
Interface used to generate an 'exit code' from a running command line SpringApplication.
expand(String, Map<String, ?>) - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
 
expand(String, Object...) - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
 
Expanded() - Constructor for class org.springframework.boot.loader.tools.Layouts.Expanded
 
expect(Matcher<? super String>) - Method in class org.springframework.boot.test.rule.OutputCapture
Verify that the output is matched by the supplied matcher.
expectRequest(ExpectedCount, RequestMatcher) - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
 
ExplodedArchive - Class in org.springframework.boot.loader.archive
Archive implementation backed by an exploded archive directory.
ExplodedArchive(File) - Constructor for class org.springframework.boot.loader.archive.ExplodedArchive
Create a new ExplodedArchive instance.
ExplodedArchive(File, boolean) - Constructor for class org.springframework.boot.loader.archive.ExplodedArchive
Create a new ExplodedArchive instance.
export() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
 
export() - Method in interface org.springframework.boot.actuate.metrics.export.Exporter
Export metric data.
Exporter - Interface in org.springframework.boot.actuate.metrics.export
Generic interface for metric exports.
ExportMetricReader - Annotation Type in org.springframework.boot.actuate.autoconfigure
Qualifier annotation for a metric reader that can be exported (to distinguish it from others that might be installed by the user for other purposes).
ExportMetricWriter - Annotation Type in org.springframework.boot.actuate.autoconfigure
Qualifier annotation for a metric repository that is to be used to export metrics from the ExportMetricReader readers.
ExtendedWhitespaceThrowablePatternConverter - Class in org.springframework.boot.logging.log4j2
ThrowablePatternConverter that adds some additional whitespace around the stack trace.
ExtendedWhitespaceThrowableProxyConverter - Class in org.springframework.boot.logging.logback
ExtendedThrowableProxyConverter that adds some additional whitespace around the stack trace.
ExtendedWhitespaceThrowableProxyConverter() - Constructor for class org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
 
extract(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
Extract beans annotated ConfigurationProperties and serialize into Map.
extractAll(String) - Method in class org.springframework.boot.bind.PropertySourcesBinder
Extract the keys using the specified prefix.
extractAuthorities(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.AuthoritiesExtractor
Extract the authorities from the resource server's response.
extractAuthorities(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedAuthoritiesExtractor
 
extractContent(PropertySource<?>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Extract the raw content based on the specified PropertySource.
extractHandlerMappings(ApplicationContext, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractHandlerMappings(Collection<AbstractUrlHandlerMapping>, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractingJsonPathArrayValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the array value at the given JSON path for further object assertions.
extractingJsonPathBooleanValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the boolean value at the given JSON path for further object assertions.
extractingJsonPathMapValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the map value at the given JSON path for further object assertions.
extractingJsonPathNumberValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the number value at the given JSON path for further object assertions.
extractingJsonPathStringValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the string value at the given JSON path for further object assertions.
extractingJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the value at the given JSON path for further object assertions.
extractMethodMappings(ApplicationContext, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractMethodMappings(Collection<AbstractHandlerMethodMapping<?>>, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractPrincipal(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedPrincipalExtractor
 
extractPrincipal(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.PrincipalExtractor
Extract the principal that should be used for the token.

F

facebook(ConnectionRepository) - Method in class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration.FacebookConfigurerAdapter
 
FacebookAutoConfiguration - Class in org.springframework.boot.autoconfigure.social
Auto-configuration for Spring Social connectivity with Facebook.
FacebookAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration
 
FacebookAutoConfiguration.FacebookConfigurerAdapter - Class in org.springframework.boot.autoconfigure.social
 
FacebookConfigurerAdapter(FacebookProperties) - Constructor for class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration.FacebookConfigurerAdapter
 
facebookConnectView() - Method in class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration.FacebookConfigurerAdapter
 
FacebookProperties - Class in org.springframework.boot.autoconfigure.social
Properties for Spring Social Facebook.
FacebookProperties() - Constructor for class org.springframework.boot.autoconfigure.social.FacebookProperties
 
FailureAnalysis - Class in org.springframework.boot.diagnostics
The result of analyzing a failure.
FailureAnalysis(String, String, Throwable) - Constructor for class org.springframework.boot.diagnostics.FailureAnalysis
Creates a new FailureAnalysis with the given description and action, if any, that the user should take to address the problem.
FailureAnalysisReporter - Interface in org.springframework.boot.diagnostics
Reports a FailureAnalysis to the user.
FailureAnalyzer - Interface in org.springframework.boot.diagnostics
A FailureAnalyzer is used to analyze a failure and provide diagnostic information that can be displayed to the user.
FailureAnalyzers - Class in org.springframework.boot.diagnostics
Utility to trigger FailureAnalyzer and FailureAnalysisReporter instances loaded from spring.factories.
FailureAnalyzers(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.diagnostics.FailureAnalyzers
Create a new FailureAnalyzers instance.
FailureHandler - Interface in org.springframework.boot.devtools.restart
Strategy used to handle launch failures.
FailureHandler.Outcome - Enum in org.springframework.boot.devtools.restart
Various outcomes for the handler.
FallbackWebSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security
If the user explicitly disables the basic security features and forgets to @EnableWebSecurity, and yet still wants a bean of type WebSecurityConfigurerAdapter, he is trying to use a custom security setup.
FallbackWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.FallbackWebSecurityAutoConfiguration
 
fatal(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
fatal(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
FaviconConfiguration(ResourceProperties) - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
faviconHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
faviconRequestHandler() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
FieldInitializer(Class<? extends AbstractJsonMarshalTester>) - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
FILE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the file log pattern.
FILE_PROPERTY - Static variable in class org.springframework.boot.logging.LogFile
The name of the Spring property that contains the name of the log file.
FILE_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the Spring property that contains the name of the log file.
FileChangeListener - Interface in org.springframework.boot.devtools.filewatch
Callback interface when file changes are detected.
FileEncodingApplicationListener - Class in org.springframework.boot.context
An ApplicationListener that halts application startup if the system file encoding does not match an expected value set in the environment.
FileEncodingApplicationListener() - Constructor for class org.springframework.boot.context.FileEncodingApplicationListener
 
FileSessionPersistence - Class in org.springframework.boot.context.embedded.undertow
SessionPersistenceManager that stores session information in a file.
FileSessionPersistence(File) - Constructor for class org.springframework.boot.context.embedded.undertow.FileSessionPersistence
 
FileSystemWatcher - Class in org.springframework.boot.devtools.filewatch
Watches specific folders for file changes.
FileSystemWatcher() - Constructor for class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Create a new FileSystemWatcher instance.
FileSystemWatcher(boolean, long, long) - Constructor for class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Create a new FileSystemWatcher instance.
FileSystemWatcherFactory - Interface in org.springframework.boot.devtools.filewatch
Factory used to create new FileSystemWatcher instances.
FileUtils - Class in org.springframework.boot.loader.tools
Utilities for manipulating files and directories in Spring Boot tooling.
FileUtils() - Constructor for class org.springframework.boot.loader.tools.FileUtils
 
Filter() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
FilterAnnotations - Class in org.springframework.boot.test.autoconfigure.filter
Utility to load TypeFilters from @Filter annotations.
FilterAnnotations(ClassLoader, ComponentScan.Filter[]) - Constructor for class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
 
FilterRegistrationBean - Class in org.springframework.boot.context.embedded
Deprecated.
as of 1.4 in favor of FilterRegistrationBean
FilterRegistrationBean() - Constructor for class org.springframework.boot.context.embedded.FilterRegistrationBean
Deprecated.
 
FilterRegistrationBean(Filter, ServletRegistrationBean...) - Constructor for class org.springframework.boot.context.embedded.FilterRegistrationBean
Deprecated.
 
FilterRegistrationBean - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register Filters in a Servlet 3.0+ container.
FilterRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
Create a new FilterRegistrationBean instance.
FilterRegistrationBean(Filter, ServletRegistrationBean...) - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
Create a new FilterRegistrationBean instance to be registered with the specified ServletRegistrationBeans.
finalize() - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
find(Date) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Find audit events since the time provided.
find(String, Date) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Find audit events relating to the specified principal since the time provided.
find(String, Date, String) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Find audit events of specified type relating to the specified principal since the time provided.
find(Date) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
find(String, Date) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
find(String, Date, String) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
find(Class<E>, Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Find by primary key.
findAll() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpointMetricReader
 
findAll() - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
 
findAll() - Method in class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
 
findAll(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
 
findAll() - Method in class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
 
findAll() - Method in class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
 
findAll() - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
Find all the metrics known to this reader.
findAll() - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
findAll(String) - Method in interface org.springframework.boot.actuate.metrics.reader.PrefixMetricReader
Find all metrics whose name starts with the given prefix.
findAll() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
findAll(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
findAll() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
findAll(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
findAll() - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
findAll() - Method in class org.springframework.boot.actuate.metrics.rich.MultiMetricRichGaugeReader
 
findAll() - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
Find all instances of rich gauge known to this reader.
findAll() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
findAll() - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
 
findAll() - Method in interface org.springframework.boot.actuate.trace.TraceRepository
Find all Trace objects contained in the repository.
findAllClasses(String, ClassLoader) - Method in class org.springframework.boot.liquibase.SpringPackageScanClassResolver
 
findAllWithPrefix(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
findCause(Throwable, Class<E>) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
findClass(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
findFactoryAnnotation(String, Class<A>) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
 
findMainClass(File) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find the main class from a given folder.
findMainClass(JarFile, String) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find the main class in a given jar file.
findMainMethod(JarFile) - Method in class org.springframework.boot.loader.tools.Repackager
 
findOne(String) - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpointMetricReader
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
 
findOne(String) - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
Find an instance of the metric with the given name (usually the latest recorded value).
findOne(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.rich.MultiMetricRichGaugeReader
 
findOne(String) - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
Find a single instance of a rich gauge by name.
findOne(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
findResource(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
findResource(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
 
findResources(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
 
findSingleMainClass(File) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find a single main class from a given folder.
findSingleMainClass(JarFile, String) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find a single main class in a given jar file.
findTrigger(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
Find a matching trigger configuration.
findType() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
finished(ConfigurableApplicationContext, Throwable) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
finished(ConfigurableApplicationContext, Throwable) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called immediately before the run method finishes.
finishRefresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
Fixed() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
FixedAuthoritiesExtractor - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Default implementation of AuthoritiesExtractor.
FixedAuthoritiesExtractor() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedAuthoritiesExtractor
 
FixedPrincipalExtractor - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Default implementation of PrincipalExtractor.
FixedPrincipalExtractor() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedPrincipalExtractor
 
flush() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
 
flush() - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
flush() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
Flush the buffer without waiting for it to fill any further.
flush() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Synchronize the persistence context to the underlying database.
flush() - Method in class org.springframework.boot.test.rule.OutputCapture
 
flyway() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
FlywayAutoConfiguration - Class in org.springframework.boot.autoconfigure.flyway
Auto-configuration for Flyway database migrations.
FlywayAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
 
FlywayAutoConfiguration.FlywayConfiguration - Class in org.springframework.boot.autoconfigure.flyway
 
FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.flyway
Additional configuration to ensure that EntityManagerFactory beans depend-on the flywayInitializer bean.
FlywayAutoConfiguration.FlywayJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.flyway
Additional configuration to ensure that EntityManagerFactory beans depend-on the flyway bean.
FlywayConfiguration(FlywayProperties, ResourceLoader, ObjectProvider<DataSource>, ObjectProvider<DataSource>, ObjectProvider<FlywayMigrationStrategy>) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
FlywayDataSource - Annotation Type in org.springframework.boot.autoconfigure.flyway
Qualifier annotation for a DataSource to be injected in to Flyway.
FlywayEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose flyway info.
FlywayEndpoint(Flyway) - Constructor for class org.springframework.boot.actuate.endpoint.FlywayEndpoint
 
FlywayEndpoint.FlywayMigration - Class in org.springframework.boot.actuate.endpoint
Migration properties.
flywayInitializer(Flyway) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
FlywayInitializerJpaDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJpaDependencyConfiguration
 
FlywayJpaDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayJpaDependencyConfiguration
 
FlywayMigration(MigrationInfo) - Constructor for class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
FlywayMigrationInitializer - Class in org.springframework.boot.autoconfigure.flyway
InitializingBean used to trigger Flyway migration via the FlywayMigrationStrategy.
FlywayMigrationInitializer(Flyway) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
Create a new FlywayMigrationInitializer instance.
FlywayMigrationInitializer(Flyway, FlywayMigrationStrategy) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
Create a new FlywayMigrationInitializer instance.
FlywayMigrationStrategy - Interface in org.springframework.boot.autoconfigure.flyway
Strategy used to initialize Flyway migration.
FlywayProperties - Class in org.springframework.boot.autoconfigure.flyway
Configuration properties for Flyway database migrations.
FlywayProperties() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
forCamelCase(String) - Static method in class org.springframework.boot.bind.RelaxedNames
Return a RelaxedNames for the given source camelCase source name.
forCondition(Class<? extends Annotation>, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method for a builder to construct a new ConditionMessage for a condition.
forCondition(String, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method for a builder to construct a new ConditionMessage for a condition.
foreignKeyColumnName(String, String, String, String) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringNamingStrategy
 
forFile(File) - Static method in class org.springframework.boot.loader.tools.Layouts
Return a layout for the given source file.
forget(Xid) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
format(LogRecord) - Method in class org.springframework.boot.logging.java.SimpleFormatter
 
format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
 
format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
 
format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
 
formatConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
forRestTemplate(RestTemplate, RequestExpectationManager) - Static method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
Return RequestExpectationManager to be used for binding with the specified RestTemplate.
forward(HttpTunnelPayload) - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayloadForwarder
 
found(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were found.
found(String, String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were found.
foundExactly(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that an exact result was found.
FreeMarkerAutoConfiguration - Class in org.springframework.boot.autoconfigure.freemarker
Auto-configuration for FreeMarker.
FreeMarkerAutoConfiguration(ApplicationContext, FreeMarkerProperties) - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
 
FreeMarkerAutoConfiguration.FreeMarkerConfiguration - Class in org.springframework.boot.autoconfigure.freemarker
 
FreeMarkerAutoConfiguration.FreeMarkerNonWebConfiguration - Class in org.springframework.boot.autoconfigure.freemarker
 
FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration - Class in org.springframework.boot.autoconfigure.freemarker
 
FreeMarkerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerConfiguration
 
freeMarkerConfiguration() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerNonWebConfiguration
 
freeMarkerConfiguration(FreeMarkerConfig) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration
 
freeMarkerConfigurer() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration
 
FreeMarkerNonWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerNonWebConfiguration
 
FreeMarkerProperties - Class in org.springframework.boot.autoconfigure.freemarker
ConfigurationProperties for configuring FreeMarker.
FreeMarkerProperties() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
FreeMarkerTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.freemarker
TemplateAvailabilityProvider that provides availability information for FreeMarker view templates.
FreeMarkerTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider
 
freeMarkerViewResolver() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration
 
FreeMarkerWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration
 
from(CharSequence) - Method in class org.springframework.boot.test.json.BasicJsonTester
Create JSON content from the specified String source.
from(String, Class<?>) - Method in class org.springframework.boot.test.json.BasicJsonTester
Create JSON content from the specified resource path.
from(byte[]) - Method in class org.springframework.boot.test.json.BasicJsonTester
Create JSON content from the specified JSON bytes.
from(File) - Method in class org.springframework.boot.test.json.BasicJsonTester
Create JSON content from the specified JSON file.
from(InputStream) - Method in class org.springframework.boot.test.json.BasicJsonTester
Create JSON content from the specified JSON input stream.
from(Resource) - Method in class org.springframework.boot.test.json.BasicJsonTester
Create JSON content from the specified JSON resource.
fromJdbcUrl(String) - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
Find a DatabaseDriver for the given URL.
fromProductName(String) - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
Find a DatabaseDriver for the given product name.

G

GaugeBuffer - Class in org.springframework.boot.actuate.metrics.buffer
Mutable buffer containing a double value and a timestamp.
GaugeBuffer(long) - Constructor for class org.springframework.boot.actuate.metrics.buffer.GaugeBuffer
 
GaugeBuffers - Class in org.springframework.boot.actuate.metrics.buffer
Fast writes to in-memory metrics store using GaugeBuffer.
GaugeBuffers() - Constructor for class org.springframework.boot.actuate.metrics.buffer.GaugeBuffers
 
GaugeService - Interface in org.springframework.boot.actuate.metrics
A service that can be used to submit a named double value for storage and analysis.
GaugeWriter - Interface in org.springframework.boot.actuate.metrics.writer
Writer for gauge values (simple metric with a number value).
generateContent() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Extract the content to contribute to the info endpoint.
generateTransportParameters() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
Creates the minimal transport parameters for an embedded transport configuration.
generateTransportParameters() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
Creates the minimal transport parameters for an embedded transport configuration.
GenericSerializerModifier() - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
get(Environment, BeanFactory) - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
 
get(String) - Method in class org.springframework.boot.actuate.info.Info
 
get(String, Class<T>) - Method in class org.springframework.boot.actuate.info.Info
 
get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
Return the auto-configuration base packages for the given bean factory.
get(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Obtain a ConditionEvaluationReport for the specified bean factory.
get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Return the EntityScanPackages for the given bean factory.
get(ClassLoader) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Returns the most suitable EmbeddedDatabaseConnection for the given class loader.
get(String) - Method in class org.springframework.boot.context.embedded.MimeMappings
Get a mime mapping for the given extension.
get(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
 
get() - Static method in class org.springframework.boot.devtools.settings.DevToolsSettings
 
get(HttpInputMessage) - Static method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Return the HttpTunnelPayload for the given message or null if there is no payload.
get(String) - Method in class org.springframework.boot.info.InfoProperties
Return the value of the specified property or null.
get(PropertyResolver) - Static method in class org.springframework.boot.logging.LogFile
Get a LogFile from the given Spring Environment.
get(ClassLoader) - Static method in class org.springframework.boot.logging.LoggingSystem
Detect and return the logging system in use.
get(String) - Method in class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
getAcceptors() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getAccessLogPrefix() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getAction() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
Returns the action, if any, to be taken to address the failure.
getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
 
getActive() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
Return the current number of active connections that have been allocated from the data source or null if that information is not available.
getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
 
getActive() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getActive(Environment) - Static method in enum org.springframework.boot.cloud.CloudPlatform
Returns the active CloudPlatform or null if one cannot be deduced.
getAddApplicationContextHeader() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getAdditionalExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getAdditionalInfo() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
Deprecated.
as of 1.4 in favor of defining an additional InfoContributor bean.
getAdditionalPaths() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getAdditionalProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getAdditionalProperties() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getAdditionalTomcatConnectors() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the Connectors that will be added to the Tomcat.
getAddress() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getAddress() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getAddress() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Return the address that the embedded container binds to.
getAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getAggregate() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
getAggregatePrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
 
getAlgorithm() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getAll() - Method in class org.springframework.boot.context.embedded.MimeMappings
Returns all defined mappings.
getAllExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getAllFileExtensions() - Method in class org.springframework.boot.env.PropertySourcesLoader
Returns all file extensions that could be loaded.
getAllowCredentials() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
getAllowedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
getAllowedMethods() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
getAllowedOrigins() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
getAlpha() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Return the smoothing constant value.
getAnnotation() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The Spring Data annotation used to enable the particular repository support.
getAnnotation(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getAnnotationClass() - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
Return the source annotation class used by the selector.
getApiKey() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
getAppId() - Method in class org.springframework.boot.autoconfigure.social.SocialProperties
 
getApplicationContext() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementContextResolver
Return the management ApplicationContext.
getApplicationContext() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
 
getApplicationContext() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
Access the application context that the container was created in.
getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
Return the application context.
getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationPreparedEvent
Return the application context.
getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationReadyEvent
Return the application context.
getApplicationLog() - Method in class org.springframework.boot.SpringApplication
Returns the Log for the application.
getApplicationPath() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getApplicationTitle(Class<?>) - Method in class org.springframework.boot.ResourceBanner
 
getApplicationVersion(Class<?>) - Method in class org.springframework.boot.ResourceBanner
 
getAppSecret() - Method in class org.springframework.boot.autoconfigure.social.SocialProperties
 
getArchive() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 
getArgs() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
 
getArgs(String...) - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getArtifact() - Method in class org.springframework.boot.info.BuildProperties
Return the artifactId of the project or null.
getArtifact() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getAsText() - Method in class org.springframework.boot.bind.InetAddressEditor
 
getAsync() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getAttribute(ObjectName, String, Class<T>) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
 
getAttributes(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
Return the appropriate AnnotationAttributes from the AnnotationMetadata.
getAuditEvent() - Method in class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Get the audit event.
getAuth() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getAuthenticationDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getAuthorizeMode() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
getAuthTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
getAverage() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Return either an exponential weighted moving average or a simple mean, respectively, depending on whether the weight 'alpha' has been set for this gauge.
getBackgroundProcessorDelay() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getBackupFile() - Method in class org.springframework.boot.loader.tools.Repackager
Return the File to use to backup the original source.
getBasedir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getBasename() - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
getBasePackages() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
getBasePath() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getBasic() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getBeanClassLoader() - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
 
getBeanFactory() - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
 
getBeansWithFactoryAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
 
getBootstrapHosts() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getBootVersion() - Method in class org.springframework.boot.ResourceBanner
 
getBranch() - Method in class org.springframework.boot.info.GitProperties
Return the name of the branch or null.
getBrokerUrl() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getBucket() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getBufferSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getBuffersPerRegion() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getBuild() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
 
getBuilderCustomizers() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Returns a mutable collection of the UndertowBuilderCustomizers that will be applied to the Undertow Undertow.Builder .
getCache() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getCacheNames() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCachePeriod() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
getCacheSeconds() - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
getCacheStatistics(CacheManager, C) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
 
getCacheStatistics(ObjectName) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
Return the current CacheStatistics snapshot from the MBean identified by the specified ObjectName.
getCacheStatistics(CacheManager, C) - Method in interface org.springframework.boot.actuate.cache.CacheStatisticsProvider
Return the current CacheStatistics snapshot for the specified Cache or null if the given cache could not be handled.
getCacheStatistics(CacheManager, CaffeineCache) - Method in class org.springframework.boot.actuate.cache.CaffeineCacheStatisticsProvider
 
getCacheStatistics(CacheManager, ConcurrentMapCache) - Method in class org.springframework.boot.actuate.cache.ConcurrentMapCacheStatisticsProvider
 
getCacheStatistics(CacheManager, EhCacheCache) - Method in class org.springframework.boot.actuate.cache.EhCacheStatisticsProvider
 
getCacheStatistics(CacheManager, GuavaCache) - Method in class org.springframework.boot.actuate.cache.GuavaCacheStatisticsProvider
 
getCacheStatistics(CacheManager, HazelcastCache) - Method in class org.springframework.boot.actuate.cache.HazelcastCacheStatisticsProvider
 
getCacheStatistics(ObjectName) - Method in class org.springframework.boot.actuate.cache.InfinispanCacheStatisticsProvider
 
getCacheStatistics(ObjectName) - Method in class org.springframework.boot.actuate.cache.JCacheCacheStatisticsProvider
 
getCaffeine() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCandidateConfigurations(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
Return the auto-configuration class names that should be considered.
getCause() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
Returns the cause of the failure.
getCauseType() - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
Return the cause type being handled by the analyzer.
getChain() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
getChangeLog() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getChangeSet() - Method in class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
Return details of the files that changed.
getChannel() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
getCharset() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getCharset() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
getCharsetName() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getCheckoutTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
getCheckpointInterval() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getChecks() - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
Returns the checks that should be applied.
getChecksum() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
getCheckTokenAccess() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
getCiphers() - Method in class org.springframework.boot.context.embedded.Ssl
 
getClasses(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getClassesLocation() - Method in interface org.springframework.boot.loader.tools.Layout
Returns the location of classes within the archive.
getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Module
 
getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.War
 
getClassLoader() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getClassLoader() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
getClassLoader() - Method in class org.springframework.boot.SpringApplication
Either the ClassLoader that will be used in the ApplicationContext (if resourceLoader is set, or the context class loader (if not null), or the loader of the Spring ClassUtils class.
getClassName() - Method in class org.springframework.boot.context.embedded.JspServlet
 
getClassPathArchives() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 
getClassPathArchives() - Method in class org.springframework.boot.loader.Launcher
Returns the archives that will be used to construct the class path.
getClassPathArchives() - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getClientAuth() - Method in class org.springframework.boot.context.embedded.Ssl
 
getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getClosest(Color) - Static method in class org.springframework.boot.ansi.AnsiColors
 
getCluster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getClusterConfiguration() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
Create a RedisClusterConfiguration if necessary.
getClusterName() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getClusterName() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
getClusterNodes() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
getClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
getCode() - Method in class org.springframework.boot.actuate.health.Status
Return the code for this status.
getCollectionName() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Mongo
 
getCommandPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getCommandRefreshInterval() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getComment() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
getCommitId() - Method in class org.springframework.boot.info.GitProperties
Return the full id of the commit or null.
getCommitTime() - Method in class org.springframework.boot.info.GitProperties
Return the timestamp of the commit or null.
getCompiler() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getComponentScanningPackages(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
getCompression() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getCompression() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getCompression() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getCondition() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
 
getCondition() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
getConditionAndOutcomesBySource() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns condition outcomes from this report, grouped by the source.
getConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return an outcome message or null.
getConfig() - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
 
getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
 
getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Hazelcast
 
getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
 
getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
getConfig() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
getConfigPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getConfigurableWebBindingInitializer() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
getConfiguration() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The configuration class that will be used by Spring Boot as a template.
getConfigurationPhase() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
 
getConfigurations() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Returns a mutable collection of Jetty Configurations that will be applied to the WebAppContext before the server is created.
getConnect() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getConnection() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
getConnection() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
getConnection(String, String) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getConnectTimeoutMillis() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getConsistency() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
getConsistencyLevel() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getConsoleFileCount() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getConsoleFileLimit() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getConsoleFileName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getConsoleLogLevel() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getContactPoints() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getContainerType() - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
 
getContent() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
 
getContents() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Return the contents of the file as a byte array or null if ClassLoaderFile.getKind() is ClassLoaderFile.Kind.DELETED.
getContentType() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getContentType() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getContext() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQNoOpBindingRegistry
Deprecated.
 
getContextLifecycleListeners() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the LifecycleListeners that will be applied to the Tomcat Context .
getContextParameters() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getContextPath() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Return the context path with no trailing slash (i.e.
getContextPath() - Method in interface org.springframework.boot.actuate.endpoint.mvc.ManagementServletContext
Return the context path of the management server.
getContextPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getContextPath() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns the context path for the embedded servlet container.
getContextPath() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getContexts() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getContextValves() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the Valves that will be applied to the Tomcat Context.
getConversionService() - Method in class org.springframework.boot.bind.PropertySourcesBinder
 
getConverters() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
Return an immutable list of the converters in the order that they will be registered.
getCookie() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
getCouchbase() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCount() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Return the number of times the value has been set.
getCounterSubmissions() - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
 
getCuries() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
 
getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the event data.
getData() - Method in class org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean
 
getData() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getDatabaseDir() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
getDatabasePlatform() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getDataDirectory() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getDataDirectory() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
getDataPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getDataSource() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.AbstractDataSourcePoolMetadata
 
getDataSource() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Return the DataSource.
getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
getDataSourceClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
getDataSourcePoolMetadata(DataSource) - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvider
Return the DataSourcePoolMetadata instance able to manage the specified DataSource or null if the given data source could not be handled.
getDataSourcePoolMetadata(DataSource) - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProviders
 
getDataUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getDate(String) - Method in class org.springframework.boot.info.InfoProperties
Return the value of the specified property as a Date or null if the value is not a valid Long representation of an epoch time.
getDateFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDateFormat() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getDateToolAttribute() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
getDdlAuto() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
 
getDebug() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getDefaultContextLoaderClass(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getDefaultEncoding() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
getDefaultJtaTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getDefaultMediaType() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getDefaultPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getDefaultPropertyInclusion() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDefaultRequeueRejected() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getDefaultSchema() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getDefaultTestExecutionListenerClasses() - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getDefaultTimeout() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getDelayMillis() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
getDelegate() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
 
getDeploymentInfoCustomizers() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Returns a mutable collection of the UndertowDeploymentInfoCustomizers that will be applied to the Undertow DeploymentInfo .
getDescription() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
getDescription() - Method in class org.springframework.boot.actuate.health.Status
Return the description of this status.
getDescription() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
Returns a description of the failure.
getDeserialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDetails() - Method in class org.springframework.boot.actuate.health.Health
Return the details of the health.
getDetails() - Method in class org.springframework.boot.actuate.info.Info
Return the content.
getDifferentiatorPropertySourceProperty() - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Return a "differentiator" property to ensure that there is something to differentiate regular tests and bootstrapped tests.
getDir() - Method in class org.springframework.boot.ApplicationHome
Returns the application home directory.
getDir(String) - Method in class org.springframework.boot.ApplicationTemp
Return a sub-directory of the application temp.
getDir() - Method in class org.springframework.boot.ApplicationTemp
Return the directory to be used for application specific temp files.
getDir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getDirectBuffers() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getDirectory() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getDisabledCommands() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getDisabledPlugins() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getDisabledResponse() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
Returns the response that should be returned when the endpoint is disabled.
getDisplayName() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getDisplayName() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getDocumentRoot() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns the document root which will be used by the web context to serve static files.
getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
getDomain() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
getDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured driver or null if none was configured.
getDriverClassName() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Returns the driver class name.
getDriverClassName() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
Return the driver class name.
getEhcache() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getEmbedded() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getEmbedded() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getEmbedded() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
Deprecated.
 
getEmbeddedServletContainer(ServletContextInitializer...) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerFactory
Gets a new fully configured but paused EmbeddedServletContainer instance.
getEmbeddedServletContainer() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
getEmbeddedServletContainer() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Returns the EmbeddedServletContainer that was created by the context or null if the container has not yet been created.
getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
 
getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
getEmbeddedServletContainerFactory() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Returns the EmbeddedServletContainerFactory that should be used to create the embedded servlet container.
getEnabled() - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
Return whether the resource chain is enabled.
getEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getEnabled() - Method in class org.springframework.boot.context.embedded.Compression
 
getEnabledProtocols() - Method in class org.springframework.boot.context.embedded.Ssl
 
getEnableEnumTranslation() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getEndpoint() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getEndpointClass() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getEndpointMBean(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Return the endpoints.
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 
getEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
 
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
getEndpointType() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
Return the type of Endpoint exposed, or null if this MvcEndpoint exposes information that cannot be represented as a traditional Endpoint.
getEngineValves() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the Valves that will be applied to the Tomcat Engine.
getEntityManager() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Return the underlying EntityManager that's actually used to perform all operations.
getEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
 
getEnv() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getEnvironment() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
getEnvironment() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
getEnvironment() - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
 
getEnvironment() - Method in class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
Return the environment.
getEnvironment() - Method in class org.springframework.boot.logging.LoggingInitializationContext
Return the Spring environment if available.
getEnvironmentProperties(MergedContextConfiguration) - Method in class org.springframework.boot.test.SpringApplicationContextLoader
Deprecated.
 
getError(RequestAttributes) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
 
getError(RequestAttributes) - Method in interface org.springframework.boot.autoconfigure.web.ErrorAttributes
Return the underlying cause of the error or null if the error cannot be extracted.
getError() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getErrorAttributes(HttpServletRequest, boolean) - Method in class org.springframework.boot.autoconfigure.web.AbstractErrorController
 
getErrorAttributes(RequestAttributes, boolean) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
 
getErrorAttributes(RequestAttributes, boolean) - Method in interface org.springframework.boot.autoconfigure.web.ErrorAttributes
Returns a Map of the error attributes.
getErrorPages() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns a mutable set of ErrorPages that will be used when handling exceptions.
getErrorPath() - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
 
getErrorPath() - Method in interface org.springframework.boot.autoconfigure.web.ErrorController
Returns the path of the error page.
getErrorProperties() - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
Provide access to the error properties.
getException() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
Return the exception that caused the failure.
getException() - Method in class org.springframework.boot.web.servlet.ErrorPage
Returns the exception type (or null for a page that matches by status).
getExceptionHandlerExceptionResolver() - Method in interface org.springframework.boot.autoconfigure.web.WebMvcRegistrations
Return the custom ExceptionHandlerExceptionResolver that should be used and processed by the MVC configuration.
getExceptionHandlerExceptionResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcRegistrationsAdapter
 
getExceptionName() - Method in class org.springframework.boot.web.servlet.ErrorPage
The exception type name.
getExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getExcludedUserAgents() - Method in class org.springframework.boot.context.embedded.Compression
 
getExcludedViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getExcludes() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
getExclusions() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
getExclusions() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns the names of the classes that have been excluded from condition evaluation.
getExclusions(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
Return any exclusions that limit the candidate configurations.
getExecutionTime() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
getExitCode() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
getExitCode() - Method in class org.springframework.boot.ExitCodeEvent
Return the exit code that will be used to exit the JVM.
getExitCode(Throwable) - Method in interface org.springframework.boot.ExitCodeExceptionMapper
Returns the exit code that should be returned from the application.
getExitCode() - Method in interface org.springframework.boot.ExitCodeGenerator
Returns the exit code that should be returned from the application.
getExpectationManagers() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
getExpiration() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
getExpiryScanners() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getExpiryTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
getExporters() - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
 
getExposedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
getExtension() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
getExternalFile() - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
 
getFeatures() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
getFetchSize() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getFieldNamingStrategy() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getFile() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
Return the file that was changed.
getFile(String) - Method in interface org.springframework.boot.devtools.restart.classloader.ClassLoaderFileRepository
Return a ClassLoaderFile for the given name or null if no file is contained in this collection.
getFile(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
 
getFile() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
Returns the underlying File.
getFile() - Method in class org.springframework.boot.loader.tools.Library
Return the library file.
getFileExtensions() - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
 
getFileExtensions() - Method in interface org.springframework.boot.env.PropertySourceLoader
Returns the file extensions that the loader supports (excluding the '.').
getFileExtensions() - Method in class org.springframework.boot.env.YamlPropertySourceLoader
 
getFiles() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
The files that have been changed.
getFiles() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
Return all ClassLoaderFiles in the collection that are contained in this source folder.
getFilesEntrySet() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
 
getFileSizeThreshold() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
getFileSystemWatcher() - Method in interface org.springframework.boot.devtools.filewatch.FileSystemWatcherFactory
Create a new FileSystemWatcher.
getFilter() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getFilter() - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
 
getFilter() - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
 
getFilterDispatcherTypes() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getFilterOrder() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
getFilterOrder() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getFilters(AnnotationCustomizableTypeExcludeFilter.FilterType) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AllNestedConditions
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.NoneNestedConditions
 
getFixed() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
 
getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Redis
 
getForEntity(String, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve an entity by doing a GET on the specified URL.
getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve a representation by doing a GET on the URI template.
getForEntity(URI, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve a representation by doing a GET on the URL .
getForObject(String, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve a representation by doing a GET on the specified URL.
getForObject(String, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve a representation by doing a GET on the URI template.
getForObject(URI, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve a representation by doing a GET on the URL .
getGaugeSubmissions() - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
 
getGenerator() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getGit() - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties
 
getGit() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
 
getGridFsDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getGroup() - Method in class org.springframework.boot.info.BuildProperties
Return the groupId of the project or null.
getGroup() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getGuava() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getHalBrowserLocation(ResourceLoader) - Static method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
 
getHandler(ServerHttpRequest) - Method in interface org.springframework.boot.devtools.remote.server.HandlerMapper
Return the handler for the given request or null.
getHandler(ServerHttpRequest) - Method in class org.springframework.boot.devtools.remote.server.UrlHandlerMapper
 
getHazelcast() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getHazelcast() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getHazelcastInstance() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
Get the HazelcastInstance.
getHeaders() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getHibernate() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getHibernateProperties(DataSource) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
Get configuration properties for the initialization of the main Hibernate EntityManagerFactory.
getHitRatio() - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
Return the ratio of cache requests which were hits as a value between 0 and 1 where 0 means that the hit ratio is 0% and 1 means it is 100%.
getHitRatio() - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
getHomeDirectory() - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getHomeFolder() - Method in class org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
 
getHost() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
 
getHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
getHost() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
Deprecated.
 
getHost() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
getHost() - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
 
getHost() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
getHsts() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
getHtmlFile() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint.HalBrowserLocation
 
getHttpOnly() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
getId() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
getId() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
The logical ID of the endpoint.
getId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getId(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Return the ID of the given entity.
getId(Object, Class<T>) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Return the ID of the given entity cast to a specific type.
getIdleTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
getIgnored() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getIgnored(SecurityProperties) - Static method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
 
getImplicitStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
 
getInclude() - Method in class org.springframework.boot.actuate.trace.TraceProperties
 
getIncludes() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
getIncludeStacktrace() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
getIndices() - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
 
getInfinispan() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getInfo() - Method in class org.springframework.boot.actuate.trace.Trace
 
getInit() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getInit() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
getInitialInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getInitializer() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
getInitializer() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc
 
getInitializers() - Method in class org.springframework.boot.SpringApplication
Returns read-only ordered Set of the ApplicationContextInitializers that will be applied to the Spring ApplicationContext.
getInitialUrls(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
 
getInitialUrls() - Method in class org.springframework.boot.devtools.restart.Restarter
Return the initial set of URLs as configured by the RestartInitializer.
getInitialUrls(Thread) - Method in interface org.springframework.boot.devtools.restart.RestartInitializer
Return the initial set of URLs for the Restarter or null if no initial restart is required.
getInitParameters() - Method in class org.springframework.boot.context.embedded.JspServlet
 
getInitParameters() - Method in class org.springframework.boot.web.servlet.RegistrationBean
Returns a mutable Map of the registration init-parameters.
getInitSqls() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getInlinedProperties(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
getInputStream(RandomAccessData.ResourceAccess) - Method in class org.springframework.boot.loader.data.ByteArrayRandomAccessData
 
getInputStream(RandomAccessData.ResourceAccess) - Method in interface org.springframework.boot.loader.data.RandomAccessData
Returns an InputStream that can be used to read the underlying data.
getInputStream(RandomAccessData.ResourceAccess) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
getInputStream(ZipEntry) - Method in class org.springframework.boot.loader.jar.JarFile
 
getInputStream(ZipEntry, RandomAccessData.ResourceAccess) - Method in class org.springframework.boot.loader.jar.JarFile
 
getInstalledOn() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
getInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
Return the active Restarter instance.
getInternalProxies() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getIoThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getJarEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
 
getJavaVersion() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
Returns the ConditionalOnJava.JavaVersion of the current runtime.
getJcache() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getJdbc() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getJetty() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getJettyEmbeddedServletContainer(Server) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Factory method called to create the JettyEmbeddedServletContainer .
getJndiName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getJndiName() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
getJndiName() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getJob() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
getJobExecution() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
Return the job execution.
getJobExplorer() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJodaDateTimeFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getJson() - Method in class org.springframework.boot.test.json.JsonContent
Return the actual JSON content string.
getJsonParser() - Static method in class org.springframework.boot.json.JsonParserFactory
Static factory for the "best" JSON parser available on the classpath.
getJspServlet() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getJspServlet() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getJtaTransactionManager() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Return the JTA transaction manager.
getJwt() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getKey() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
 
getKey() - Method in class org.springframework.boot.info.InfoProperties.Entry
 
getKeyAlias() - Method in class org.springframework.boot.context.embedded.Ssl
 
getKeyPassword() - Method in class org.springframework.boot.context.embedded.Ssl
 
getKeyPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
getKeyPattern() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
 
getKeyspaceName() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getKeyStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStore() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getKeyStore() - Method in class org.springframework.boot.context.embedded.Ssl
 
getKeyStore() - Method in interface org.springframework.boot.context.embedded.SslStoreProvider
Return the key store that should be used.
getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getKeyStorePassword() - Method in class org.springframework.boot.context.embedded.Ssl
 
getKeyStoreProvider() - Method in class org.springframework.boot.context.embedded.Ssl
 
getKeyStoreType() - Method in class org.springframework.boot.context.embedded.Ssl
 
getKeyUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
getKeyValue() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
getKeyValue() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getKeyValue() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
getKind() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Return the file ClassLoaderFile.Kind (added, modified, deleted).
getLabels() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getLastModified() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Return the time that the file was last modified.
getLastUpdated() - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
 
getLauncherClassName() - Method in interface org.springframework.boot.loader.tools.Layout
Returns the launcher class name for this layout.
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Expanded
 
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Module
 
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.None
 
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.War
 
getLibraryDestination(String, LibraryScope) - Method in interface org.springframework.boot.loader.tools.Layout
Returns the destination path for a given library.
getLibraryDestination(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getLibraryDestination(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.Module
 
getLibraryDestination(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.War
 
getLimitParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getListener() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getListener() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
getListener() - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
 
getListeners() - Method in class org.springframework.boot.SpringApplication
Returns read-only ordered Set of the ApplicationListeners that will be applied to the SpringApplication and registered with the ApplicationContext .
getLivereload() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
 
getLoadBalancingPolicy() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getLoadOnStartup() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
 
getLoadOnStartup() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.Servlet
 
getLoadOnStartup() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
getLocale() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getLocale() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getLocaleCharsetMappings() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Return the Locale to Charset mappings.
getLocaleResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getLocalPort() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
 
getLocation() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
getLocation() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
getLocation() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
getLocations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getLogBaseDir() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getLogBaseName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getLogDir() - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
getLogDir() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getLogger(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
 
getLoginPath() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
getLoginTimeout() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getLoginTimeout() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
getLogWriter() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getLogWriter() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
getMainApplicationClass() - Method in class org.springframework.boot.SpringApplication
Returns the main application class that has been deduced or explicitly configured.
getMainClass() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 
getMainClass() - Method in class org.springframework.boot.loader.Launcher
Returns the main class that should be launched.
getMainClass() - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getManagementServletContext() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
 
getMandatory() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getManifest() - Method in interface org.springframework.boot.loader.archive.Archive
Returns the manifest of the archive.
getManifest() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getManifest() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getManifest() - Method in class org.springframework.boot.loader.jar.JarFile
 
getMapName() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Hazelcast
 
getMapper() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getMapping() - Method in class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
 
getMapping() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
getMaster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
Determine the outcome of the match along with suitable log output.
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration.ResourceBundleCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
 
getMax() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Return the maximum value of the gauge.
getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
 
getMax() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
Return the maximum number of active connections that can be allocated at the same time or -1 if there is no limit.
getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
 
getMax() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getMaxActive() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMaxActives() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getMaxAge() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
getMaxAge() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
getMaxAttempts() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getMaxConnections() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
getMaxFileSize() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
getMaxHttpHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getMaxHttpHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
Deprecated.
getMaxHttpPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getMaxIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMaxInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getMaxRedirects() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
getMaxRequestSize() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
getMaxThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getMaxWait() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMBeanServer() - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
 
getMediaTypes() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getMessage() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
 
getMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return an outcome message or null.
getMessage() - Method in exception org.springframework.boot.bind.RelaxedBindingNotWritablePropertyException
 
getMessageCodesResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
getMessageCodesResolverFormat() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
 
getMetric() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
getMetric() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
getMimeMappings() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns the mime-type mappings.
getMimeType() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
getMimeTypes() - Method in class org.springframework.boot.context.embedded.Compression
 
getMin() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Return the minimum value of the gauge.
getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
 
getMin() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
Return the minimum number of idle connections in the pool or null if that information is not available.
getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
 
getMin() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getMinIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMinResponseSize() - Method in class org.springframework.boot.context.embedded.Compression
 
getMinSpareThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMissRatio() - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
Return the ratio of cache requests which were misses as value between 0 and 1 where 0 means that the miss ratio is 0% and 1 means it is 100%.
getMissRatio() - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
getMobilePrefix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
getMobileSuffix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
getMode() - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties.Git
 
getMode() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the mode that should be used to expose the content.
getMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
getMode() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getMode() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
Deprecated.
 
getMode() - Method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
 
getMode() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getMongo() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getMongoClientDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getMultipartConfig() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Returns the multi-part configuration to be applied or null.
getMultiplier() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMvcEndpoints() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementContextResolver
Return all MvcEndpoints from the management context.
getName() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
getName() - Method in class org.springframework.boot.actuate.metrics.Metric
Returns the name of the metric.
getName(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
 
getName(String) - Method in interface org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbNamingStrategy
Convert the metric name into a OpenTsdbName.
getName() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Return the name of the gauge.
getName() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
getName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getName() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getName() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
getName() - Method in class org.springframework.boot.bind.PropertyOrigin
 
getName() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
Return the name of the source folder.
getName() - Method in class org.springframework.boot.info.BuildProperties
Return the name of the project or null.
getName() - Method in interface org.springframework.boot.loader.archive.Archive.Entry
Returns the name of the entry.
getName() - Method in class org.springframework.boot.loader.jar.JarFile
 
getName() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getName() - Method in class org.springframework.boot.loader.tools.Library
Return the name of file as it should be written.
getNames() - Method in class org.springframework.boot.actuate.metrics.export.SpecificTriggerProperties
 
getNames() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
getNamespace() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Redis
 
getNamespace() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
getNaming() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
 
getNamingStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
Deprecated.
getNegativeMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
getNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getNestedArchives(Archive.EntryFilter) - Method in interface org.springframework.boot.loader.archive.Archive
Returns nested Archives for entries that match the specified filter.
getNestedArchives(Archive.EntryFilter) - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getNestedArchives(Archive.EntryFilter) - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getNestedJarFile(ZipEntry) - Method in class org.springframework.boot.loader.jar.JarFile
Return a nested JarFile loaded from the specified entry.
getNestedJarFile(JarEntry) - Method in class org.springframework.boot.loader.jar.JarFile
Return a nested JarFile loaded from the specified entry.
getNestedMap(Map<String, Object>, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the nested map with the specified key or empty map if the specified map contains no mapping for the key.
getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
getNonOptionArgs() - Method in interface org.springframework.boot.ApplicationArguments
Return the collection of non-option arguments parsed.
getNonOptionArgs() - Method in class org.springframework.boot.DefaultApplicationArguments
 
getNormalPrefix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
getNormalSuffix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
getNumberToolAttribute() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
getObject() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
 
getObject() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
getObject() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
getObject() - Method in class org.springframework.boot.test.json.ObjectContent
Return the actual object content.
getObjectName(C) - Method in class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
Return the ObjectName of the MBean that is managing the specified cache or null if none is found.
getObjectName(SpringCache) - Method in class org.springframework.boot.actuate.cache.InfinispanCacheStatisticsProvider
 
getObjectName(JCacheCache) - Method in class org.springframework.boot.actuate.cache.JCacheCacheStatisticsProvider
 
getObjectName(Object, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
getObjectName(Object, String) - Method in class org.springframework.boot.actuate.metrics.jmx.DefaultMetricNamingStrategy
 
getObjectName(Object, String) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
 
getObjectType() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
 
getObjectType() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
getObjectType() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
getOplogSize() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
getOptionNames() - Method in interface org.springframework.boot.ApplicationArguments
Return then names of all option arguments.
getOptionNames() - Method in class org.springframework.boot.DefaultApplicationArguments
 
getOptionValues(String) - Method in interface org.springframework.boot.ApplicationArguments
Return the collection of values associated with the arguments option having the given name.
getOptionValues(String) - Method in class org.springframework.boot.DefaultApplicationArguments
 
getOrAddAttribute(String, ObjectFactory<?>) - Method in class org.springframework.boot.devtools.restart.Restarter
 
getOrCreateSourceFolder(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Get or create a ClassLoaderFiles.SourceFolder with the given name.
getOrDeduceName(Object) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Deduces the name for this registration.
getOrDeduceUseForwardHeaders() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getOrder() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorProperties
 
getOrder() - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
 
getOrder() - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
getOrder() - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
 
getOrder() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
getOrder() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorViewResolver
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
 
getOrder() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
 
getOrder() - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
getOrder() - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
getOrder() - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
getOrder() - Method in class org.springframework.boot.context.FileEncodingApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Return the order of the bean.
getOrder() - Method in class org.springframework.boot.devtools.restart.RestartApplicationListener
 
getOrder() - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
getOrder() - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
getOrder() - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
getOrder() - Method in class org.springframework.boot.jta.narayana.NarayanaBeanFactoryPostProcessor
 
getOrder() - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
getOrder() - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
getOrder() - Method in class org.springframework.boot.system.ApplicationPidFileWriter
 
getOrder() - Method in class org.springframework.boot.test.IntegrationTestPropertiesListener
Deprecated.
 
getOrder() - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 
getOrder() - Method in class org.springframework.boot.web.filter.OrderedCharacterEncodingFilter
 
getOrder() - Method in class org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
 
getOrder() - Method in class org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
 
getOrder() - Method in class org.springframework.boot.web.filter.OrderedRequestContextFilter
 
getOrder() - Method in class org.springframework.boot.web.servlet.RegistrationBean
Get the order of the registration bean.
getOrder() - Method in class org.springframework.boot.web.support.ServletContextApplicationContextInitializer
 
getOrFindConfigurationClasses(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getOutcome() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
getOutputDir() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getPackagedConfigFile(String) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
getPackageNames() - Method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Return the package names specified from all @EntityScan annotations.
getPackages() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getPackagesToScan() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
getPage(String) - Method in class org.springframework.boot.test.web.htmlunit.LocalHostWebClient
 
getPageParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getParameters() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getParent() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
getParent() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
The parent report (from a parent BeanFactory if there is one).
getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
getParentLogger() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
getParser() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
getPassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
getPassword() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured password or null if none was configured.
getPassword() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
Deprecated.
 
getPassword() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getPassword() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
getPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
getPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Get the path of the endpoint.
getPath() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
Return the MVC path of the endpoint.
getPath() - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
 
getPath() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getPath() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
getPath() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
getPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
getPath() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
getPath() - Method in class org.springframework.boot.web.servlet.ErrorPage
The path to render (usually implemented as a forward), starting with "/".
getPathFromRoot() - Method in class org.springframework.boot.loader.jar.JarFile
 
getPaths() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
getPaths() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
getPathsArray(Collection<String>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getPathsArray(String[]) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getPayloadData(ReadableByteChannel) - Static method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Return the payload data for the given source ReadableByteChannel or null if the channel timed out whilst reading.
getPeriodicRecoveryPeriod() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getPhase() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
getPhysicalStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
 
getPlatform() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getPollInterval() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getPool() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getPool() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Returns the management port or null if the server port should be used.
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
getPort() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
 
getPort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
getPort() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
Deprecated.
 
getPort() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
getPort() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getPort() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
The port that the embedded server listens on.
getPort() - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
Return the port this server is listening on.
getPort() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
 
getPort() - Method in exception org.springframework.boot.context.embedded.PortInUseException
Returns the port that was in use.
getPort() - Method in exception org.springframework.boot.context.embedded.tomcat.ConnectorStartFailedException
 
getPort() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
 
getPort() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
 
getPort() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
getPort() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
getPort() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
Return the port that the server is listening on.
getPort() - Method in interface org.springframework.boot.devtools.tunnel.server.PortProvider
Return the port number.
getPort() - Method in class org.springframework.boot.devtools.tunnel.server.RemoteDebugPortProvider
 
getPort() - Method in class org.springframework.boot.devtools.tunnel.server.StaticPortProvider
 
getPortFile(EmbeddedWebApplicationContext) - Method in class org.springframework.boot.system.EmbeddedServerPortFileWriter
Return the actual port file that should be written for the given application context.
getPortHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getPositiveMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
getPrefetch() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getPrefix() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Get the prefix used in mappings.
getPrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
 
getPrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
 
getPrefix() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
 
getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the user principal responsible for the event.
getPrincipal(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
Return the principal that should be used for the token.
getPrint() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
getPriority() - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
getProperties() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the properties that this instance manages.
getProperties() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
getProperties() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
getProperties() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Return the JpaProperties.
getProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getProperties() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
getProperties(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getProperty(String) - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
Return the value of the specified key from the application Environment.
getProperty(String) - Method in class org.springframework.boot.ansi.AnsiPropertySource
 
getProperty(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
getProperty(String, String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
getProperty(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
getProperty(String, Class<T>, T) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
getProperty(String) - Method in class org.springframework.boot.context.config.RandomValuePropertySource
 
getProperty(String) - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
 
getProperty(String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
 
getProperty(String, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
 
getProperty(String, String, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
Search the System properties and environment variables for a value with the provided key.
getProperty(String) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
getPropertyAsClass(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
Deprecated.
getPropertyName(EmbeddedWebApplicationContext) - Method in class org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
 
getPropertyNames() - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
 
getPropertyNames() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
getPropertyNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getPropertyOrigin() - Method in exception org.springframework.boot.bind.RelaxedBindingNotWritablePropertyException
 
getPropertyResolvers(Environment, Class<?>) - Method in class org.springframework.boot.ResourceBanner
 
getPropertySources() - Method in class org.springframework.boot.bind.PropertySourcesBinder
 
getPropertySources() - Method in class org.springframework.boot.env.PropertySourcesLoader
Return the MutablePropertySources being loaded.
getPropertyValue(String) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
getPropertyValues() - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
getProtocol() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getProtocol() - Method in class org.springframework.boot.context.embedded.Ssl
 
getProtocolHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getProtocolHeaderHttpsValue() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getProvider() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
getProvider(String, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Get the provider that can be used to render the given view.
getProvider(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Get the provider that can be used to render the given view.
getProviders() - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Return the underlying providers being used.
getProxy() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getProxy() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
getProxy() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
getQuery() - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Return the validation query or null.
getQuery() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
getQuery() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getQueues() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getQueues() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
getQuietPeriod() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getReadTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getReadTimeoutMillis() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getRealm() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
getRealm() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getReconnectionPolicy() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getRecoveryBackoffPeriod() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getRecoveryDbPass() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getRecoveryDbUser() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getRecoveryJmsPass() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getRecoveryJmsUser() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getRecoveryModules() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getRedirectContextRoot() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRedis() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
getRedis() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getRegistered() - Method in class org.springframework.boot.context.embedded.JspServlet
 
getRelativeName() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
Return the name of the file relative to the source folder.
getRemote() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
 
getRemoteIpHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRepackagedClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getRepackagedClassesLocation() - Method in interface org.springframework.boot.loader.tools.RepackagingLayout
Returns the location to which classes should be moved.
getReplSetName() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
getReplyTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getRepositoryConfigurationExtension() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The RepositoryConfigurationExtension for the particular repository support.
getRequest() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Return the underlying request.
getRequestConfig() - Method in class org.springframework.boot.test.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
Deprecated.
 
getRequestConfig() - Method in class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
 
getRequestContextAttribute() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getRequestedHeartbeat() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getRequestMappingHandlerAdapter() - Method in interface org.springframework.boot.autoconfigure.web.WebMvcRegistrations
Return the custom RequestMappingHandlerAdapter that should be used and processed by the MVC configuration.
getRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcRegistrationsAdapter
 
getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.WebMvcRegistrations
Return the custom RequestMappingHandlerMapping that should be used and processed by the MVC configuration.
getRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.WebMvcRegistrationsAdapter
 
getRequestTimeout() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.Async
 
getRequiredNode(JsonNode, String) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
Helper method to return a JsonNode from the tree.
getRequiredProperty(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
getRequiredProperty(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
getResource(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
getResource(String) - Method in class org.springframework.boot.test.mock.web.SpringBootMockServletContext
 
getResourceBasePathLocation(String) - Method in class org.springframework.boot.test.mock.web.SpringBootMockServletContext
 
getResourceByPath(String) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
getResourceId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getResourceLoader() - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
 
getResourceLoader() - Method in class org.springframework.boot.SpringApplication
The ResourceLoader that will be used in the ApplicationContext.
getResourceLoaderPath() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
getResourceLoaderPath() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
getResourceLocation() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint.HalBrowserLocation
 
getResourceLocation(String) - Method in class org.springframework.boot.test.mock.web.SpringBootMockServletContext
 
getResourceOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
Check if one of the default resource locations actually exists.
getResourceOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigResourceCondition
 
getResources(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
getResourceSuffix() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
getResourceSuffix() - Method in class org.springframework.boot.test.SpringApplicationContextLoader
Deprecated.
 
getResourceSuffixes() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
getResourceSuffixes() - Method in class org.springframework.boot.test.SpringApplicationContextLoader
Deprecated.
 
getResponse() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Return the underlying response.
getResponseTimeout() - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
 
getRestart() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
 
getRestart() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getRestTemplate() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
 
getRestTemplate() - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Returns the underlying RestTemplate that is actually used to perform the REST operations.
getRetry() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getRetry() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getRetryPolicy() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getReturnBodyOnCreate() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getReturnBodyOnUpdate() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getRole() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
getRollbackFile() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getRootJarFile() - Method in class org.springframework.boot.loader.jar.JarFile
 
getRootJarFileFromUrl(URL) - Method in class org.springframework.boot.loader.jar.Handler
 
getRootUri() - Method in class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
 
getRootUri() - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
 
getRunningProcess() - Method in class org.springframework.boot.loader.tools.RunProcess
Return the running process.
getSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
getSchema() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSchema() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc
 
getSchemaAction() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getSchemaPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSchemaUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getScope() - Method in class org.springframework.boot.loader.tools.Library
Return the scope of the library.
getScript() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
getSecret() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getSecretHeaderName() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getSecure() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
getSecurity() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getSelectors() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getSelfInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Return any self initialization config that has been applied.
getSensitive() - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
 
getSentinel() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getSentinelConfig() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
 
getSeparator() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSequence() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Return the sequence number of the payload.
getSerialConsistencyLevel() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getSerialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getSerializationInclusion() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
Deprecated.
getServer() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
Returns access to the underlying Jetty Server.
getServer() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
getServer(RestTemplate) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
getServerCustomizers() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Returns a mutable collection of Jetty Configurations that will be applied to the WebAppContext before the server is created.
getServerHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getServerHeader() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getServerId() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getServerId() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
getServers() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
getServerThread() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
 
getServerThread() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Returns the active server thread, creating and starting it if necessary.
getService() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getServiceId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
getServlet() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Returns the servlet being registered.
getServletConfig() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
getServletConfig() - Method in class org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor
 
getServletContext() - Method in class org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor
 
getServletContextInitializerBeans() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Returns ServletContextInitializers that should be used with the embedded Servlet context.
getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Return a Jetty Configuration that will invoke the specified ServletContextInitializers.
getServletMapping() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getServletName() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Returns the servlet name that will be registered.
getServletPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getServletPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getSession() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getSessions() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
getSessions() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getSessionStoreDir() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getSessionTimeout() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Return the session timeout in seconds.
getSettings() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
getSettings() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getShortCommitId() - Method in class org.springframework.boot.info.GitProperties
Return the abbreviated id of the commit or null.
getShutdownHandler() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
getShutdownHandler() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getShutdownHandler() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getShutdownHandler() - Method in class org.springframework.boot.logging.LoggingSystem
Returns a Runnable that can handle shutdown of this logging system when the JVM exits.
getSize() - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
Return the size of the cache or null if that information is not available.
getSize() - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
getSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
getSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
getSize() - Method in class org.springframework.boot.loader.data.ByteArrayRandomAccessData
 
getSize() - Method in interface org.springframework.boot.loader.data.RandomAccessData
Returns the size of the data.
getSize() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
getSocketConnect() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getSortParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getSource() - Method in class org.springframework.boot.ApplicationHome
Returns the underlying source used to find the home directory.
getSource() - Method in class org.springframework.boot.bind.PropertyOrigin
 
getSource() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
Access the source of the event (an EmbeddedServletContainer).
getSourceArgs() - Method in interface org.springframework.boot.ApplicationArguments
Return the raw unprocessed arguments that were passed to the application.
getSourceArgs() - Method in class org.springframework.boot.DefaultApplicationArguments
 
getSourceFolder() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
The source folder being watched.
getSourceFolders() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Return all SourceFolders that have been added to the collection.
getSources() - Method in class org.springframework.boot.SpringApplication
Returns a mutable set of the sources that will be added to an ApplicationContext when SpringApplication.run(String...) is called.
getSpec() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
getSpec() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Guava
 
getSpringApplication() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
 
getSpringApplication() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
Builds new SpringApplication instance.
getSpringApplication() - Method in class org.springframework.boot.test.SpringApplicationContextLoader
Deprecated.
Builds new SpringApplication instance.
getSpringConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Return the spring config locations for this system.
getSpringFactoriesLoaderFactoryClass() - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
Return the class used by SpringFactoriesLoader to load configuration candidates.
getSpringInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Return any spring specific initialization config that should be applied.
getSqlDialect() - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
 
getSqlScriptEncoding() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSsh() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getSsl() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getSsl() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getSsl() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getSsl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getSsl() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getSslStoreProvider() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getStandardConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Return the standard config locations for this system.
getStandardConfigLocations() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
getStandardConfigLocations() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getStandardConfigLocations() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getState() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
getStaticLocations() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
getStaticNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
getStaticPathPattern() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getStatsd() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
getStatus() - Method in class org.springframework.boot.actuate.health.Health
Return the status of the health.
getStatus(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.AbstractErrorController
 
getStatus() - Method in class org.springframework.boot.web.servlet.ErrorPage
The HTTP status value that this error page matches (or null for a page that matches by exception).
getStatusCode() - Method in class org.springframework.boot.web.servlet.ErrorPage
The HTTP status value that this error page matches.
getStorage() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
getStoreDir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
getStoreType() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
 
getStrategy() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
getSubProperties(PropertySources, String) - Static method in class org.springframework.boot.bind.PropertySourceUtils
Return a Map of all values from the specified PropertySources that start with a particular key.
getSubProperties(PropertySources, String, String) - Static method in class org.springframework.boot.bind.PropertySourceUtils
Return a Map of all values from the specified PropertySources that start with a particular key.
getSubProperties(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
Return a Map of all values from all underlying properties that start with the specified key.
getSubsection(long, long) - Method in class org.springframework.boot.loader.data.ByteArrayRandomAccessData
 
getSubsection(long, long) - Method in interface org.springframework.boot.loader.data.RandomAccessData
Returns a new RandomAccessData for a specific subsection of this data.
getSubsection(long, long) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
 
getSupportedTypes() - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Return the supported types for this registration.
getTableName() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc
 
getTablePrefix() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
getTabletPrefix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
getTabletSuffix() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
getTags() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
getTags() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
getTargetBeanName() - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
 
getTelnet() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getTemplate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getTemplate(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
 
getTemplateLoaderPath() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
getTemplateResolverOrder() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getThreadFactory() - Method in class org.springframework.boot.devtools.restart.Restarter
Return a ThreadFactory that can be used to create leak safe threads.
getThreadPool() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Returns a Jetty ThreadPool that should be used by the Server.
getThreshold() - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
 
getTime() - Method in class org.springframework.boot.info.BuildProperties
Return the timestamp of the build or null.
getTimeout() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getTimeout() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
Return the session timeout in seconds.
getTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
getTimeouts() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getTimestamp() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the date/time that the even was logged.
getTimestamp() - Method in class org.springframework.boot.actuate.metrics.Metric
 
getTimestamp() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
getTimestamp() - Method in class org.springframework.boot.actuate.trace.Trace
 
getTimeToLive() - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
Time to live for cached result.
getTimeZone() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getTokenInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getTokenKeyAccess() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
getTokenType() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getTomcat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getTomcat() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
Returns access to the underlying Tomcat server.
getTomcatConnectorCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the TomcatConnectorCustomizers that will be applied to the Tomcat Context .
getTomcatContextCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the TomcatContextCustomizers that will be applied to the Tomcat Context .
getTomcatEmbeddedServletContainer(Tomcat) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Factory method called to create the TomcatEmbeddedServletContainer.
getToolboxConfigLocation() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
getTopics() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getTopics() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
getTrace(HttpServletRequest) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
getTraceParameter(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.AbstractErrorController
 
getTrackingModes() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
getTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getTransactionManagerId() - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
getTransactionManagerId() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getTransactionManagerUniqueName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getTransactionSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getTransactionTimeout() - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
getTriggerFile() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getTriggers() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
Configuration for triggers on individual named writers.
getTrustAll() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
getTrusted() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
getTrustStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getTrustStore() - Method in class org.springframework.boot.context.embedded.Ssl
 
getTrustStore() - Method in interface org.springframework.boot.context.embedded.SslStoreProvider
Return the trust store that should be used.
getTrustStorePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getTrustStorePassword() - Method in class org.springframework.boot.context.embedded.Ssl
 
getTrustStoreProvider() - Method in class org.springframework.boot.context.embedded.Ssl
 
getTrustStoreType() - Method in class org.springframework.boot.context.embedded.Ssl
 
getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the type of event.
getType() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
 
getType() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
getType() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getType() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getType() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Returns the EmbeddedDatabaseType for the connection.
getType() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getType() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
Return the type of change.
getType() - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the type under test.
getUnconditionalClasses() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns the names of the classes that were evaluated but were not conditional.
getUndertow() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getUndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, int) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Factory method called to create the UndertowEmbeddedServletContainer.
getUri() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getUri() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getUriEncoding() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getUriEncoding() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns the character encoding to use for URL decoding.
getUris() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getUrl() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured url or null if none was configured.
getUrl() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Returns the URL for the connection using the default database name.
getUrl(String) - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Returns the URL for the connection using the specified databaseName.
getUrl() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getUrl() - Method in interface org.springframework.boot.loader.archive.Archive
Returns a URL that can be used to load the archive.
getUrl() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getUrl() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getUrl() - Method in class org.springframework.boot.loader.jar.JarFile
Return a URL that can be used to access this JAR file.
getUrlMappings() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Return a mutable collection of the URL mappings for the servlet.
getUrlPrefixes() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
 
getUrls(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
Return the URLs that should be used with initialization.
getUrlsOfJarsWithMetaInfResources() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
getUsage() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.AbstractDataSourcePoolMetadata
 
getUsage() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
Return the usage of the pool as value between 0 and 1 (or -1 if the pool is not limited).
getUseHalAsDefaultJsonMediaType() - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 
getUser() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
Deprecated.
 
getUser() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getUserIdSource() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AnonymousUserIdSourceConfig
 
getUserIdSource() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig
 
getUserInfoRestTemplate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoRestTemplateFactory
 
getUserInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured username or null if none was configured.
getUsername() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
getValidationQuery(String) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
 
getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcpDataSourcePoolMetadata
 
getValidationQuery() - Method in interface org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadata
Return the query to use to validate that a connection is valid or null if that information is not available.
getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
 
getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getValidationQuery() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
Return the validation query.
getValidDocumentRoot() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Returns the absolute document root when it points to a valid directory, logging a warning and returning null otherwise.
getValidSessionStoreDir() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
getValidSessionStoreDir(boolean) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
getValue() - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
 
getValue() - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffer
 
getValue() - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
 
getValue() - Method in class org.springframework.boot.actuate.metrics.Metric
Returns the value of the metric.
getValue() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
getValue() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Return the current value of the gauge.
getValue() - Method in class org.springframework.boot.info.InfoProperties.Entry
 
getValues() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
getValves() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
getVendorCallback() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
getVendorProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
getVendorProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
getVersion() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint.FlywayMigration
 
getVersion() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
getVersion() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
getVersion() - Method in class org.springframework.boot.info.BuildProperties
Return the version of the project or null.
getVersion() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getVersion() - Static method in class org.springframework.boot.SpringBootVersion
Return the full version string of the present Spring Boot codebase, or null if it cannot be determined.
getView() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
getView() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getView() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
getViewNames() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getWarning(BeanDefinitionRegistry) - Method in interface org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.Check
Returns a warning if the check fails or null if there are no problems.
getWarning(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
getWebAppContextConfigurations(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Return the Jetty Configurations that should be applied to the server.
getWebEnvironment(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Return the SpringBootTest.WebEnvironment type for this test or null if undefined.
getWelcomePage() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
getWorkerThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getXa() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getXaDataSourceClassName() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
Return the XA driver source class name.
getXaResourceOrphanFilters() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getXAResources() - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
getZkHost() - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
 
Git() - Constructor for class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties.Git
 
Git() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
gitInfoContributor(GitProperties) - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
 
GitInfoContributor - Class in org.springframework.boot.actuate.info
GitInfoContributor(GitProperties, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
 
GitInfoContributor(GitProperties) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
 
gitProperties() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
GitProperties - Class in org.springframework.boot.info
Provide git-related information such as commit id and time.
GitProperties(Properties) - Constructor for class org.springframework.boot.info.GitProperties
 
gridFsTemplate(MongoDbFactory, MongoTemplate) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
GroovyMarkupConfiguration(ApplicationContext, GroovyTemplateProperties, ObjectProvider<MarkupTemplateEngine>) - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
groovyMarkupConfigurer() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
groovyMarkupViewResolver() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
 
GroovyTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
Auto-configuration support for Groovy templates in MVC.
GroovyTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration
 
GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
 
GroovyTemplateAutoConfiguration.GroovyWebConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
 
GroovyTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.groovy.template
TemplateAvailabilityProvider that provides availability information for Groovy view templates.
GroovyTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider
 
GroovyTemplateProperties - Class in org.springframework.boot.autoconfigure.groovy.template
ConfigurationProperties for configuring Groovy templates.
GroovyTemplateProperties() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
GroovyWebConfiguration(GroovyTemplateProperties) - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
 
groups() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Generate a group of metrics to iterate over in the form of a set of Strings (e.g.
groups() - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
groups() - Method in class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
groups() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
groups() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
The names of all the groups known to this repository.
groups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
gson() - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
GsonAutoConfiguration - Class in org.springframework.boot.autoconfigure.gson
GsonAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
GsonJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt Gson to a JsonParser.
GsonJsonParser() - Constructor for class org.springframework.boot.json.GsonJsonParser
 
GsonTester<T> - Class in org.springframework.boot.test.json
AssertJ based JSON tester backed by Gson.
GsonTester(Gson) - Constructor for class org.springframework.boot.test.json.GsonTester
Create a new uninitialized GsonTester instance.
GsonTester(Class<?>, ResolvableType, Gson) - Constructor for class org.springframework.boot.test.json.GsonTester
Create a new GsonTester instance.
Guava() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Guava
 
GuavaCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
CacheStatisticsProvider implementation for Guava.
GuavaCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.GuavaCacheStatisticsProvider
 

H

h2Console() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration
 
H2ConsoleAutoConfiguration - Class in org.springframework.boot.autoconfigure.h2
Auto-configuration for H2's web console.
H2ConsoleAutoConfiguration(H2ConsoleProperties) - Constructor for class org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration
 
H2ConsoleProperties - Class in org.springframework.boot.autoconfigure.h2
Configuration properties for H2's console.
H2ConsoleProperties() - Constructor for class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
H2ConsoleProperties.Settings - Class in org.springframework.boot.autoconfigure.h2
 
HalBrowserLocation(String, String) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint.HalBrowserLocation
 
HalBrowserMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
MvcEndpoint to expose a HAL browser.
HalBrowserMvcEndpoint(ManagementServletContext) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
 
HalBrowserMvcEndpoint.HalBrowserLocation - Class in org.springframework.boot.actuate.endpoint.mvc
HAL Browser properties.
halJsonMvcEndpoint(ManagementServletContext, ResourceProperties, ResourceLoader) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
 
HalJsonMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
MvcEndpoint to expose HAL-formatted JSON.
HalJsonMvcEndpoint(ManagementServletContext) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
 
halMessageConverterSupportedMediaTypeCustomizer() - Static method in class org.springframework.boot.autoconfigure.hateoas.HypermediaHttpMessageConverterConfiguration
 
halObjectMapperConfigurer() - Static method in class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration.HypermediaConfiguration
 
handle(File, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint
Handle the heap dump file and respond.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.remote.server.Dispatcher
Dispatch the specified request to an appropriate Handler.
handle(ServerHttpRequest, ServerHttpResponse) - Method in interface org.springframework.boot.devtools.remote.server.Handler
Handle the request.
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.remote.server.HttpStatusHandler
 
handle(Throwable) - Method in interface org.springframework.boot.devtools.restart.FailureHandler
Handle a run failure.
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.restart.server.HttpRestartServer
Handle a server request.
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.restart.server.HttpRestartServerHandler
 
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Handle an incoming HTTP connection.
handle(HttpTunnelServer.HttpConnection) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Handle an incoming HTTP connection.
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServerHandler
 
handleIncomingHttp(HttpTunnelServer.HttpConnection) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
handleMessage(Message<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MetricWriterMessageHandler
 
Handler - Interface in org.springframework.boot.devtools.remote.server
A single handler that is able to process an incoming remote server request.
Handler - Class in org.springframework.boot.loader.jar
URLStreamHandler for Spring Boot loader JarFiles.
Handler() - Constructor for class org.springframework.boot.loader.jar.Handler
 
Handler(JarFile) - Constructor for class org.springframework.boot.loader.jar.Handler
 
HandlerMapper - Interface in org.springframework.boot.devtools.remote.server
Interface to provide a mapping between a ServerHttpRequest and a Handler.
handlerMapping(MvcEndpoints, ListableBeanFactory, EndpointHandlerMapping) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration
 
handleSigInt() - Method in class org.springframework.boot.loader.tools.RunProcess
Return if the process was stopped.
handlesThrowable() - Method in class org.springframework.boot.logging.log4j2.ColorConverter
 
has(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
Determine if the auto-configuration base packages for the given bean factory are available.
hasAnnotation() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
hasEmptyJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces an empty result.
hashCode() - Method in class org.springframework.boot.actuate.health.Health
 
hashCode() - Method in class org.springframework.boot.actuate.health.Status
 
hashCode() - Method in class org.springframework.boot.actuate.info.Info
 
hashCode() - Method in class org.springframework.boot.actuate.metrics.Metric
 
hashCode() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
hashCode() - Method in class org.springframework.boot.ApplicationPid
 
hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
 
hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
hashCode() - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
hashCode() - Method in class org.springframework.boot.context.embedded.MimeMappings
 
hashCode() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
hashCode() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
 
hashCode() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
 
hashCode(URL) - Method in class org.springframework.boot.loader.jar.Handler
 
hashCode() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
hashCode() - Method in class org.springframework.boot.web.servlet.ErrorPage
 
hasJsonPathArrayValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces a non-null array result.
hasJsonPathBooleanValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces a non-null boolean result.
hasJsonPathMapValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces a non-null map result.
hasJsonPathNumberValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces a non-null number result.
hasJsonPathStringValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces a non-null string result.
hasJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces a non-null result.
hasJustEnded() - Method in class org.springframework.boot.loader.tools.RunProcess
 
hasNoVerify() - Static method in class org.springframework.boot.loader.tools.AgentAttacher
 
hasTransactionManager() - Method in class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
HateoasProperties - Class in org.springframework.boot.autoconfigure.hateoas
properties for Spring HATEOAS.
HateoasProperties() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 
Hazelcast() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Hazelcast
 
Hazelcast() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties.Hazelcast
 
HazelcastAutoConfiguration - Class in org.springframework.boot.autoconfigure.hazelcast
Auto-configuration for Hazelcast.
HazelcastAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastAutoConfiguration
 
HazelcastCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
CacheStatisticsProvider implementation for Hazelcast.
HazelcastCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.HazelcastCacheStatisticsProvider
 
HazelcastConfigResourceCondition - Class in org.springframework.boot.autoconfigure.hazelcast
SpringBootCondition used to check if the Hazelcast configuration is available.
HazelcastConfigResourceCondition(String, String) - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigResourceCondition
 
HazelcastInstanceFactory - Class in org.springframework.boot.autoconfigure.hazelcast
Factory that can be used to create a HazelcastInstance.
HazelcastInstanceFactory(Resource) - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
Create a HazelcastInstanceFactory for the specified configuration location.
HazelcastInstanceFactory(Config) - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
Create a HazelcastInstanceFactory for the specified configuration.
hazelcastInstanceJpaDependencyPostProcessor() - Static method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastJpaDependencyAutoConfiguration
 
HazelcastJpaDependencyAutoConfiguration - Class in org.springframework.boot.autoconfigure.hazelcast
Additional configuration to ensure that EntityManagerFactory beans depend-on the hazelcastInstance bean.
HazelcastJpaDependencyAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastJpaDependencyAutoConfiguration
 
HazelcastProperties - Class in org.springframework.boot.autoconfigure.hazelcast
Configuration properties for the hazelcast integration.
HazelcastProperties() - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
HEADER_NAME - Static variable in class org.springframework.boot.web.filter.ApplicationContextHeaderFilter
Public constant for X-Application-Context.
Headers() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
headForHeaders(String, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve all headers of the resource specified by the URI template.
headForHeaders(String, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve all headers of the resource specified by the URI template.
headForHeaders(URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve all headers of the resource specified by the URL.
headless(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Sets if the application is headless and should not instantiate AWT.
health() - Method in class org.springframework.boot.actuate.health.AbstractHealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
 
Health - Class in org.springframework.boot.actuate.health
Carries information about the health of a component or subsystem.
health() - Method in interface org.springframework.boot.actuate.health.HealthIndicator
Return an indication of health.
Health.Builder - Class in org.springframework.boot.actuate.health
Builder for creating immutable Health instances.
healthAggregator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration
 
HealthAggregator - Interface in org.springframework.boot.actuate.health
Strategy interface used by CompositeHealthIndicator to aggregate Health instances into a final one.
healthEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
HealthEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose application health.
HealthEndpoint(HealthAggregator, Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.endpoint.HealthEndpoint
Create a new HealthEndpoint instance.
HealthIndicator - Interface in org.springframework.boot.actuate.health
Strategy interface used to provide an indication of application health.
HealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
HealthIndicatorAutoConfiguration(HealthIndicatorProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration
 
HealthIndicatorAutoConfiguration.CassandraHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.CouchbaseHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.JmsHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.MailHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
HealthIndicatorProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for some health properties.
HealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorProperties
 
healthMvcEndpoint(HealthEndpoint, ManagementServerProperties) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
HealthMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter to expose HealthEndpoint as an MvcEndpoint.
HealthMvcEndpoint(HealthEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
HealthMvcEndpoint(HealthEndpoint, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
HealthMvcEndpoint(HealthEndpoint, boolean, List<String>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
HealthMvcEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for the HealthMvcEndpoint.
HealthMvcEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
 
HeapDumperUnavailableException(String, Throwable) - Constructor for exception org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.HeapDumperUnavailableException
 
heapdumpMvcEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
HeapdumpMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
MvcEndpoint to expose heap dumps.
HeapdumpMvcEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint
 
HeapdumpMvcEndpoint(long) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint
 
HeapdumpMvcEndpoint.HeapDumper - Interface in org.springframework.boot.actuate.endpoint.mvc
Strategy interface used to dump the heap to a file.
HeapdumpMvcEndpoint.HeapDumperUnavailableException - Exception in org.springframework.boot.actuate.endpoint.mvc
Exception to be thrown if the HeapdumpMvcEndpoint.HeapDumper cannot be created.
HeapdumpMvcEndpoint.HotSpotDiagnosticMXBeanHeapDumper - Class in org.springframework.boot.actuate.endpoint.mvc
HeapdumpMvcEndpoint.HeapDumper that uses com.sun.management.HotSpotDiagnosticMXBean available on Oracle and OpenJDK to dump the heap to a file.
HEX_CHARS - Static variable in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
 
Hibernate() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
 
HibernateJpaAutoConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
Auto-configuration for Hibernate JPA.
HibernateJpaAutoConfiguration(DataSource, JpaProperties, ObjectProvider<JtaTransactionManager>) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
HibernateSearchElasticsearchExample - Class in org.springframework.boot.elasticsearch
Example configuration for configuring Hibernate to depend on Elasticsearch so that Hibernate Search can use Elasticsearch as its index manager.
HibernateSearchElasticsearchExample() - Constructor for class org.springframework.boot.elasticsearch.HibernateSearchElasticsearchExample
 
hiddenHttpMethodFilter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
 
hierarchyWithDisabledBanner(String[]) - Method in class org.springframework.boot.builder.SpringApplicationBuilderExample
 
HikariDataSourcePoolMetadata - Class in org.springframework.boot.autoconfigure.jdbc.metadata
HikariDataSourcePoolMetadata(HikariDataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.HikariDataSourcePoolMetadata
 
HOME - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for home directory.
HornetQAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.hornetq
Deprecated.
as of 1.4 in favor of the Artemis support
HornetQAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.hornetq.HornetQAutoConfiguration
Deprecated.
 
HornetQConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.jms.hornetq
Deprecated.
as of 1.4 in favor of the Artemis support
HornetQMode - Enum in org.springframework.boot.autoconfigure.jms.hornetq
Deprecated.
as of 1.4 in favor of the Artemis support
HornetQNoOpBindingRegistry - Class in org.springframework.boot.autoconfigure.jms.hornetq
Deprecated.
as of 1.4 in favor of the Artemis support
HornetQNoOpBindingRegistry() - Constructor for class org.springframework.boot.autoconfigure.jms.hornetq.HornetQNoOpBindingRegistry
Deprecated.
 
HornetQProperties - Class in org.springframework.boot.autoconfigure.jms.hornetq
Deprecated.
as of 1.4 in favor of the Artemis support
HornetQProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
Deprecated.
 
HornetQProperties.Embedded - Class in org.springframework.boot.autoconfigure.jms.hornetq
Deprecated.
Configuration for an embedded HornetQ server.
HotSpotDiagnosticMXBeanHeapDumper() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.HotSpotDiagnosticMXBeanHeapDumper
 
htmlUnitDriver(MockMvcHtmlUnitDriverBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration
 
htmlUnitWebClient(MockMvcWebClientBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration
 
Http401AuthenticationEntryPoint - Class in org.springframework.boot.autoconfigure.security
AuthenticationEntryPoint that sends a 401 and Parameterized by the value of the WWW-Authenticate header.
Http401AuthenticationEntryPoint(String) - Constructor for class org.springframework.boot.autoconfigure.security.Http401AuthenticationEntryPoint
 
HttpConnection(ServerHttpRequest, ServerHttpResponse) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
 
HttpEncodingAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for configuring the encoding to use in web applications.
HttpEncodingAutoConfiguration(HttpEncodingProperties) - Constructor for class org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration
 
HttpEncodingProperties - Class in org.springframework.boot.autoconfigure.web
Configuration properties for http encoding.
HttpEncodingProperties() - Constructor for class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
HttpHeaderAccessManager - Class in org.springframework.boot.devtools.remote.server
AccessManager that checks for the presence of a HTTP header secret.
HttpHeaderAccessManager(String, String) - Constructor for class org.springframework.boot.devtools.remote.server.HttpHeaderAccessManager
 
HttpHeaderInterceptor - Class in org.springframework.boot.devtools.remote.client
ClientHttpRequestInterceptor to populate arbitrary HTTP headers with a value.
HttpHeaderInterceptor(String, String) - Constructor for class org.springframework.boot.devtools.remote.client.HttpHeaderInterceptor
Creates a new HttpHeaderInterceptor instance.
HttpMessageConverters - Class in org.springframework.boot.autoconfigure.web
Bean used to manage the HttpMessageConverters used in a Spring Boot application.
HttpMessageConverters(HttpMessageConverter<?>...) - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConverters
Create a new HttpMessageConverters instance with the specified additional converters.
HttpMessageConverters(Collection<HttpMessageConverter<?>>) - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConverters
Create a new HttpMessageConverters instance with the specified additional converters.
HttpMessageConverters(boolean, Collection<HttpMessageConverter<?>>) - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConverters
Create a new HttpMessageConverters instance with the specified converters.
HttpMessageConvertersAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
HttpMessageConvertersAutoConfiguration(ObjectProvider<List<HttpMessageConverter<?>>>) - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration
 
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration - Class in org.springframework.boot.autoconfigure.web
 
httpPutFormContentFilter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
 
HttpRestartServer - Class in org.springframework.boot.devtools.restart.server
A HTTP server that can be used to upload updated ClassLoaderFiles and trigger restarts.
HttpRestartServer(SourceFolderUrlFilter) - Constructor for class org.springframework.boot.devtools.restart.server.HttpRestartServer
Create a new HttpRestartServer instance.
HttpRestartServer(RestartServer) - Constructor for class org.springframework.boot.devtools.restart.server.HttpRestartServer
Create a new HttpRestartServer instance.
HttpRestartServerHandler - Class in org.springframework.boot.devtools.restart.server
HttpRestartServerHandler(HttpRestartServer) - Constructor for class org.springframework.boot.devtools.restart.server.HttpRestartServerHandler
Create a new HttpRestartServerHandler instance.
HttpStatusHandler - Class in org.springframework.boot.devtools.remote.server
Handler that responds with a specific HttpStatus.
HttpStatusHandler() - Constructor for class org.springframework.boot.devtools.remote.server.HttpStatusHandler
Create a new HttpStatusHandler instance that will respond with a HTTP OK 200 status.
HttpStatusHandler(HttpStatus) - Constructor for class org.springframework.boot.devtools.remote.server.HttpStatusHandler
Create a new HttpStatusHandler instance that will respond with the specified status.
HttpTunnelConnection - Class in org.springframework.boot.devtools.tunnel.client
TunnelConnection implementation that uses HTTP to transfer data.
HttpTunnelConnection(String, ClientHttpRequestFactory) - Constructor for class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
Create a new HttpTunnelConnection instance.
HttpTunnelConnection(String, ClientHttpRequestFactory, Executor) - Constructor for class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
Create a new HttpTunnelConnection instance.
HttpTunnelConnection.TunnelChannel - Class in org.springframework.boot.devtools.tunnel.client
A WritableByteChannel used to transfer traffic.
HttpTunnelPayload - Class in org.springframework.boot.devtools.tunnel.payload
Encapsulates a payload data sent via a HTTP tunnel.
HttpTunnelPayload(long, ByteBuffer) - Constructor for class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Create a new HttpTunnelPayload instance.
HttpTunnelPayloadForwarder - Class in org.springframework.boot.devtools.tunnel.payload
Utility class that forwards HttpTunnelPayload instances to a destination channel, respecting sequence order.
HttpTunnelPayloadForwarder(WritableByteChannel) - Constructor for class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayloadForwarder
Create a new HttpTunnelPayloadForwarder instance.
HttpTunnelServer - Class in org.springframework.boot.devtools.tunnel.server
A server that can be used to tunnel TCP traffic over HTTP.
HttpTunnelServer(TargetServerConnection) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Creates a new HttpTunnelServer instance.
HttpTunnelServer.HttpConnection - Class in org.springframework.boot.devtools.tunnel.server
Encapsulates a HTTP request/response pair.
HttpTunnelServer.ServerThread - Class in org.springframework.boot.devtools.tunnel.server
The main server thread used to transfer tunnel traffic.
HttpTunnelServerHandler - Class in org.springframework.boot.devtools.tunnel.server
Adapts a HttpTunnelServer to a Handler.
HttpTunnelServerHandler(HttpTunnelServer) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServerHandler
Create a new HttpTunnelServerHandler instance.
HypermediaAutoConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
Auto-configuration for Spring HATEOAS's EnableHypermediaSupport.
HypermediaAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration
 
HypermediaAutoConfiguration.EntityLinksConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
 
HypermediaAutoConfiguration.HypermediaConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
 
HypermediaConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration.HypermediaConfiguration
 
HypermediaDisabled - Annotation Type in org.springframework.boot.actuate.endpoint.mvc
Annotation to indicate that an MvcEndpoint class or RequestMapping method shouldn't generate a hypermedia response.
HypermediaHttpMessageConverterConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
Configuration for HttpMessageConverters when hypermedia is enabled.
HypermediaHttpMessageConverterConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaHttpMessageConverterConfiguration
 

I

IGNORED_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
Order applied to the WebSecurityConfigurer that ignores standard static resource paths.
ignoredPathsWebSecurityConfigurerAdapter() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration
 
ignoredPathsWebSecurityConfigurerAdapter() - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
 
ignoringUnresolvableNestedPlaceholders(Environment, String) - Static method in class org.springframework.boot.bind.RelaxedPropertyResolver
Return a property resolver for the environment, preferring one that ignores unresolvable nested placeholders.
ImageBanner - Class in org.springframework.boot
Banner implementation that prints ASCII art generated from an image resource Resource.
ImageBanner(Resource) - Constructor for class org.springframework.boot.ImageBanner
 
ImportAutoConfiguration - Annotation Type in org.springframework.boot.autoconfigure
Import and apply the specified auto-configuration classes.
ImportAutoConfiguration - Annotation Type in org.springframework.boot.autoconfigure.test
Deprecated.
as of 1.4 in favor of ImportAutoConfiguration
include(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
INCLUDE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The "includes profiles" property name.
increment(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
 
increment(String, long) - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
 
increment(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Increment the specified counter by 1.
increment(String) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
 
increment(String, long) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
increment(long) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
 
increment(int) - Method in class org.springframework.boot.actuate.metrics.Metric
Create a new Metric with an incremented value.
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
increment(String, Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
increment(String, Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
increment(Delta<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.CounterWriter
Increment the value of a metric (or decrement if the delta is negative).
increment(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
increment(String, Delta<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
Increment the value of a metric (or decrement if the delta is negative).
InetAddressEditor - Class in org.springframework.boot.bind
InetAddressEditor() - Constructor for class org.springframework.boot.bind.InetAddressEditor
 
Infinispan() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
 
InfinispanCacheConfiguration - Class in org.springframework.boot.autoconfigure.cache
Infinispan cache configuration.
InfinispanCacheConfiguration(CacheProperties, CacheManagerCustomizers, ObjectProvider<ConfigurationBuilder>) - Constructor for class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
infinispanCacheManager() - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
InfinispanCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
CacheStatisticsProvider implementation for Infinispan.
InfinispanCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.InfinispanCacheStatisticsProvider
 
Info - Class in org.springframework.boot.actuate.info
Carries information of the application.
info(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
info(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
info(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
info(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
Info.Builder - Class in org.springframework.boot.actuate.info
Builder for creating immutable Info instances.
InfoContributor - Interface in org.springframework.boot.actuate.info
Contributes additional info details.
InfoContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
InfoContributorAutoConfiguration(InfoContributorProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
 
InfoContributorProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for core info contributors.
InfoContributorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties
 
InfoContributorProperties.Git - Class in org.springframework.boot.actuate.autoconfigure
 
infoEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
InfoEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose arbitrary application information.
InfoEndpoint(List<InfoContributor>) - Constructor for class org.springframework.boot.actuate.endpoint.InfoEndpoint
Create a new InfoEndpoint instance.
InfoEndpoint(Map<String, Object>, InfoContributor...) - Constructor for class org.springframework.boot.actuate.endpoint.InfoEndpoint
Deprecated.
as of 1.4 in favor of InfoEndpoint.InfoEndpoint(List)
InfoProperties - Class in org.springframework.boot.info
Base class for components exposing unstructured data with dedicated methods for well known keys.
InfoProperties(Properties) - Constructor for class org.springframework.boot.info.InfoProperties
Create an instance with the specified entries.
InfoProperties.Entry - Class in org.springframework.boot.info
Property entry.
InfoPropertiesInfoContributor<T extends InfoProperties> - Class in org.springframework.boot.actuate.info
A base InfoContributor to expose an InfoProperties.
InfoPropertiesInfoContributor(T, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
 
InfoPropertiesInfoContributor.Mode - Enum in org.springframework.boot.actuate.info
Defines how properties should be exposed.
init() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
init() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
 
init() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration
 
init() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.ClientDetailsLogger
 
init(FilterConfig) - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
 
init() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
init() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
init(FilterConfig) - Method in class org.springframework.boot.web.support.ErrorPageFilter
 
initApplicationContext() - Method in class org.springframework.boot.web.servlet.view.velocity.EmbeddedVelocityViewResolver
Deprecated.
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
 
initFields(Object, M) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
initFields(Object, ObjectFactory<M>) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
initFields(Object, Gson) - Static method in class org.springframework.boot.test.json.GsonTester
Utility method to initialize GsonTester fields.
initFields(Object, ObjectFactory<Gson>) - Static method in class org.springframework.boot.test.json.GsonTester
Utility method to initialize GsonTester fields.
initFields(Object, ObjectMapper) - Static method in class org.springframework.boot.test.json.JacksonTester
Utility method to initialize JacksonTester fields.
initFields(Object, ObjectFactory<ObjectMapper>) - Static method in class org.springframework.boot.test.json.JacksonTester
Utility method to initialize JacksonTester fields.
initialise(String) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
initialize() - Method in class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
 
initialize() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
initialize() - Method in class org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
 
initialize() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionDatabaseInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
 
initialize(boolean) - Method in class org.springframework.boot.devtools.restart.Restarter
 
initialize(String[]) - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(String[], RestartInitializer) - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(String[], boolean) - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(String[], boolean, RestartInitializer) - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(String[], boolean, RestartInitializer, boolean) - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize restart support for the current application.
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.devtools.restart.RestartScopeInitializer
 
initialize() - Static method in class org.springframework.boot.loader.tools.LogbackInitializer
 
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
initialize(ConfigurableEnvironment, ClassLoader) - Method in class org.springframework.boot.logging.LoggingApplicationListener
Initialize the logging system according to preferences expressed through the Environment and the classpath.
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.LoggingSystem
Fully initialize the logging system.
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.test.context.ConfigFileApplicationContextInitializer
 
initialize(Class<?>, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Initialize the marshal tester for use.
initialize(Class<?>, ResolvableType) - Method in class org.springframework.boot.test.json.BasicJsonTester
Initialize the marshal tester for use, configuring it to load JSON resources as UTF-8.
initialize(Class<?>, Charset, ResolvableType) - Method in class org.springframework.boot.test.json.BasicJsonTester
Initialize the marshal tester for use.
initialize(ConfigurableWebApplicationContext) - Method in class org.springframework.boot.web.support.ServletContextApplicationContextInitializer
 
initializeDataSourceBuilder() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Initialize a DataSourceBuilder with the state of this instance.
initializeEnvironmentBuilder(CouchbaseProperties) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
Initialize an environment builder based on the specified settings.
initializeLogLevel(LoggingSystem, LogLevel) - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
Initializer() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchProperties.Initializer
 
Initializer() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc.Initializer
 
initializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add some initializers to the application (applied to the ApplicationContext before any bean definitions are loaded).
InitParameterConfiguringServletContextInitializer - Class in org.springframework.boot.context.embedded
A ServletContextInitializer that configures init parameters on the ServletContext.
InitParameterConfiguringServletContextInitializer(Map<String, String>) - Constructor for class org.springframework.boot.context.embedded.InitParameterConfiguringServletContextInitializer
 
InMemoryAuditEventRepository - Class in org.springframework.boot.actuate.audit
In-memory AuditEventRepository implementation.
InMemoryAuditEventRepository() - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
InMemoryAuditEventRepository(int) - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
InMemoryMetricRepository - Class in org.springframework.boot.actuate.metrics.repository
MetricRepository and MultiMetricRepository implementation that stores metrics in memory.
InMemoryMetricRepository() - Constructor for class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
InMemoryRichGaugeRepository - Class in org.springframework.boot.actuate.metrics.rich
In memory implementation of MetricWriter and RichGaugeReader.
InMemoryRichGaugeRepository() - Constructor for class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
InMemoryTraceRepository - Class in org.springframework.boot.actuate.trace
In-memory implementation of TraceRepository.
InMemoryTraceRepository() - Constructor for class org.springframework.boot.actuate.trace.InMemoryTraceRepository
 
instantiate(Class<T>) - Static method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
IntegrationAutoConfiguration - Class in org.springframework.boot.autoconfigure.integration
Auto-configuration for Spring Integration.
IntegrationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
 
IntegrationAutoConfiguration.IntegrationConfiguration - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationAutoConfiguration.IntegrationJmxConfiguration - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationConfiguration
 
IntegrationJmxConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
 
integrationMbeanExporter() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
 
IntegrationTest - Annotation Type in org.springframework.boot.test
Deprecated.
as of 1.4 in favor of SpringBootTest
IntegrationTestPropertiesListener - Class in org.springframework.boot.test
Deprecated.
as of 1.4 as no longer used by @IntegrationTest.
IntegrationTestPropertiesListener() - Constructor for class org.springframework.boot.test.IntegrationTestPropertiesListener
Deprecated.
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.boot.devtools.remote.client.HttpHeaderInterceptor
 
interceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestInterceptors that should be used with the RestTemplate.
interceptors(Collection<ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestInterceptors that should be used with the RestTemplate.
inverse(ConditionOutcome) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return the inverse of the specified condition outcome.
invoke() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.DumpEndpoint
 
invoke() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
Called to invoke the endpoint.
invoke() - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.FlywayEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
Invoke all HealthIndicator delegates and collect their health information.
invoke() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
 
invoke(Principal) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
invoke(boolean, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint
 
invoke(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.TraceEndpoint
 
isAccessLogEnabled() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
isActive(Environment) - Method in enum org.springframework.boot.cloud.CloudPlatform
Determines if the platform is active (i.e.
isActive() - Static method in class org.springframework.boot.devtools.restart.AgentReloader
Determine if any agent reloader is active.
isAddFilters() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
isAddMappings() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
isAllowed(ServerHttpRequest) - Method in interface org.springframework.boot.devtools.remote.server.AccessManager
Determine if the specific request is allowed to be handled by the Dispatcher.
isAllowed(ServerHttpRequest) - Method in class org.springframework.boot.devtools.remote.server.HttpHeaderAccessManager
 
isAllowRequestOverride() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isAllowSessionOverride() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isAlwaysUseMessageFormat() - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
isAsyncSupported() - Method in class org.springframework.boot.web.servlet.RegistrationBean
Returns if asynchronous operations are support for this registration.
isAutoIndex() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
isAutoStartup() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
isAutoStartup() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
isAutoStartup() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
isBridgeHandlerAvailable() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 
isCache() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
isCache() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
isCache() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
isCheckChangeLogLocation() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isCheckLocation() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isCheckTemplate() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isClassAvailable(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
isClassReloadable(Class<?>) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
isContentType() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
isContinueOnError() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
isCreateDataSource() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isDebugEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isDefaultClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
isDefaultClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
isDefaultPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
isDefaultSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
isDirectory() - Method in interface org.springframework.boot.loader.archive.Archive.Entry
Returns true if the entry represents a directory.
isDisabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Returns if this mapping is disabled.
isDisconnectRequest() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Detect if the request is actually a signal to disconnect.
isDispatchOptionsRequest() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
isDispatchTraceRequest() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
isDropFirst() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isEmbedded(String) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Convenience method to determine if a given driver class name represents an embedded database type.
isEmbedded(DataSource) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Convenience method to determine if a given data source represents an embedded database type.
isEmbedded() - Method in enum org.springframework.boot.test.context.SpringBootTest.WebEnvironment
Return if the environment uses an EmbeddedWebApplicationContext.
isEmbeddedWebApplication() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
Specify if the application runs in an embedded web container.
isEmpty() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return true if the message is empty.
isEmpty() - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
isEmpty() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
isEnableCsrf() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
isEnabled() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
isEnabled() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
Return if the endpoint is enabled.
isEnabled(Environment, Boolean) - Static method in class org.springframework.boot.actuate.endpoint.EndpointProperties
Determine if an endpoint is enabled based on its specific property and taking into account the global default.
isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint.Curies
 
isEnabled() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Initializer
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties.Embedded
 
isEnabled(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc.Initializer
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isEnabled() - Method in class org.springframework.boot.context.embedded.Ssl
 
isEnabled() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
isEnabled() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
isEnabled() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
 
isEnabled() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
 
isEnabled() - Method in class org.springframework.boot.web.servlet.RegistrationBean
Return if the registration is enabled.
isEnableFallback() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
isEnableLogging() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
isEqualTo(Object) - Method in class org.springframework.boot.test.json.JsonContentAssert
Overridden version of isEqualTo to perform JSON tests based on the object type.
isEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON.
isEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON resource.
isEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON bytes.
isEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON file.
isEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON input stream.
isEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON resource.
isEqualToJson(CharSequence, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON.
isEqualToJson(String, Class<?>, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON resource.
isEqualToJson(byte[], JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON bytes.
isEqualToJson(File, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON file.
isEqualToJson(InputStream, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON input stream.
isEqualToJson(Resource, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON resource.
isEqualToJson(CharSequence, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON.
isEqualToJson(String, Class<?>, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON resource.
isEqualToJson(byte[], JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON bytes.
isEqualToJson(File, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON file.
isEqualToJson(InputStream, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON input stream.
isEqualToJson(Resource, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON resource.
isErrorEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isExecutable() - Method in interface org.springframework.boot.loader.tools.Layout
Returns if loader classes should be included to make the archive executable.
isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.Module
 
isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.None
 
isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.War
 
isExposeRequestAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isExposeSessionAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isExposeSpringMacroHelpers() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isFallbackToSystemLocale() - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
isFatalEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isForce() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
isForceRequest() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
isForceResponse() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
isForceShutdownOnVmExit() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
isFrame() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
isFullMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
Return true if all outcomes match.
isGenerateDdl() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
isGenerateUniqueName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
isGlobal() - Method in class org.springframework.boot.web.servlet.ErrorPage
Return if this error page is a global one (matches all unmatched status and exception types).
isGzipped() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Since all handler beans are passed into the constructor there is no need to detect anything here.
isHtmlApplicationCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
isIgnoreDefaultModelOnRedirect() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
isIncludeStackTrace(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.BasicErrorController
Determine if the stacktrace attribute should be included.
isInfoEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isInitialize() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
isInMemory() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
isJta() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Returns if a JTA PlatformTransactionManager is being used.
isLogResolvedException() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
isMain(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
Returns if the thread is for a main invocation.
isMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return true if the outcome was a match.
isMatch(String, URL) - Method in class org.springframework.boot.devtools.restart.server.DefaultSourceFolderUrlFilter
 
isMatch(String, URL) - Method in interface org.springframework.boot.devtools.restart.server.SourceFolderUrlFilter
Determine if the specified URL matches a source folder.
isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
Determine if the specified JarEntry is a nested item that should be added to the classpath.
isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.JarLauncher
 
isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.WarLauncher
 
isNotEqualTo(Object) - Method in class org.springframework.boot.test.json.JsonContentAssert
Overridden version of isNotEqualTo to perform JSON tests based on the object type.
isNotEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON.
isNotEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON resource.
isNotEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON bytes.
isNotEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON file.
isNotEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON input stream.
isNotEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON resource.
isNotEqualToJson(CharSequence, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON.
isNotEqualToJson(String, Class<?>, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON resource.
isNotEqualToJson(byte[], JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON bytes.
isNotEqualToJson(File, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON file.
isNotEqualToJson(InputStream, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON input stream.
isNotEqualToJson(Resource, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON resource.
isNotEqualToJson(CharSequence, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON.
isNotEqualToJson(String, Class<?>, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON resource.
isNotEqualToJson(byte[], JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON bytes.
isNotEqualToJson(File, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON file.
isNotEqualToJson(InputStream, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON input stream.
isNotEqualToJson(Resource, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON resource.
isNotStrictlyEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON.
isNotStrictlyEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON resource.
isNotStrictlyEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON bytes.
isNotStrictlyEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON file.
isNotStrictlyEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON input stream.
isNotStrictlyEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON resource.
isOlderThan(int) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Determine if a connection is older than the specified time.
isOnePhaseCommit() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
isOpen() - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 
isPersistent() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
isPersistent() - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
isPersistent() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
isPersistSession() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
isPooled() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
Deprecated.
as of 1.4 in favor of "spring.activemq.pool.enabled"
isPreferFileSystemAccess() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
isPreferFileSystemAccess() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
isPreferTokenInfo() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
isPrintOnlyOnFailure() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
isProxyConfigured() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
isPublisherConfirms() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
isPublisherReturns() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
isPubSubDomain() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
isReady() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
Specify if the application has fully started and is now ready.
isRegisterDefaultServlet() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Flag to indicate that the default servlet should be registered.
isRemoteDebugRunning() - Static method in class org.springframework.boot.devtools.tunnel.server.RemoteDebugPortProvider
 
isRenameOnRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isRequestAttributesEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isRequireSsl() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
isResolveLazily() - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
isRestartExclude(URL) - Method in class org.springframework.boot.devtools.settings.DevToolsSettings
 
isRestartInclude(URL) - Method in class org.springframework.boot.devtools.settings.DevToolsSettings
 
isRestartRequired() - Method in class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
Return if an application restart is required due to the change.
isRestartRequired(ChangedFile) - Method in interface org.springframework.boot.devtools.classpath.ClassPathRestartStrategy
Return true if a full restart is required.
isRestartRequired(ChangedFile) - Method in class org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
 
isRunning() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
isSameRM(XAResource) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
isSendLatest() - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
Return if the endpoint is sensitive, i.e.
isSensitive(Environment, Boolean, boolean) - Static method in class org.springframework.boot.actuate.endpoint.EndpointProperties
Determine if an endpoint is sensitive based on its specific property and taking into account the global default.
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
Return if the endpoint exposes sensitive information.
isSerialJtaTransactions() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
isShowSql() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
isSingleton() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
 
isSingleton() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
isSingleton() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
isSkippedStackElement(StackTraceElement) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
Checks if a specific StackTraceElement should cause the initializer to be skipped.
isSsl() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
isStarted() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
Return if the server has been started.
isStateless() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
 
isStrictlyEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON.
isStrictlyEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON resource.
isStrictlyEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON bytes.
isStrictlyEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON file.
isStrictlyEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON input stream.
isStrictlyEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON resource.
isSupportedType(EventListener) - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Returns true if the specified listener is one of the supported types.
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in interface org.springframework.boot.autoconfigure.template.TemplateAvailabilityProvider
Returns true if a template is available for the given view.
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityTemplateAvailabilityProvider
Deprecated.
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.JspTemplateAvailabilityProvider
 
isTestConnection() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
isThreadedTwoPhaseCommit() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
isThrowExceptionIfNoHandlerFound() - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
isTrace() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
isTraceEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isTypeOrAnnotated(MetadataReader, MetadataReaderFactory, Class<?>) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
isUniqueNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
isUnpackRequired() - Method in class org.springframework.boot.loader.tools.Library
Return if the file cannot be used directly as a nested jar and needs to be unpacked.
isUseDefaultFilters() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
isUseForwardHeaders() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
isUseForwardHeaders() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
isUseNewIdGeneratorMappings() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
 
isUsingForwardHeaders() - Method in enum org.springframework.boot.cloud.CloudPlatform
Returns if the platform is behind a load balancer and uses X-Forwarded-For headers.
isWarnEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isWebAllowOthers() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
isWebEnvironment() - Method in class org.springframework.boot.SpringApplication
Returns whether this SpringApplication is running within a web environment.
isWithin(ConditionalOnJava.Range, ConditionalOnJava.JavaVersion) - Method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
Determines if this version is within the specified range of versions.
isWrapperFor(Class<?>) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
isXss() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
items(Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items.
items(ConditionMessage.Style, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items.
items(Collection<?>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items.
items(ConditionMessage.Style, Collection<?>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items with a ConditionMessage.Style.
iterator() - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
iterator() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
iterator() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
 
iterator() - Method in class org.springframework.boot.bind.RelaxedNames
 
iterator() - Method in class org.springframework.boot.context.embedded.MimeMappings
 
iterator() - Method in class org.springframework.boot.devtools.classpath.ClassPathFolders
 
iterator() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
 
iterator() - Method in class org.springframework.boot.info.InfoProperties
 
iterator() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
iterator() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
iterator() - Method in class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
 
iterator() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
 

J

JaasAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
Jackson2ObjectMapperBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.jackson
Callback interface that can be implemented by beans wishing to further customize the ObjectMapper via Jackson2ObjectMapperBuilder retaining its default auto-configuration.
JacksonAutoConfiguration - Class in org.springframework.boot.autoconfigure.jackson
Auto configuration for Jackson.
JacksonAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
 
JacksonJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt Jackson 2 ObjectMapper to JsonParser.
JacksonJsonParser() - Constructor for class org.springframework.boot.json.JacksonJsonParser
 
JacksonProperties - Class in org.springframework.boot.autoconfigure.jackson
Configuration properties to configure Jackson.
JacksonProperties() - Constructor for class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
JacksonTester<T> - Class in org.springframework.boot.test.json
AssertJ based JSON tester backed by Jackson.
JacksonTester(ObjectMapper) - Constructor for class org.springframework.boot.test.json.JacksonTester
Create a new JacksonTester instance.
JacksonTester(Class<?>, ResolvableType, ObjectMapper) - Constructor for class org.springframework.boot.test.json.JacksonTester
Create a new JacksonTester instance.
Jar() - Constructor for class org.springframework.boot.loader.tools.Layouts.Jar
 
JarFile - Class in org.springframework.boot.loader.jar
Extended variant of JarFile that behaves in the same way but offers the following additional functionality.
JarFile(File) - Constructor for class org.springframework.boot.loader.jar.JarFile
Create a new JarFile backed by the specified file.
JarFileArchive - Class in org.springframework.boot.loader.archive
Archive implementation backed by a JarFile.
JarFileArchive(File) - Constructor for class org.springframework.boot.loader.archive.JarFileArchive
 
JarFileArchive(File, URL) - Constructor for class org.springframework.boot.loader.archive.JarFileArchive
 
JarFileArchive(JarFile) - Constructor for class org.springframework.boot.loader.archive.JarFileArchive
 
JarLauncher - Class in org.springframework.boot.loader
Launcher for JAR based archives.
JarLauncher() - Constructor for class org.springframework.boot.loader.JarLauncher
 
JarLauncher(Archive) - Constructor for class org.springframework.boot.loader.JarLauncher
 
JarWriter - Class in org.springframework.boot.loader.tools
Writes JAR content, ensuring valid directory entries are always create and duplicate items are ignored.
JarWriter(File) - Constructor for class org.springframework.boot.loader.tools.JarWriter
Create a new JarWriter instance.
JarWriter(File, LaunchScript) - Constructor for class org.springframework.boot.loader.tools.JarWriter
Create a new JarWriter instance.
java8TimeDialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect
 
JavaExecutable - Class in org.springframework.boot.loader.tools
Provides access to the java binary executable, regardless of OS.
JavaExecutable() - Constructor for class org.springframework.boot.loader.tools.JavaExecutable
 
JavaLoggingSystem - Class in org.springframework.boot.logging.java
JavaLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.java.JavaLoggingSystem
 
JCache() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
JCacheCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
CacheStatisticsProvider implementation for a JSR-107 compliant cache.
JCacheCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.JCacheCacheStatisticsProvider
 
JCacheManagerCustomizer - Interface in org.springframework.boot.autoconfigure.cache
Callback interface that can be implemented by beans wishing to customize the cache manager before it is used, in particular to create additional caches.
Jdbc() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc
 
JdbcSessionDatabaseInitializer - Class in org.springframework.boot.autoconfigure.session
Initializer for Spring Session schema.
JdbcSessionDatabaseInitializer(SessionProperties, DataSource, ResourceLoader) - Constructor for class org.springframework.boot.autoconfigure.session.JdbcSessionDatabaseInitializer
 
jdbcTemplate() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration
 
JdbcTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
JdbcTemplateAutoConfiguration(DataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration
 
JdkDynamicAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.JdkDynamicAutoProxyConfiguration
 
JerseyAutoConfiguration - Class in org.springframework.boot.autoconfigure.jersey
Auto-configuration for Jersey.
JerseyAutoConfiguration(JerseyProperties, ResourceConfig, ObjectProvider<List<ResourceConfigCustomizer>>) - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
JerseyAutoConfiguration.JerseyWebApplicationInitializer - Class in org.springframework.boot.autoconfigure.jersey
 
jerseyFilterRegistration() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
JerseyProperties - Class in org.springframework.boot.autoconfigure.jersey
JerseyProperties() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
JerseyProperties.Filter - Class in org.springframework.boot.autoconfigure.jersey
 
JerseyProperties.Servlet - Class in org.springframework.boot.autoconfigure.jersey
 
JerseyProperties.Type - Enum in org.springframework.boot.autoconfigure.jersey
 
jerseyServletRegistration() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
JerseyWebApplicationInitializer() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.JerseyWebApplicationInitializer
 
JestAutoConfiguration - Class in org.springframework.boot.autoconfigure.elasticsearch.jest
JestAutoConfiguration(JestProperties, ObjectProvider<Gson>) - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
 
jestClient() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
 
JestProperties - Class in org.springframework.boot.autoconfigure.elasticsearch.jest
Configuration properties for Jest.
JestProperties() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
JestProperties.Proxy - Class in org.springframework.boot.autoconfigure.elasticsearch.jest
 
Jetty() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
JettyEmbeddedServletContainer - Class in org.springframework.boot.context.embedded.jetty
EmbeddedServletContainer that can be used to control an embedded Jetty server.
JettyEmbeddedServletContainer(Server) - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
Create a new JettyEmbeddedServletContainer instance.
JettyEmbeddedServletContainer(Server, boolean) - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
Create a new JettyEmbeddedServletContainer instance.
jettyEmbeddedServletContainerFactory() - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedJetty
 
JettyEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded.jetty
JettyEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
JettyEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Create a new JettyEmbeddedServletContainerFactory that listens for requests using the specified port.
JettyEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Create a new JettyEmbeddedServletContainerFactory with the specified context path and port.
JettyServerCustomizer - Interface in org.springframework.boot.context.embedded.jetty
Callback interface that can be used to customize a Jetty Server.
JettyWebSocketContainerCustomizer - Class in org.springframework.boot.autoconfigure.websocket
JettyWebSocketContainerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.JettyWebSocketContainerCustomizer
 
JmsAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms
Auto-configuration for Spring JMS.
JmsAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration
 
JmsAutoConfiguration.JmsTemplateConfiguration - Class in org.springframework.boot.autoconfigure.jms
 
JmsAutoConfiguration.MessagingTemplateConfiguration - Class in org.springframework.boot.autoconfigure.jms
 
jmsHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.JmsHealthIndicatorConfiguration
 
JmsHealthIndicator - Class in org.springframework.boot.actuate.health
JmsHealthIndicator(ConnectionFactory) - Constructor for class org.springframework.boot.actuate.health.JmsHealthIndicator
 
JmsHealthIndicatorConfiguration(ObjectProvider<Map<String, ConnectionFactory>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.JmsHealthIndicatorConfiguration
 
jmsMessagingTemplate(JmsTemplate) - Method in class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.MessagingTemplateConfiguration
 
JmsProperties - Class in org.springframework.boot.autoconfigure.jms
Configuration properties for JMS.
JmsProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties
 
JmsProperties.AcknowledgeMode - Enum in org.springframework.boot.autoconfigure.jms
Translate the acknowledge modes defined on the Session.
JmsProperties.Listener - Class in org.springframework.boot.autoconfigure.jms
 
jmsTemplate(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.JmsTemplateConfiguration
 
JmsTemplateConfiguration(JmsProperties, ObjectProvider<DestinationResolver>, ObjectProvider<MessageConverter>) - Constructor for class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.JmsTemplateConfiguration
 
JmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.jmx
Auto-configuration to enable/disable Spring's EnableMBeanExport mechanism based on configuration properties.
JmxAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
JmxMetricWriter - Class in org.springframework.boot.actuate.metrics.jmx
A MetricWriter for MBeans.
JmxMetricWriter(MBeanExporter) - Constructor for class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
JmxMetricWriter.MetricValue - Class in org.springframework.boot.actuate.metrics.jmx
A single metric value.
JndiConnectionFactoryAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms
Auto-configuration for JMS provided from JNDI.
JndiConnectionFactoryAutoConfiguration(JmsProperties) - Constructor for class org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
 
JndiDataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Auto-configuration for a JNDI located DataSource.
JndiDataSourceAutoConfiguration(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
 
Job() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
JobExecutionEvent - Class in org.springframework.boot.autoconfigure.batch
Spring ApplicationEvent encapsulating a JobExecution.
JobExecutionEvent(JobExecution) - Constructor for class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
Create a new JobExecutionEvent instance.
jobExecutionExitCodeGenerator() - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JobExecutionExitCodeGenerator - Class in org.springframework.boot.autoconfigure.batch
JobExecutionExitCodeGenerator() - Constructor for class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
jobExplorer(DataSource) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
jobLauncherCommandLineRunner(JobLauncher, JobExplorer) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JobLauncherCommandLineRunner - Class in org.springframework.boot.autoconfigure.batch
CommandLineRunner to launch Spring Batch jobs.
JobLauncherCommandLineRunner(JobLauncher, JobExplorer) - Constructor for class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
jobOperator(JobExplorer, JobLauncher, ListableJobLocator, JobRepository) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JolokiaAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for embedding Jolokia, a JMX-HTTP bridge giving an alternative to JSR-160 connectors.
JolokiaAutoConfiguration(JolokiaProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.JolokiaAutoConfiguration
 
jolokiaEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaAutoConfiguration
 
JolokiaMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
MvcEndpoint to expose Jolokia.
JolokiaMvcEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
JolokiaProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for Jolokia.
JolokiaProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
 
JooqAutoConfiguration - Class in org.springframework.boot.autoconfigure.jooq
JooqAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
JooqAutoConfiguration.DslContextConfiguration - Class in org.springframework.boot.autoconfigure.jooq
 
jooqConfiguration() - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
jooqExceptionTranslatorExecuteListenerProvider() - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
JooqProperties - Class in org.springframework.boot.autoconfigure.jooq
Configuration properties for the JOOQ database library.
JooqProperties() - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqProperties
 
JpaBaseConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
Base Auto-configuration for JPA.
JpaBaseConfiguration(DataSource, JpaProperties, ObjectProvider<JtaTransactionManager>) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
JpaBaseConfiguration.JpaWebConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
 
JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
 
JpaBatchConfiguration(BatchProperties) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.JpaBatchConfiguration
 
jpaBatchConfigurer(DataSource, EntityManagerFactory) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.JpaBatchConfiguration
 
JpaProperties - Class in org.springframework.boot.autoconfigure.orm.jpa
External configuration properties for a JPA EntityManagerFactory created by Spring.
JpaProperties() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
JpaProperties.Hibernate - Class in org.springframework.boot.autoconfigure.orm.jpa
 
JpaProperties.Naming - Class in org.springframework.boot.autoconfigure.orm.jpa
 
JpaRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.jpa
Auto-configuration for Spring Data's JPA Repositories.
JpaRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration
 
jpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
JpaWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
 
JpaWebMvcConfiguration() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
 
JsonComponent - Annotation Type in org.springframework.boot.jackson
Component that provides JsonSerializer and/or JsonDeserializer implementations to be registered with Jackson when JsonComponentModule is in use.
jsonComponentModule() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
 
JsonComponentModule - Class in org.springframework.boot.jackson
Spring Bean and Jackson Module to register JsonComponent annotated beans.
JsonComponentModule() - Constructor for class org.springframework.boot.jackson.JsonComponentModule
 
JsonContent<T> - Class in org.springframework.boot.test.json
JSON content created usually from a JSON tester.
JsonContent(Class<?>, ResolvableType, String) - Constructor for class org.springframework.boot.test.json.JsonContent
Create a new JsonContent instance.
JsonContentAssert - Class in org.springframework.boot.test.json
AssertJ Assert for JsonContent.
JsonContentAssert(Class<?>, CharSequence) - Constructor for class org.springframework.boot.test.json.JsonContentAssert
Create a new JsonContentAssert instance that will load resources as UTF-8.
JsonContentAssert(Class<?>, Charset, CharSequence) - Constructor for class org.springframework.boot.test.json.JsonContentAssert
Create a new JsonContentAssert instance that will load resources in the given charset.
JsonJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt org.json.JSONObject to a JsonParser.
JsonJsonParser() - Constructor for class org.springframework.boot.json.JsonJsonParser
 
jsonMarshalTestersBeanPostProcessor() - Static method in class org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
 
JsonObjectDeserializer<T> - Class in org.springframework.boot.jackson
Helper base class for JsonDeserializer implementations that deserialize objects.
JsonObjectDeserializer() - Constructor for class org.springframework.boot.jackson.JsonObjectDeserializer
 
JsonObjectSerializer<T> - Class in org.springframework.boot.jackson
Helper base class for JsonSerializer implementations that serialize objects.
JsonObjectSerializer() - Constructor for class org.springframework.boot.jackson.JsonObjectSerializer
 
JsonParser - Interface in org.springframework.boot.json
Parser that can read JSON formatted strings into Maps or Lists.
JsonParserFactory - Class in org.springframework.boot.json
Factory to create a JsonParser.
JsonParserFactory() - Constructor for class org.springframework.boot.json.JsonParserFactory
 
JsonSimpleJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt JSONObject to a JsonParser.
JsonSimpleJsonParser() - Constructor for class org.springframework.boot.json.JsonSimpleJsonParser
 
JsonTest - Annotation Type in org.springframework.boot.test.autoconfigure.json
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical JSON test.
JsonTestersAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.json
Auto-configuration for Json testers.
JsonTestersAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
 
JspServlet - Class in org.springframework.boot.context.embedded
Configuration for the container's JSP servlet.
JspServlet() - Constructor for class org.springframework.boot.context.embedded.JspServlet
 
JspTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.web
TemplateAvailabilityProvider that provides availability information for JSP view templates.
JspTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.web.JspTemplateAvailabilityProvider
 
jta(boolean) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
Configure if using a JTA DataSource, i.e.
JtaAutoConfiguration - Class in org.springframework.boot.autoconfigure.transaction.jta
JtaAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.jta.JtaAutoConfiguration
 
JtaProperties - Class in org.springframework.boot.autoconfigure.transaction.jta
External configuration properties for a JtaTransactionManager created by Spring.
JtaProperties() - Constructor for class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
Jwt() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
JwtAccessTokenConverterConfigurer - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Callback interface that can be used to provide additional configuration to the JwtAccessTokenConverter.
jwtTokenEnhancer() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 
jwtTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 
JwtTokenServicesConfiguration(ResourceServerProperties, ObjectProvider<List<JwtAccessTokenConverterConfigurer>>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 
jwtTokenStore() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 

K

KeyAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
kill() - Method in class org.springframework.boot.loader.tools.RunProcess
Kill this process.

L

launch(String[]) - Method in class org.springframework.boot.loader.Launcher
Launch the application.
launch(String[], String, ClassLoader) - Method in class org.springframework.boot.loader.Launcher
Launch the application given the archive file and a fully configured classloader.
LaunchedURLClassLoader - Class in org.springframework.boot.loader
ClassLoader used by the Launcher.
LaunchedURLClassLoader(URL[], ClassLoader) - Constructor for class org.springframework.boot.loader.LaunchedURLClassLoader
Create a new LaunchedURLClassLoader instance.
Launcher - Class in org.springframework.boot.loader
Base class for launchers that can start an application with a fully configured classpath backed by one or more Archives.
Launcher() - Constructor for class org.springframework.boot.loader.Launcher
 
launchJobFromProperties(Properties) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
LaunchScript - Interface in org.springframework.boot.loader.tools
A script that can be prepended to the front of a JAR file to make it executable.
Layout - Interface in org.springframework.boot.loader.tools
Strategy interface used to determine the layout for a particular type of archive.
layoutDialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration
 
Layouts - Class in org.springframework.boot.loader.tools
Common Layouts.
Layouts.Expanded - Class in org.springframework.boot.loader.tools
Executable expanded archive layout.
Layouts.Jar - Class in org.springframework.boot.loader.tools
Executable JAR layout.
Layouts.Module - Class in org.springframework.boot.loader.tools
Module layout (designed to be used as a "plug-in").
Layouts.None - Class in org.springframework.boot.loader.tools
No layout.
Layouts.War - Class in org.springframework.boot.loader.tools
Executable WAR layout.
LevelRemappingAppender - Class in org.springframework.boot.logging.logback
Appender that can remap ILoggingEvent Levels as they are written.
LevelRemappingAppender() - Constructor for class org.springframework.boot.logging.logback.LevelRemappingAppender
LevelRemappingAppender(String) - Constructor for class org.springframework.boot.logging.logback.LevelRemappingAppender
Create a new LevelRemappingAppender with a specific destination logger.
LevelRemappingAppender.AppendableLogger - Class in org.springframework.boot.logging.logback
Simple wrapper around a logger that can have events appended.
Libraries - Interface in org.springframework.boot.loader.tools
Encapsulates information about libraries that may be packed into the archive.
Library - Class in org.springframework.boot.loader.tools
Encapsulates information about a single library that may be packed into the archive.
Library(File, LibraryScope) - Constructor for class org.springframework.boot.loader.tools.Library
Create a new Library.
Library(File, LibraryScope, boolean) - Constructor for class org.springframework.boot.loader.tools.Library
Create a new Library.
Library(String, File, LibraryScope, boolean) - Constructor for class org.springframework.boot.loader.tools.Library
Create a new Library.
library(Library) - Method in interface org.springframework.boot.loader.tools.LibraryCallback
Callback to for a single library backed by a File.
LibraryCallback - Interface in org.springframework.boot.loader.tools
Callback interface used to iterate Libraries.
LibraryScope - Interface in org.springframework.boot.loader.tools
The scope of a library.
linkedin(ConnectionRepository) - Method in class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration.LinkedInConfigurerAdapter
 
LinkedInAutoConfiguration - Class in org.springframework.boot.autoconfigure.social
Auto-configuration for Spring Social connectivity with LinkedIn.
LinkedInAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration
 
LinkedInAutoConfiguration.LinkedInConfigurerAdapter - Class in org.springframework.boot.autoconfigure.social
 
LinkedInConfigurerAdapter(LinkedInProperties) - Constructor for class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration.LinkedInConfigurerAdapter
 
linkedInConnectView() - Method in class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration.LinkedInConfigurerAdapter
 
LinkedInProperties - Class in org.springframework.boot.autoconfigure.social
Properties for Spring Social LinkedIn.
LinkedInProperties() - Constructor for class org.springframework.boot.autoconfigure.social.LinkedInProperties
 
links() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint
 
liquibase() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
LiquibaseAutoConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
Auto-configuration for Liquibase.
LiquibaseAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration
 
LiquibaseAutoConfiguration.LiquibaseConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
 
LiquibaseAutoConfiguration.LiquibaseJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
Additional configuration to ensure that EntityManagerFactory beans depend-on the liquibase bean.
LiquibaseConfiguration(LiquibaseProperties, ResourceLoader, ObjectProvider<DataSource>, ObjectProvider<DataSource>) - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
LiquibaseDataSource - Annotation Type in org.springframework.boot.autoconfigure.liquibase
Qualifier annotation for a DataSource to be injected in to Liquibase.
LiquibaseEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose liquibase info.
LiquibaseEndpoint(SpringLiquibase) - Constructor for class org.springframework.boot.actuate.endpoint.LiquibaseEndpoint
 
LiquibaseJpaDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseJpaDependencyConfiguration
 
LiquibaseProperties - Class in org.springframework.boot.autoconfigure.liquibase
Configuration properties to configure SpringLiquibase.
LiquibaseProperties() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
LiquibaseServiceLocatorApplicationListener - Class in org.springframework.boot.liquibase
ApplicationListener that replaces the liquibase ServiceLocator with a version that works with Spring Boot executable archives.
LiquibaseServiceLocatorApplicationListener() - Constructor for class org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
 
Listener() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
Listener() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
ListenerRetry() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
 
listeners(ApplicationListener<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add some listeners to the application (listening for SpringApplication events as well as regular Spring events once the context is running).
LiteDeviceDelegatingViewResolverFactoryConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.LiteDeviceDelegatingViewResolverFactoryConfiguration
 
Livereload() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
LiveReloadServer - Class in org.springframework.boot.devtools.livereload
A livereload server.
LiveReloadServer() - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the default port.
LiveReloadServer(ThreadFactory) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the default port with a specific ThreadFactory.
LiveReloadServer(int) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the specified port.
LiveReloadServer(int, ThreadFactory) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the specified port with a specific ThreadFactory.
load(Resource...) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Load bean definitions from the given XML resources.
load(String...) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Load bean definitions from the given XML resources.
load(Class<?>, String...) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Load bean definitions from the given XML resources.
load(String, Resource, String) - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
 
load(String, Resource, String) - Method in interface org.springframework.boot.env.PropertySourceLoader
Load the resource into a property source.
load(Resource) - Method in class org.springframework.boot.env.PropertySourcesLoader
Load the specified resource (if possible) and add it as the first source.
load(Resource, String) - Method in class org.springframework.boot.env.PropertySourcesLoader
Load the profile-specific properties from the specified resource (if any) and add it as the first source.
load(Resource, String, String) - Method in class org.springframework.boot.env.PropertySourcesLoader
Load the profile-specific properties from the specified resource (if any), give the name provided and add it as the first source.
load(Resource, String, String, String) - Method in class org.springframework.boot.env.PropertySourcesLoader
Load the profile-specific properties from the specified resource (if any), give the name provided and add it to a group of property sources identified by the group name.
load(String, Resource, String) - Method in class org.springframework.boot.env.YamlPropertySourceLoader
 
load(ApplicationContext, Object[]) - Method in class org.springframework.boot.SpringApplication
Load beans into the application context.
loadAuthentication(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
 
loadAuthentication(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
loadClass(String, boolean) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
loadClass(String, boolean) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
loadClass(String, boolean) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Load a specific configuration.
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
loadConfiguration(String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadConfiguration(String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 
loadContext(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
loadContext(String...) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
loadContext(MergedContextConfiguration) - Method in class org.springframework.boot.test.SpringApplicationContextLoader
Deprecated.
 
loadContext(String...) - Method in class org.springframework.boot.test.SpringApplicationContextLoader
Deprecated.
 
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Load sensible defaults for the logging system.
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
loadFrom(Resource, String) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
loadSessionAttributes(String, ClassLoader) - Method in class org.springframework.boot.context.embedded.undertow.FileSessionPersistence
 
loadView(String, Locale) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
 
LocalDevToolsAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
Auto-configuration for local development support.
LocalDevToolsAutoConfiguration() - Constructor for class org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration
 
localeCharsetMappingsCustomizer() - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration
 
localeResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
LocalHostUriTemplateHandler - Class in org.springframework.boot.test.web.client
UriTemplateHandler will automatically prefix relative URIs with localhost:${local.server.port}.
LocalHostUriTemplateHandler(Environment) - Constructor for class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
Create a new LocalHostUriTemplateHandler that will generate http URIs using the given environment to determine the context path and port.
LocalHostUriTemplateHandler(Environment, String) - Constructor for class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
Create a new LocalHostUriTemplateHandler that will generate URIs with the given scheme and use the given environment to determine the context-path and port.
LocalHostWebClient - Class in org.springframework.boot.test.web.htmlunit
WebClient will automatically prefix relative URLs with localhost:${local.server.port}.
LocalHostWebClient(Environment) - Constructor for class org.springframework.boot.test.web.htmlunit.LocalHostWebClient
 
LocalHostWebConnectionHtmlUnitDriver - Class in org.springframework.boot.test.web.htmlunit.webdriver
LocalHostWebConnectionHtmlUnitDriver will automatically prefix relative URLs with localhost:${local.server.port}.
LocalHostWebConnectionHtmlUnitDriver(Environment) - Constructor for class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalHostWebConnectionHtmlUnitDriver(Environment, boolean) - Constructor for class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalHostWebConnectionHtmlUnitDriver(Environment, BrowserVersion) - Constructor for class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalHostWebConnectionHtmlUnitDriver(Environment, Capabilities) - Constructor for class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalManagementPort - Annotation Type in org.springframework.boot.actuate.autoconfigure
Annotation at the field or method/constructor parameter level that injects the HTTP management port that got allocated at runtime.
LocalServerPort - Annotation Type in org.springframework.boot.context.embedded
Annotation at the field or method/constructor parameter level that injects the HTTP port that got allocated at runtime.
locateAndRegisterEndpoints() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
locateTransactionManager() - Method in class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
locateUserTransaction() - Method in class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
Log4J2LoggingSystem - Class in org.springframework.boot.logging.log4j2
Log4J2LoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
LOG_FILE - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the log file.
LOG_LEVEL_PATTERN - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the log level pattern.
LOG_PATH - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the log path.
logAutoConfigurationReport(boolean) - Method in class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
 
LogbackInitializer - Class in org.springframework.boot.loader.tools
Utility to initialize logback (when present) to use INFO level logging.
LogbackInitializer() - Constructor for class org.springframework.boot.loader.tools.LogbackInitializer
 
LogbackLoggingSystem - Class in org.springframework.boot.logging.logback
LogbackLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
LogFile - Class in org.springframework.boot.logging
A reference to a log output file.
logfileMvcEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
LogFileMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Controller that provides an API for logfiles, i.e.
LogFileMvcEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
 
logger - Variable in class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
 
logger - Variable in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
logger - Variable in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
logger - Variable in class org.springframework.boot.web.support.SpringBootServletInitializer
 
LOGGING_SYSTEM_BEAN_NAME - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the LoggingSystem bean.
LoggingApplicationListener - Class in org.springframework.boot.logging
An ApplicationListener that configures the LoggingSystem.
LoggingApplicationListener() - Constructor for class org.springframework.boot.logging.LoggingApplicationListener
 
LoggingFailureAnalysisReporter - Class in org.springframework.boot.diagnostics
FailureAnalysisReporter that logs the failure analysis.
LoggingFailureAnalysisReporter() - Constructor for class org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
 
LoggingInitializationContext - Class in org.springframework.boot.logging
Context passed to the LoggingSystem during initialization.
LoggingInitializationContext(ConfigurableEnvironment) - Constructor for class org.springframework.boot.logging.LoggingInitializationContext
Create a new LoggingInitializationContext instance.
LoggingSystem - Class in org.springframework.boot.logging
Common abstraction over logging systems.
LoggingSystem() - Constructor for class org.springframework.boot.logging.LoggingSystem
 
logIncoming() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Log incoming payload information at trace level to aid diagnostics.
LogLevel - Enum in org.springframework.boot.logging
Logging levels supported by a LoggingSystem.
logOutgoing() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Log incoming payload information at trace level to aid diagnostics.
logStartupInfo(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate the startup information should be logged.
logStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
Called to log startup information, subclasses may override to add additional logging.
logStartupProfileInfo(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Called to log active profile information.
lookup(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
lookup(String) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQNoOpBindingRegistry
Deprecated.
 

M

mailHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.MailHealthIndicatorConfiguration
 
MailHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for configured smtp server(s).
MailHealthIndicator(JavaMailSenderImpl) - Constructor for class org.springframework.boot.actuate.health.MailHealthIndicator
 
MailHealthIndicatorConfiguration(ObjectProvider<Map<String, JavaMailSenderImpl>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.MailHealthIndicatorConfiguration
 
MailProperties - Class in org.springframework.boot.autoconfigure.mail
Configuration properties for email support.
MailProperties() - Constructor for class org.springframework.boot.autoconfigure.mail.MailProperties
 
mailSender() - Method in class org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration
 
MailSenderAutoConfiguration - Class in org.springframework.boot.autoconfigure.mail
Auto configuration for email support.
MailSenderAutoConfiguration(MailProperties, ObjectProvider<Session>) - Constructor for class org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration
 
MailSenderValidatorAutoConfiguration - Class in org.springframework.boot.autoconfigure.mail
Auto configuration for testing mail service connectivity on startup.
MailSenderValidatorAutoConfiguration(JavaMailSenderImpl) - Constructor for class org.springframework.boot.autoconfigure.mail.MailSenderValidatorAutoConfiguration
 
main(Class<?>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Fixes the main application class that is used to anchor the startup messages.
main(String[]) - Static method in class org.springframework.boot.devtools.RemoteSpringApplication
main(String[]) - Static method in class org.springframework.boot.loader.JarLauncher
 
MAIN - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for main class.
main(String[]) - Static method in class org.springframework.boot.loader.PropertiesLauncher
 
main(String[]) - Static method in class org.springframework.boot.loader.WarLauncher
 
main(String[]) - Static method in class org.springframework.boot.SpringApplication
A basic main that can be used to launch an application.
MainClassFinder - Class in org.springframework.boot.loader.tools
Finds any class with a public static main method by performing a breadth first search.
MainClassFinder() - Constructor for class org.springframework.boot.loader.tools.MainClassFinder
 
MainClassFinder.ClassNameCallback<T> - Interface in org.springframework.boot.loader.tools
Callback interface used to receive class names.
MainMethodRunner - Class in org.springframework.boot.loader
Utility class that is used by Launchers to call a main method.
MainMethodRunner(String, String[]) - Constructor for class org.springframework.boot.loader.MainMethodRunner
Create a new MainMethodRunner instance.
ManagementContextConfiguration - Annotation Type in org.springframework.boot.actuate.autoconfigure
Specialized @Configuration class that defines configuration specific for the management context.
managementContextResolver() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
ManagementContextResolver - Class in org.springframework.boot.actuate.autoconfigure
Provides access to the ApplicationContext being used to manage actuator endpoints.
ManagementErrorEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Special MvcEndpoint for handling "/error" path when the management servlet is in a child context.
ManagementErrorEndpoint(ErrorAttributes) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
ManagementSecurityPropertiesConfiguration(ObjectProvider<SecurityProperties>, ObjectProvider<ManagementServerProperties>) - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration
 
ManagementServerProperties - Class in org.springframework.boot.actuate.autoconfigure
Properties for the management server (e.g.
ManagementServerProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
managementServerProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
ManagementServerProperties.Security - Class in org.springframework.boot.actuate.autoconfigure
Security configuration.
ManagementServerProperties.SessionCreationPolicy - Enum in org.springframework.boot.actuate.autoconfigure
 
ManagementServerPropertiesAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
ManagementServerPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
managementServletContext(ManagementServerProperties) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
managementServletContext(ManagementServerProperties) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
 
ManagementServletContext - Interface in org.springframework.boot.actuate.endpoint.mvc
Provides information about the management servlet context for MVC controllers to use.
ManagementWebSecurityAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for security of framework endpoints.
ManagementWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration
 
ManagementWebSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
ManagementWebSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter - Class in org.springframework.boot.actuate.autoconfigure
 
ManagementWebSecurityAutoConfiguration.WebSecurityEnabler - Class in org.springframework.boot.actuate.autoconfigure
 
ManagementWebSecurityConfigurerAdapter(SecurityProperties, ManagementServerProperties, ObjectProvider<ManagementContextResolver>) - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter
 
MapInfoContributor - Class in org.springframework.boot.actuate.info
A simple InfoContributor that exposes a map.
MapInfoContributor(Map<String, Object>) - Constructor for class org.springframework.boot.actuate.info.MapInfoContributor
 
Mapping(String, String) - Constructor for class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
mappingContext() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 
mappingMongoConverter(MongoDbFactory, MongoMappingContext, BeanFactory, CustomConversions) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
match() - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for a 'match'.
match(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'match'.
match(ConditionMessage) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'match'.
match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.context.TypeExcludeFilter
 
match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
matches(ConditionContext, AnnotatedTypeMetadata, Condition) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
Return true if any of the specified condition matches.
matches(Archive.Entry) - Method in interface org.springframework.boot.loader.archive.Archive.EntryFilter
Apply the jar entry filter.
matches(Properties) - Method in class org.springframework.boot.yaml.ArrayDocumentMatcher
Deprecated.
 
matches(Properties) - Method in class org.springframework.boot.yaml.DefaultProfileDocumentMatcher
Deprecated.
 
matches(Properties) - Method in class org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
matchProductName(String) - Method in enum org.springframework.boot.jdbc.DatabaseDriver
 
MAX - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for max gauges.
mbeanExporter(ObjectNamingStrategy) - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
mbeanServer() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
 
mbeanServer() - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
merge(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Merge the state of the given entity into the current persistence context.
mergeInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Utility method that can be used by subclasses wishing to combine the specified ServletContextInitializer parameters with those defined in this instance.
MessageAndCondition(ConditionEvaluationReport.ConditionAndOutcome) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
 
messageChannelMetricWriter(MessageChannel) - Method in class org.springframework.boot.actuate.autoconfigure.MetricsChannelAutoConfiguration
 
MessageChannelMetricWriter - Class in org.springframework.boot.actuate.metrics.writer
A MetricWriter that publishes the metric updates on a MessageChannel.
MessageChannelMetricWriter(MessageChannel) - Constructor for class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
messageConverters() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration
 
messageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate.
messageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate.
messageDispatcherServlet(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
 
messageSource() - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
MessageSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure
MessageSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
MessageSourceAutoConfiguration.ResourceBundleCondition - Class in org.springframework.boot.autoconfigure
 
MessagingTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
 
MessagingTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.MessagingTemplateConfiguration
 
Metric<T extends Number> - Class in org.springframework.boot.actuate.metrics
Immutable class that can be used to hold any arbitrary system measurement value (a named numeric value with a timestamp).
Metric(String, T) - Constructor for class org.springframework.boot.actuate.metrics.Metric
Create a new Metric instance for the current time.
Metric(String, T, Date) - Constructor for class org.springframework.boot.actuate.metrics.Metric
Create a new Metric instance.
MetricCopyExporter - Class in org.springframework.boot.actuate.metrics.export
Exporter that "exports" by copying metric data from a source MetricReader to a destination MetricWriter.
MetricCopyExporter(MetricReader, GaugeWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
Create a new MetricCopyExporter instance.
MetricCopyExporter(MetricReader, GaugeWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
Create a new MetricCopyExporter instance.
MetricExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for metrics export.
MetricExportAutoConfiguration(MetricExportProperties, ObjectProvider<MetricsEndpointMetricReader>, ObjectProvider<List<MetricReader>>, ObjectProvider<Map<String, GaugeWriter>>, ObjectProvider<Map<String, Exporter>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricExportAutoConfiguration
 
MetricExportAutoConfiguration.MetricExportPropertiesConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
MetricExporters - Class in org.springframework.boot.actuate.metrics.export
SchedulingConfigurer to handle metrics export.
MetricExporters(MetricExportProperties) - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExporters
 
metricExportProperties() - Method in class org.springframework.boot.actuate.autoconfigure.MetricExportAutoConfiguration.MetricExportPropertiesConfiguration
 
MetricExportProperties - Class in org.springframework.boot.actuate.metrics.export
Configuration properties for metrics export.
MetricExportProperties() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
MetricExportProperties.Aggregate - Class in org.springframework.boot.actuate.metrics.export
Aggregate properties.
MetricExportProperties.Redis - Class in org.springframework.boot.actuate.metrics.export
Redis properties.
MetricExportProperties.Statsd - Class in org.springframework.boot.actuate.metrics.export
Statsd properties.
MetricExportPropertiesConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricExportAutoConfiguration.MetricExportPropertiesConfiguration
 
MetricFilterAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration that records Servlet interactions with a CounterService and GaugeService.
MetricFilterAutoConfiguration(CounterService, GaugeService, MetricFilterProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricFilterAutoConfiguration
 
MetricFilterProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for the MetricsFilter.
MetricFilterProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
 
MetricReader - Interface in org.springframework.boot.actuate.metrics.reader
A simple reader interface used to interrogate Metrics.
metricReaderPublicMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
 
MetricReaderPublicMetrics - Class in org.springframework.boot.actuate.endpoint
PublicMetrics exposed from a MetricReader.
MetricReaderPublicMetrics(MetricReader) - Constructor for class org.springframework.boot.actuate.endpoint.MetricReaderPublicMetrics
 
metricRegistry() - Method in class org.springframework.boot.actuate.autoconfigure.MetricsDropwizardAutoConfiguration
 
MetricRegistryMetricReader - Class in org.springframework.boot.actuate.metrics.reader
A Spring Boot MetricReader that reads metrics from a Dropwizard MetricRegistry.
MetricRegistryMetricReader(MetricRegistry) - Constructor for class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
MetricRepository - Interface in org.springframework.boot.actuate.metrics.repository
Convenient combination of reader and writer concerns.
MetricRepositoryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for metrics services.
MetricRepositoryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
 
metrics() - Method in class org.springframework.boot.actuate.endpoint.CachePublicMetrics
 
metrics() - Method in class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
 
metrics() - Method in class org.springframework.boot.actuate.endpoint.MetricReaderPublicMetrics
 
metrics() - Method in interface org.springframework.boot.actuate.endpoint.PublicMetrics
Return an indication of current state through metrics.
metrics() - Method in class org.springframework.boot.actuate.endpoint.RichGaugeReaderPublicMetrics
 
metrics() - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
 
metrics() - Method in class org.springframework.boot.actuate.endpoint.TomcatPublicMetrics
 
MetricsChannelAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for writing metrics to a MessageChannel.
MetricsChannelAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricsChannelAutoConfiguration
 
MetricsDropwizardAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for Dropwizard-based metrics.
MetricsDropwizardAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricsDropwizardAutoConfiguration
 
metricsEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
MetricsEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose a collection of PublicMetrics.
MetricsEndpoint(PublicMetrics) - Constructor for class org.springframework.boot.actuate.endpoint.MetricsEndpoint
Create a new MetricsEndpoint instance.
MetricsEndpoint(Collection<PublicMetrics>) - Constructor for class org.springframework.boot.actuate.endpoint.MetricsEndpoint
Create a new MetricsEndpoint instance.
MetricsEndpointMetricReader - Class in org.springframework.boot.actuate.endpoint
MetricReader that pulls all current values out of the MetricsEndpoint.
MetricsEndpointMetricReader(MetricsEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.MetricsEndpointMetricReader
 
metricsFilter() - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterAutoConfiguration
 
MetricsFilterSubmission - Enum in org.springframework.boot.actuate.autoconfigure
Submission types that can be made by the MetricsFilter.
metricsMvcEndpoint(MetricsEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
MetricsMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter to expose MetricsEndpoint as an MvcEndpoint.
MetricsMvcEndpoint(MetricsEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint
 
MetricsMvcEndpoint.NoSuchMetricException - Exception in org.springframework.boot.actuate.endpoint.mvc
Exception thrown when the specified metric cannot be found.
MetricValue() - Constructor for class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
 
MetricWriter - Interface in org.springframework.boot.actuate.metrics.writer
Basic strategy for write operations on Metric data.
MetricWriterMessageHandler - Class in org.springframework.boot.actuate.metrics.writer
A MessageHandler that updates Metric values through a MetricWriter.
MetricWriterMessageHandler(MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.writer.MetricWriterMessageHandler
 
metricWritersMetricExporter(MetricExportProperties) - Method in class org.springframework.boot.actuate.autoconfigure.MetricExportAutoConfiguration
 
migrate(Flyway) - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayMigrationStrategy
Trigger flyway migration.
MimeMappings - Class in org.springframework.boot.context.embedded
Simple container-independent abstraction for servlet mime mappings.
MimeMappings() - Constructor for class org.springframework.boot.context.embedded.MimeMappings
Create a new empty MimeMappings instance.
MimeMappings(MimeMappings) - Constructor for class org.springframework.boot.context.embedded.MimeMappings
Create a new MimeMappings instance from the specified mappings.
MimeMappings(Map<String, String>) - Constructor for class org.springframework.boot.context.embedded.MimeMappings
Create a new MimeMappings from the specified mappings.
MimeMappings.Mapping - Class in org.springframework.boot.context.embedded
A single mime mapping.
MIN - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for min gauges.
MockBean - Annotation Type in org.springframework.boot.test.mock.mockito
Annotation that can be used to add mocks to a Spring ApplicationContext.
MockBeans - Annotation Type in org.springframework.boot.test.mock.mockito
Container annotation that aggregates several MockBean annotations.
MockitoPostProcessor - Class in org.springframework.boot.test.mock.mockito
A BeanFactoryPostProcessor used to register and inject @MockBeans with the ApplicationContext.
MockitoPostProcessor(Set<Definition>) - Constructor for class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
Create a new MockitoPostProcessor instance with the given initial definitions.
MockitoTestExecutionListener - Class in org.springframework.boot.test.mock.mockito
TestExecutionListener to trigger MockitoAnnotations.initMocks(Object) when @MockBean annotations are used.
MockitoTestExecutionListener() - Constructor for class org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
 
mockMvc(MockMvcBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
 
MockMvcAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration for MockMvc.
mockMvcBuilder(List<MockMvcBuilderCustomizer>) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
 
MockMvcBuilderCustomizer - Interface in org.springframework.boot.test.autoconfigure.web.servlet
A customizer for a ConfigurableMockMvcBuilder.
mockMvcHtmlUnitDriverBuilder(MockMvc) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration
 
MockMvcPrint - Enum in org.springframework.boot.test.autoconfigure.web.servlet
MVC print options specified from AutoConfigureMockMvc.
MockMvcSecurityAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration for Spring Security's testing support.
MockMvcSecurityAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityAutoConfiguration
 
MockMvcWebClientAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration for HtmlUnit WebClient MockMVC integration.
mockMvcWebClientBuilder(MockMvc) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration
 
MockMvcWebDriverAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration for Selenium WebDriver MockMVC integration.
MockReset - Enum in org.springframework.boot.test.mock.mockito
Reset strategy used on a mock bean.
mockRestServiceServer(MockServerRestTemplateCustomizer) - Method in class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
 
MockRestServiceServerAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.client
Auto-configuration for MockRestServiceServer support.
MockRestServiceServerAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
 
mockServerRestTemplateCustomizer() - Method in class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
 
MockServerRestTemplateCustomizer - Class in org.springframework.boot.test.web.client
RestTemplateCustomizer that can be applied to a RestTemplateBuilder instances to add MockRestServiceServer support.
MockServerRestTemplateCustomizer() - Constructor for class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
MockServerRestTemplateCustomizer(Class<? extends RequestExpectationManager>) - Constructor for class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
modify(T) - Method in interface org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository.Callback
Modify an existing value.
Module() - Constructor for class org.springframework.boot.loader.tools.Layouts.Module
 
mongo() - Method in class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
Mongo() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties.Mongo
 
MongoAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo
MongoAutoConfiguration(MongoProperties, ObjectProvider<MongoClientOptions>, Environment) - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
MongoClientDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure.data.mongo
BeanFactoryPostProcessor to automatically set up the recommended dependsOn configuration for Mongo clients when used embedded Mongo.
MongoClientDependsOnBeanFactoryPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoClientDependsOnBeanFactoryPostProcessor
 
MongoDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
Auto-configuration for Spring Data's mongo support.
MongoDataAutoConfiguration(ApplicationContext, MongoProperties) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
mongoDbFactory(MongoClient) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
mongoHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration
 
MongoHealthIndicator - Class in org.springframework.boot.actuate.health
Simple implementation of a HealthIndicator returning status information for Mongo data stores.
MongoHealthIndicator(MongoTemplate) - Constructor for class org.springframework.boot.actuate.health.MongoHealthIndicator
 
MongoHealthIndicatorConfiguration(Map<String, MongoTemplate>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration
 
mongoMappingContext(BeanFactory, CustomConversions) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
MongoProperties - Class in org.springframework.boot.autoconfigure.mongo
Configuration properties for Mongo.
MongoProperties() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
MongoRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
Auto-configuration for Spring Data's Mongo Repositories.
MongoRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoRepositoriesAutoConfiguration
 
mongoTemplate(MongoDbFactory, MongoConverter) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
MultiMetricRepository - Interface in org.springframework.boot.actuate.metrics.repository
A repository for metrics that allows efficient storage and retrieval of groups of metrics with a common name prefix (their group name).
MultiMetricRichGaugeReader - Class in org.springframework.boot.actuate.metrics.rich
A RichGaugeReader that works by reading metric values from a MultiMetricRepository where the group name is the RichGauge name.
MultiMetricRichGaugeReader(MultiMetricRepository) - Constructor for class org.springframework.boot.actuate.metrics.rich.MultiMetricRichGaugeReader
 
MultipartAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for multi-part uploads.
MultipartAutoConfiguration(MultipartProperties) - Constructor for class org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration
 
multipartConfigElement() - Method in class org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration
 
MultipartConfigFactory - Class in org.springframework.boot.context.embedded
Deprecated.
as of 1.4 in favor of MultipartConfigFactory
MultipartConfigFactory() - Constructor for class org.springframework.boot.context.embedded.MultipartConfigFactory
Deprecated.
 
MultipartConfigFactory - Class in org.springframework.boot.web.servlet
Factory that can be used to create a MultipartConfigElement.
MultipartConfigFactory() - Constructor for class org.springframework.boot.web.servlet.MultipartConfigFactory
 
MultipartProperties - Class in org.springframework.boot.autoconfigure.web
Properties to be used in configuring a MultipartConfigElement.
MultipartProperties() - Constructor for class org.springframework.boot.autoconfigure.web.MultipartProperties
 
multipartResolver(MultipartResolver) - Method in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
multipartResolver() - Method in class org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration
 
MustacheAutoConfiguration - Class in org.springframework.boot.autoconfigure.mustache
Auto-configuration for Mustache.
MustacheAutoConfiguration(MustacheProperties, Environment, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
MustacheAutoConfiguration.MustacheWebConfiguration - Class in org.springframework.boot.autoconfigure.mustache
 
mustacheCompiler(Mustache.TemplateLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
MustacheCompilerFactoryBean - Class in org.springframework.boot.autoconfigure.mustache
Factory for a Mustache compiler with custom strategies.
MustacheCompilerFactoryBean() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
 
MustacheEnvironmentCollector - Class in org.springframework.boot.autoconfigure.mustache
Mustache Mustache.Collector to expose properties from the Spring Environment.
MustacheEnvironmentCollector() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
 
MustacheProperties - Class in org.springframework.boot.autoconfigure.mustache
MustacheProperties() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
MustacheResourceTemplateLoader - Class in org.springframework.boot.autoconfigure.mustache
Mustache TemplateLoader implementation that uses a prefix, suffix and the Spring Resource abstraction to load a template from a file, classpath, URL etc.
MustacheResourceTemplateLoader() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
 
MustacheResourceTemplateLoader(String, String) - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
 
MustacheTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.mustache
TemplateAvailabilityProvider that provides availability information for Mustache view templates.
MustacheTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheTemplateAvailabilityProvider
 
mustacheTemplateLoader() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
MustacheView - Class in org.springframework.boot.autoconfigure.mustache.web
Spring MVC View using the Mustache template engine.
MustacheView() - Constructor for class org.springframework.boot.autoconfigure.mustache.web.MustacheView
Create a new MustacheView instance.
MustacheView(Template) - Constructor for class org.springframework.boot.autoconfigure.mustache.web.MustacheView
Create a new MustacheView with the specified template.
mustacheViewResolver(Mustache.Compiler) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration.MustacheWebConfiguration
 
MustacheViewResolver - Class in org.springframework.boot.autoconfigure.mustache.web
Spring MVC ViewResolver for Mustache.
MustacheViewResolver() - Constructor for class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
 
MustacheWebConfiguration(MustacheProperties) - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration.MustacheWebConfiguration
 
MvcEndpoint - Interface in org.springframework.boot.actuate.endpoint.mvc
A strategy for the MVC layer on top of an Endpoint.
MvcEndpointAdvice() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.MvcEndpointAdvice
 
mvcEndpoints() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
MvcEndpoints - Class in org.springframework.boot.actuate.endpoint.mvc
A registry for all MvcEndpoint beans, and a factory for a set of generic ones wrapping existing Endpoint instances that are not already exposed as MVC endpoints.
MvcEndpoints() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 

N

namedParameterJdbcTemplate() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration
 
Naming() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
 
narayanaBeanFactoryPostProcessor() - Static method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
NarayanaBeanFactoryPostProcessor - Class in org.springframework.boot.jta.narayana
BeanFactoryPostProcessor to automatically setup correct beans ordering.
NarayanaBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.narayana.NarayanaBeanFactoryPostProcessor
 
narayanaConfiguration(NarayanaProperties) - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
NarayanaConfigurationBean - Class in org.springframework.boot.jta.narayana
Bean that configures Narayana transaction manager.
NarayanaConfigurationBean(NarayanaProperties) - Constructor for class org.springframework.boot.jta.narayana.NarayanaConfigurationBean
 
NarayanaDataSourceBean - Class in org.springframework.boot.jta.narayana
DataSource implementation wrapping XADataSource and using ConnectionManager to acquire connections.
NarayanaDataSourceBean(XADataSource) - Constructor for class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
Create a new NarayanaDataSourceBean instance.
NarayanaJtaConfiguration - Class in org.springframework.boot.autoconfigure.transaction.jta
JTA Configuration for Narayana.
NarayanaJtaConfiguration(JtaProperties) - Constructor for class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
narayanaProperties() - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
NarayanaProperties - Class in org.springframework.boot.jta.narayana
Subset of Narayana properties which can be configured via Spring configuration.
NarayanaProperties() - Constructor for class org.springframework.boot.jta.narayana.NarayanaProperties
 
narayanaRecoveryManager(RecoveryManagerService) - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
NarayanaRecoveryManagerBean - Class in org.springframework.boot.jta.narayana
Bean to set up Narayana recovery manager.
NarayanaRecoveryManagerBean(RecoveryManagerService) - Constructor for class org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean
 
narayanaRecoveryManagerService() - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
narayanaTransactionManager() - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
narayanaUserTransaction() - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
NarayanaXAConnectionFactoryWrapper - Class in org.springframework.boot.jta.narayana
XAConnectionFactoryWrapper that uses ConnectionFactoryProxy to wrap an XAConnectionFactory.
NarayanaXAConnectionFactoryWrapper(TransactionManager, NarayanaRecoveryManagerBean, NarayanaProperties) - Constructor for class org.springframework.boot.jta.narayana.NarayanaXAConnectionFactoryWrapper
Create a new NarayanaXAConnectionFactoryWrapper instance.
NarayanaXADataSourceWrapper - Class in org.springframework.boot.jta.narayana
NarayanaXADataSourceWrapper(NarayanaRecoveryManagerBean, NarayanaProperties) - Constructor for class org.springframework.boot.jta.narayana.NarayanaXADataSourceWrapper
Create a new NarayanaXADataSourceWrapper instance.
NeedsWebSecurityCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition
 
Neo4jDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
Auto-configuration for Spring Data Neo4j.
Neo4jDataAutoConfiguration(Neo4jProperties) - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
Neo4jProperties - Class in org.springframework.boot.autoconfigure.data.neo4j
Configuration properties for Neo4j.
Neo4jProperties() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
Neo4jProperties.Embedded - Class in org.springframework.boot.autoconfigure.data.neo4j
 
Neo4jRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
Auto-configuration for Spring Data's Neo4j Repositories.
Neo4jRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jRepositoriesAutoConfiguration
 
NestedConfigurationProperty - Annotation Type in org.springframework.boot.context.properties
Indicates that a field in a ConfigurationProperties object should be treated as if it were a nested type.
newInstance(Configuration, String[]) - Static method in class org.springframework.boot.logging.log4j2.ColorConverter
Creates a new instance of the class.
newInstance(String[]) - Static method in class org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
Creates a new instance of the class.
newInstance(String[]) - Static method in class org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
Creates a new instance of the class.
next(String) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Get the next group of metrics to write.
next(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
next(String) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
next(String) - Method in class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
noMatch(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'no match'.
noMatch(ConditionMessage) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'no match'.
NONE - Static variable in interface org.springframework.boot.devtools.restart.classloader.ClassLoaderFileRepository
Empty ClassLoaderFileRepository implementation.
NONE - Static variable in interface org.springframework.boot.devtools.restart.FailureHandler
FailureHandler that always aborts.
NONE - Static variable in interface org.springframework.boot.devtools.restart.RestartInitializer
RestartInitializer that doesn't return any URLs.
None() - Constructor for class org.springframework.boot.loader.tools.Layouts.None
 
NONE - Static variable in interface org.springframework.boot.loader.tools.Libraries
Represents no libraries.
NONE - Static variable in class org.springframework.boot.logging.LoggingSystem
The value of the LoggingSystem.SYSTEM_PROPERTY that can be used to indicate that no LoggingSystem should be used.
NonEmbeddedServletContainerFactory - Interface in org.springframework.boot.context.web
Deprecated.
as of 1.4 in favor of ErrorPageRegistry
NoneNestedConditions - Class in org.springframework.boot.autoconfigure.condition
Condition that will match when none of the nested class conditions match.
NoneNestedConditions(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.NoneNestedConditions
 
normalizePath(BeanWrapper, String) - Method in class org.springframework.boot.bind.RelaxedDataBinder
Normalize a bean property path to a format understood by a BeanWrapper.
NoSuchMetricException(String) - Constructor for exception org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.NoSuchMetricException
 
NoSuchPropertyException(String) - Constructor for exception org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.NoSuchPropertyException
 
notAvailable(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates something is not available.
NullAdditionalPropertyValueException(String) - Constructor for exception org.springframework.boot.loader.tools.BuildPropertiesWriter.NullAdditionalPropertyValueException
 
nullSafeValue(JsonNode, Class<D>) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
Helper method to extract a value from the given jsonNode or return null when the node itself is null.

O

OAuth2AuthorizationServerConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
Configuration for a Spring Security OAuth2 authorization server.
OAuth2AuthorizationServerConfiguration(BaseClientDetails, AuthenticationManager, ObjectProvider<TokenStore>, AuthorizationServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
 
OAuth2AuthorizationServerConfiguration.BaseClientDetailsConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
 
OAuth2AuthorizationServerConfiguration.ClientDetailsLogger - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
 
OAuth2AutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2
Auto-configuration for Spring Security OAuth2.
OAuth2AutoConfiguration(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration
 
oauth2ClientContext() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.RequestScopedConfiguration
 
oauth2ClientContext() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration.ClientContextConfiguration
 
oauth2ClientContext() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
 
oauth2ClientDetails() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.BaseClientDetailsConfiguration
 
oauth2ClientFilterRegistration(OAuth2ClientContextFilter, SecurityProperties) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration
 
OAuth2ClientProperties - Class in org.springframework.boot.autoconfigure.security.oauth2
Configuration properties for OAuth2 Client.
OAuth2ClientProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
OAuth2MethodSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.method
Auto-configure an expression handler for method-level security (if the user already has @EnableGlobalMethodSecurity).
OAuth2MethodSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
 
oauth2RemoteResource() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
 
OAuth2ResourceServerConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Auto-configure a Spring Security OAuth2 resource server.
OAuth2ResourceServerConfiguration(ResourceServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration
 
OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
OAuth2ResourceServerConfiguration.ResourceServerCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
OAuth2RestOperationsConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Configuration for OAuth2 Single Sign On REST operations.
OAuth2RestOperationsConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration
 
OAuth2RestOperationsConfiguration.RequestScopedConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
 
OAuth2RestOperationsConfiguration.SessionScopedConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
 
OAuth2RestOperationsConfiguration.SessionScopedConfiguration.ClientContextConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
 
OAuth2RestOperationsConfiguration.SingletonScopedConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
 
OAuth2SsoCustomConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Configuration for OAuth2 Single Sign On (SSO) when there is an existing WebSecurityConfigurerAdapter provided by the user and annotated with @EnableOAuth2Sso.
OAuth2SsoCustomConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
 
OAuth2SsoDefaultConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Configuration for OAuth2 Single Sign On (SSO).
OAuth2SsoDefaultConfiguration(ApplicationContext, OAuth2SsoProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration
 
OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.client
 
OAuth2SsoProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Configuration properties for OAuth2 Single Sign On (SSO).
OAuth2SsoProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
ObjectContent<T> - Class in org.springframework.boot.test.json
Object content usually created from AbstractJsonMarshalTester.
ObjectContent(ResolvableType, T) - Constructor for class org.springframework.boot.test.json.ObjectContent
Create a new ObjectContent instance.
ObjectContentAssert<A> - Class in org.springframework.boot.test.json
AssertJ Assert for ObjectContent.
ObjectContentAssert(A) - Constructor for class org.springframework.boot.test.json.ObjectContentAssert
 
objectNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
of(String, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method to create a new ConditionMessage with a specific message.
of(Collection<? extends ConditionMessage>) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method to create a new ConditionMessage comprised of the specified messages.
onApplicationEvent(AuditApplicationEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
onApplicationEvent(AbstractAuthenticationEvent) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
onApplicationEvent(AbstractAuthorizationEvent) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
onApplicationEvent(ApplicationReadyEvent) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.autoconfigure.BackgroundPreinitializer
 
onApplicationEvent(JobExecutionEvent) - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
 
onApplicationEvent(ContextClosedEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
 
onApplicationEvent(EmbeddedServletContainerInitializedEvent) - Method in class org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.FileEncodingApplicationListener
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
onApplicationEvent(ClassPathChangedEvent) - Method in class org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.devtools.restart.RestartApplicationListener
 
onApplicationEvent(ApplicationStartedEvent) - Method in class org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.system.ApplicationPidFileWriter
 
onApplicationEvent(EmbeddedServletContainerInitializedEvent) - Method in class org.springframework.boot.system.EmbeddedServerPortFileWriter
 
onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AuditListener
 
onChange(Set<ChangedFiles>) - Method in interface org.springframework.boot.devtools.filewatch.FileChangeListener
Called when files have been changed.
onClose() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
onClose(SocketChannel) - Method in interface org.springframework.boot.devtools.tunnel.client.TunnelClientListener
Called when a socket channel is closed.
onCounterAdded(String, Counter) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onCounterRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onGaugeAdded(String, Gauge<?>) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onGaugeRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onHistogramAdded(String, Histogram) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onHistogramRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onMeterAdded(String, Meter) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onMeterRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onOpen(SocketChannel) - Method in interface org.springframework.boot.devtools.tunnel.client.TunnelClientListener
Called when a socket channel is opened.
onRefresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
onStartup(ServletContext) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.JerseyWebApplicationInitializer
 
onStartup(ServletContext) - Method in class org.springframework.boot.context.embedded.InitParameterConfiguringServletContextInitializer
 
onStartup(ServletContext) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializer
Configure the given ServletContext with any servlets, filters, listeners context-params and attributes necessary for initialization.
onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
 
onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
 
onStartup(ServletContext) - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
 
onTimerAdded(String, Timer) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
onTimerRemoved(String) - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
open(WritableByteChannel, Closeable) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
 
open(WritableByteChannel, Closeable) - Method in interface org.springframework.boot.devtools.tunnel.client.TunnelConnection
Open the tunnel connection.
open(int) - Method in class org.springframework.boot.devtools.tunnel.server.SocketTargetServerConnection
 
open(int) - Method in interface org.springframework.boot.devtools.tunnel.server.TargetServerConnection
Open a connection to the target server with the specified timeout.
openConnection(URL) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
 
openConnection(URL) - Method in class org.springframework.boot.loader.jar.Handler
 
openEntityManagerInViewInterceptor() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
 
OpenTsdbData - Class in org.springframework.boot.actuate.metrics.opentsdb
OpenTSDB Data.
OpenTsdbData() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
OpenTsdbData(String, Number) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
OpenTsdbData(String, Number, Long) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
OpenTsdbData(OpenTsdbName, Number, Long) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
OpenTsdbGaugeWriter - Class in org.springframework.boot.actuate.metrics.opentsdb
A GaugeWriter for the Open TSDB database (version 2.0), writing metrics to the HTTP endpoint provided by the server.
OpenTsdbGaugeWriter() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
Creates a new OpenTsdbGaugeWriter with the default connect (10 seconds) and read (30 seconds) timeouts.
OpenTsdbGaugeWriter(int, int) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
Creates a new OpenTsdbGaugeWriter with the given millisecond connectTimeout and readTimeout.
OpenTsdbName - Class in org.springframework.boot.actuate.metrics.opentsdb
OpenTSDB Name.
OpenTsdbName() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
OpenTsdbName(String) - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
OpenTsdbNamingStrategy - Interface in org.springframework.boot.actuate.metrics.opentsdb
Strategy used to convert a metric name into an OpenTsdbName.
OptionalLiveReloadServer - Class in org.springframework.boot.devtools.autoconfigure
Manages an optional LiveReloadServer.
OptionalLiveReloadServer(LiveReloadServer) - Constructor for class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
Create a new OptionalLiveReloadServer instance.
optionsForAllow(String, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Return the value of the Allow header for the given URI.
optionsForAllow(String, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Return the value of the Allow header for the given URI.
optionsForAllow(URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Return the value of the Allow header for the given URL.
ORDER - Static variable in class org.springframework.boot.autoconfigure.cloud.CloudAutoConfiguration
 
OrderedCharacterEncodingFilter - Class in org.springframework.boot.context.web
Deprecated.
as of 1.4 in favor of OrderedCharacterEncodingFilter
OrderedCharacterEncodingFilter() - Constructor for class org.springframework.boot.context.web.OrderedCharacterEncodingFilter
Deprecated.
 
OrderedCharacterEncodingFilter - Class in org.springframework.boot.web.filter
CharacterEncodingFilter that also implements Ordered.
OrderedCharacterEncodingFilter() - Constructor for class org.springframework.boot.web.filter.OrderedCharacterEncodingFilter
 
OrderedHealthAggregator - Class in org.springframework.boot.actuate.health
Default HealthAggregator implementation that aggregates Health instances and determines the final system state based on a simple ordered list.
OrderedHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.OrderedHealthAggregator
Create a new OrderedHealthAggregator instance.
OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.context.web
Deprecated.
as of 1.4 in favor of OrderedHiddenHttpMethodFilter
OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.context.web.OrderedHiddenHttpMethodFilter
Deprecated.
 
OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.web.filter
HiddenHttpMethodFilter that also implements Ordered.
OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
 
OrderedHttpPutFormContentFilter - Class in org.springframework.boot.context.web
Deprecated.
as of 1.4 in favor of OrderedHttpPutFormContentFilter
OrderedHttpPutFormContentFilter() - Constructor for class org.springframework.boot.context.web.OrderedHttpPutFormContentFilter
Deprecated.
 
OrderedHttpPutFormContentFilter - Class in org.springframework.boot.web.filter
HttpPutFormContentFilter that also implements Ordered.
OrderedHttpPutFormContentFilter() - Constructor for class org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
 
OrderedRequestContextFilter - Class in org.springframework.boot.context.web
Deprecated.
as of 1.4 in favor of OrderedRequestContextFilter
OrderedRequestContextFilter() - Constructor for class org.springframework.boot.context.web.OrderedRequestContextFilter
Deprecated.
 
OrderedRequestContextFilter - Class in org.springframework.boot.web.filter
RequestContextFilter that also implements Ordered.
OrderedRequestContextFilter() - Constructor for class org.springframework.boot.web.filter.OrderedRequestContextFilter
 
org.springframework.boot - package org.springframework.boot
Core Spring Boot classes.
org.springframework.boot.actuate.audit - package org.springframework.boot.actuate.audit
Core actuator auditing classes.
org.springframework.boot.actuate.audit.listener - package org.springframework.boot.actuate.audit.listener
Actuator auditing listeners.
org.springframework.boot.actuate.autoconfigure - package org.springframework.boot.actuate.autoconfigure
Auto-configuration for the actuator.
org.springframework.boot.actuate.cache - package org.springframework.boot.actuate.cache
 
org.springframework.boot.actuate.condition - package org.springframework.boot.actuate.condition
@Condition annotations and supporting classes.
org.springframework.boot.actuate.endpoint - package org.springframework.boot.actuate.endpoint
Endpoints used to expose actuator information.
org.springframework.boot.actuate.endpoint.jmx - package org.springframework.boot.actuate.endpoint.jmx
Actuator JMX endpoint support.
org.springframework.boot.actuate.endpoint.mvc - package org.springframework.boot.actuate.endpoint.mvc
Actuator Spring MVC endpoint support.
org.springframework.boot.actuate.health - package org.springframework.boot.actuate.health
Actuator health indicators.
org.springframework.boot.actuate.info - package org.springframework.boot.actuate.info
 
org.springframework.boot.actuate.metrics - package org.springframework.boot.actuate.metrics
Core metrics classes.
org.springframework.boot.actuate.metrics.aggregate - package org.springframework.boot.actuate.metrics.aggregate
 
org.springframework.boot.actuate.metrics.buffer - package org.springframework.boot.actuate.metrics.buffer
Metrics buffering support.
org.springframework.boot.actuate.metrics.dropwizard - package org.springframework.boot.actuate.metrics.dropwizard
Metrics integration with Dropwizard Metrics.
org.springframework.boot.actuate.metrics.export - package org.springframework.boot.actuate.metrics.export
Metrics export support.
org.springframework.boot.actuate.metrics.integration - package org.springframework.boot.actuate.metrics.integration
 
org.springframework.boot.actuate.metrics.jmx - package org.springframework.boot.actuate.metrics.jmx
Metrics integration with JMX.
org.springframework.boot.actuate.metrics.opentsdb - package org.springframework.boot.actuate.metrics.opentsdb
Metrics integration with OpenTSDB.
org.springframework.boot.actuate.metrics.reader - package org.springframework.boot.actuate.metrics.reader
Metrics readers.
org.springframework.boot.actuate.metrics.repository - package org.springframework.boot.actuate.metrics.repository
Metrics repository support.
org.springframework.boot.actuate.metrics.repository.redis - package org.springframework.boot.actuate.metrics.repository.redis
Metrics Redis repository support.
org.springframework.boot.actuate.metrics.rich - package org.springframework.boot.actuate.metrics.rich
Metrics rich gauge support.
org.springframework.boot.actuate.metrics.statsd - package org.springframework.boot.actuate.metrics.statsd
Metrics integration with Statsd.
org.springframework.boot.actuate.metrics.util - package org.springframework.boot.actuate.metrics.util
Metrics utility classes.
org.springframework.boot.actuate.metrics.writer - package org.springframework.boot.actuate.metrics.writer
Support for writing metrics.
org.springframework.boot.actuate.security - package org.springframework.boot.actuate.security
Metrics integration with Dropwizard Metrics.
org.springframework.boot.actuate.system - package org.springframework.boot.actuate.system
General actuator system support classes.
org.springframework.boot.actuate.trace - package org.springframework.boot.actuate.trace
Actuator tracing support.
org.springframework.boot.admin - package org.springframework.boot.admin
Administration support for Spring Boot applications.
org.springframework.boot.ansi - package org.springframework.boot.ansi
Support classes to provide ANSI color output.
org.springframework.boot.autoconfigure - package org.springframework.boot.autoconfigure
Spring Boot's auto-configuration capabilities.
org.springframework.boot.autoconfigure.admin - package org.springframework.boot.autoconfigure.admin
Auto-configuration for admin-related features.
org.springframework.boot.autoconfigure.amqp - package org.springframework.boot.autoconfigure.amqp
Auto-configuration for RabbitMQ.
org.springframework.boot.autoconfigure.aop - package org.springframework.boot.autoconfigure.aop
Auto-configuration for Spring AOP.
org.springframework.boot.autoconfigure.batch - package org.springframework.boot.autoconfigure.batch
Auto-configuration for Spring Batch.
org.springframework.boot.autoconfigure.cache - package org.springframework.boot.autoconfigure.cache
Auto-configuration for the cache abstraction.
org.springframework.boot.autoconfigure.cassandra - package org.springframework.boot.autoconfigure.cassandra
Auto-configuration for Cassandra.
org.springframework.boot.autoconfigure.cloud - package org.springframework.boot.autoconfigure.cloud
Auto-configuration for Spring Cloud Connectors.
org.springframework.boot.autoconfigure.condition - package org.springframework.boot.autoconfigure.condition
@Condition annotations and supporting classes.
org.springframework.boot.autoconfigure.context - package org.springframework.boot.autoconfigure.context
Auto-configuration for the Spring context.
org.springframework.boot.autoconfigure.couchbase - package org.springframework.boot.autoconfigure.couchbase
Auto-configuration for Couchbase.
org.springframework.boot.autoconfigure.dao - package org.springframework.boot.autoconfigure.dao
Auto-configuration for Spring DAO.
org.springframework.boot.autoconfigure.data - package org.springframework.boot.autoconfigure.data
Auto-configuration base classes for Spring Data.
org.springframework.boot.autoconfigure.data.cassandra - package org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data Cassandra.
org.springframework.boot.autoconfigure.data.couchbase - package org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data Couchbase.
org.springframework.boot.autoconfigure.data.elasticsearch - package org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Spring Data Elasticsearch.
org.springframework.boot.autoconfigure.data.jpa - package org.springframework.boot.autoconfigure.data.jpa
Auto-configuration for Spring Data JPA.
org.springframework.boot.autoconfigure.data.mongo - package org.springframework.boot.autoconfigure.data.mongo
Auto-configuration for Spring Data Mongo.
org.springframework.boot.autoconfigure.data.neo4j - package org.springframework.boot.autoconfigure.data.neo4j
Auto-configuration for Spring Data Neo4j.
org.springframework.boot.autoconfigure.data.redis - package org.springframework.boot.autoconfigure.data.redis
Auto-configuration for Spring Data Redis.
org.springframework.boot.autoconfigure.data.rest - package org.springframework.boot.autoconfigure.data.rest
Auto-configuration for Spring Data REST.
org.springframework.boot.autoconfigure.data.solr - package org.springframework.boot.autoconfigure.data.solr
Auto-configuration for Spring Data SOLR.
org.springframework.boot.autoconfigure.data.web - package org.springframework.boot.autoconfigure.data.web
Auto-configuration for Spring Data's Web Support.
org.springframework.boot.autoconfigure.diagnostics.analyzer - package org.springframework.boot.autoconfigure.diagnostics.analyzer
 
org.springframework.boot.autoconfigure.domain - package org.springframework.boot.autoconfigure.domain
General purpose domain annotations and classes.
org.springframework.boot.autoconfigure.elasticsearch.jest - package org.springframework.boot.autoconfigure.elasticsearch.jest
Auto-configuration for Jest.
org.springframework.boot.autoconfigure.flyway - package org.springframework.boot.autoconfigure.flyway
Auto-configuration for Flyway.
org.springframework.boot.autoconfigure.freemarker - package org.springframework.boot.autoconfigure.freemarker
Auto-configuration for FreeMarker.
org.springframework.boot.autoconfigure.groovy.template - package org.springframework.boot.autoconfigure.groovy.template
Auto-configuration for Groovy templates.
org.springframework.boot.autoconfigure.gson - package org.springframework.boot.autoconfigure.gson
Auto-configuration for GSON.
org.springframework.boot.autoconfigure.h2 - package org.springframework.boot.autoconfigure.h2
 
org.springframework.boot.autoconfigure.hateoas - package org.springframework.boot.autoconfigure.hateoas
Auto-configuration for Spring HATEOAS.
org.springframework.boot.autoconfigure.hazelcast - package org.springframework.boot.autoconfigure.hazelcast
Auto-configuration for Hazelcast.
org.springframework.boot.autoconfigure.info - package org.springframework.boot.autoconfigure.info
 
org.springframework.boot.autoconfigure.integration - package org.springframework.boot.autoconfigure.integration
Auto-configuration for Spring Integration.
org.springframework.boot.autoconfigure.jackson - package org.springframework.boot.autoconfigure.jackson
Auto-configuration for Jackson.
org.springframework.boot.autoconfigure.jdbc - package org.springframework.boot.autoconfigure.jdbc
Auto-configuration for JDBC.
org.springframework.boot.autoconfigure.jdbc.metadata - package org.springframework.boot.autoconfigure.jdbc.metadata
Auto-configuration for JDBC Metadata.
org.springframework.boot.autoconfigure.jersey - package org.springframework.boot.autoconfigure.jersey
Auto-configuration for Jersey.
org.springframework.boot.autoconfigure.jms - package org.springframework.boot.autoconfigure.jms
Auto-configuration for JMS.
org.springframework.boot.autoconfigure.jms.activemq - package org.springframework.boot.autoconfigure.jms.activemq
Auto-configuration for ActiveMQ.
org.springframework.boot.autoconfigure.jms.artemis - package org.springframework.boot.autoconfigure.jms.artemis
Auto-configuration for Artemis.
org.springframework.boot.autoconfigure.jms.hornetq - package org.springframework.boot.autoconfigure.jms.hornetq
Auto-configuration for HornetQ.
org.springframework.boot.autoconfigure.jmx - package org.springframework.boot.autoconfigure.jmx
Auto-configuration for JMX.
org.springframework.boot.autoconfigure.jooq - package org.springframework.boot.autoconfigure.jooq
Auto-configuration for JOOQ.
org.springframework.boot.autoconfigure.liquibase - package org.springframework.boot.autoconfigure.liquibase
Auto-configuration for Liquibase.
org.springframework.boot.autoconfigure.logging - package org.springframework.boot.autoconfigure.logging
Auto-configuration for logging.
org.springframework.boot.autoconfigure.mail - package org.springframework.boot.autoconfigure.mail
Auto-configuration for email support.
org.springframework.boot.autoconfigure.mobile - package org.springframework.boot.autoconfigure.mobile
Auto-configuration for Spring Mobile.
org.springframework.boot.autoconfigure.mongo - package org.springframework.boot.autoconfigure.mongo
Auto-configuration for MongoDB.
org.springframework.boot.autoconfigure.mongo.embedded - package org.springframework.boot.autoconfigure.mongo.embedded
 
org.springframework.boot.autoconfigure.mustache - package org.springframework.boot.autoconfigure.mustache
Auto-configuration for Mustache.
org.springframework.boot.autoconfigure.mustache.web - package org.springframework.boot.autoconfigure.mustache.web
Auto-configuration for Mustache with Spring MVC.
org.springframework.boot.autoconfigure.orm.jpa - package org.springframework.boot.autoconfigure.orm.jpa
Auto-configuration for JPA and Spring ORM.
org.springframework.boot.autoconfigure.reactor - package org.springframework.boot.autoconfigure.reactor
Auto-configuration for Project Reactor.
org.springframework.boot.autoconfigure.security - package org.springframework.boot.autoconfigure.security
Auto-configuration for Spring Security.
org.springframework.boot.autoconfigure.security.oauth2 - package org.springframework.boot.autoconfigure.security.oauth2
 
org.springframework.boot.autoconfigure.security.oauth2.authserver - package org.springframework.boot.autoconfigure.security.oauth2.authserver
 
org.springframework.boot.autoconfigure.security.oauth2.client - package org.springframework.boot.autoconfigure.security.oauth2.client
 
org.springframework.boot.autoconfigure.security.oauth2.method - package org.springframework.boot.autoconfigure.security.oauth2.method
 
org.springframework.boot.autoconfigure.security.oauth2.resource - package org.springframework.boot.autoconfigure.security.oauth2.resource
 
org.springframework.boot.autoconfigure.sendgrid - package org.springframework.boot.autoconfigure.sendgrid
 
org.springframework.boot.autoconfigure.session - package org.springframework.boot.autoconfigure.session
Auto-configuration for Spring Session.
org.springframework.boot.autoconfigure.social - package org.springframework.boot.autoconfigure.social
Auto-configuration for Spring Social.
org.springframework.boot.autoconfigure.solr - package org.springframework.boot.autoconfigure.solr
Auto-configuration for Solr.
org.springframework.boot.autoconfigure.template - package org.springframework.boot.autoconfigure.template
Base classes for template Auto-configuration.
org.springframework.boot.autoconfigure.test - package org.springframework.boot.autoconfigure.test
Test utilities related to auto-configuration.
org.springframework.boot.autoconfigure.thymeleaf - package org.springframework.boot.autoconfigure.thymeleaf
Auto-configuration for Thymeleaf.
org.springframework.boot.autoconfigure.transaction - package org.springframework.boot.autoconfigure.transaction
Auto-configuration for transaction support.
org.springframework.boot.autoconfigure.transaction.jta - package org.springframework.boot.autoconfigure.transaction.jta
Auto-configuration for JTA.
org.springframework.boot.autoconfigure.velocity - package org.springframework.boot.autoconfigure.velocity
Auto-configuration for Velocity.
org.springframework.boot.autoconfigure.web - package org.springframework.boot.autoconfigure.web
Auto-configuration for embedded servlet containers and Spring MVC.
org.springframework.boot.autoconfigure.webservices - package org.springframework.boot.autoconfigure.webservices
Auto-configuration for Spring Web Services.
org.springframework.boot.autoconfigure.websocket - package org.springframework.boot.autoconfigure.websocket
Auto-configuration for Spring WebSocket.
org.springframework.boot.bind - package org.springframework.boot.bind
Classes and utilities to help when binding spring based configuration files to objects.
org.springframework.boot.builder - package org.springframework.boot.builder
Fluent 'builder' style API to construct a SpringApplication.
org.springframework.boot.cloud - package org.springframework.boot.cloud
Low level support for Cloud deployments.
org.springframework.boot.context - package org.springframework.boot.context
Classes related to Spring's ApplicationContext.
org.springframework.boot.context.config - package org.springframework.boot.context.config
External configuration support allowing 'application.properties' to be loaded and used within a Spring Boot application.
org.springframework.boot.context.embedded - package org.springframework.boot.context.embedded
Specialized ApplicationContext that supports embedded servlet containers.
org.springframework.boot.context.embedded.jetty - package org.springframework.boot.context.embedded.jetty
Support for Jetty EmbeddedServletContainers.
org.springframework.boot.context.embedded.tomcat - package org.springframework.boot.context.embedded.tomcat
Support for Tomcat EmbeddedServletContainers.
org.springframework.boot.context.embedded.undertow - package org.springframework.boot.context.embedded.undertow
Support for Undertow EmbeddedServletContainers.
org.springframework.boot.context.event - package org.springframework.boot.context.event
ApplicationEvents triggered by Spring Boot.
org.springframework.boot.context.properties - package org.springframework.boot.context.properties
Support for external configuration binding via the @ConfigurationProperties annotation.
org.springframework.boot.context.web - package org.springframework.boot.context.web
Spring ApplicationContext support relating to web deployment.
org.springframework.boot.devtools - package org.springframework.boot.devtools
Spring Boot developer tools.
org.springframework.boot.devtools.autoconfigure - package org.springframework.boot.devtools.autoconfigure
Auto-configuration for spring-boot-devtools.
org.springframework.boot.devtools.classpath - package org.springframework.boot.devtools.classpath
Support for classpath monitoring.
org.springframework.boot.devtools.env - package org.springframework.boot.devtools.env
 
org.springframework.boot.devtools.filewatch - package org.springframework.boot.devtools.filewatch
Class to watch the local filesystem for changes.
org.springframework.boot.devtools.livereload - package org.springframework.boot.devtools.livereload
Support for the livereload protocol.
org.springframework.boot.devtools.remote.client - package org.springframework.boot.devtools.remote.client
Client support for a remotely running Spring Boot application.
org.springframework.boot.devtools.remote.server - package org.springframework.boot.devtools.remote.server
Server support for a remotely running Spring Boot application.
org.springframework.boot.devtools.restart - package org.springframework.boot.devtools.restart
Application restart support.
org.springframework.boot.devtools.restart.classloader - package org.springframework.boot.devtools.restart.classloader
Classloaders used for reload support.
org.springframework.boot.devtools.restart.server - package org.springframework.boot.devtools.restart.server
Remote restart server.
org.springframework.boot.devtools.settings - package org.springframework.boot.devtools.settings
 
org.springframework.boot.devtools.tunnel - package org.springframework.boot.devtools.tunnel
Provides support for tunneling TCP traffic over HTTP.
org.springframework.boot.devtools.tunnel.client - package org.springframework.boot.devtools.tunnel.client
Client side TCP tunnel support.
org.springframework.boot.devtools.tunnel.payload - package org.springframework.boot.devtools.tunnel.payload
Classes to deal with payloads sent over a HTTP tunnel.
org.springframework.boot.devtools.tunnel.server - package org.springframework.boot.devtools.tunnel.server
Server side TCP tunnel support.
org.springframework.boot.diagnostics - package org.springframework.boot.diagnostics
Support for failure analysis and reporting.
org.springframework.boot.diagnostics.analyzer - package org.springframework.boot.diagnostics.analyzer
Internal FailureAnalyzer implementations.
org.springframework.boot.elasticsearch - package org.springframework.boot.elasticsearch
 
org.springframework.boot.env - package org.springframework.boot.env
Spring Environment support.
org.springframework.boot.info - package org.springframework.boot.info
 
org.springframework.boot.jackson - package org.springframework.boot.jackson
Custom enhancements and support for the Jackson project.
org.springframework.boot.jdbc - package org.springframework.boot.jdbc
 
org.springframework.boot.json - package org.springframework.boot.json
Support for parsing JSON.
org.springframework.boot.jta - package org.springframework.boot.jta
Support for the Java Transaction API.
org.springframework.boot.jta.atomikos - package org.springframework.boot.jta.atomikos
Support classes for Atomikos JTA.
org.springframework.boot.jta.bitronix - package org.springframework.boot.jta.bitronix
Support classes for Bitronix JTA.
org.springframework.boot.jta.narayana - package org.springframework.boot.jta.narayana
Support classes for Narayana JTA.
org.springframework.boot.lang - package org.springframework.boot.lang
Language feature annotations.
org.springframework.boot.liquibase - package org.springframework.boot.liquibase
Custom support for Liquibase database migration.
org.springframework.boot.loader - package org.springframework.boot.loader
System that allows self-contained JAR/WAR archives to be launched using java -jar.
org.springframework.boot.loader.archive - package org.springframework.boot.loader.archive
Abstraction over logical Archives be they backed by a JAR file or unpacked into a folder.
org.springframework.boot.loader.data - package org.springframework.boot.loader.data
Classes and interfaces to allows random access to a block of data.
org.springframework.boot.loader.jar - package org.springframework.boot.loader.jar
Support for loading and manipulating JAR/WAR files.
org.springframework.boot.loader.tools - package org.springframework.boot.loader.tools
Tools for generating executable JAR/WAR files.
org.springframework.boot.loader.util - package org.springframework.boot.loader.util
Utilities used by Spring Boot's JAR loading.
org.springframework.boot.logging - package org.springframework.boot.logging
Support and abstractions across several logging libraries.
org.springframework.boot.logging.java - package org.springframework.boot.logging.java
Support for 'Java Util Logging'.
org.springframework.boot.logging.log4j2 - package org.springframework.boot.logging.log4j2
Support for the Log4j 2 logging library.
org.springframework.boot.logging.logback - package org.springframework.boot.logging.logback
Support for the Logback logging library.
org.springframework.boot.orm.jpa - package org.springframework.boot.orm.jpa
JPA Support classes.
org.springframework.boot.orm.jpa.hibernate - package org.springframework.boot.orm.jpa.hibernate
Hibernate Support classes.
org.springframework.boot.system - package org.springframework.boot.system
General system support classes.
org.springframework.boot.test - package org.springframework.boot.test
Classes and utilities that are useful when unit-testing Spring Boot applications.
org.springframework.boot.test.autoconfigure - package org.springframework.boot.test.autoconfigure
Test auto-configuration support.
org.springframework.boot.test.autoconfigure.core - package org.springframework.boot.test.autoconfigure.core
Auto-configuration for core parts common to most Spring Boot applications.
org.springframework.boot.test.autoconfigure.filter - package org.springframework.boot.test.autoconfigure.filter
Helper utilities for using TypeExcludeFilter with auto-configured tests.
org.springframework.boot.test.autoconfigure.json - package org.springframework.boot.test.autoconfigure.json
Auto-configuration for JSON tests.
org.springframework.boot.test.autoconfigure.orm.jpa - package org.springframework.boot.test.autoconfigure.orm.jpa
Auto-configuration for Data JPA tests.
org.springframework.boot.test.autoconfigure.properties - package org.springframework.boot.test.autoconfigure.properties
Support for mapping annotation attribute values in the Spring Environment.
org.springframework.boot.test.autoconfigure.restdocs - package org.springframework.boot.test.autoconfigure.restdocs
 
org.springframework.boot.test.autoconfigure.web.client - package org.springframework.boot.test.autoconfigure.web.client
Auto-configuration for web clients.
org.springframework.boot.test.autoconfigure.web.servlet - package org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration for Spring MVC tests.
org.springframework.boot.test.context - package org.springframework.boot.test.context
Classes and annotations related to configuring Spring's ApplicationContext for tests.
org.springframework.boot.test.context.filter - package org.springframework.boot.test.context.filter
Test support for TypeExcludeFilter.
org.springframework.boot.test.json - package org.springframework.boot.test.json
Support for testing JSON.
org.springframework.boot.test.mock.mockito - package org.springframework.boot.test.mock.mockito
Mockito integration for Spring Boot tests.
org.springframework.boot.test.mock.web - package org.springframework.boot.test.mock.web
Mock web classes specific to Spring Boot.
org.springframework.boot.test.rule - package org.springframework.boot.test.rule
Useful JUnit @Rule classes.
org.springframework.boot.test.spock - package org.springframework.boot.test.spock
 
org.springframework.boot.test.util - package org.springframework.boot.test.util
General purpose test utilities.
org.springframework.boot.test.web - package org.springframework.boot.test.web
 
org.springframework.boot.test.web.client - package org.springframework.boot.test.web.client
Web client test utilities.
org.springframework.boot.test.web.htmlunit - package org.springframework.boot.test.web.htmlunit
HtmlUnit support classes.
org.springframework.boot.test.web.htmlunit.webdriver - package org.springframework.boot.test.web.htmlunit.webdriver
Selenium support classes.
org.springframework.boot.type.classreading - package org.springframework.boot.type.classreading
 
org.springframework.boot.web.client - package org.springframework.boot.web.client
 
org.springframework.boot.web.filter - package org.springframework.boot.web.filter
Spring Boot specific Filter implementations.
org.springframework.boot.web.servlet - package org.springframework.boot.web.servlet
Classes and utilities designed to work with the `javax.servlet` specification.
org.springframework.boot.web.servlet.view.velocity - package org.springframework.boot.web.servlet.view.velocity
Velocity support classes.
org.springframework.boot.web.support - package org.springframework.boot.web.support
 
org.springframework.boot.yaml - package org.springframework.boot.yaml
Spring Boot extensions to Spring Framework's support for parsing YAML.
OUT_OF_SERVICE - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem has been taken out of service and should not be used.
outOfService() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.OUT_OF_SERVICE.
outOfService() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.OUT_OF_SERVICE status.
OutputCapture - Class in org.springframework.boot.test
Deprecated.
as of 1.4 in favor of OutputCapture
OutputCapture() - Constructor for class org.springframework.boot.test.OutputCapture
Deprecated.
 
OutputCapture - Class in org.springframework.boot.test.rule
JUnit @Rule to capture output from System.out and System.err.
OutputCapture() - Constructor for class org.springframework.boot.test.rule.OutputCapture
 
OverrideAutoConfiguration - Annotation Type in org.springframework.boot.test.autoconfigure
Annotation that can be used to override @EnableAutoConfiguration.

P

Packages() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
packages(String...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
The names of packages to scan for @Entity annotations.
packages(Class<?>...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
The classes whose packages should be scanned for @Entity annotations.
parent(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add a parent application with the provided sources.
parent(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add an already running parent context to an existing application.
ParentAwareNamingStrategy - Class in org.springframework.boot.autoconfigure.jmx
Extension of MetadataNamingStrategy that supports a parent ApplicationContext.
ParentAwareNamingStrategy(JmxAttributeSource) - Constructor for class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
 
ParentContextApplicationContextInitializer - Class in org.springframework.boot.builder
ApplicationContextInitializer for setting the parent context.
ParentContextApplicationContextInitializer(ApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
ParentContextApplicationContextInitializer.ParentContextAvailableEvent - Class in org.springframework.boot.builder
ApplicationEvent fired when a parent context is available.
ParentContextAvailableEvent(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
 
ParentContextCloserApplicationListener - Class in org.springframework.boot.builder
Listener that closes the application context if its parent is closed.
ParentContextCloserApplicationListener() - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener
 
ParentContextCloserApplicationListener.ContextCloserListener - Class in org.springframework.boot.builder
ApplicationListener to close the context.
parse(byte[]) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from parsing the specific JSON bytes.
parse(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from parsing the specific JSON String.
parseList(String) - Method in class org.springframework.boot.json.BasicJsonParser
 
parseList(String) - Method in class org.springframework.boot.json.GsonJsonParser
 
parseList(String) - Method in class org.springframework.boot.json.JacksonJsonParser
 
parseList(String) - Method in class org.springframework.boot.json.JsonJsonParser
 
parseList(String) - Method in interface org.springframework.boot.json.JsonParser
Parse the specified JSON string into a List.
parseList(String) - Method in class org.springframework.boot.json.JsonSimpleJsonParser
 
parseList(String) - Method in class org.springframework.boot.json.YamlJsonParser
 
parseMap(String) - Method in class org.springframework.boot.json.BasicJsonParser
 
parseMap(String) - Method in class org.springframework.boot.json.GsonJsonParser
 
parseMap(String) - Method in class org.springframework.boot.json.JacksonJsonParser
 
parseMap(String) - Method in class org.springframework.boot.json.JsonJsonParser
 
parseMap(String) - Method in interface org.springframework.boot.json.JsonParser
Parse the specified JSON string into a Map.
parseMap(String) - Method in class org.springframework.boot.json.JsonSimpleJsonParser
 
parseMap(String) - Method in class org.springframework.boot.json.YamlJsonParser
 
parseObject(byte[]) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from parsing the specific JSON bytes.
parseObject(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from parsing the specific JSON String.
parseURL(URL, String, int, int) - Method in class org.springframework.boot.loader.jar.Handler
 
password(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
patchForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Update a resource by PATCHing the given object to the URI template, and returns the representation found in the response.
patchForObject(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Update a resource by PATCHing the given object to the URI template, and returns the representation found in the response.
patchForObject(URI, Object, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Update a resource by PATCHing the given object to the URL, and returns the representation found in the response.
path() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
PATH - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for classpath entries (directories possibly containing jars or jars).
PATH_PROPERTY - Static variable in class org.springframework.boot.logging.LogFile
The name of the Spring property that contains the directory where log files are written.
PATH_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the Spring property that contains the directory where log files are written.
PatternClassPathRestartStrategy - Class in org.springframework.boot.devtools.classpath
Ant style pattern based ClassPathRestartStrategy.
PatternClassPathRestartStrategy(String[]) - Constructor for class org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
 
PatternClassPathRestartStrategy(String) - Constructor for class org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
 
PERMIT_ALL - Static variable in interface org.springframework.boot.devtools.remote.server.AccessManager
AccessManager that permits all requests.
persist(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Make an instance managed and persistent.
persistAndFlush(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Make an instance managed and persistent then synchronize the persistence context to the underlying database.
persistAndGetId(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Make an instance managed and persistent then return it's ID.
persistAndGetId(Object, Class<T>) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Make an instance managed and persistent then return it's ID.
PersistenceExceptionTranslationAutoConfiguration - Class in org.springframework.boot.autoconfigure.dao
Auto-configuration for Spring's persistence exception translation.
PersistenceExceptionTranslationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
 
persistenceExceptionTranslationPostProcessor() - Static method in class org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
 
persistenceUnit(String) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
The name of the persistence unit.
persistFlushFind(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Make an instance managed and persistent, synchronize the persistence context to the underlying database and finally find the persisted entity by its ID.
persistSessions(String, Map<String, SessionPersistenceManager.PersistentSession>) - Method in class org.springframework.boot.context.embedded.undertow.FileSessionPersistence
 
PID_KEY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the process ID.
PLACEHOLDER_PREFIX - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
Prefix for system property placeholders: "${".
PLACEHOLDER_SUFFIX - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
Suffix for system property placeholders: "}".
Pool() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
Pool() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
PooledDataSourceConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.PooledDataSourceConfiguration
 
PoolingConnectionFactoryBean - Class in org.springframework.boot.jta.bitronix
Spring friendly version of PoolingConnectionFactory.
PoolingConnectionFactoryBean() - Constructor for class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
PoolingConnectionFactoryBean.DirectXAConnectionFactory - Class in org.springframework.boot.jta.bitronix
A XAConnectionFactory implementation that delegates to the ThreadLocal PoolingConnectionFactoryBean.
PoolingDataSourceBean - Class in org.springframework.boot.jta.bitronix
Spring friendly version of PoolingDataSource.
PoolingDataSourceBean() - Constructor for class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
PoolingDataSourceBean.DirectXADataSource - Class in org.springframework.boot.jta.bitronix
A XADataSource implementation that delegates to the ThreadLocal PoolingDataSourceBean.
PortInUseException - Exception in org.springframework.boot.context.embedded
A PortInUseException is thrown when an embedded servlet container fails to start due to a port already being in use.
PortInUseException(int) - Constructor for exception org.springframework.boot.context.embedded.PortInUseException
Creates a new port in use exception for the given port.
PortProvider - Interface in org.springframework.boot.devtools.tunnel.server
Strategy interface to provide access to a port (which may change if an existing connection is closed).
postForEntity(String, Object, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URI template, and returns the response as ResponseEntity.
postForEntity(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URI template, and returns the response as HttpEntity.
postForEntity(URI, Object, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URL, and returns the response as ResponseEntity.
postForLocation(String, Object, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URI template, and returns the value of the Location header.
postForLocation(String, Object, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URI template, and returns the value of the Location header.
postForLocation(URI, Object) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URL, and returns the value of the Location header.
postForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
postForObject(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
postForObject(URI, Object, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URL, and returns the representation found in the response.
postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.web.servlet.ErrorPageRegistrarBeanPostProcessor
 
postProcessApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Apply any relevant post processing the ApplicationContext.
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Register ServletContextAwareProcessor.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.jta.narayana.NarayanaBeanFactoryPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.web.servlet.ErrorPageRegistrarBeanPostProcessor
 
postProcessClassPathArchives(List<Archive>) - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
Called to post-process archive entries before they are used.
postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
Post-process the content to expose.
postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Post-process the content to expose.
postProcessContext(Context) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Post process the Tomcat Context before it used with the Tomcat Server.
postProcessConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
Method that can be used to post-process the HttpMessageConverter list before it is used.
postProcessDefaultTestExecutionListeners(Set<Class<? extends TestExecutionListener>>) - Method in interface org.springframework.boot.test.context.DefaultTestExecutionListenersPostProcessor
Post process the list of default TestExecutionListener classes to be used.
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in interface org.springframework.boot.env.EnvironmentPostProcessor
Post-process the given environment.
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
postProcessPartConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
Method that can be used to post-process the HttpMessageConverter list before it is used to configure the part converters of AllEncompassingFormHttpMessageConverter.
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 
postProcessRequestHeaders(Map<String, Object>) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
Post process request headers before they are added to the trace.
postProcessSourceProperties(String, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
Apply any post processing to source data before it is added.
postProcessWebAppContext(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Post process the Jetty WebAppContext before it used with the Jetty Server.
prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
Log file name prefix.
prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
Log file name prefix.
PrefixMetricGroupExporter - Class in org.springframework.boot.actuate.metrics.export
A convenient exporter for a group of metrics from a PrefixMetricReader.
PrefixMetricGroupExporter(PrefixMetricReader, PrefixMetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
Create a new exporter for metrics to a writer based on an empty prefix for the metric names.
PrefixMetricGroupExporter(PrefixMetricReader, PrefixMetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
Create a new exporter for metrics to a writer based on a prefix for the metric names.
PrefixMetricReader - Interface in org.springframework.boot.actuate.metrics.reader
Interface for extracting metrics as a group whose name starts with a prefix.
PrefixMetricWriter - Interface in org.springframework.boot.actuate.metrics.writer
A writer for metrics that allows efficient storage of groups of metrics with a common name prefix (their group name).
prepare(Xid) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
prepareContext(Host, ServletContextInitializer[]) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
prepareEmbeddedWebApplicationContext(ServletContext) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Prepare the WebApplicationContext with the given fully loaded ServletContext.
prepareRefresh() - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
 
prepareTestInstance(TestContext) - Method in class org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener
 
prepareTestInstance(TestContext) - Method in class org.springframework.boot.test.IntegrationTestPropertiesListener
Deprecated.
 
prepareTestInstance(TestContext) - Method in class org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
 
preserveErrorControllerTargetClassPostProcessor() - Static method in class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
 
PrincipalExtractor - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Strategy used by UserInfoTokenServices to extract the principal from the resource server's response.
printBanner(Environment, Class<?>, PrintStream) - Method in interface org.springframework.boot.Banner
Print the banner to the specified print stream.
printBanner(Environment, Class<?>, PrintStream) - Method in class org.springframework.boot.ImageBanner
 
printBanner(Environment, Class<?>, PrintStream) - Method in class org.springframework.boot.ResourceBanner
 
printBanner(Environment) - Method in class org.springframework.boot.SpringApplication
Deprecated.
PRIORITY - Static variable in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
The priority for the CommonsLoggingLiquibaseLogger.
PROCESS_KEY - Static variable in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
The process key.
processBuilder(String...) - Method in class org.springframework.boot.loader.tools.JavaExecutable
Create a new ProcessBuilder that will run with the Java executable.
processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.boot.test.SpringApplicationContextLoader
Deprecated.
 
processMergedContextConfiguration(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
processPropertySourceProperties(MergedContextConfiguration, List<String>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Post process the property source properties, adding or removing elements as required.
profiles(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add to the active Spring profiles for this app (and its parent and children).
ProjectDetails(String, String, String, String, Map<String, String>) - Constructor for class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
ProjectInfoAutoConfiguration - Class in org.springframework.boot.autoconfigure.info
Auto-configuration for various project information.
ProjectInfoAutoConfiguration(ProjectInfoProperties) - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
ProjectInfoProperties - Class in org.springframework.boot.autoconfigure.info
Configuration properties for project information.
ProjectInfoProperties() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
 
ProjectInfoProperties.Build - Class in org.springframework.boot.autoconfigure.info
Build specific info properties.
ProjectInfoProperties.Git - Class in org.springframework.boot.autoconfigure.info
Git specific info properties.
properties - Variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerConfiguration
 
properties - Variable in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityConfiguration
Deprecated.
 
properties(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Default properties for the environment in the form key=value or key:value.
properties(Properties) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Default properties for the environment in the form key=value or key:value.
properties(Map<String, Object>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Default properties for the environment.
properties(Map<String, ?>) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
Generic properties for standard JPA or vendor-specific configuration.
PROPERTIES_PREFIX - Static variable in class org.springframework.boot.jta.narayana.NarayanaProperties
Prefix for Narayana specific properties.
PropertiesConfigurationFactory<T> - Class in org.springframework.boot.bind
Validate some Properties (or optionally PropertySources) by binding them to an object of a specified type and then optionally running a Validator over it.
PropertiesConfigurationFactory(T) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
Create a new PropertiesConfigurationFactory instance.
PropertiesConfigurationFactory(Class<?>) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
Create a new PropertiesConfigurationFactory instance.
PropertiesLauncher - Class in org.springframework.boot.loader
Launcher for archives with user-configured classpath and main class via a properties file.
PropertiesLauncher() - Constructor for class org.springframework.boot.loader.PropertiesLauncher
 
PropertiesPropertySourceLoader - Class in org.springframework.boot.env
Strategy to load '.properties' files into a PropertySource.
PropertiesPropertySourceLoader() - Constructor for class org.springframework.boot.env.PropertiesPropertySourceLoader
 
PropertyMapping - Annotation Type in org.springframework.boot.test.autoconfigure.properties
Indicates that attributes from a test annotation should be mapped into a PropertySource.
PropertyOrigin - Class in org.springframework.boot.bind
The origin of a property, specifically its source and its name before any prefix was removed.
PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure
PropertyPlaceholderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration
 
PropertySourceLoader - Interface in org.springframework.boot.env
Strategy interface located via SpringFactoriesLoader and used to load a PropertySource.
PropertySourcesBinder - Class in org.springframework.boot.bind
Helper extracting info from PropertySources.
PropertySourcesBinder(PropertySources) - Constructor for class org.springframework.boot.bind.PropertySourcesBinder
Create a new instance.
PropertySourcesBinder(PropertySource<?>) - Constructor for class org.springframework.boot.bind.PropertySourcesBinder
Create a new instance from a single PropertySource.
PropertySourcesBinder(ConfigurableEnvironment) - Constructor for class org.springframework.boot.bind.PropertySourcesBinder
Create a new instance using the Environment as the property sources.
PropertySourcesLoader - Class in org.springframework.boot.env
Utility that can be used to MutablePropertySources using PropertySourceLoaders.
PropertySourcesLoader() - Constructor for class org.springframework.boot.env.PropertySourcesLoader
Create a new PropertySourceLoader instance backed by a new MutablePropertySources.
PropertySourcesLoader(MutablePropertySources) - Constructor for class org.springframework.boot.env.PropertySourcesLoader
Create a new PropertySourceLoader instance backed by the specified MutablePropertySources.
propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration
 
propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
PropertySourcesPropertyValues - Class in org.springframework.boot.bind
A PropertyValues implementation backed by a PropertySources, bridging the two abstractions and allowing (for instance) a regular DataBinder to be used with the latter.
PropertySourcesPropertyValues(PropertySources) - Constructor for class org.springframework.boot.bind.PropertySourcesPropertyValues
Create a new PropertyValues from the given PropertySources.
PropertySourcesPropertyValues(PropertySources, Collection<String>, Collection<String>) - Constructor for class org.springframework.boot.bind.PropertySourcesPropertyValues
Create a new PropertyValues from the given PropertySources.
PropertySourceUtils - Class in org.springframework.boot.bind
Convenience class for manipulating PropertySources.
PropertySourceUtils() - Constructor for class org.springframework.boot.bind.PropertySourceUtils
 
PROVIDED - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
The library is needed for compile but is usually provided when running.
Proxy() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
Proxy() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
Proxy() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
PublicMetrics - Interface in org.springframework.boot.actuate.endpoint
Interface to expose specific Metrics via a MetricsEndpoint.
PublicMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
PublicMetricsAutoConfiguration(ObjectProvider<List<MetricReader>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
 
publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
put(String, Object, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create or update a resource by PUTting the given object to the URI.
put(String, Object, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Creates a new resource by PUTting the given object to URI template.
put(URI, Object) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Creates a new resource by PUTting the given object to URL.

R

RabbitAutoConfiguration - Class in org.springframework.boot.autoconfigure.amqp
Auto-configuration for RabbitTemplate.
RabbitAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
 
RabbitAutoConfiguration.MessagingTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitAutoConfiguration.RabbitConnectionFactoryCreator - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitAutoConfiguration.RabbitTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
 
rabbitConnectionFactory(RabbitProperties) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
 
RabbitConnectionFactoryCreator() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
 
rabbitHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration
 
RabbitHealthIndicator - Class in org.springframework.boot.actuate.health
Simple implementation of a HealthIndicator returning status information for the RabbitMQ messaging system.
RabbitHealthIndicator(RabbitTemplate) - Constructor for class org.springframework.boot.actuate.health.RabbitHealthIndicator
 
RabbitHealthIndicatorConfiguration(Map<String, RabbitTemplate>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration
 
rabbitMessagingTemplate(RabbitTemplate) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
 
RabbitProperties - Class in org.springframework.boot.autoconfigure.amqp
Configuration properties for Rabbit.
RabbitProperties() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
RabbitProperties.Cache - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Cache.Channel - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Cache.Connection - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Listener - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.ListenerRetry - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Retry - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Ssl - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Template - Class in org.springframework.boot.autoconfigure.amqp
 
rabbitTemplate(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
RabbitTemplateConfiguration(ObjectProvider<MessageConverter>, RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
RANDOM_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.context.config.RandomValuePropertySource
Name of the random PropertySource.
RandomAccessData - Interface in org.springframework.boot.loader.data
Interface that provides read-only random access to some underlying data.
RandomAccessData.ResourceAccess - Enum in org.springframework.boot.loader.data
Lock modes for accessing the underlying resource.
RandomAccessDataFile - Class in org.springframework.boot.loader.data
RandomAccessData implementation backed by a RandomAccessFile.
RandomAccessDataFile(File) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
Create a new RandomAccessDataFile backed by the specified file.
RandomAccessDataFile(File, int) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
Create a new RandomAccessDataFile backed by the specified file.
RandomPortExampleTests - Class in org.springframework.boot.test.web
 
RandomPortExampleTests() - Constructor for class org.springframework.boot.test.web.RandomPortExampleTests
 
RandomValuePropertySource - Class in org.springframework.boot.context.config
PropertySource that returns a random value for any property that starts with "random.".
RandomValuePropertySource(String) - Constructor for class org.springframework.boot.context.config.RandomValuePropertySource
 
RandomValuePropertySource() - Constructor for class org.springframework.boot.context.config.RandomValuePropertySource
 
ReactorAutoConfiguration - Class in org.springframework.boot.autoconfigure.reactor
Auto-configuration for Reactor.
ReactorAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration
 
ReactorAutoConfiguration.ReactorConfiguration - Class in org.springframework.boot.autoconfigure.reactor
 
ReactorConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration.ReactorConfiguration
 
read(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified classpath resource.
read(File) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified file.
read(InputStream) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified input stream.
read(Resource) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified resource.
read(Reader) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified reader.
readAccessToken(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
 
readAccessToken(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
readObject(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified classpath resource.
readObject(File) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified file.
readObject(InputStream) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified input stream.
readObject(Resource) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified resource.
readObject(Reader) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified reader.
readObject(InputStream, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Read from the specified input stream to create an object of the specified type.
readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Read from the specified reader to create an object of the specified type.
readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.GsonTester
 
readObject(InputStream, ResolvableType) - Method in class org.springframework.boot.test.json.JacksonTester
 
readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.JacksonTester
 
recordConditionEvaluation(String, Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Record the occurrence of condition evaluation.
recordEvaluationCandidates(List<String>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Records the names of the classes that are candidates for condition evaluation.
recordExclusions(Collection<String>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Records the names of the classes that have been excluded from condition evaluation.
recover(int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
redirect() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
 
Redis() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
 
Redis() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties.Redis
 
RedisAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
Auto-configuration for Spring Data's Redis support.
RedisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
 
RedisAutoConfiguration.RedisConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
Standard Redis configuration.
RedisAutoConfiguration.RedisConnectionConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
Redis connection configuration.
RedisConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConfiguration
 
RedisConnectionConfiguration(RedisProperties, ObjectProvider<RedisSentinelConfiguration>, ObjectProvider<RedisClusterConfiguration>) - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
 
redisConnectionFactory() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConnectionConfiguration
 
redisHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration
 
RedisHealthIndicator - Class in org.springframework.boot.actuate.health
Simple implementation of a HealthIndicator returning status information for Redis data stores.
RedisHealthIndicator(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.health.RedisHealthIndicator
 
RedisHealthIndicatorConfiguration(Map<String, RedisConnectionFactory>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration
 
RedisMetricRepository - Class in org.springframework.boot.actuate.metrics.repository.redis
A MetricRepository implementation for a redis backend.
RedisMetricRepository(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
Create a RedisMetricRepository with a default prefix to apply to all metric names.
RedisMetricRepository(RedisConnectionFactory, String) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
Create a RedisMetricRepository with a prefix to apply to all metric names (ideally unique to this repository or to a logical repository contributed to by multiple instances, where they all see the same values).
RedisMetricRepository(RedisConnectionFactory, String, String) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
Allows user to set the prefix and key to use to store the index of other keys.
RedisMultiMetricRepository - Class in org.springframework.boot.actuate.metrics.repository.redis
MultiMetricRepository implementation backed by a redis store.
RedisMultiMetricRepository(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
RedisMultiMetricRepository(RedisConnectionFactory, String) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
RedisProperties - Class in org.springframework.boot.autoconfigure.data.redis
Configuration properties for Redis.
RedisProperties() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
RedisProperties.Cluster - Class in org.springframework.boot.autoconfigure.data.redis
Cluster properties.
RedisProperties.Pool - Class in org.springframework.boot.autoconfigure.data.redis
Pool properties.
RedisProperties.Sentinel - Class in org.springframework.boot.autoconfigure.data.redis
Redis sentinel properties.
RedisRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
Auto-configuration for Spring Data's Redis Repositories.
RedisRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration
 
redisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConfiguration
 
refresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
refresh(ApplicationContext) - Method in class org.springframework.boot.SpringApplication
Refresh the underlying ApplicationContext.
refresh(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
Programmatically registers the auto-configuration package names.
register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Register the specified entity scan packages with the system.
register(BeanDefinitionRegistry, Collection<String>) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Register the specified entity scan packages with the system.
register(Class<?>...) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Register one or more annotated classes to be processed.
register(BeanDefinitionRegistry) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
Register the processor with a BeanDefinitionRegistry.
register(BeanDefinitionRegistry, Set<Definition>) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
Register the processor with a BeanDefinitionRegistry.
register(BeanDefinitionRegistry, Class<? extends MockitoPostProcessor>, Set<Definition>) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
Register the processor with a BeanDefinitionRegistry.
REGISTER_SHUTDOWN_HOOK_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the Spring property that controls the registration of a shutdown hook to shut down the logging system when the JVM exits.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.BeanPostProcessorsRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
 
registerEndpoint(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
registerErrorPages(ErrorPageRegistry) - Method in interface org.springframework.boot.web.servlet.ErrorPageRegistrar
Register pages as required with the given registry.
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Deprecated.
registerJsonComponents() - Method in class org.springframework.boot.jackson.JsonComponentModule
 
registerLoggedException(Throwable) - Method in class org.springframework.boot.SpringApplication
Register that the given exception has been logged.
registerPublicMetrics(PublicMetrics) - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpoint
 
registerShutdownHook(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Sets if the created ApplicationContext should have a shutdown hook registered.
registerUrlProtocolHandler() - Static method in class org.springframework.boot.loader.jar.JarFile
Register a 'java.protocol.handler.pkgs' property so that a URLStreamHandler will be located to deal with jar URLs.
RegistrationBean - Class in org.springframework.boot.web.servlet
Base class for Servlet 3.0+ based registration beans.
RegistrationBean() - Constructor for class org.springframework.boot.web.servlet.RegistrationBean
 
reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Reinitialize the logging system if required.
reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
relaunch(ClassLoader) - Method in class org.springframework.boot.devtools.restart.Restarter
Relaunch the application using the specified classloader.
RelaxedBindingNotWritablePropertyException - Exception in org.springframework.boot.bind
A custom NotWritablePropertyException that is thrown when a failure occurs during relaxed binding.
RelaxedDataBinder - Class in org.springframework.boot.bind
Binder implementation that allows caller to bind to maps and also allows property names to match a bit loosely (if underscores or dashes are removed and replaced with camel case for example).
RelaxedDataBinder(Object) - Constructor for class org.springframework.boot.bind.RelaxedDataBinder
Create a new RelaxedDataBinder instance.
RelaxedDataBinder(Object, String) - Constructor for class org.springframework.boot.bind.RelaxedDataBinder
Create a new RelaxedDataBinder instance.
RelaxedNames - Class in org.springframework.boot.bind
Generates relaxed name variations from a given source.
RelaxedNames(String) - Constructor for class org.springframework.boot.bind.RelaxedNames
Create a new RelaxedNames instance.
RelaxedPropertyResolver - Class in org.springframework.boot.bind
PropertyResolver that attempts to resolve values using RelaxedNames.
RelaxedPropertyResolver(PropertyResolver) - Constructor for class org.springframework.boot.bind.RelaxedPropertyResolver
 
RelaxedPropertyResolver(PropertyResolver, String) - Constructor for class org.springframework.boot.bind.RelaxedPropertyResolver
 
releaseOutput() - Method in class org.springframework.boot.test.rule.OutputCapture
 
RemoteClientConfiguration - Class in org.springframework.boot.devtools.remote.client
Configuration used to connect to remote Spring Boot applications.
RemoteClientConfiguration(DevToolsProperties) - Constructor for class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
RemoteDebugPortProvider - Class in org.springframework.boot.devtools.tunnel.server
PortProvider that provides the port being used by the Java remote debugging.
RemoteDebugPortProvider() - Constructor for class org.springframework.boot.devtools.tunnel.server.RemoteDebugPortProvider
 
remoteDevToolsAccessManager() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 
RemoteDevToolsAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
Auto-configuration for remote development support.
RemoteDevToolsAutoConfiguration(DevToolsProperties, ServerProperties) - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 
remoteDevToolsDispatcherFilter(AccessManager, Collection<HandlerMapper>) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 
remoteDevToolsHealthCheckHandlerMapper() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 
RemoteDevToolsProperties - Class in org.springframework.boot.devtools.autoconfigure
Configuration properties for remote Spring Boot applications.
RemoteDevToolsProperties() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
RemoteDevToolsProperties.Debug - Class in org.springframework.boot.devtools.autoconfigure
 
RemoteDevToolsProperties.Proxy - Class in org.springframework.boot.devtools.autoconfigure
 
RemoteDevToolsProperties.Restart - Class in org.springframework.boot.devtools.autoconfigure
 
RemoteSpringApplication - Class in org.springframework.boot.devtools
Application that can be used to establish a link to remotely running Spring Boot code.
remoteTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.TokenInfoServicesConfiguration
 
RemoteTokenServicesConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration
 
remove(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
remove(String) - Method in class org.springframework.boot.context.embedded.MimeMappings
Remove an existing mapping.
remove(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
 
remove(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Remove the entity instance.
removeAttribute(String) - Method in class org.springframework.boot.devtools.restart.Restarter
 
removeDuplicates(List<T>) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
 
removeDuplicatesFromOutputDirectory(File, File) - Static method in class org.springframework.boot.loader.tools.FileUtils
Utility to remove duplicate files from an "output" directory if they already exist in an "origin".
removeListener(TunnelClientListener) - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
 
renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheView
 
repackage(Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage the source file so that it can be run using 'java -jar'.
repackage(File, Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage to the given destination so that it can be launched using ' java -jar'.
repackage(File, Libraries, LaunchScript) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage to the given destination so that it can be launched using ' java -jar'.
Repackager - Class in org.springframework.boot.loader.tools
Utility class that can be used to repackage an archive so that it can be executed using 'java -jar'.
Repackager(File) - Constructor for class org.springframework.boot.loader.tools.Repackager
 
RepackagingLayout - Interface in org.springframework.boot.loader.tools
A specialization of Layout that repackages an existing archive by moving its content to a new location.
replaceValue(Map<String, Object>, String, Object) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Replace the value for the specified key if the value is not null.
replay(Log, Class<?>) - Static method in class org.springframework.boot.logging.DeferredLog
 
replay(Log, Log) - Static method in class org.springframework.boot.logging.DeferredLog
 
replayTo(Class<?>) - Method in class org.springframework.boot.logging.DeferredLog
 
replayTo(Log) - Method in class org.springframework.boot.logging.DeferredLog
 
Report(ConditionEvaluationReport) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
report(FailureAnalysis) - Method in interface org.springframework.boot.diagnostics.FailureAnalysisReporter
Reports the given failureAnalysis to the user.
report(FailureAnalysis) - Method in class org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
 
RepositoryRestMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.rest
Auto-configuration for Spring Data Rest's MVC integration.
RepositoryRestMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
 
RepositoryRestProperties - Class in org.springframework.boot.autoconfigure.data.rest
Configuration properties for Spring Data REST.
RepositoryRestProperties() - Constructor for class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in class org.springframework.boot.web.servlet.FilterRegistrationBean
Filters that wrap the servlet request should be ordered less than or equal to this.
requestContextFilter() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
requestContextFilter() - Static method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
requestFactory(Class<? extends ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestFactory class that should be used with the RestTemplate.
requestFactory(ClientHttpRequestFactory) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestFactory that should be used with the RestTemplate.
requestMappingEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.RequestMappingEndpointConfiguration
 
RequestMappingEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose Spring MVC mappings.
RequestMappingEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
RequestMappingEndpointConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.RequestMappingEndpointConfiguration
 
requestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
requestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
RequestScopedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.RequestScopedConfiguration
 
requiredViewClass() - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
 
reset() - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
 
reset(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Reset the specified counter.
reset(String) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
reset(String) - Method in interface org.springframework.boot.actuate.metrics.writer.CounterWriter
Reset the value of a metric, usually to zero value.
reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
reset(String) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
Rest the values of all metrics in the group.
reset() - Static method in class org.springframework.boot.system.ApplicationPidFileWriter
Reset the created flag for testing purposes.
reset() - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
 
ResetMocksTestExecutionListener - Class in org.springframework.boot.test.mock.mockito
TestExecutionListener to reset any mock beans that have been marked with a MockReset.
ResetMocksTestExecutionListener() - Constructor for class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
 
resolveConfigLocation(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
Resolve the config location if set.
resolveConfigLocation() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
Resolve the config location if set.
resolveContextLoader(Class<?>, List<ContextConfigurationAttributes>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
resolveErrorView(HttpServletRequest, HttpServletResponse, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.AbstractErrorController
Resolve any specific error views.
resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorViewResolver
 
resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.web.ErrorViewResolver
Resolve an error view for the specified details.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorAttributes
 
resolvePlaceholders(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
resolvePlaceholders(String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
resolvePlaceholders(Properties, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
resolveRequiredPlaceholders(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
ResourceBanner - Class in org.springframework.boot
Banner implementation that prints from a source text Resource.
ResourceBanner(Resource) - Constructor for class org.springframework.boot.ResourceBanner
 
ResourceBundleCondition() - Constructor for class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration.ResourceBundleCondition
 
ResourceCondition - Class in org.springframework.boot.autoconfigure.condition
SpringBootCondition used to check if a resource can be found using a configurable property and optional default location(s).
ResourceCondition(String, String, String, String...) - Constructor for class org.springframework.boot.autoconfigure.condition.ResourceCondition
Create a new condition.
ResourceConfigCustomizer - Interface in org.springframework.boot.autoconfigure.jersey
Callback interface that can be implemented by beans wishing to customize Jersey's ResourceConfig before it is used.
resourceLoader(ResourceLoader) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
ResourceLoader for the application context.
ResourceProperties - Class in org.springframework.boot.autoconfigure.web
Properties used to configure resource handling.
ResourceProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties
 
ResourceProperties.Chain - Class in org.springframework.boot.autoconfigure.web
Configuration for the Spring Resource Handling chain.
ResourceProperties.Content - Class in org.springframework.boot.autoconfigure.web
Version Strategy based on content hashing.
ResourceProperties.Fixed - Class in org.springframework.boot.autoconfigure.web
Version Strategy based on a fixed version string.
ResourceProperties.Strategy - Class in org.springframework.boot.autoconfigure.web
Strategies for extracting and embedding a resource version in its URL path.
ResourceSecurityConfigurer(ResourceServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
 
resourceServer() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration
 
ResourceServerCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
 
resourceServerProperties() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration
 
ResourceServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Configuration properties for OAuth2 Resources.
ResourceServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
ResourceServerProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
ResourceServerProperties.Jwt - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Configuration for an OAuth2 resource server.
ResourceServerTokenServicesConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration
 
ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.TokenInfoServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.UserInfoTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
resourceUrlEncodingFilter() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration
 
resourceUrlEncodingFilter() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafResourceHandlingConfig
 
resourceUrlEncodingFilter() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityWebConfiguration
Deprecated.
 
respond(HttpStatus) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Send a HTTP status response.
respond(HttpTunnelPayload) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Send a payload response.
Restart() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
Restart() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
 
restart() - Method in class org.springframework.boot.devtools.restart.Restarter
Restart the running application.
restart(FailureHandler) - Method in class org.springframework.boot.devtools.restart.Restarter
Restart the running application.
restart(Set<URL>, ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.server.RestartServer
Called to restart the application.
RestartApplicationListener - Class in org.springframework.boot.devtools.restart
ApplicationListener to initialize the Restarter.
RestartApplicationListener() - Constructor for class org.springframework.boot.devtools.restart.RestartApplicationListener
 
RestartClassLoader - Class in org.springframework.boot.devtools.restart.classloader
Disposable ClassLoader used to support application restarting.
RestartClassLoader(ClassLoader, URL[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
Create a new RestartClassLoader instance.
RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
Create a new RestartClassLoader instance.
RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository, Log) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
Create a new RestartClassLoader instance.
Restarter - Class in org.springframework.boot.devtools.restart
Allows a running application to be restarted with an updated classpath.
Restarter(Thread, String[], boolean, RestartInitializer) - Constructor for class org.springframework.boot.devtools.restart.Restarter
Internal constructor to create a new Restarter instance.
RestartInitializer - Interface in org.springframework.boot.devtools.restart
Strategy interface used to initialize a Restarter.
RestartListener - Interface in org.springframework.boot.devtools.restart
Listener that is notified of application restarts.
RestartScope - Annotation Type in org.springframework.boot.devtools.restart
Restart @Scope Annotation used to indicate that a bean should remain between restarts.
RestartScopeInitializer - Class in org.springframework.boot.devtools.restart
Support for a 'restart' Scope that allows beans to remain between restarts.
RestartScopeInitializer() - Constructor for class org.springframework.boot.devtools.restart.RestartScopeInitializer
 
RestartServer - Class in org.springframework.boot.devtools.restart.server
Server used to restart the current application with updated ClassLoaderFiles.
RestartServer(SourceFolderUrlFilter) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
Create a new RestartServer instance.
RestartServer(SourceFolderUrlFilter, ClassLoader) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
Create a new RestartServer instance.
RestClientTest - Annotation Type in org.springframework.boot.test.autoconfigure.web.client
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical Spring rest client test.
RestDocsAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.restdocs
Auto-configuration for Spring REST Docs.
RestDocsAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration
 
RestDocsMockMvcConfigurationCustomizer - Interface in org.springframework.boot.test.autoconfigure.restdocs
A customizer for MockMvcRestDocumentationConfigurer.
restDocsMockMvcConfigurer(ObjectProvider<RestDocsMockMvcConfigurationCustomizer>, RestDocumentationContextProvider) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration
 
RestDocsTestExecutionListener - Class in org.springframework.boot.test.autoconfigure.restdocs
A TestExecutionListener for Spring REST Docs that removes the need for a @Rule when using JUnit or manual before and after test calls when using TestNG.
RestDocsTestExecutionListener() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
restDocumentationConfigurer(MockMvcRestDocumentationConfigurer, ObjectProvider<RestDocumentationResultHandler>) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration
 
restore() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.ExistingWebApplicationScopes
 
restTemplate(RestTemplateBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.client.WebClientRestTemplateAutoConfiguration
 
restTemplateBuilder() - Method in class org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration.RestTemplateConfiguration
 
RestTemplateBuilder - Class in org.springframework.boot.web.client
Builder that can be used to configure and create a RestTemplate.
RestTemplateBuilder(RestTemplateCustomizer...) - Constructor for class org.springframework.boot.web.client.RestTemplateBuilder
Create a new RestTemplateBuilder instance.
RestTemplateConfiguration(ObjectProvider<HttpMessageConverters>, ObjectProvider<List<RestTemplateCustomizer>>) - Constructor for class org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration.RestTemplateConfiguration
 
RestTemplateCustomizer - Interface in org.springframework.boot.web.client
Callback interface that can be used to customize a RestTemplate.
RestTemplateProxyCustomizationExample - Class in org.springframework.boot.web.client
Example configuration for using a RestTemplateCustomizer to configure a proxy.
RestTemplateProxyCustomizationExample() - Constructor for class org.springframework.boot.web.client.RestTemplateProxyCustomizationExample
 
resultedIn(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates a single result.
Retry() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
RichGauge - Class in org.springframework.boot.actuate.metrics.rich
A gauge which stores the maximum, minimum and average in addition to the current value.
RichGauge(String) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
Creates an "empty" gauge.
RichGauge(String, double) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
 
RichGauge(String, double, double, double, double, double, long) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
 
RichGaugeExporter - Class in org.springframework.boot.actuate.metrics.export
Exporter or converter for RichGauge data to a metric-based back end.
RichGaugeExporter(RichGaugeReader, PrefixMetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
RichGaugeExporter(RichGaugeReader, PrefixMetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
richGaugePublicMetrics(RichGaugeReader) - Method in class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
 
RichGaugeReader - Interface in org.springframework.boot.actuate.metrics.rich
A basic set of read operations for RichGauge instances.
RichGaugeReaderPublicMetrics - Class in org.springframework.boot.actuate.endpoint
RichGaugeReaderPublicMetrics(RichGaugeReader) - Constructor for class org.springframework.boot.actuate.endpoint.RichGaugeReaderPublicMetrics
 
RichGaugeRepository - Interface in org.springframework.boot.actuate.metrics.rich
Convenient combination of reader and writer concerns for RichGauge instances.
rollback(Xid) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
rootUri(String) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set a root URL that should be applied to each request that starts with '/'.
RootUriRequestExpectationManager - Class in org.springframework.boot.test.web.client
RequestExpectationManager that strips the specified root URI from the request before verification.
RootUriRequestExpectationManager(String, RequestExpectationManager) - Constructor for class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
 
RootUriTemplateHandler - Class in org.springframework.boot.web.client
UriTemplateHandler to set the root for URI that starts with '/'.
RootUriTemplateHandler(UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
 
RootUriTemplateHandler(String) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
Create a new RootUriTemplateHandler instance.
RootUriTemplateHandler(String, UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
Create a new RootUriTemplateHandler instance.
run(ApplicationArguments) - Method in interface org.springframework.boot.ApplicationRunner
Callback used to run the bean.
run(String...) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
run(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create an application context (and its parent if specified) with the command line args provided.
run(String...) - Method in interface org.springframework.boot.CommandLineRunner
Callback used to run the bean.
run() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 
run() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
 
run() - Method in class org.springframework.boot.loader.MainMethodRunner
 
run(boolean, String...) - Method in class org.springframework.boot.loader.tools.RunProcess
 
run(boolean, Collection<String>) - Method in class org.springframework.boot.loader.tools.RunProcess
 
run(String...) - Method in class org.springframework.boot.SpringApplication
Run the Spring application, creating and refreshing a new ApplicationContext.
run(Object, String...) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified source using default settings.
run(Object[], String[]) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified sources using default settings and user supplied arguments.
run(SpringApplication) - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
Called to run a fully configured SpringApplication.
RunProcess - Class in org.springframework.boot.loader.tools
Utility used to run a process.
RunProcess(String...) - Constructor for class org.springframework.boot.loader.tools.RunProcess
 
RUNTIME - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
The library is used at runtime but not needed for compile.

S

sameFile(URL, URL) - Method in class org.springframework.boot.loader.jar.Handler
 
sanitize(String, Object) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
 
scan(Class<? extends Annotation>...) - Method in class org.springframework.boot.autoconfigure.domain.EntityScanner
Scan for entities with the specified annotations.
scan(String...) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Perform a scan within the specified base packages.
SearchStrategy - Enum in org.springframework.boot.autoconfigure.condition
Some named search strategies for beans in the bean factory hierarchy.
Security() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
SecurityAuthorizeMode - Enum in org.springframework.boot.autoconfigure.security
Security authorization modes as specified in SecurityProperties.
SecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security
Auto-configuration for Spring Security.
SecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
 
SecurityDataConfiguration - Class in org.springframework.boot.autoconfigure.security
Automatically adds Spring Security's integration with Spring Data.
SecurityDataConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
 
securityDialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration
 
securityEvaluationContextExtension() - Method in class org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
 
SecurityFilterAutoConfiguration - Class in org.springframework.boot.autoconfigure.security
Auto-configuration for Spring Security's Filter.
SecurityFilterAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityFilterAutoConfiguration
 
securityFilterChainRegistration(SecurityProperties) - Method in class org.springframework.boot.autoconfigure.security.SecurityFilterAutoConfiguration
 
SecurityPrerequisite - Interface in org.springframework.boot.autoconfigure.security
Marker interface for beans that need to be initialized before any security configuration is evaluated.
securityProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
securityProperties() - Method in class org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
 
securityProperties() - Method in class org.springframework.boot.autoconfigure.security.SecurityFilterAutoConfiguration
 
SecurityProperties - Class in org.springframework.boot.autoconfigure.security
Properties for the security aspects of an application.
SecurityProperties() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties
 
SecurityProperties.Basic - Class in org.springframework.boot.autoconfigure.security
 
SecurityProperties.Headers - Class in org.springframework.boot.autoconfigure.security
 
SecurityProperties.Headers.HSTS - Enum in org.springframework.boot.autoconfigure.security
 
SecurityProperties.User - Class in org.springframework.boot.autoconfigure.security
 
selectImports(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
 
sendGrid() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
 
SendGridAutoConfiguration - Class in org.springframework.boot.autoconfigure.sendgrid
Auto-configuration for SendGrid.
SendGridAutoConfiguration(SendGridProperties) - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
 
SendGridProperties - Class in org.springframework.boot.autoconfigure.sendgrid
SendGridProperties() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
SendGridProperties.Proxy - Class in org.springframework.boot.autoconfigure.sendgrid
 
Sentinel() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
serialize(T, JsonGenerator, SerializerProvider) - Method in class org.springframework.boot.jackson.JsonObjectSerializer
 
serializeObject(T, JsonGenerator, SerializerProvider) - Method in class org.springframework.boot.jackson.JsonObjectSerializer
Serialize JSON content into the value type this serializer handles.
serverCustomization() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
ServerPortInfoApplicationContextInitializer - Class in org.springframework.boot.context.embedded
ApplicationContextInitializer that sets Environment properties for the ports that EmbeddedServletContainer servers are actually listening on.
ServerPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
 
ServerPortInfoApplicationContextInitializer - Class in org.springframework.boot.context.web
Deprecated.
ServerPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.context.web.ServerPortInfoApplicationContextInitializer
Deprecated.
 
serverProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
ServerProperties - Class in org.springframework.boot.autoconfigure.web
ConfigurationProperties for a web server (e.g.
ServerProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties
 
serverProperties() - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
 
ServerProperties.Jetty - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Session - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Session.Cookie - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Tomcat - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Tomcat.Accesslog - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Undertow - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Undertow.Accesslog - Class in org.springframework.boot.autoconfigure.web
 
ServerPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
ServerPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
 
ServerThread(ServerSocketChannel) - Constructor for class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 
ServerThread(ByteChannel) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
 
Servlet() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
 
Servlet() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcProperties.Servlet
 
Servlet() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
ServletComponentScan - Annotation Type in org.springframework.boot.web.servlet
Enables scanning for Servlet components (filters, servlets, and listeners).
ServletContextApplicationContextInitializer - Class in org.springframework.boot.context.web
Deprecated.
ServletContextApplicationContextInitializer(ServletContext, boolean) - Constructor for class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
Deprecated.
 
ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
Deprecated.
 
ServletContextApplicationContextInitializer - Class in org.springframework.boot.web.support
ApplicationContextInitializer for setting the servlet context.
ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.web.support.ServletContextApplicationContextInitializer
ServletContextApplicationContextInitializer(ServletContext, boolean) - Constructor for class org.springframework.boot.web.support.ServletContextApplicationContextInitializer
ServletContextInitializer - Interface in org.springframework.boot.context.embedded
Deprecated.
as of 1.4 in favor of ServletContextInitializer
ServletContextInitializer - Interface in org.springframework.boot.web.servlet
Interface used to configure a Servlet 3.0+ context programmatically.
ServletContextInitializerBeans - Class in org.springframework.boot.web.servlet
A collection ServletContextInitializers obtained from a ListableBeanFactory.
ServletContextInitializerBeans(ListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
ServletContextInitializerConfiguration - Class in org.springframework.boot.context.embedded.jetty
ServletContextInitializerConfiguration(ServletContextInitializer...) - Constructor for class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
ServletListenerRegistrationBean<T extends EventListener> - Class in org.springframework.boot.context.embedded
Deprecated.
as of 1.4 in favor of ServletListenerRegistrationBean
ServletListenerRegistrationBean() - Constructor for class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
Deprecated.
 
ServletListenerRegistrationBean(T) - Constructor for class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
Deprecated.
 
ServletListenerRegistrationBean<T extends EventListener> - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register EventListeners in a Servlet 3.0+ container.
ServletListenerRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Create a new ServletListenerRegistrationBean instance.
ServletListenerRegistrationBean(T) - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Create a new ServletListenerRegistrationBean instance.
ServletRegistrationBean - Class in org.springframework.boot.context.embedded
Deprecated.
as of 1.4 in favor of ServletRegistrationBean
ServletRegistrationBean() - Constructor for class org.springframework.boot.context.embedded.ServletRegistrationBean
Deprecated.
 
ServletRegistrationBean(Servlet, boolean, String...) - Constructor for class org.springframework.boot.context.embedded.ServletRegistrationBean
Deprecated.
 
ServletRegistrationBean(Servlet, String...) - Constructor for class org.springframework.boot.context.embedded.ServletRegistrationBean
Deprecated.
 
ServletRegistrationBean - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register Servlets in a Servlet 3.0+ container.
ServletRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance.
ServletRegistrationBean(Servlet, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance with the specified Servlet and URL mappings.
ServletRegistrationBean(Servlet, boolean, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance with the specified Servlet and URL mappings.
session(CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
Session() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
SessionAutoConfiguration - Class in org.springframework.boot.autoconfigure.session
Auto-configuration for Spring Session.
SessionAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
 
SessionProperties - Class in org.springframework.boot.autoconfigure.session
Configuration properties for Spring Session.
SessionProperties(ObjectProvider<ServerProperties>) - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties
 
SessionProperties.Hazelcast - Class in org.springframework.boot.autoconfigure.session
 
SessionProperties.Jdbc - Class in org.springframework.boot.autoconfigure.session
 
SessionProperties.Jdbc.Initializer - Class in org.springframework.boot.autoconfigure.session
 
SessionProperties.Mongo - Class in org.springframework.boot.autoconfigure.session
 
SessionProperties.Redis - Class in org.springframework.boot.autoconfigure.session
 
SessionScopedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration
 
set(String, double) - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffers
 
set(String, double) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
set(S) - Method in class org.springframework.boot.actuate.metrics.Metric
Create a new Metric with a different value.
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
set(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
set(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
 
set(String, T) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
set(Metric<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.GaugeWriter
Set the value of a metric.
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
set(String, Collection<Metric<?>>) - Method in interface org.springframework.boot.actuate.metrics.writer.PrefixMetricWriter
Save some metric values and associate them with a group name.
SET_SYSTEM_PROPERTIES - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for boolean flag (default false) which if set will cause the external configuration properties to be copied to System properties (assuming that is allowed by Java security).
setAcceptors(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setAcceptors(int) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Set the number of acceptor threads to use.
setAccessLogDirectory(File) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAccessLogEnabled(boolean) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAccessLogPattern(String) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAccessLogPrefix(String) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAccessLogSuffix(String) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
setAcknowledgeMode(JmsProperties.AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setAddApplicationContextHeader(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
setAddCommandLineProperties(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if a CommandLinePropertySource should be added to the application context in order to expose arguments.
setAddFilters(boolean) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
setAdditionalExclude(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setAdditionalPaths(List<File>) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setAdditionalProfiles(String...) - Method in class org.springframework.boot.SpringApplication
Set additional profile values to use (on top of those set in system or command line properties).
setAddMappings(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
setAddress(InetAddress) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
setAddress(InetAddress) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setAddress(InetAddress) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setAddress(InetAddress) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the specific network address that the server should bind to.
setAddresses(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setAggregate(MetricExportProperties.Aggregate) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
setAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setAllowCredentials(Boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
setAllowedHeaders(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
setAllowedMethods(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
setAllowedOrigins(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
setAllowRequestOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setAllowSessionOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setAlpha(double) - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
setAlwaysUseMessageFormat(boolean) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
setApiKey(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
setAppId(String) - Method in class org.springframework.boot.autoconfigure.social.SocialProperties
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.TomcatPublicMetrics
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.web.servlet.ErrorPageRegistrarBeanPostProcessor
 
setApplicationContextClass(Class<? extends ConfigurableApplicationContext>) - Method in class org.springframework.boot.SpringApplication
Sets the type of Spring ApplicationContext that will be created.
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setApplicationPath(String) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
setAppSecret(String) - Method in class org.springframework.boot.autoconfigure.social.SocialProperties
 
setAsText(String) - Method in class org.springframework.boot.bind.InetAddressEditor
 
setAsyncSupported(boolean) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Sets if asynchronous operations are support for this registration.
setAuthenticationDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setAuthoritiesExtractor(AuthoritiesExtractor) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
setAuthorizeMode(SecurityAuthorizeMode) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
setAuthTimeout(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
setAutoIndex(boolean) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Sets the background processor delay in seconds.
setBackupSource(boolean) - Method in class org.springframework.boot.loader.tools.Repackager
Sets if source files should be backed up when they would be overwritten.
setBanner(Banner) - Method in class org.springframework.boot.SpringApplication
Sets the Banner instance which will be used to print the banner when no static banner file is provided.
setBannerMode(Banner.Mode) - Method in class org.springframework.boot.SpringApplication
Sets the mode used to display the banner when the application runs.
setBasedir(File) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setBaseDirectory(File) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set the Tomcat base directory.
setBasename(String) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
setBasePath(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setBasic(SecurityProperties.Basic) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.BeanPostProcessorsRegistrar
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.context.TypeExcludeFilter
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.jackson.JsonComponentModule
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 
setBeanMetaDataStore(ConfigurationBeanFactoryMetaData) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Set the bean meta-data store.
setBeanName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
setBeanName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
setBeanName(String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
setBeanName(String) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.SpringApplication
Sets the bean name generator that should be used when generating bean names.
setBootstrapHosts(List<String>) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
setBrokerUrl(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setBufferSize(int) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
 
setBufferSize(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setBufferSize(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setBuffersPerRegion(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setBuffersPerRegion(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Set UndertowBuilderCustomizers that should be applied to the Undertow Undertow.Builder.
setCache(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
setCache(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setCache(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setCache(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setCacheNames(List<String>) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
setCachePeriod(Integer) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
setCacheSeconds(int) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
setCallback(EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
An optional callback for new entity manager factory beans.
setCapacity(int) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
Set the capacity of this event repository.
setCapacity(int) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
Set the capacity of the in-memory repository.
setChangeLog(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setCharset(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
Set the charset.
setCharset(String) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
Set the charset.
setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
setCheckChangeLogLocation(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setCheckLocation(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setCheckoutTimeout(Long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
setCheckpointInterval(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the interval between checkpoints.
setCheckTemplate(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setCheckTokenAccess(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
setCiphers(String[]) - Method in class org.springframework.boot.context.embedded.Ssl
 
setClassName(String) - Method in class org.springframework.boot.context.embedded.JspServlet
 
setClientAuth(Ssl.ClientAuth) - Method in class org.springframework.boot.context.embedded.Ssl
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
setClientSecret(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
setCluster(RedisProperties.Cluster) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setClusterName(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setClusterName(String) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
setClusterNodes(String) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
setClusterPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setClusterPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
setCollectionName(String) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Mongo
 
setCollector(Mustache.Collector) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
 
setCommandPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setCommandRefreshInterval(int) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setComment(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
setCompiler(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setCompiler(Mustache.Compiler) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheViewResolver
Set the compiler.
setCompression(ProtocolOptions.Compression) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setCompression(Compression) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setCompression(Compression) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the compression configuration that will be applied to the container's default connector.
setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setConfig(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
 
setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
 
setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Hazelcast
 
setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
 
setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
setConfigPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setConfigurations(Collection<? extends Configuration>) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Sets Jetty Configurations that will be applied to the WebAppContext before the server is created.
setConnect(long) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
Set the XAConnectionFactory directly, instead of calling ResourceBean.setClassName(String).
setConnectionTimeout(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setConnectionTimeout(int) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setConnectionTimeout(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setConnectTimeout(int) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Sets the connect timeout in milliseconds on the underlying ClientHttpRequestFactory.
setConnectTimeoutMillis(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setConsistency(Consistency) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
setConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setConsoleAvailable(Boolean) - Static method in class org.springframework.boot.ansi.AnsiOutput
Sets if the System.console() is known to be available.
setConsoleFileCount(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies how many debug logs files can be created.
setConsoleFileLimit(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies how many bytes can be stored at most in debug logs files.
setConsoleFileName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the debug logs file name.
setConsoleLogLevel(AtomikosLoggingLevel) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the console log level.
setContactPoints(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setContentType(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setContext(Object) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQNoOpBindingRegistry
Deprecated.
 
setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set LifecycleListeners that should be applied to the Tomcat Context .
setContextPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
setContextPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setContextPath(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setContextPath(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the context path for the embedded servlet container.
setContextPath(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
setContexts(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setContextValves(Collection<? extends Valve>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set Valves that should be applied to the Tomcat Context.
setContinueOnError(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setConversionService(ConversionService) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set the conversion service.
setConversionService(ConversionService) - Method in class org.springframework.boot.bind.PropertySourcesBinder
 
setConversionService(ConversionService) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Set the conversion service used to convert property values.
setConverters(List<Converter<?, ?>>) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
A list of custom converters (in addition to the defaults) to use when converting properties for binding.
setCounterSubmissions(Set<MetricsFilterSubmission>) - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
 
setData(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDatabase(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setDatabase(Database) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setDatabaseDir(String) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
setDatabasePlatform(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setDataDirectory(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setDataDirectory(String) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
setDataPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDataSource(DataSource) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Set the DataSource to use.
setDataSource(XADataSource) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
Set the XADataSource directly, instead of calling ResourceBean.setClassName(String).
setDataSourceClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
setDataUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setDateToolAttribute(String) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
setDdlAuto(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
 
setDefaultEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setDefaultJtaTimeout(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
The default timeout for JTA transactions (optional, defaults to 10000 ms).
setDefaultMediaType(MediaType) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setDefaultPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setDefaultProperties(Map<String, Object>) - Method in class org.springframework.boot.SpringApplication
Set default environment properties which will be used in addition to those in the existing Environment.
setDefaultProperties(Properties) - Method in class org.springframework.boot.SpringApplication
setDefaultPropertyInclusion(JsonInclude.Include) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setDefaultRequeueRejected(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
setDefaultSchema(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setDefaultTimeout(int) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setDefaultValue(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
 
setDelayMillis(long) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
setDelims(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
 
setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Set UndertowDeploymentInfoCustomizers that should be applied to the Undertow DeploymentInfo.
setDestinationLogger(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
Sets the destination logger that will be used to send remapped events.
setDetectRootUri(boolean) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
Set if root URIs from RootUriRequestExpectationManager should be detected and applied to the MockRestServiceServer.
setDir(File) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setDirectBuffers(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setDirectBuffers(Boolean) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setDirectory(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setDisabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Sets if this mapping is disabled.
setDisabledCommands(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setDisabledPlugins(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setDisconnectTimeout(long) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Set the maximum amount of time to wait for a client before closing the connection.
setDispatchOptionsRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setDispatchTraceRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setDisplayName(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setDisplayName(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setDisplayName(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the display name of the application deployed in the embedded servlet container.
setDocumentRoot(File) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setDocumentRoot(File) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the document root directory which will be used by the web context to serve static files.
setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
setDomain(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setDomain(String) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
setDomain(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDropFirst(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setDumpRequests(boolean) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
Debugging feature.
setEarliestTimestamp(Date) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
The earliest time for which data will be exported.
setEmptyStringIsFalse(Boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
 
setEnableCsrf(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
 
setEnabled(Boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint.Curies
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
setEnabled(AnsiOutput.Enabled) - Static method in class org.springframework.boot.ansi.AnsiOutput
Sets if ANSI output is enabled.
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Initializer
 
setEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties.Embedded
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc.Initializer
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setEnabled(boolean) - Method in class org.springframework.boot.context.embedded.Compression
 
setEnabled(boolean) - Method in class org.springframework.boot.context.embedded.Ssl
 
setEnabled(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
setEnabled(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setEnabled(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
 
setEnabled(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
 
setEnabled(boolean) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Flag to indicate that the registration is enabled.
setEnabledProtocols(String[]) - Method in class org.springframework.boot.context.embedded.Ssl
 
setEnableEnumTranslation(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setEnableFallback(boolean) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
setEnableLogging(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies if disk logging should be enabled or not.
setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setEngineValves(Collection<? extends Valve>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set Valves that should be applied to the Tomcat Engine.
setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
Set if unique runtime object names should be ensured.
setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
 
setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
setEnvironment(Environment) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
setEnvironment(Environment) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
Sets the underlying environment that should be used with the created application context.
setErrorAttributes(ErrorAttributes) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
setErrorPages(Set<? extends ErrorPage>) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setErrorPages(Set<? extends ErrorPage>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the error pages that will be used when handling exceptions.
setEscaper(Mustache.Escaper) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
 
setExceptionIfInvalid(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set a flag to indicate that an exception should be raised if a Validator is available and validation fails.
setExceptionIfInvalid(boolean) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
setExclude(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setExcludedUserAgents(String[]) - Method in class org.springframework.boot.context.embedded.Compression
 
setExcludedViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setExcludes(String...) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
Set the exclude patterns used to filter metrics.
setExcludes(String[]) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
setExpiration(int) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
setExpiryScanners(List<String>) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setExpiryTimeout(long) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
setExporters(Map<String, Exporter>) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
 
setExposedHeaders(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
setExposeRequestAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setExposeSessionAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setExternalFile(File) - Method in class org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint
 
setFallbackToSystemLocale(boolean) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
setFeatures(Set<Feature>) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
setFetchSize(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setFieldNamingStrategy(Class<?>) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setFileSizeThreshold(String) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
setFileSizeThreshold(int) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the size threshold in bytes after which files will be written to disk.
setFileSizeThreshold(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the size threshold after which files will be written to disk.
setFilter(Filter) - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
Set the filter to be registered.
setFilterDispatcherTypes(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setFilterOrder(Integer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
setFilterOrder(int) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setFlushMode(RedisFlushMode) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Redis
 
setForce(boolean) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
setForceRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
setForceResponse(boolean) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
setForceShutdownOnVmExit(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies whether VM shutdown should trigger forced shutdown of the transaction core.
setFormatter(Mustache.Formatter) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
 
setFrame(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
setGaugeSubmissions(Set<MetricsFilterSubmission>) - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterProperties
 
setGenerateDdl(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setGenerateUniqueName(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setGenericConverters(List<GenericConverter>) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
A list of custom converters (in addition to the defaults) to use when converting properties for binding.
setGetCacheCounts(long, long) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
setGridFsDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setGroups(Set<String>) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
The groups to export.
setGzipped(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setHandlerMappings(List<AbstractUrlHandlerMapping>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
Set the handler mappings.
setHeadless(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the application is headless and should not instantiate AWT.
setHibernate(JpaProperties.Hibernate) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setHitRatio(Double) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
setHost(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
Deprecated.
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
 
setHost(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
setHsts(SecurityProperties.Headers.HSTS) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
setHtmlApplicationCache(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setHttpOnly(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
setId(String) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setIdleTimeout(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
setIdleTimeout(int) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
setIgnored(List<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setIgnoreInvalidFields(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set whether to ignore invalid fields, that is, whether to ignore bind parameters that have corresponding fields in the target object which are not accessible (for example because of null values in the nested path).
setIgnoreNestedProperties(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Flag to disable binding of nested properties (i.e.
setIgnoreNestedProperties(boolean) - Method in class org.springframework.boot.bind.RelaxedDataBinder
Flag to disable binding of nested properties (i.e.
setIgnoreTimestamps(boolean) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Ignore timestamps (export all metrics).
setIgnoreUnknownFields(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set whether to ignore unknown fields, that is, whether to ignore bind parameters that do not have corresponding fields in the target object.
setImplicitStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
 
setInclude(Set<TraceProperties.Include>) - Method in class org.springframework.boot.actuate.trace.TraceProperties
 
setIncludes(String...) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
Set the include patterns used to filter metrics.
setIncludes(String[]) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
setIncludeStacktrace(ErrorProperties.IncludeStacktrace) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
setIndices(List<String>) - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
 
setInit(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
setInit(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
setInitialInterval(long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setInitialize(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setInitializers(List<? extends ServletContextInitializer>) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setInitializers(List<? extends ServletContextInitializer>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
setInitializers(Collection<? extends ApplicationContextInitializer<?>>) - Method in class org.springframework.boot.SpringApplication
Sets the ApplicationContextInitializer that will be applied to the Spring ApplicationContext.
setInitParameters(Properties) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setInitParameters(Map<String, String>) - Method in class org.springframework.boot.context.embedded.JspServlet
 
setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Set init-parameters for this registration.
setInitSqls(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setInMemory(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setInternalProxies(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setIoThreads(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setIoThreads(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setJndiName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Allows the DataSource to be managed by the container and obtained via JNDI.
setJndiName(String) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
setJndiName(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setJobNames(String) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobParametersConverter(JobParametersConverter) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobRegistry(JobRegistry) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobs(Collection<Job>) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJodaDateTimeFormat(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setJspServlet(JspServlet) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setJspServlet(JspServlet) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setJspServlet(JspServlet) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the configuration that will be applied to the container's JSP servlet.
setJwt(ResourceServerProperties.Jwt) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setKey(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
 
setKeyAlias(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setKeyPassword(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setKeyPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
setKeyPattern(String) - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
Pattern that tells the aggregator what to do with the keys from the source repository.
setKeyPattern(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
 
setKeyspaceName(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setKeyStore(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setKeyStore(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
setKeyStore(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setKeyStorePassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setKeyStorePassword(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
setKeyStorePassword(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setKeyStoreProvider(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setKeyStoreType(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
 
setKeyUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
setKeyValue(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
setKeyValue(long) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setKeyValue(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
setLabels(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setLayout(Layout) - Method in class org.springframework.boot.loader.tools.Repackager
Sets the layout to use for the jar.
setLimitParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setListener(T) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Set the listener that will be registered.
setListeners(Collection<? extends ApplicationListener<?>>) - Method in class org.springframework.boot.SpringApplication
Sets the ApplicationListeners that will be applied to the SpringApplication and registered with the ApplicationContext.
setLoadBalancingPolicy(Class<? extends LoadBalancingPolicy>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setLoader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
 
setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.Servlet
 
setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
setLoadOnStartup(int) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Sets the loadOnStartup priority.
setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setLocaleCharsetMappings(Map<Locale, Charset>) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setLocaleCharsetMappings(Map<Locale, Charset>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the Locale to Charset mappings.
setLocaleResolver(WebMvcProperties.LocaleResolver) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setLocalPort(int) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
 
setLocation(Resource) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
setLocation(Resource) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
setLocation(String) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
setLocation(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the directory location where files will be stored.
setLocations(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setLogBaseDir(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the directory in which the log files should be stored.
setLogBaseName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the transactions log file base name.
setLogDir(String) - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
setLogDir(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setLoginPath(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
setLoginTimeout(int) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
setLoginTimeout(int) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
setLogLevel(String, String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.LoggingSystem
Sets the logging level for a given logger.
setLogLevels(LoggingSystem, Environment) - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
setLogResolvedException(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setLogStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the application information should be logged when the application starts.
setLogWriter(PrintWriter) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
setLogWriter(PrintWriter) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
setLongPollTimeout(int) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Set the long poll timeout for the server.
setMainApplicationClass(Class<?>) - Method in class org.springframework.boot.SpringApplication
Set a specific main application class that will be used as a log source and to obtain version information.
setMainClass(String) - Method in class org.springframework.boot.loader.tools.Repackager
Sets the main class that should be run.
setMandatory(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setMapName(String) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Hazelcast
 
setMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.autoconfigure.HealthMvcEndpointProperties
 
setMapping(Map<Locale, Charset>) - Method in class org.springframework.boot.autoconfigure.web.HttpEncodingProperties
 
setMaster(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
setMaxActive(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMaxActives(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the maximum number of active transactions.
setMaxAge(Long) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
setMaxAge(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
setMaxAttempts(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setMaxConnections(int) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Pool
 
setMaxFileSize(String) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
setMaxFileSize(long) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum size in bytes allowed for uploaded files.
setMaxFileSize(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum size allowed for uploaded files.
setMaxHttpHeaderSize(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setMaxHttpHeaderSize(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
Deprecated.
setMaxHttpPostSize(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setMaxIdle(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMaxInterval(long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setMaxPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setMaxRedirects(Integer) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
setMaxRequestSize(String) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
setMaxRequestSize(long) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum size allowed in bytes for multipart/form-data requests.
setMaxRequestSize(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum size allowed for multipart/form-data requests.
setMaxThreads(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxTimeout(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the maximum timeout (in milliseconds) that can be allowed for transactions.
setMaxWait(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMediaType(MediaType) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
 
setMediaTypes(Map<String, MediaType>) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setMessageCodesResolverFormat(DefaultMessageCodesResolver.Format) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setMessageSource(MessageSource) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set the message source.
setMessageSource(MessageSource) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
Set the message source.
setMethodMappings(List<AbstractHandlerMethodMapping<?>>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
Set the method mappings.
setMetric(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
setMetric(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
setMimeMappings(MimeMappings) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setMimeMappings(MimeMappings) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the mime-type mappings.
setMimeTypes(String[]) - Method in class org.springframework.boot.context.embedded.Compression
 
setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMinResponseSize(int) - Method in class org.springframework.boot.context.embedded.Compression
 
setMinSpareThreads(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMissRatio(Double) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
setMobilePrefix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
setMobileSuffix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
setMode(InfoPropertiesInfoContributor.Mode) - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorProperties.Git
 
setMode(CachingConnectionFactory.CacheMode) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
setMode(ArtemisMode) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setMode(HornetQMode) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
Deprecated.
 
setMode(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setMultipartConfig(MultipartConfigElement) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
setMultiplier(double) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setName(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
setName(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
setName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setName(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setName(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
setName(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
setName(String) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Set the name of this registration.
setNameAliases(Map<String, List<String>>) - Method in class org.springframework.boot.bind.RelaxedDataBinder
Set name aliases.
setNames(String[]) - Method in class org.springframework.boot.actuate.metrics.export.SpecificTriggerProperties
 
setNames(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
setNamespace(String) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Redis
 
setNamespace(String) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
setNamingStrategy(ObjectNamingStrategy) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter
 
setNamingStrategy(OpenTsdbNamingStrategy) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
 
setNamingStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
Deprecated.
setNodes(List<String>) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
setNodes(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
setNormalPrefix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
setNormalSuffix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
setNumberToolAttribute(String) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
setObjectNameStaticProperties(Properties) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setOnePhaseCommit(boolean) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setOplogSize(Integer) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
setOrder(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorProperties
 
setOrder(int) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
setOrder(int) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
 
setOrder(int) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
setOrder(int) - Method in class org.springframework.boot.autoconfigure.web.DefaultErrorViewResolver
 
setOrder(int) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
setOrder(int) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
 
setOrder(int) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Set the order of the bean.
setOrder(int) - Method in class org.springframework.boot.devtools.restart.RestartApplicationListener
Set the order of the listener.
setOrder(int) - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
setOrder(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
setOrder(int) - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
setOrder(int) - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
setOrder(int) - Method in class org.springframework.boot.system.ApplicationPidFileWriter
 
setOrder(int) - Method in class org.springframework.boot.web.filter.OrderedCharacterEncodingFilter
Set the order for this filter.
setOrder(int) - Method in class org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
Set the order for this filter.
setOrder(int) - Method in class org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
Set the order for this filter.
setOrder(int) - Method in class org.springframework.boot.web.filter.OrderedRequestContextFilter
Set the order for this filter.
setOrder(int) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Set the order of the registration bean.
setOrder(int) - Method in class org.springframework.boot.web.support.ServletContextApplicationContextInitializer
 
setOutputDir(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the directory in which to store the debug log files.
setPageParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setParameters(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setParseArgs(boolean) - Method in class org.springframework.boot.logging.LoggingApplicationListener
Sets if initialization arguments should be parsed for --debug and --trace options.
setPassword(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
Deprecated.
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setPassword(char[]) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
setPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
 
setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
setPath(File) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
 
setPath(String) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
setPath(String...) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
setPath(String) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
setPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
setPath(String) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
setPattern(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setPattern(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setPeriodicRecoveryPeriod(int) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setPersistent(boolean) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setPersistent(boolean) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
setPersistent(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
setPersistSession(boolean) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setPersistSession(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets if session data should be persisted between restarts.
setPhysicalStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
 
setPlatform(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setPollInterval(long) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setPool(RedisProperties.Pool) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setPool(ActiveMQProperties.Pool) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setPooled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
Deprecated.
as of 1.4 in favor of "spring.activemq.pool.enabled"
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Sets the port of the management server, use null if the server port should be used.
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
setPort(int) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
Deprecated.
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setPort(int) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setPort(int) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the port that the embedded servlet container should listen on.
setPort(int) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
setPort(Integer) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
setPortHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setPreferFileSystemAccess(boolean) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
setPreferFileSystemAccess(boolean) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
setPreferTokenInfo(boolean) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setPrefetch(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
setPrefix(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Set the prefix used in mappings.
setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
Prefix to apply to all output metrics.
setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
 
setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Redis
 
setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
 
setPrincipalExtractor(PrincipalExtractor) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
setPrint(MockMvcPrint) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
setPrintOnlyOnFailure(boolean) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
setProperties(Properties) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Deprecated.
as of 1.4 in favor of setPropertySources that contains a PropertiesPropertySource.
setPropertyAliases(Map<Class<?>, Map<String, String>>) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
Set the property aliases.
setPropertyNamingStrategy(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setPropertySources(PropertySources) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set the property sources.
setPropertySources(PropertySources) - Method in class org.springframework.boot.bind.PropertySourcesBinder
 
setPropertySources(PropertySources) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Set the property sources to bind.
setProtocol(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setProtocol(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setProtocol(String) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
The Tomcat protocol to use when create the Connector.
setProtocolHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setProtocolHeaderHttpsValue(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setProvider(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
setProxy(SendGridProperties.Proxy) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
setPublisherConfirms(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPublisherReturns(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPubSubDomain(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
setQuery(String) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Set a specific validation query to use to validate a connection.
setQuery(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
setQuery(long) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setQueues(String[]) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setQueues(String[]) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
setQuietPeriod(long) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setReader(MetricReader) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
 
setReadTimeout(int) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setReadTimeout(int) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Sets the read timeout in milliseconds on the underlying ClientHttpRequestFactory.
setReadTimeoutMillis(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setRealm(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
setRealm(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
setReceiveTimeout(Long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setReconnectionPolicy(Class<? extends ReconnectionPolicy>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setRecoveryBackoffPeriod(int) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setRecoveryDbPass(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setRecoveryDbUser(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setRecoveryJmsPass(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setRecoveryJmsUser(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setRecoveryModules(List<String>) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setRedirectContextRoot(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setRedis(MetricExportProperties.Redis) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
setRegisterDefaultServlet(boolean) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setRegisterDefaultServlet(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Set if the DefaultServlet should be registered.
setRegistered(boolean) - Method in class org.springframework.boot.context.embedded.JspServlet
 
setRegisterErrorPageFilter(boolean) - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
Set if the ErrorPageFilter should be registered.
setRegisterShutdownHook(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the created ApplicationContext should have a shutdown hook registered.
setRemapLevels(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
Set the remapped level.
setRemoteIpHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setRenameOnRotate(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setReplSetName(String) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
setReplyTimeout(Long) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setRequestAttributesEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setRequestContextAttribute(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setRequestedHeartbeat(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setRequestTimeout(Long) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.Async
 
setRequireSsl(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setResolveLazily(boolean) - Method in class org.springframework.boot.autoconfigure.web.MultipartProperties
 
setResolvePlaceholders(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Flag to indicate that placeholders should be replaced during binding.
setResource(Resource) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
Set the resource.
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.EnableAutoConfigurationImportSelector
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
Set the resource loader.
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Deprecated.
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.SpringApplication
Sets the ResourceLoader that should be used when loading resources.
setResourceLoaderPath(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
setResourceLoaderPath(String) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
setResponseTimeout(long) - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
 
setRestTemplate(RestOperations) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
 
setRestTemplate(OAuth2RestOperations) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
setRetryPolicy(Class<? extends RetryPolicy>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setReturnBodyOnCreate(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setReturnBodyOnUpdate(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setReverse(boolean) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
Flag to say that the repository lists traces in reverse order.
setRole(String) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
Deprecated.
setRole(List<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setRoles(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
setRoles(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
setRollbackFile(File) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setSchema(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
setSchema(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSchema(String) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc
 
setSchemaAction(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setSchemaPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSchemaUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Set the ScopeMetadataResolver to use for detected bean classes.
setSearchLocations(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Set the search locations that will be considered as a comma-separated list.
setSearchNames(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Sets the names of the files that should be loaded (excluding file extension) as a comma-separated list.
setSecret(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
setSecretHeaderName(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
setSecure(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
setSelectors(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setSelectors(int) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Set the number of selector threads to use.
setSendLatest(boolean) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Send only the data that changed since the last export.
setSendLatest(boolean) - Method in class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.EndpointProperties
 
setSensitive(Boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
setSentinel(RedisProperties.Sentinel) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setSeparator(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSerialConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setSerializationInclusion(JsonInclude.Include) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
Deprecated.
setSerialJtaTransactions(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies if subtransactions should be joined when possible.
setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Sets JettyServerCustomizers that will be applied to the Server before it is started.
setServerHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setServerHeader(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setServerHeader(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the server header value.
setServerId(int) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setServerId(int) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
setService(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the transaction manager implementation that should be started.
setServiceId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setServlet(Servlet) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Sets the servlet to be registered.
setServletConfig(ServletConfig) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
setServletContext(ServletContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setServletContext(ServletContext) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
setServletPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setSession(ServerProperties.Session) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setSessions(ManagementServerProperties.SessionCreationPolicy) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
setSessions(SessionCreationPolicy) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setSessionStoreDir(File) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSessionStoreDir(File) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Set the directory used to store serialized session data.
setSessionTimeout(int) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSessionTimeout(int, TimeUnit) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSessionTimeout(int) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
The session timeout in seconds (default 30 minutes).
setSessionTimeout(int, TimeUnit) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
The session timeout in the specified TimeUnit (default 30 minutes).
setSettings(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
setShowSql(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setSize(Long) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
setSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
setSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
setSocketConnect(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setSortParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setSources(Set<Object>) - Method in class org.springframework.boot.SpringApplication
The sources that will be used to create an ApplicationContext.
setSpec(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
setSpec(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Guava
 
setSpringBootLogging(LogLevel) - Method in class org.springframework.boot.logging.LoggingApplicationListener
Sets a custom logging level to be used for Spring Boot and related libraries.
setSqlDialect(SQLDialect) - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
 
setSqlScriptEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSsl(Ssl) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
setSsl(boolean) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setSsl(Ssl) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setSsl(Ssl) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSsl(Ssl) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the SSL configuration that will be applied to the container's default connector.
setSslStoreProvider(SslStoreProvider) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSslStoreProvider(SslStoreProvider) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets a provider that will be used to obtain SSL stores.
setStateless(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
 
setStaticLocations(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
setStaticNames(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setStaticPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setStatsd(MetricExportProperties.Statsd) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
setStatusMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
Set specific status mappings.
setStatusOrder(Status...) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
Set the ordering of the status.
setStatusOrder(List<String>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
Set the ordering of the status.
setStopWatcherOnRestart(boolean) - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
Set if the FileSystemWatcher should be stopped when a full restart occurs.
setStoreDir(File) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
setStoreType(StoreType) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
setStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Naming
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
 
setTableName(String) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Jdbc
 
setTablePrefix(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
setTabletPrefix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
setTabletSuffix(String) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
 
setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
setTargetName(String) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set the target name.
setTemplate(Template) - Method in class org.springframework.boot.autoconfigure.mustache.web.MustacheView
Set the Mustache template that should actually be rendered.
setTemplateLoader(Mustache.TemplateLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
 
setTemplateLoaderPath(String...) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
setTemplateResolverOrder(Integer) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setTestConnection(boolean) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setThreadedTwoPhaseCommit(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies whether or not to use different (and concurrent) threads for two-phase commit on the participating resources.
setThreadPool(ThreadPool) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Set a Jetty ThreadPool that should be used by the Server.
setThreshold(long) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
 
setThrowExceptionIfNoHandlerFound(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
setTimeout(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setTimeout(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
setTimestamp(Long) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
setTimeToLive(long) - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
 
setTimeZone(TimeZone) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
Settings() - Constructor for class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
SETTINGS_RESOURCE_LOCATION - Static variable in class org.springframework.boot.devtools.settings.DevToolsSettings
The location to look for settings properties.
setTldSkip(String) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
A comma-separated list of jars to ignore for TLD scanning.
setTokenInfoUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setTokenKeyAccess(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
setTokenType(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setTokenType(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set TomcatConnectorCustomizers that should be applied to the Tomcat Connector .
setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set TomcatContextCustomizers that should be applied to the Tomcat Context .
setToolboxConfigLocation(String) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
setToolboxConfigLocation(String) - Method in class org.springframework.boot.web.servlet.view.velocity.EmbeddedVelocityViewResolver
Deprecated.
 
setTopics(String[]) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setTopics(String[]) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties.Embedded
Deprecated.
 
setTrace(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
setTrackingModes(Set<SessionTrackingMode>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Session
 
setTransactionManagerId(String) - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
setTransactionManagerId(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setTransactionManagerUniqueName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the transaction manager's unique name.
setTransactionSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
setTransactionTimeout(int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
setTriggerEventType(Class<? extends SpringApplicationEvent>) - Method in class org.springframework.boot.system.ApplicationPidFileWriter
Sets the type of application event that will trigger writing of the PID file.
setTriggerFile(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setTriggerFilter(FileFilter) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Set an optional FileFilter used to limit the files that trigger a change.
setTrustAll(Boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
setTrusted(List<String>) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
setTrustStore(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setTrustStore(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setTrustStorePassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setTrustStorePassword(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setTrustStoreProvider(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setTrustStoreType(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setType(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
 
setType(CacheType) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
setType(Class<? extends DataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setType(JerseyProperties.Type) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
setUniqueNames(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setUpDefaults() - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
 
setUri(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setUri(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setUriEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setUriEncoding(Charset) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set the character encoding to use for URL decoding.
setUris(List<String>) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setUriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Configure the UriTemplateHandler to use to expand URI templates.
setUrl(String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setUrlMappings(Collection<String>) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Set the URL mappings for the servlet.
setUseFastConnectionExceptions(boolean) - Static method in class org.springframework.boot.loader.jar.Handler
Set if a generic static exception can be thrown when a URL cannot be connected.
setUseForwardHeaders(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setUseForwardHeaders(boolean) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Set if x-forward-* headers should be processed.
setUseForwardHeaders(boolean) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Set if x-forward-* headers should be processed.
setUseHalAsDefaultJsonMediaType(boolean) - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 
setUseNewIdGeneratorMappings(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate
 
setUser(ShellProperties.SimpleAuthenticationProperties.User) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQProperties
Deprecated.
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setUserInfoUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
setValidating(boolean) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Set whether to use XML validation.
setValidator(Validator) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set the validator.
setValidator(Validator) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
Set the validator.
setValidator(Validator) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Set the bean validator used to validate property fields.
setValue(double) - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffer
 
setValue(double) - Method in class org.springframework.boot.actuate.metrics.jmx.JmxMetricWriter.MetricValue
 
setValue(Number) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbData
 
setValues(ConcurrentNavigableMap<String, Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
setValues(ConcurrentNavigableMap<String, T>) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
setVersion(String) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
setVersion(String) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
setView(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
setView(long) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setVirtualHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setWebAllowOthers(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
setWebEnvironment(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if this application is running within a web environment.
setWorkerThreads(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setWorkerThreads(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setWriters(Map<String, GaugeWriter>) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
 
setXa(DataSourceProperties.Xa) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setXaResourceOrphanFilters(List<String>) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setXss(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
setYaml(String) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
Set the YAML.
setZkHost(String) - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
 
severe(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
severe(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
sha1Hash(File) - Static method in class org.springframework.boot.loader.tools.FileUtils
Generate a SHA.1 Hash for a given file.
SHELL_PREFIX - Static variable in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
shellAuthenticationManager() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration
 
shellBootstrap() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 
ShellProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for the shell subsystem.
ShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
ShellProperties.Auth - Class in org.springframework.boot.actuate.autoconfigure
 
ShellProperties.CrshShellAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Base class for Auth specific properties.
ShellProperties.CrshShellProperties - Class in org.springframework.boot.actuate.autoconfigure
Base class for CRaSH properties.
ShellProperties.JaasAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for JAAS authentication.
ShellProperties.KeyAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for key authentication.
ShellProperties.SimpleAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for simple authentication.
ShellProperties.SimpleAuthenticationProperties.User - Class in org.springframework.boot.actuate.autoconfigure
 
ShellProperties.SpringAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for Spring authentication.
ShellProperties.Ssh - Class in org.springframework.boot.actuate.autoconfigure
SSH properties.
ShellProperties.Telnet - Class in org.springframework.boot.actuate.autoconfigure
Telnet properties.
shouldRegisterJspServlet() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns whether or not the JSP servlet should be registered with the embedded container.
shutdown() - Method in class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
 
shutdown() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
Shutdown the application.
shutdownEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
ShutdownEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to shutdown the ApplicationContext.
ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
Create a new ShutdownEndpoint instance.
ShutdownEndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Special endpoint wrapper for ShutdownEndpoint.
ShutdownEndpointMBean(String, Endpoint<?>, ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
Create a new ShutdownEndpointMBean instance.
shutdownMvcEndpoint(ShutdownEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
ShutdownMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter to expose ShutdownEndpoint as an MvcEndpoint.
ShutdownMvcEndpoint(ShutdownEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint
 
sibling(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create a sibling application (one with the same parent).
sibling(Object[], String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create a sibling application (one with the same parent).
SignalUtils - Class in org.springframework.boot.loader.tools
Utilities for working with signal handling.
signInController(ConnectionFactoryLocator, UsersConnectionRepository, SignInAdapter) - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
 
SimpleAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
SimpleDataSourceExample - Class in org.springframework.boot.jdbc
Example configuration for configuring a simple DataSource.
SimpleDataSourceExample() - Constructor for class org.springframework.boot.jdbc.SimpleDataSourceExample
 
SimpleFormatter - Class in org.springframework.boot.logging.java
Simple 'Java Logging' Formatter.
SimpleFormatter() - Constructor for class org.springframework.boot.logging.java.SimpleFormatter
 
SimpleInfoContributor - Class in org.springframework.boot.actuate.info
A simple InfoContributor that exposes a single detail.
SimpleInfoContributor(String, Object) - Constructor for class org.springframework.boot.actuate.info.SimpleInfoContributor
 
SimpleInMemoryRepository<T> - Class in org.springframework.boot.actuate.metrics.util
Repository utility that stores stuff in memory with period-separated String keys.
SimpleInMemoryRepository() - Constructor for class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
SimpleInMemoryRepository.Callback<T> - Interface in org.springframework.boot.actuate.metrics.util
Callback used to update a value.
SimpleRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
Configure RabbitListenerContainerFactory with sensible defaults.
SimpleRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
 
SimpleTwoDataSourcesExample - Class in org.springframework.boot.jdbc
Example configuration for configuring a configurable secondary DataSource while keeping the auto-configuration defaults for the primary one.
SimpleTwoDataSourcesExample() - Constructor for class org.springframework.boot.jdbc.SimpleTwoDataSourcesExample
 
SingletonScopedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
 
SitePreferenceAutoConfiguration - Class in org.springframework.boot.autoconfigure.mobile
Auto-configuration for Spring Mobile's SitePreferenceHandler.
SitePreferenceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration
 
SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
sitePreferenceHandlerInterceptor() - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration
 
sitePreferenceHandlerMethodArgumentResolver() - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration
 
SitePreferenceMvcConfiguration(SitePreferenceHandlerInterceptor, SitePreferenceHandlerMethodArgumentResolver) - Constructor for class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
 
size() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Return the size of the collection.
size() - Method in class org.springframework.boot.loader.jar.JarFile
 
size() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
SkipPropertyMapping - Enum in org.springframework.boot.test.autoconfigure.properties
Enum used to control when PropertyMapping is skipped.
Slf4JLoggingSystem - Class in org.springframework.boot.logging
Abstract base class for LoggingSystem implementations that utilize SLF4J.
Slf4JLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.Slf4JLoggingSystem
 
SocialAutoConfigurationAdapter(ObjectProvider<List<ConnectInterceptor<?>>>, ObjectProvider<List<DisconnectInterceptor<?>>>, ObjectProvider<List<ProviderSignInInterceptor<?>>>) - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
 
SocialAutoConfigurerAdapter - Class in org.springframework.boot.autoconfigure.social
Base class for auto-configured SocialConfigurerAdapters.
SocialAutoConfigurerAdapter() - Constructor for class org.springframework.boot.autoconfigure.social.SocialAutoConfigurerAdapter
 
SocialProperties - Class in org.springframework.boot.autoconfigure.social
Base properties for spring social.
SocialProperties() - Constructor for class org.springframework.boot.autoconfigure.social.SocialProperties
 
socialTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration
 
SocialTokenServicesConfiguration(ResourceServerProperties, ObjectProvider<OAuth2ConnectionFactory<?>>, UserInfoRestTemplateFactory, ObjectProvider<AuthoritiesExtractor>, ObjectProvider<PrincipalExtractor>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration
 
SocialWebAutoConfiguration - Class in org.springframework.boot.autoconfigure.social
Auto-configuration for Spring Social's web connection support.
SocialWebAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration
 
SocialWebAutoConfiguration.AnonymousUserIdSourceConfig - Class in org.springframework.boot.autoconfigure.social
 
SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig - Class in org.springframework.boot.autoconfigure.social
 
SocialWebAutoConfiguration.SocialAutoConfigurationAdapter - Class in org.springframework.boot.autoconfigure.social
 
SocialWebAutoConfiguration.SpringSocialThymeleafConfig - Class in org.springframework.boot.autoconfigure.social
 
SocketTargetServerConnection - Class in org.springframework.boot.devtools.tunnel.server
SocketTargetServerConnection(PortProvider) - Constructor for class org.springframework.boot.devtools.tunnel.server.SocketTargetServerConnection
SolrAutoConfiguration - Class in org.springframework.boot.autoconfigure.solr
Auto-configuration for Solr 4.x.
SolrAutoConfiguration(SolrProperties) - Constructor for class org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration
 
solrClient() - Method in class org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration
 
solrHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration
 
SolrHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for Apache Solr.
SolrHealthIndicator(SolrClient) - Constructor for class org.springframework.boot.actuate.health.SolrHealthIndicator
 
SolrHealthIndicatorConfiguration(Map<String, SolrClient>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration
 
SolrProperties - Class in org.springframework.boot.autoconfigure.solr
SolrProperties() - Constructor for class org.springframework.boot.autoconfigure.solr.SolrProperties
 
SolrRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.solr
Enables auto configuration for Spring Data Solr repositories.
SolrRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.solr.SolrRepositoriesAutoConfiguration
 
SourceFolderUrlFilter - Interface in org.springframework.boot.devtools.restart.server
Filter URLs based on a source folder name.
sources(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add more sources to use in this application.
sources(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add more sources (configuration classes and components) to this application.
SpecificTriggerProperties - Class in org.springframework.boot.actuate.metrics.export
Trigger for specific names or patterns.
SpecificTriggerProperties() - Constructor for class org.springframework.boot.actuate.metrics.export.SpecificTriggerProperties
 
SpockTestRestTemplateExample - Class in org.springframework.boot.test.spock
Example configuration for using TestRestTemplate with Spock 1.0 when SpringBootTest cannot be used.
SpockTestRestTemplateExample() - Constructor for class org.springframework.boot.test.spock.SpockTestRestTemplateExample
 
SpringApplication - Class in org.springframework.boot
Classes that can be used to bootstrap and launch a Spring application from a Java main method.
SpringApplication(Object...) - Constructor for class org.springframework.boot.SpringApplication
Create a new SpringApplication instance.
SpringApplication(ResourceLoader, Object...) - Constructor for class org.springframework.boot.SpringApplication
Create a new SpringApplication instance.
SpringApplicationAdminJmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.admin
Register a JMX component that allows to administer the current application.
SpringApplicationAdminJmxAutoConfiguration(ObjectProvider<MBeanExporter>, Environment) - Constructor for class org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
 
SpringApplicationAdminMXBean - Interface in org.springframework.boot.admin
A MBean contract to control and monitor a running SpringApplication via JMX.
SpringApplicationAdminMXBeanRegistrar - Class in org.springframework.boot.admin
Register a SpringApplicationAdminMXBean implementation to the platform MBeanServer.
SpringApplicationAdminMXBeanRegistrar(String) - Constructor for class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
springApplicationAdminRegistrar() - Method in class org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
 
SpringApplicationBuilder - Class in org.springframework.boot.builder
Builder for SpringApplication and ApplicationContext instances with convenient fluent API and context hierarchy support.
SpringApplicationBuilder(Object...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
 
SpringApplicationBuilderExample - Class in org.springframework.boot.builder
Examples of using SpringApplicationBuilder.
SpringApplicationBuilderExample() - Constructor for class org.springframework.boot.builder.SpringApplicationBuilderExample
 
SpringApplicationConfiguration - Annotation Type in org.springframework.boot.test
Deprecated.
as of 1.4 in favor of SpringBootTest or direct use of SpringBootContextLoader.
SpringApplicationContextLoader - Class in org.springframework.boot.test
Deprecated.
as of 1.4 in favor of @SpringBootTest SpringBootContextLoader can also be considered if absolutely necessary.
SpringApplicationContextLoader() - Constructor for class org.springframework.boot.test.SpringApplicationContextLoader
Deprecated.
 
SpringApplicationEvent - Class in org.springframework.boot.context.event
Base class for ApplicationEvent related to a SpringApplication.
SpringApplicationEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.SpringApplicationEvent
 
SpringApplicationJsonEnvironmentPostProcessor - Class in org.springframework.boot.env
An EnvironmentPostProcessor that parses JSON from spring.application.json or equivalently SPRING_APPLICATION_JSON and adds it as a map property source to the Environment.
SpringApplicationJsonEnvironmentPostProcessor() - Constructor for class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
SpringApplicationRunListener - Interface in org.springframework.boot
Listener for the SpringApplication run method.
springAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterConfiguration
 
SpringAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
SpringBootApplication - Annotation Type in org.springframework.boot.autoconfigure
Indicates a configuration class that declares one or more @Bean methods and also triggers auto-configuration and component scanning.
springBootAuthenticationConfigurerAdapter(SecurityProperties, List<SecurityPrerequisite>) - Static method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
 
SpringBootCondition - Class in org.springframework.boot.autoconfigure.condition
Base of all Condition implementations used with Spring Boot.
SpringBootCondition() - Constructor for class org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
SpringBootConfiguration - Annotation Type in org.springframework.boot
Indicates that a class provides Spring Boot application @Configuration.
SpringBootContextLoader - Class in org.springframework.boot.test.context
A ContextLoader that can be used to test Spring Boot applications (those that normally startup using SpringApplication).
SpringBootContextLoader() - Constructor for class org.springframework.boot.test.context.SpringBootContextLoader
 
SpringBootCouchbaseConfigurer - Class in org.springframework.boot.autoconfigure.data.couchbase
A simple CouchbaseConfigurer implementation.
SpringBootCouchbaseConfigurer(CouchbaseEnvironment, Cluster, ClusterInfo, Bucket) - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
SpringBootDependencyInjectionTestExecutionListener - Class in org.springframework.boot.test.autoconfigure
Alternative DependencyInjectionTestExecutionListener prints the ConditionEvaluationReport when the context cannot be prepared.
SpringBootDependencyInjectionTestExecutionListener() - Constructor for class org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener
 
springBootMockMvcBuilderCustomizer() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
 
SpringBootMockMvcBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.web.servlet
MockMvcBuilderCustomizer for a typical Spring Boot application.
SpringBootMockMvcBuilderCustomizer(WebApplicationContext) - Constructor for class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
Create a new SpringBootMockMvcBuilderCustomizer instance.
SpringBootMockServletContext - Class in org.springframework.boot.test.mock.web
MockServletContext implementation for Spring Boot.
SpringBootMockServletContext(String) - Constructor for class org.springframework.boot.test.mock.web.SpringBootMockServletContext
 
SpringBootMockServletContext(String, ResourceLoader) - Constructor for class org.springframework.boot.test.mock.web.SpringBootMockServletContext
 
SpringBootMockServletContext - Class in org.springframework.boot.test
Deprecated.
as of 1.4 in favor of SpringBootMockServletContext
SpringBootMockServletContext(String) - Constructor for class org.springframework.boot.test.SpringBootMockServletContext
Deprecated.
 
SpringBootMockServletContext(String, ResourceLoader) - Constructor for class org.springframework.boot.test.SpringBootMockServletContext
Deprecated.
 
springBootRepositoryRestConfigurer() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
 
SpringBootServletInitializer - Class in org.springframework.boot.context.web
Deprecated.
as of 1.4 in favor of SpringBootServletInitializer
SpringBootServletInitializer() - Constructor for class org.springframework.boot.context.web.SpringBootServletInitializer
Deprecated.
 
SpringBootServletInitializer - Class in org.springframework.boot.web.support
An opinionated WebApplicationInitializer to run a SpringApplication from a traditional WAR deployment.
SpringBootServletInitializer() - Constructor for class org.springframework.boot.web.support.SpringBootServletInitializer
 
SpringBootTest - Annotation Type in org.springframework.boot.test.context
Annotation that can be specified on a test class that runs Spring Boot based tests.
SpringBootTest.WebEnvironment - Enum in org.springframework.boot.test.context
An enumeration web environment modes.
SpringBootTestContextBootstrapper - Class in org.springframework.boot.test.context
TestContextBootstrapper for Spring Boot.
SpringBootTestContextBootstrapper() - Constructor for class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
SpringBootVersion - Class in org.springframework.boot
Class that exposes the Spring Boot version.
SpringBootWebSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security
Configuration for security of a web application or service.
SpringBootWebSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
 
SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter - Class in org.springframework.boot.autoconfigure.security
 
SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter - Class in org.springframework.boot.autoconfigure.security
 
SpringDataWebAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.web
Auto-configuration for Spring Data's web support.
SpringDataWebAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
 
SpringImplicitNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
Hibernate ImplicitNamingStrategy that follows Spring recommended naming conventions.
SpringImplicitNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
 
SpringIntegrationMetricReader - Class in org.springframework.boot.actuate.metrics.integration
A MetricReader for Spring Integration metrics (as provided by spring-integration-jmx).
SpringIntegrationMetricReader(IntegrationMBeanExporter) - Constructor for class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
 
SpringJtaPlatform - Class in org.springframework.boot.orm.jpa.hibernate
Generic Hibernate AbstractJtaPlatform implementation that simply resolves the JTA UserTransaction and TransactionManager from the Spring-configured JtaTransactionManager implementation.
SpringJtaPlatform(JtaTransactionManager) - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
SpringNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
Hibernate NamingStrategy that follows Spring recommended naming conventions.
SpringNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringNamingStrategy
 
SpringPackageScanClassResolver - Class in org.springframework.boot.liquibase
Liquibase PackageScanClassResolver implementation that uses Spring's resource scanning to locate classes.
SpringPackageScanClassResolver(Log) - Constructor for class org.springframework.boot.liquibase.SpringPackageScanClassResolver
 
SpringPhysicalNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
Hibernate PhysicalNamingStrategy that follows Spring recommended naming conventions.
SpringPhysicalNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
SpringProfileDocumentMatcher - Class in org.springframework.boot.yaml
SpringProfileDocumentMatcher() - Constructor for class org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
SpringProfileDocumentMatcher(String...) - Constructor for class org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
springSecurityFilterChain(HierarchicalBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
 
springSocialDialect() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SpringSocialThymeleafConfig
 
SpringSocialThymeleafConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SpringSocialThymeleafConfig
 
SpringSocialTokenServices - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
ResourceServerTokenServices backed by Spring Social.
SpringSocialTokenServices(OAuth2ConnectionFactory<?>, String) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
 
SpyBean - Annotation Type in org.springframework.boot.test.mock.mockito
Annotation that can be used to apply Mockito spies to a Spring ApplicationContext.
SpyBeans - Annotation Type in org.springframework.boot.test.mock.mockito
Container annotation that aggregates several SpyBean annotations.
Ssh() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
Ssl - Class in org.springframework.boot.context.embedded
Simple container-independent abstraction for SSL configuration.
Ssl() - Constructor for class org.springframework.boot.context.embedded.Ssl
 
Ssl.ClientAuth - Enum in org.springframework.boot.context.embedded
Client authentication types.
SslStoreProvider - Interface in org.springframework.boot.context.embedded
Interface to provide SSL key stores for an EmbeddedServletContainer to use.
start() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
start() - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
Starts the embedded servlet container.
start() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
 
start() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
 
start() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
 
start() - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Start monitoring the source folder for changes.
start() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
Start the livereload server and accept incoming connections.
start(FailureHandler) - Method in class org.springframework.boot.devtools.restart.Restarter
Start the application.
start() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
Start the client and accept incoming connections on the port.
start(Xid, int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
startAsync() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Start asynchronous support or if unavailable return null to cause HttpTunnelServer.HttpConnection.waitForResponse() to block.
startConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
 
started() - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
started() - Method in interface org.springframework.boot.SpringApplicationRunListener
Called immediately when the run method has first started.
startServer() - Method in class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
PostConstruct method to start the server if possible.
StaticPortProvider - Class in org.springframework.boot.devtools.tunnel.server
PortProvider for a static port that won't change.
StaticPortProvider(int) - Constructor for class org.springframework.boot.devtools.tunnel.server.StaticPortProvider
 
Statsd() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Statsd
 
StatsdMetricWriter - Class in org.springframework.boot.actuate.metrics.statsd
A MetricWriter that pushes data to statsd.
StatsdMetricWriter(String, int) - Constructor for class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
Create a new writer instance with the given parameters.
StatsdMetricWriter(String, String, int) - Constructor for class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
Create a new writer with the given parameters.
StatsdMetricWriter(StatsDClient) - Constructor for class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
Create a new writer with the given client.
status(String) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to given statusCode.
status(Status) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to given Status instance.
status(String) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a specific status code.
status(Status) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a specific Status.
Status - Class in org.springframework.boot.actuate.health
Value object to express state of a component or subsystem.
Status(String) - Constructor for class org.springframework.boot.actuate.health.Status
Create a new Status instance with the given code and an empty description.
Status(String, String) - Constructor for class org.springframework.boot.actuate.health.Status
Create a new Status instance with the given code and description.
stop() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
stop(Runnable) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
stop() - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
Stops the embedded servlet container.
stop() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
 
stop() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
 
stop() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
 
stop() - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Stop monitoring the source folders.
stop() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
Gracefully stop the livereload server.
stop() - Method in class org.springframework.boot.devtools.restart.Restarter
Stop the application.
stop() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
Stop the client, disconnecting any servers.
stopAcceptingConnections() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 
Storage() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
StoreType - Enum in org.springframework.boot.autoconfigure.session
Supported Spring Session data store types.
Strategy() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
 
stringHttpMessageConverter() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
 
StringHttpMessageConverterConfiguration(HttpEncodingProperties) - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
 
stringOrNumberMigrationVersionConverter() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
 
stringRedisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.RedisConfiguration
 
submit(String, double) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferGaugeService
 
submit(String, double) - Method in class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
 
submit(String, double) - Method in interface org.springframework.boot.actuate.metrics.GaugeService
Set the specified gauge value.
submit(String, double) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultGaugeService
 
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
 
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.MvcEndpointAdvice
 
supports(Class<?>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
supportsEventType(ResolvableType) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
supportsEventType(ResolvableType) - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
supportsSourceType(Class<?>) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
supportsSourceType(Class<?>) - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
SYSTEM_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingSystem
A System property that can be used to indicate the LoggingSystem to use.
SystemPropertyUtils - Class in org.springframework.boot.loader.util
Helper class for resolving placeholders in texts.
SystemPropertyUtils() - Constructor for class org.springframework.boot.loader.util.SystemPropertyUtils
 
systemPublicMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
 
SystemPublicMetrics - Class in org.springframework.boot.actuate.endpoint
A PublicMetrics implementation that provides various system-related metrics.
SystemPublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
 

T

tag(String, String) - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbName
 
TargetServerConnection - Interface in org.springframework.boot.devtools.tunnel.server
Manages the connection to the ultimate tunnel target server.
Telnet() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
Template() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
TemplateAvailabilityProvider - Interface in org.springframework.boot.autoconfigure.template
Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf.
TemplateAvailabilityProviders - Class in org.springframework.boot.autoconfigure.template
Collection of TemplateAvailabilityProvider beans that can be used to check which (if any) templating engine supports a given view.
TemplateAvailabilityProviders(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Create a new TemplateAvailabilityProviders instance.
TemplateAvailabilityProviders(ClassLoader) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Create a new TemplateAvailabilityProviders instance.
TemplateAvailabilityProviders(Collection<? extends TemplateAvailabilityProvider>) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Create a new TemplateAvailabilityProviders instance.
templateEngine() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration
 
TemplateLocation - Class in org.springframework.boot.autoconfigure.template
Contains a location that templates can be loaded from.
TemplateLocation(String) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateLocation
 
TestComponent - Annotation Type in org.springframework.boot.test.context
@Component that can be used when a bean is intended only for tests, and should be excluded from Spring Boot's component scanning.
TestConfiguration - Annotation Type in org.springframework.boot.test.context
@Configuration that can be used to define additional beans or customizations for a test.
TestDatabaseAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.orm.jpa
Auto-configuration for a test database.
TestEntityManager - Class in org.springframework.boot.test.autoconfigure.orm.jpa
Alternative to EntityManager for use in JPA tests.
TestEntityManager(EntityManagerFactory) - Constructor for class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Create a new TestEntityManager instance for the given EntityManagerFactory.
testEntityManager(EntityManagerFactory) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration
 
TestEntityManagerAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.orm.jpa
Auto-configuration for TestEntityManager.
TestEntityManagerAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration
 
TestRestTemplate - Class in org.springframework.boot.test
Deprecated.
as of 1.4 in favor of TestRestTemplate
TestRestTemplate(TestRestTemplate.HttpClientOption...) - Constructor for class org.springframework.boot.test.TestRestTemplate
Deprecated.
Create a new TestRestTemplate instance.
TestRestTemplate(String, String, TestRestTemplate.HttpClientOption...) - Constructor for class org.springframework.boot.test.TestRestTemplate
Deprecated.
Create a new TestRestTemplate instance with the specified credentials.
TestRestTemplate - Class in org.springframework.boot.test.web.client
Convenient alternative of RestTemplate that is suitable for integration tests.
TestRestTemplate(RestTemplateBuilder) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate
Create a new TestRestTemplate instance.
TestRestTemplate(TestRestTemplate.HttpClientOption...) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate
Create a new TestRestTemplate instance.
TestRestTemplate(String, String, TestRestTemplate.HttpClientOption...) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate
Create a new TestRestTemplate instance with the specified credentials.
TestRestTemplate(RestTemplate) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate
 
TestRestTemplate(RestTemplate, String, String, TestRestTemplate.HttpClientOption...) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate
 
TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory - Class in org.springframework.boot.test
Deprecated.
TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory - Class in org.springframework.boot.test.web.client
TestRestTemplate.HttpClientOption - Enum in org.springframework.boot.test
Deprecated.
Options used to customize the Apache Http Client if it is used.
TestRestTemplate.HttpClientOption - Enum in org.springframework.boot.test.web.client
Options used to customize the Apache Http Client if it is used.
throwableProxyToString(IThrowableProxy) - Method in class org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
 
throwableProxyToString(IThrowableProxy) - Method in class org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
 
ThymeleafAutoConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
Auto-configuration for Thymeleaf.
ThymeleafAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration
 
ThymeleafAutoConfiguration.DataAttributeDialectConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafAutoConfiguration.ThymeleafResourceHandlingConfig - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafDefaultConfiguration(Collection<ITemplateResolver>, ObjectProvider<Collection<IDialect>>) - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration
 
ThymeleafJava8TimeDialect() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect
 
ThymeleafProperties - Class in org.springframework.boot.autoconfigure.thymeleaf
Properties for Thymeleaf.
ThymeleafProperties() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
ThymeleafResourceHandlingConfig() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafResourceHandlingConfig
 
ThymeleafSecurityDialectConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration
 
ThymeleafTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.thymeleaf
TemplateAvailabilityProvider that provides availability information for Thymeleaf view templates.
ThymeleafTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafTemplateAvailabilityProvider
 
ThymeleafWebLayoutConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration
 
Timeouts() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
toAnsiString(String, AnsiElement) - Method in class org.springframework.boot.logging.logback.ColorConverter
 
toByteArray() - Method in class org.springframework.boot.loader.tools.DefaultLaunchScript
 
toByteArray() - Method in interface org.springframework.boot.loader.tools.LaunchScript
The content of the launch script as a byte array.
toCamelCase(CharSequence) - Static method in class org.springframework.boot.loader.PropertiesLauncher
 
toHexString() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Return the payload as a hexadecimal string.
TokenInfoServicesConfiguration(ResourceServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.TokenInfoServicesConfiguration
 
Tomcat() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
tomcatAccessLogCustomizer() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
TomcatConnectorCustomizer - Interface in org.springframework.boot.context.embedded.tomcat
Callback interface that can be used to customize a Tomcat Connector.
TomcatContextCustomizer - Interface in org.springframework.boot.context.embedded.tomcat
Callback interface that can be used to customize a Tomcat Context.
TomcatDataSourceJmxConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.TomcatDataSourceJmxConfiguration
 
TomcatDataSourcePoolMetadata - Class in org.springframework.boot.autoconfigure.jdbc.metadata
DataSourcePoolMetadata for a Tomcat DataSource.
TomcatDataSourcePoolMetadata(DataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.TomcatDataSourcePoolMetadata
 
TomcatEmbeddedServletContainer - Class in org.springframework.boot.context.embedded.tomcat
EmbeddedServletContainer that can be used to control an embedded Tomcat server.
TomcatEmbeddedServletContainer(Tomcat) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
Create a new TomcatEmbeddedServletContainer instance.
TomcatEmbeddedServletContainer(Tomcat, boolean) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
Create a new TomcatEmbeddedServletContainer instance.
tomcatEmbeddedServletContainerFactory() - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat
 
TomcatEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded.tomcat
TomcatEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
TomcatEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Create a new TomcatEmbeddedServletContainerFactory that listens for requests using the specified port.
TomcatEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Create a new TomcatEmbeddedServletContainerFactory with the specified context path and port.
TomcatEmbeddedWebappClassLoader - Class in org.springframework.boot.context.embedded.tomcat
Extension of Tomcat's WebappClassLoader that does not consider the system classloader.
TomcatEmbeddedWebappClassLoader() - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
TomcatEmbeddedWebappClassLoader(ClassLoader) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
TomcatLegacyCookieProcessorExample - Class in org.springframework.boot.context.embedded
Example configuration for configuring Tomcat with to use LegacyCookieProcessor.
TomcatLegacyCookieProcessorExample() - Constructor for class org.springframework.boot.context.embedded.TomcatLegacyCookieProcessorExample
 
TomcatPublicMetrics - Class in org.springframework.boot.actuate.endpoint
A PublicMetrics implementation that provides Tomcat statistics.
TomcatPublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.TomcatPublicMetrics
 
TomcatWebSocketContainerCustomizer - Class in org.springframework.boot.autoconfigure.websocket
TomcatWebSocketContainerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.TomcatWebSocketContainerCustomizer
 
toMetrics(String) - Method in interface org.springframework.boot.actuate.cache.CacheStatistics
Generate the relevant Metric instances based on the specified prefix.
toMetrics(String) - Method in class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalTableName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPropertySource() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the PropertySource to use based on the chosen InfoPropertiesInfoContributor.Mode.
toPropertySource() - Method in class org.springframework.boot.info.InfoProperties
Return a PropertySource of this instance.
toSimplePropertySource() - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
toSimplePropertySource() - Method in class org.springframework.boot.actuate.info.GitInfoContributor
 
toSimplePropertySource() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return a PropertySource for the SIMPLE mode.
toString() - Method in class org.springframework.boot.actuate.audit.AuditEvent
 
toString() - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint.HalBrowserLocation
 
toString() - Method in class org.springframework.boot.actuate.health.Health
 
toString() - Method in class org.springframework.boot.actuate.health.Status
 
toString() - Method in class org.springframework.boot.actuate.info.Info
 
toString() - Method in class org.springframework.boot.actuate.metrics.Metric
 
toString() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
toString() - Method in enum org.springframework.boot.ansi.AnsiBackground
 
toString() - Method in enum org.springframework.boot.ansi.AnsiColor
 
toString() - Method in interface org.springframework.boot.ansi.AnsiElement
 
toString(Object...) - Static method in class org.springframework.boot.ansi.AnsiOutput
Create a new ANSI string from the specified elements.
toString() - Method in enum org.springframework.boot.ansi.AnsiStyle
 
toString() - Method in class org.springframework.boot.ApplicationHome
 
toString() - Method in class org.springframework.boot.ApplicationPid
 
toString() - Method in class org.springframework.boot.ApplicationTemp
 
toString() - Method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
 
toString() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
toString() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
 
toString() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
toString() - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
 
toString() - Method in class org.springframework.boot.autoconfigure.template.TemplateLocation
 
toString() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
toString() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
 
toString() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
 
toString() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
toString() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
toString() - Method in class org.springframework.boot.loader.jar.JarFile
 
toString() - Method in class org.springframework.boot.loader.tools.JavaExecutable
 
toString() - Method in interface org.springframework.boot.loader.tools.LibraryScope
 
toString() - Method in class org.springframework.boot.logging.LogFile
 
toString() - Method in class org.springframework.boot.test.json.JsonContent
 
toString() - Method in class org.springframework.boot.test.json.ObjectContent
 
toString() - Method in class org.springframework.boot.test.rule.OutputCapture
 
Trace - Class in org.springframework.boot.actuate.trace
A value object representing a trace event: at a particular time with a simple (map) information.
Trace(Date, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.trace.Trace
 
trace(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
trace(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
traceEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
TraceEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose Trace information.
TraceEndpoint(TraceRepository) - Constructor for class org.springframework.boot.actuate.endpoint.TraceEndpoint
Create a new TraceEndpoint instance.
TraceProperties - Class in org.springframework.boot.actuate.trace
Configuration properties for tracing.
TraceProperties() - Constructor for class org.springframework.boot.actuate.trace.TraceProperties
 
TraceProperties.Include - Enum in org.springframework.boot.actuate.trace
Include options for tracing.
traceRepository() - Method in class org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration
 
TraceRepository - Interface in org.springframework.boot.actuate.trace
A repository for Traces.
TraceRepositoryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
TraceRepositoryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration
 
TraceWebFilterAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
TraceWebFilterAutoConfiguration(TraceRepository, TraceProperties, ObjectProvider<ErrorAttributes>) - Constructor for class org.springframework.boot.actuate.autoconfigure.TraceWebFilterAutoConfiguration
 
TransactionAutoConfiguration - Class in org.springframework.boot.autoconfigure.transaction
Auto-configuration for Spring transaction.
TransactionAutoConfiguration(PlatformTransactionManager) - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
 
TransactionManagementConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration.TransactionManagementConfiguration
 
transactionManager() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
transactionManager(UserTransaction, TransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
transactionProvider(PlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
transactionTemplate() - Method in class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
 
transform(ILoggingEvent, String) - Method in class org.springframework.boot.logging.logback.ColorConverter
 
TriggerFileFilter - Class in org.springframework.boot.devtools.autoconfigure
FileFilter that accepts only a specific "trigger" file.
TriggerFileFilter(String) - Constructor for class org.springframework.boot.devtools.autoconfigure.TriggerFileFilter
 
TriggerProperties - Class in org.springframework.boot.actuate.metrics.export
Abstract base class for trigger properties.
TriggerProperties() - Constructor for class org.springframework.boot.actuate.metrics.export.TriggerProperties
 
triggerReload() - Method in class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
Trigger LiveReload if the server is up an running.
triggerReload() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
Trigger livereload of all connected clients.
TunnelChannel(WritableByteChannel, Closeable) - Constructor for class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 
TunnelClient - Class in org.springframework.boot.devtools.tunnel.client
The client side component of a socket tunnel.
TunnelClient(int, TunnelConnection) - Constructor for class org.springframework.boot.devtools.tunnel.client.TunnelClient
 
TunnelClient.ServerThread - Class in org.springframework.boot.devtools.tunnel.client
The main server thread.
TunnelClientListener - Interface in org.springframework.boot.devtools.tunnel.client
Listener that can be used to receive TunnelClient events.
TunnelConnection - Interface in org.springframework.boot.devtools.tunnel.client
Interface used to manage socket tunnel connections.
twitter(ConnectionRepository) - Method in class org.springframework.boot.autoconfigure.social.TwitterAutoConfiguration.TwitterConfigurerAdapter
 
TwitterAutoConfiguration - Class in org.springframework.boot.autoconfigure.social
Auto-configuration for Spring Social connectivity with Twitter.
TwitterAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.social.TwitterAutoConfiguration
 
TwitterAutoConfiguration.TwitterConfigurerAdapter - Class in org.springframework.boot.autoconfigure.social
 
TwitterConfigurerAdapter(TwitterProperties) - Constructor for class org.springframework.boot.autoconfigure.social.TwitterAutoConfiguration.TwitterConfigurerAdapter
 
twitterConnectView() - Method in class org.springframework.boot.autoconfigure.social.TwitterAutoConfiguration.TwitterConfigurerAdapter
 
TwitterProperties - Class in org.springframework.boot.autoconfigure.social
Properties for Spring Social Twitter.
TwitterProperties() - Constructor for class org.springframework.boot.autoconfigure.social.TwitterProperties
 
type(Class<? extends DataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
TypeExcludeFilter - Class in org.springframework.boot.context
Provides exclusion TypeFilters that are loaded from the BeanFactory and automatically applied to SpringBootApplication scanning.
TypeExcludeFilter() - Constructor for class org.springframework.boot.context.TypeExcludeFilter
 
TypeExcludeFilters - Annotation Type in org.springframework.boot.test.autoconfigure.filter
Annotation that can be on tests to define a set of TypeExcludeFilter classes that should be applied to @SpringBootApplication component scanning.

U

unbind(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
unbind(String) - Method in class org.springframework.boot.autoconfigure.jms.hornetq.HornetQNoOpBindingRegistry
Deprecated.
 
Undertow() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
undertowAccessLogCustomizer() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
UndertowBuilderCustomizer - Interface in org.springframework.boot.context.embedded.undertow
Callback interface that can be used to customize an Undertow Undertow.Builder.
UndertowDeploymentInfoCustomizer - Interface in org.springframework.boot.context.embedded.undertow
Callback interface that can be used to customize an Undertow DeploymentInfo.
UndertowEmbeddedServletContainer - Class in org.springframework.boot.context.embedded.undertow
EmbeddedServletContainer that can be used to control an embedded Undertow server.
UndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, String, int, boolean, Compression) - Constructor for class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
UndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, String, int, boolean, boolean, Compression) - Constructor for class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
UndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, String, int, boolean, boolean, Compression, String) - Constructor for class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
UndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, String, boolean, Compression) - Constructor for class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
Create a new UndertowEmbeddedServletContainer instance.
UndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, String, boolean, boolean, Compression) - Constructor for class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
Create a new UndertowEmbeddedServletContainer instance.
UndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, String, boolean, boolean, Compression, String) - Constructor for class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
Create a new UndertowEmbeddedServletContainer instance.
undertowEmbeddedServletContainerFactory() - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedUndertow
 
UndertowEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded.undertow
UndertowEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
UndertowEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Create a new UndertowEmbeddedServletContainerFactory that listens for requests using the specified port.
UndertowEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Create a new UndertowEmbeddedServletContainerFactory with the specified context path and port.
UndertowWebSocketContainerCustomizer - Class in org.springframework.boot.autoconfigure.websocket
UndertowWebSocketContainerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.UndertowWebSocketContainerCustomizer
 
unknown() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.UNKNOWN status.
unknown() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.UNKNOWN status.
UNKNOWN - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem is in an unknown state.
unmodifiableMappings(MimeMappings) - Static method in class org.springframework.boot.context.embedded.MimeMappings
Create a new unmodifiable view of the specified mapping.
unregisterPublicMetrics(PublicMetrics) - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpoint
 
unwrap(Class<T>) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
up() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.UP status.
up() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.UP status.
UP - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem is functioning as expected.
update(String, SimpleInMemoryRepository.Callback<T>) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
updateAndRestart(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.server.RestartServer
Update the current running application with the specified ClassLoaderFiles and trigger a reload.
uriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the UriTemplateHandler that should be used with the RestTemplate.
url(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
UrlHandlerMapper - Class in org.springframework.boot.devtools.remote.server
HandlerMapper implementation that maps incoming URLs.
UrlHandlerMapper(String, Handler) - Constructor for class org.springframework.boot.devtools.remote.server.UrlHandlerMapper
Create a new UrlHandlerMapper.
User() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
User() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
UserInfoRestTemplateCustomizer - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Callback for customizing the rest template used to fetch user details if authentication is done via OAuth2 access tokens.
userInfoRestTemplateFactory(ObjectProvider<List<UserInfoRestTemplateCustomizer>>, ObjectProvider<OAuth2ProtectedResourceDetails>, ObjectProvider<OAuth2ClientContext>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration
 
UserInfoRestTemplateFactory - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Factory used to create the rest template used for extracting user info during authentication.
UserInfoRestTemplateFactory(ObjectProvider<List<UserInfoRestTemplateCustomizer>>, ObjectProvider<OAuth2ProtectedResourceDetails>, ObjectProvider<OAuth2ClientContext>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoRestTemplateFactory
 
userInfoTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration
 
userInfoTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.UserInfoTokenServicesConfiguration
 
UserInfoTokenServices - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
ResourceServerTokenServices that uses a user info REST service.
UserInfoTokenServices(String, String) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
UserInfoTokenServicesConfiguration(ResourceServerProperties, UserInfoRestTemplateFactory, ObjectProvider<AuthoritiesExtractor>, ObjectProvider<PrincipalExtractor>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.UserInfoTokenServicesConfiguration
 
username(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
UsesUnsafeJava - Annotation Type in org.springframework.boot.lang
Indicates that the annotated element uses unsafe Java calls.

V

VAL - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for value gauges.
validate(Object, Errors) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
validateConnection() - Method in class org.springframework.boot.autoconfigure.mail.MailSenderValidatorAutoConfiguration
 
validateCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Auth
Basic validation of applied CRaSH shell configuration.
validateCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Basic validation of applied CRaSH shell configuration.
validateRequest(ClientHttpRequest) - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
 
ValidationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration.ValidationConfiguration
 
validationEventListener(Validator) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration.ValidationConfiguration
 
VALIDATOR_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
The bean name of the configuration properties validator.
value(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
 
value(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint
 
VALUE_SEPARATOR - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
Value separator for system property placeholders: ":".
valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.SessionCreationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.MetricsFilterSubmission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.trace.TraceProperties.Include
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiBackground
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.cache.CacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.SearchStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.hornetq.HornetQMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.security.SecurityAuthorizeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.security.SecurityProperties.Headers.HSTS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.session.StoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.WebMvcProperties.LocaleResolver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.Banner.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.cloud.CloudPlatform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.context.embedded.Ssl.ClientAuth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.devtools.filewatch.ChangedFile.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.devtools.restart.FailureHandler.Outcome
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.jta.atomikos.AtomikosLoggingLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.loader.data.RandomAccessData.ResourceAccess
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.logging.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.orm.jpa.AutoConfigureTestDatabase.Replace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.context.SpringBootTest.WebEnvironment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.TestRestTemplate.HttpClientOption
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.web.client.TestRestTemplate.HttpClientOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.SessionCreationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.autoconfigure.MetricsFilterSubmission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.trace.TraceProperties.Include
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.ansi.AnsiBackground
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.ansi.AnsiColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.ansi.AnsiStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.cache.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.JavaVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.condition.SearchStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.jms.hornetq.HornetQMode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.security.SecurityAuthorizeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.security.SecurityProperties.Headers.HSTS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.session.StoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.web.WebMvcProperties.LocaleResolver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.Banner.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.cloud.CloudPlatform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.context.embedded.Ssl.ClientAuth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.devtools.filewatch.ChangedFile.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.devtools.restart.FailureHandler.Outcome
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.jta.atomikos.AtomikosLoggingLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.loader.data.RandomAccessData.ResourceAccess
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.autoconfigure.orm.jpa.AutoConfigureTestDatabase.Replace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.context.SpringBootTest.WebEnvironment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.TestRestTemplate.HttpClientOption
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.web.client.TestRestTemplate.HttpClientOption
Returns an array containing the constants of this enum type, in the order they are declared.
VelocityAutoConfiguration - Class in org.springframework.boot.autoconfigure.velocity
Deprecated.
as of 1.4 following the deprecation of Velocity support in Spring Framework 4.3
VelocityAutoConfiguration(ApplicationContext, VelocityProperties) - Constructor for class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration
Deprecated.
 
VelocityAutoConfiguration.VelocityConfiguration - Class in org.springframework.boot.autoconfigure.velocity
Deprecated.
VelocityAutoConfiguration.VelocityNonWebConfiguration - Class in org.springframework.boot.autoconfigure.velocity
Deprecated.
VelocityAutoConfiguration.VelocityWebConfiguration - Class in org.springframework.boot.autoconfigure.velocity
Deprecated.
VelocityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityConfiguration
Deprecated.
 
velocityConfiguration() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityNonWebConfiguration
Deprecated.
 
velocityConfigurer() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityWebConfiguration
Deprecated.
 
velocityEngine(VelocityConfigurer) - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityWebConfiguration
Deprecated.
 
VelocityNonWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityNonWebConfiguration
Deprecated.
 
VelocityProperties - Class in org.springframework.boot.autoconfigure.velocity
Deprecated.
as of 1.4 following the deprecation of Velocity support in Spring Framework 4.3
VelocityProperties() - Constructor for class org.springframework.boot.autoconfigure.velocity.VelocityProperties
Deprecated.
 
VelocityTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.velocity
Deprecated.
as of 1.4 following the deprecation of Velocity support in Spring Framework 4.3
VelocityTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.velocity.VelocityTemplateAvailabilityProvider
Deprecated.
 
velocityViewResolver() - Method in class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityWebConfiguration
Deprecated.
 
VelocityWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityWebConfiguration
Deprecated.
 
verify() - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
 
verifyConfiguration(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
View() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcProperties.View
 
viewResolver(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 

W

waitForResponse() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Cause the request to block or use asynchronous methods to wait until a response is available.
War() - Constructor for class org.springframework.boot.loader.tools.Layouts.War
 
WarLauncher - Class in org.springframework.boot.loader
Launcher for WAR based archives.
WarLauncher() - Constructor for class org.springframework.boot.loader.WarLauncher
 
WarLauncher(Archive) - Constructor for class org.springframework.boot.loader.WarLauncher
 
warn(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
warn(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
warning(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
warning(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
web(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to explicitly request a web or non-web environment (auto detected based on classpath if not set).
WebApplicationContextServletContextAwareProcessor - Class in org.springframework.boot.context.embedded
WebApplicationContextServletContextAwareProcessor(ConfigurableWebApplicationContext) - Constructor for class org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor
 
WebClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for web client.
WebClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration
 
WebClientAutoConfiguration.RestTemplateConfiguration - Class in org.springframework.boot.autoconfigure.web
 
WebClientRestTemplateAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.client
Auto-configuration for a web-client RestTemplate.
WebClientRestTemplateAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.client.WebClientRestTemplateAutoConfiguration
 
WebIntegrationTest - Annotation Type in org.springframework.boot.test
Deprecated.
as of 1.4 in favor of SpringBootTest with webEnvironment=RANDOM_PORT or webEnvironment=DEFINED_PORT.
WebMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
WebMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
 
WebMvcAutoConfiguration.EnableWebMvcConfiguration - Class in org.springframework.boot.autoconfigure.web
Configuration equivalent to @EnableWebMvc.
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter - Class in org.springframework.boot.autoconfigure.web
 
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration - Class in org.springframework.boot.autoconfigure.web
 
WebMvcAutoConfigurationAdapter(ResourceProperties, WebMvcProperties, ListableBeanFactory, HttpMessageConverters, ObjectProvider<WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
WebMvcProperties - Class in org.springframework.boot.autoconfigure.web
properties for Spring MVC.
WebMvcProperties() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcProperties
 
WebMvcProperties.Async - Class in org.springframework.boot.autoconfigure.web
 
WebMvcProperties.LocaleResolver - Enum in org.springframework.boot.autoconfigure.web
 
WebMvcProperties.Servlet - Class in org.springframework.boot.autoconfigure.web
 
WebMvcProperties.View - Class in org.springframework.boot.autoconfigure.web
 
WebMvcRegistrations - Interface in org.springframework.boot.autoconfigure.web
Interface to register key components of the WebMvcConfigurationSupport in place of the default ones provided by Spring MVC.
WebMvcRegistrationsAdapter - Class in org.springframework.boot.autoconfigure.web
An implementation of WebMvcRegistrations with empty methods allowing sub-classes to override only the methods they're interested in.
WebMvcRegistrationsAdapter() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcRegistrationsAdapter
 
WebMvcTest - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical Spring MVC test.
webRequestLoggingFilter(BeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.TraceWebFilterAutoConfiguration
 
WebRequestTraceFilter - Class in org.springframework.boot.actuate.trace
Servlet Filter that logs all requests to a TraceRepository.
WebRequestTraceFilter(TraceRepository, TraceProperties) - Constructor for class org.springframework.boot.actuate.trace.WebRequestTraceFilter
Create a new WebRequestTraceFilter instance.
WebSecurityEnabler() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.WebSecurityEnabler
 
WebServicesAutoConfiguration - Class in org.springframework.boot.autoconfigure.webservices
Auto-configuration for Spring Web Services.
WebServicesAutoConfiguration(WebServicesProperties) - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
 
WebServicesAutoConfiguration.WsConfiguration - Class in org.springframework.boot.autoconfigure.webservices
 
WebServicesProperties - Class in org.springframework.boot.autoconfigure.webservices
ConfigurationProperties for Spring Web Services.
WebServicesProperties() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
WebServicesProperties.Servlet - Class in org.springframework.boot.autoconfigure.webservices
 
WebSocketAutoConfiguration - Class in org.springframework.boot.autoconfigure.websocket
Auto configuration for websocket server in embedded Tomcat, Jetty or Undertow.
WebSocketAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration
 
WebSocketContainerCustomizer<T extends EmbeddedServletContainerFactory> - Class in org.springframework.boot.autoconfigure.websocket
WebSocketContainerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.WebSocketContainerCustomizer
 
WebSocketMessagingAutoConfiguration - Class in org.springframework.boot.autoconfigure.websocket
Auto-configuration for WebSocket-based messaging.
WebSocketMessagingAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.WebSocketMessagingAutoConfiguration
 
welcomePageHandlerMapping(ResourceProperties) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
WhitelabelErrorViewConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
WhitespaceThrowablePatternConverter - Class in org.springframework.boot.logging.log4j2
ThrowablePatternConverter that adds some additional whitespace around the stack trace.
WhitespaceThrowableProxyConverter - Class in org.springframework.boot.logging.logback
ThrowableProxyConverter that adds some additional whitespace around the stack trace.
WhitespaceThrowableProxyConverter() - Constructor for class org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
 
withAlias(String, String...) - Method in class org.springframework.boot.bind.RelaxedDataBinder
Add aliases to the DataBinder.
withBasicAuth(String, String) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Creates a new TestRestTemplate with the same configuration as this one, except that it will send basic authorization headers using the given username and password.
withDetail(String, Object) - Method in class org.springframework.boot.actuate.health.Health.Builder
Record detail using given key and value.
withDetail(String, Object) - Method in class org.springframework.boot.actuate.info.Info.Builder
Record detail using given key and value.
withDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.Info.Builder
Record several details.
withException(Exception) - Method in class org.springframework.boot.actuate.health.Health.Builder
Record detail for given Exception.
withSettings(MockReset) - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
Create settings to be used with mocks where a specific reset should occur.
wrapConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
 
wrapConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.bitronix.BitronixXAConnectionFactoryWrapper
 
wrapConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.narayana.NarayanaXAConnectionFactoryWrapper
 
wrapConnectionFactory(XAConnectionFactory) - Method in interface org.springframework.boot.jta.XAConnectionFactoryWrapper
Wrap the specific XAConnectionFactory and enroll it with a JTA TransactionManager.
wrapDataSource(XADataSource) - Method in class org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
 
wrapDataSource(XADataSource) - Method in class org.springframework.boot.jta.bitronix.BitronixXADataSourceWrapper
 
wrapDataSource(XADataSource) - Method in class org.springframework.boot.jta.narayana.NarayanaXADataSourceWrapper
 
wrapDataSource(XADataSource) - Method in interface org.springframework.boot.jta.XADataSourceWrapper
Wrap the specific XADataSource and enroll it with a JTA TransactionManager.
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Write the values associated with a group.
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
write(File) - Method in class org.springframework.boot.ApplicationPid
Write the PID to the specified file.
write(ByteBuffer) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 
write(T) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return JsonContent from writing the specific value.
writeBuildProperties(BuildPropertiesWriter.ProjectDetails) - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter
 
writeEntries(JarFile) - Method in class org.springframework.boot.loader.tools.JarWriter
Write all entries from the specified jar file.
writeEntry(String, InputStream) - Method in class org.springframework.boot.loader.tools.JarWriter
Writes an entry.
writeLoaderClasses() - Method in class org.springframework.boot.loader.tools.JarWriter
Write the required spring-boot-loader classes to the JAR.
writeManifest(Manifest) - Method in class org.springframework.boot.loader.tools.JarWriter
Write the specified manifest.
writeNestedLibrary(String, Library) - Method in class org.springframework.boot.loader.tools.JarWriter
Write a nested library.
writeObject(T, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Write the specified object to a JSON string.
writeObject(T, ResolvableType) - Method in class org.springframework.boot.test.json.GsonTester
 
writeObject(T, ResolvableType) - Method in class org.springframework.boot.test.json.JacksonTester
 
writeTo(WritableByteChannel) - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Write the content of this payload to the given target channel.
WsConfiguration() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration.WsConfiguration
 

X

Xa() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
XAConnectionFactoryWrapper - Interface in org.springframework.boot.jta
Strategy interface used to wrap a JMS XAConnectionFactory enrolling it with a JTA TransactionManager.
XADataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
XADataSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
xaDataSourceWrapper(NarayanaRecoveryManagerBean, NarayanaProperties) - Method in class org.springframework.boot.autoconfigure.transaction.jta.NarayanaJtaConfiguration
 
XADataSourceWrapper - Interface in org.springframework.boot.jta
Strategy interface used to wrap a JMS XADataSource enrolling it with a JTA TransactionManager.
XmlEmbeddedWebApplicationContext - Class in org.springframework.boot.context.embedded
EmbeddedWebApplicationContext which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
XmlEmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Create a new XmlEmbeddedWebApplicationContext that needs to be loaded and then manually refreshed.
XmlEmbeddedWebApplicationContext(Resource...) - Constructor for class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Create a new XmlEmbeddedWebApplicationContext, loading bean definitions from the given resources and automatically refreshing the context.
XmlEmbeddedWebApplicationContext(String...) - Constructor for class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Create a new XmlEmbeddedWebApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.
XmlEmbeddedWebApplicationContext(Class<?>, String...) - Constructor for class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Create a new XmlEmbeddedWebApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.

Y

YamlConfigurationFactory<T> - Class in org.springframework.boot.bind
Validate some YAML by binding it to an object of a specified type and then optionally running a Validator over it.
YamlConfigurationFactory(Class<?>) - Constructor for class org.springframework.boot.bind.YamlConfigurationFactory
Sets a validation constructor which will be applied to the YAML doc to see whether it matches the expected JavaBean.
YamlJavaBeanPropertyConstructor - Class in org.springframework.boot.bind
Extended version of snakeyaml's Constructor class to facilitate mapping custom YAML keys to JavaBean property names.
YamlJavaBeanPropertyConstructor(Class<?>) - Constructor for class org.springframework.boot.bind.YamlJavaBeanPropertyConstructor
 
YamlJavaBeanPropertyConstructor(Class<?>, Map<Class<?>, Map<String, String>>) - Constructor for class org.springframework.boot.bind.YamlJavaBeanPropertyConstructor
 
YamlJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt Snake Yaml to JsonParser.
YamlJsonParser() - Constructor for class org.springframework.boot.json.YamlJsonParser
 
YamlPropertySourceLoader - Class in org.springframework.boot.env
Strategy to load '.yml' (or '.yaml') files into a PropertySource.
YamlPropertySourceLoader() - Constructor for class org.springframework.boot.env.YamlPropertySourceLoader
 
A B C D E F G H I J K L M N O P R S T U V W X Y 
Skip navigation links

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