Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- EIGHTEEN - Enum constant in enum class org.springframework.boot.system.JavaVersion
 - 
Java 18.
 - elasticConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticMetricsExportAutoConfiguration
 - elasticMeterRegistry(ElasticConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticMetricsExportAutoConfiguration
 - ElasticMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.elastic
 - 
Auto-configurationfor exporting metrics to Elastic. - ElasticMetricsExportAutoConfiguration(ElasticProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticMetricsExportAutoConfiguration
 - ElasticProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.elastic
 - 
@ConfigurationPropertiesfor configuring Elastic metrics export. - ElasticProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 - ElasticSchedulerInvoker(OperationInvoker) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
 - ElasticsearchClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.elasticsearch
 - 
Auto-configurationfor Elasticsearch's Java client. - ElasticsearchClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchClientAutoConfiguration
 - ElasticsearchConnectionDetails - Interface in org.springframework.boot.autoconfigure.elasticsearch
 - 
Details required to establish a connection to an Elasticsearch service.
 - ElasticsearchConnectionDetails.Node - Record Class in org.springframework.boot.autoconfigure.elasticsearch
 - 
An Elasticsearch node.
 - ElasticsearchConnectionDetails.Node.Protocol - Enum Class in org.springframework.boot.autoconfigure.elasticsearch
 - 
Connection protocol.
 - ElasticsearchDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
 - 
Auto-configurationfor Spring Data's Elasticsearch support. - ElasticsearchDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 - elasticsearchHealthContributor(Map<String, RestClient>) - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchRestHealthContributorAutoConfiguration
 - elasticsearchHealthContributor(Map<String, ReactiveElasticsearchClient>) - Method in class org.springframework.boot.actuate.autoconfigure.data.elasticsearch.ElasticsearchReactiveHealthContributorAutoConfiguration
 - ElasticsearchProperties - Class in org.springframework.boot.autoconfigure.elasticsearch
 - 
Configuration properties for Elasticsearch.
 - ElasticsearchProperties() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 - ElasticsearchProperties.Restclient - Class in org.springframework.boot.autoconfigure.elasticsearch
 - ElasticsearchProperties.Restclient.Sniffer - Class in org.springframework.boot.autoconfigure.elasticsearch
 - ElasticsearchProperties.Restclient.Ssl - Class in org.springframework.boot.autoconfigure.elasticsearch
 - ElasticsearchReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.data.elasticsearch
 - ElasticsearchReactiveHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.data.elasticsearch.ElasticsearchReactiveHealthContributorAutoConfiguration
 - ElasticsearchReactiveHealthIndicator - Class in org.springframework.boot.actuate.data.elasticsearch
 - 
HealthIndicatorfor an Elasticsearch cluster using aReactiveElasticsearchClient. - ElasticsearchReactiveHealthIndicator(ReactiveElasticsearchClient) - Constructor for class org.springframework.boot.actuate.data.elasticsearch.ElasticsearchReactiveHealthIndicator
 - ElasticsearchRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
 - 
Auto-configurationfor Spring Data's Elasticsearch Repositories. - ElasticsearchRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchRepositoriesAutoConfiguration
 - ElasticsearchRestClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.elasticsearch
 - 
Auto-configurationfor Elasticsearch REST clients. - ElasticsearchRestClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientAutoConfiguration
 - ElasticsearchRestClientHealthIndicator - Class in org.springframework.boot.actuate.elasticsearch
 - 
HealthIndicatorfor an Elasticsearch cluster using aRestClient. - ElasticsearchRestClientHealthIndicator(RestClient) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchRestClientHealthIndicator
 - ElasticsearchRestHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.elasticsearch
 - ElasticsearchRestHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchRestHealthContributorAutoConfiguration
 - Embedded() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 - EMBEDDED - Enum constant in enum class org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
 - 
Embed (i.e.
 - EMBEDDED - Enum constant in enum class org.springframework.boot.sql.init.DatabaseInitializationMode
 - 
Only initialize an embedded database.
 - EmbeddedDatabaseConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration
 - EmbeddedDatabaseConnection - Enum Class in org.springframework.boot.jdbc
 - 
Connection details for
embedded databases. - EmbeddedDatabaseConnection - Enum Class in org.springframework.boot.r2dbc
 - 
Connection details for embedded databases compatible with R2DBC.
 - EmbeddedDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 - 
Configuration for embedded data sources.
 - EmbeddedDataSourceConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 - EmbeddedLdapAutoConfiguration - Class in org.springframework.boot.autoconfigure.ldap.embedded
 - 
Auto-configurationfor Embedded LDAP. - EmbeddedLdapAutoConfiguration(EmbeddedLdapProperties) - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 - EmbeddedLdapProperties - Class in org.springframework.boot.autoconfigure.ldap.embedded
 - 
Configuration properties for Embedded LDAP.
 - EmbeddedLdapProperties() - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 - EmbeddedLdapProperties.Credential - Class in org.springframework.boot.autoconfigure.ldap.embedded
 - EmbeddedLdapProperties.Validation - Class in org.springframework.boot.autoconfigure.ldap.embedded
 - EmbeddedWebServerFactoryCustomizerAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
 - 
Auto-configurationfor embedded servlet and reactive web servers customizations. - EmbeddedWebServerFactoryCustomizerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration
 - EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
 - 
Nested configuration if Jetty is being used.
 - EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
 - 
Nested configuration if Netty is being used.
 - EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
 - 
Nested configuration if Tomcat is being used.
 - EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
 - 
Nested configuration if Undertow is being used.
 - empty() - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
 - 
Factory method to return a new empty
ConditionMessage. - empty() - Static method in class org.springframework.boot.test.util.TestPropertyValues
 - 
Return an empty
TestPropertyValuesinstance. - EMPTY - Static variable in class org.springframework.boot.context.config.ConfigData
 - 
A
ConfigDatainstance that contains no data. - EMPTY - Static variable in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
 - 
An empty
ConfigurationPropertyName. - enable() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
 - 
Enable caching with an unlimited time-to-live.
 - ENABLE_COOKIES - Enum constant in enum class org.springframework.boot.test.web.client.TestRestTemplate.HttpClientOption
 - 
Enable cookies.
 - ENABLE_REDIRECTS - Enum constant in enum class org.springframework.boot.test.web.client.TestRestTemplate.HttpClientOption
 - 
Enable redirects.
 - EnableAutoConfiguration - Annotation Interface 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.
 - enableByDefault() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.Endpoint
 - 
If the endpoint should be enabled or disabled by default.
 - enableByDefault() - Element in annotation interface org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint
 - 
If the endpoint should be enabled or disabled by default.
 - enableByDefault() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
 - 
If the endpoint should be enabled or disabled by default.
 - enableByDefault() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
 - 
If the endpoint should be enabled or disabled by default.
 - enableByDefault() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
 - 
If the endpoint should be enabled or disabled by default.
 - enableByDefault() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint
 - 
If the endpoint should be enabled or disabled by default.
 - EnableConfigurationProperties - Annotation Interface in org.springframework.boot.context.properties
 - 
Enable support for
@ConfigurationPropertiesannotated beans. - enabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
 - enabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 - enabled() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.AutoConfigureJsonTesters
 - enabled() - Element in annotation interface org.springframework.boot.test.autoconfigure.OverrideAutoConfiguration
 - 
The value of the
enabled override property. - enabled() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.client.AutoConfigureMockRestServiceServer
 - 
If
MockServerRestTemplateCustomizerandMockServerRestClientCustomizershould be enabled andMockRestServiceServerbeans should be registered. - enabled() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.client.AutoConfigureMockWebServiceServer
 - 
If
MockWebServiceServerbean should be registered. - ENABLED - Static variable in interface org.springframework.boot.actuate.metrics.AutoTimer
 - 
An
AutoTimerimplementation that is enabled but applies no additional customizations. - ENABLED_OVERRIDE_PROPERTY - Static variable in annotation interface org.springframework.boot.autoconfigure.EnableAutoConfiguration
 - 
Environment property that can be used to override when auto-configuration is enabled.
 - EnableIntegrationManagementConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationManagementConfiguration.EnableIntegrationManagementConfiguration
 - EnableTransactionManagementConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration
 - EnableWebFluxConfiguration(WebFluxProperties, WebProperties, ServerProperties, ObjectProvider<WebFluxRegistrations>) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 - EnableWebMvcConfiguration(WebMvcProperties, WebProperties, ObjectProvider<WebMvcRegistrations>, ObjectProvider<WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer>, ListableBeanFactory) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 - encode(AnsiElement) - Static method in class org.springframework.boot.ansi.AnsiOutput
 - 
Encode a single
AnsiElementif output is enabled. - encoding(Charset) - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
 - Encoding - Class in org.springframework.boot.web.servlet.server
 - 
Configuration properties for server HTTP encoding.
 - Encoding() - Constructor for class org.springframework.boot.web.servlet.server.Encoding
 - Encoding.Type - Enum Class in org.springframework.boot.web.servlet.server
 - 
Type of HTTP message to consider for encoding configuration.
 - endpoint() - Element in annotation interface org.springframework.boot.actuate.autoconfigure.cloudfoundry.EndpointCloudFoundryExtension
 - 
The class of the endpoint to provide a Cloud Foundry specific extension for.
 - endpoint() - Element in annotation interface org.springframework.boot.actuate.autoconfigure.endpoint.condition.ConditionalOnAvailableEndpoint
 - 
The endpoint type that should be checked.
 - endpoint() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.EndpointExtension
 - 
The class of the endpoint to extend.
 - endpoint() - Element in annotation interface org.springframework.boot.actuate.endpoint.jmx.annotation.EndpointJmxExtension
 - 
The
endpointclass to which this JMX extension relates. - endpoint() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.EndpointWebExtension
 - 
The
endpointclass to which this Web extension relates. - Endpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.annotation
 - 
Identifies a type as being an actuator endpoint that provides information about the running application.
 - Endpoint() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
 - Endpoint() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 - EndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint
 - 
Auto-configurationfor@Endpointsupport. - EndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration
 - endpointCachingOperationInvokerAdvisor(Environment) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration
 - EndpointCloudFoundryExtension - Annotation Interface in org.springframework.boot.actuate.autoconfigure.cloudfoundry
 - 
Identifies a type as being a Cloud Foundry specific extension for an
@Endpoint. - EndpointConverter - Annotation Interface in org.springframework.boot.actuate.endpoint.annotation
 - 
Qualifier for beans that are needed to convert
@Endpointinput parameters. - EndpointDiscoverer<E extends ExposableEndpoint<O>,
O extends Operation> - Class in org.springframework.boot.actuate.endpoint.annotation  - 
A Base for
EndpointsSupplierimplementations that discover@Endpointbeans and@EndpointExtensionbeans in an application context. - EndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<E>>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
 - 
Create a new
EndpointDiscovererinstance. - EndpointDiscoverer.OperationKey - Class in org.springframework.boot.actuate.endpoint.annotation
 - 
A key generated for an
Operationbased on specific criteria from the actual operation implementation. - EndpointExposure - Enum Class in org.springframework.boot.actuate.autoconfigure.endpoint.expose
 - 
Technologies that can be used to expose an endpoint.
 - EndpointExtension - Annotation Interface in org.springframework.boot.actuate.endpoint.annotation
 - 
Annotation primarily used as a meta-annotation to indicate that an annotation provides extension support for an endpoint.
 - EndpointFilter<E extends ExposableEndpoint<?>> - Interface in org.springframework.boot.actuate.endpoint
 - 
Strategy class that can be used to filter
endpoints. - EndpointId - Class in org.springframework.boot.actuate.endpoint
 - 
An identifier for an actuator endpoint.
 - EndpointJmxExtension - Annotation Interface in org.springframework.boot.actuate.endpoint.jmx.annotation
 - 
Identifies a type as being a JMX-specific extension of an
@Endpoint. - EndpointLinksResolver - Class in org.springframework.boot.actuate.endpoint.web
 - 
A resolver for
linksto web endpoints. - EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
 - 
Creates a new
EndpointLinksResolverthat will resolve links to the givenendpoints. - EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>, String) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
 - 
Creates a new
EndpointLinksResolverthat will resolve links to the givenendpointsthat are exposed beneath the givenbasePath. - EndpointMapping - Class in org.springframework.boot.actuate.endpoint.web
 - 
A value object for the base mapping for endpoints.
 - EndpointMapping(String) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMapping
 - 
Creates a new
EndpointMappingusing the givenpath. - EndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
 - 
Adapter to expose a
JMX endpointas aDynamicMBean. - endpointMediaTypes() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
 - EndpointMediaTypes - Class in org.springframework.boot.actuate.endpoint.web
 - 
Media types that are, by default, produced and consumed by an endpoint.
 - EndpointMediaTypes(String...) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
 - EndpointMediaTypes(List<String>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
 - EndpointMediaTypes(List<String>, List<String>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
 - endpointObjectMapper() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration
 - EndpointObjectMapper - Interface in org.springframework.boot.actuate.endpoint.jackson
 - 
Interface used to supply the
ObjectMapperthat should be used when serializingOperationResponseBodyendpoint results. - endpointObjectNameFactory(MBeanServer) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration
 - EndpointObjectNameFactory - Interface in org.springframework.boot.actuate.endpoint.jmx
 - 
A factory to create an
ObjectNamefor anEndpointMBean. - endpointOperationParameterMapper(ObjectProvider<Converter<?, ?>>, ObjectProvider<GenericConverter>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration
 - EndpointRequest - Class in org.springframework.boot.actuate.autoconfigure.security.reactive
 - 
Factory that can be used to create a
ServerWebExchangeMatcherfor actuator endpoint locations. - EndpointRequest - Class in org.springframework.boot.actuate.autoconfigure.security.servlet
 - 
Factory that can be used to create a
RequestMatcherfor actuator endpoint locations. - EndpointRequest.EndpointRequestMatcher - Class in org.springframework.boot.actuate.autoconfigure.security.servlet
 - 
The request matcher used to match against
actuator endpoints. - EndpointRequest.EndpointServerWebExchangeMatcher - Class in org.springframework.boot.actuate.autoconfigure.security.reactive
 - 
The
ServerWebExchangeMatcherused to match againstactuator endpoints. - EndpointRequest.LinksRequestMatcher - Class in org.springframework.boot.actuate.autoconfigure.security.servlet
 - 
The request matcher used to match against the links endpoint.
 - EndpointRequest.LinksServerWebExchangeMatcher - Class in org.springframework.boot.actuate.autoconfigure.security.reactive
 - 
The
ServerWebExchangeMatcherused to match against the links endpoint. - endpoints() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.server.WebServiceServerTest
 - 
Specifies the endpoints to test.
 - EndpointServlet - Class in org.springframework.boot.actuate.endpoint.web
 - 
Contains details of a servlet that is exposed as an actuator endpoint.
 - EndpointServlet(Servlet) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointServlet
 - EndpointServlet(Class<? extends Servlet>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointServlet
 - EndpointsSupplier<E extends ExposableEndpoint<?>> - Interface in org.springframework.boot.actuate.endpoint
 - 
Provides access to a collection of
endpoints. - EndpointWebExtension - Annotation Interface in org.springframework.boot.actuate.endpoint.web.annotation
 - 
Identifies a type as being a Web-specific extension of an
@Endpoint. - entityManagerFactory(EntityManagerFactoryBuilder, PersistenceManagedTypes) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 - entityManagerFactoryBootstrapExecutorCustomizer(Map<String, AsyncTaskExecutor>) - Method in class org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration
 - entityManagerFactoryBuilder(JpaVendorAdapter, ObjectProvider<PersistenceUnitManager>, ObjectProvider<EntityManagerFactoryBuilderCustomizer>) - 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.
 - EntityManagerFactoryBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.orm.jpa
 - 
Callback interface that can be used to customize the auto-configured
EntityManagerFactoryBuilder. - EntityManagerFactoryDependsOnPostProcessor - Class in org.springframework.boot.autoconfigure.orm.jpa
 - 
BeanFactoryPostProcessorthat can be used to dynamically declare that allEntityManagerFactorybeans should "depend on" one or more specific beans. - EntityManagerFactoryDependsOnPostProcessor(Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryDependsOnPostProcessor
 - 
Creates a new
EntityManagerFactoryDependsOnPostProcessorthat will set up dependencies upon beans with the given types. - EntityManagerFactoryDependsOnPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryDependsOnPostProcessor
 - 
Creates a new
EntityManagerFactoryDependsOnPostProcessorthat will set up dependencies upon beans with the given names. - EntityScan - Annotation Interface in org.springframework.boot.autoconfigure.domain
 - 
Configures the base packages used by auto-configuration when scanning for entity classes.
 - EntityScanner - Class in org.springframework.boot.autoconfigure.domain
 - 
An entity scanner that searches the classpath from an
@EntityScanspecified packages. - EntityScanner(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.domain.EntityScanner
 - 
Create a new
EntityScannerinstance. - EntityScanPackages - Class in org.springframework.boot.autoconfigure.domain
 - 
Class for storing
@EntityScanspecified packages for reference later (e.g. - env() - Method in interface org.springframework.boot.docker.compose.core.RunningService
 - 
Return the environment defined for the service.
 - Env() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 - envInfoContributor(ConfigurableEnvironment) - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
 - environment(String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
 - environment(SecurityContext, String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
 - environment(ConfigurableEnvironment) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
 - 
Environment for the application context.
 - EnvironmentBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.amqp
 - 
Callback interface that can be implemented by beans wishing to customize the auto-configured
Environmentthat is created by anEnvironmentBuilder. - environmentEndpoint(Environment, EnvironmentEndpointProperties, ObjectProvider<SanitizingFunction>) - Method in class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration
 - EnvironmentEndpoint - Class in org.springframework.boot.actuate.env
 - 
@Endpointto exposeenvironmentinformation. - EnvironmentEndpoint(Environment, Iterable<SanitizingFunction>, Show) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpoint
 - EnvironmentEndpoint.EnvironmentDescriptor - Class in org.springframework.boot.actuate.env
 - 
Description of an
Environment. - EnvironmentEndpoint.EnvironmentEntryDescriptor - Class in org.springframework.boot.actuate.env
 - 
Description of an entry of the
Environment. - EnvironmentEndpoint.PropertySourceDescriptor - Class in org.springframework.boot.actuate.env
 - 
Description of a
PropertySource. - EnvironmentEndpoint.PropertySourceEntryDescriptor - Class in org.springframework.boot.actuate.env
 - 
Description of a particular entry of
PropertySource. - EnvironmentEndpoint.PropertySummaryDescriptor - Class in org.springframework.boot.actuate.env
 - 
Description of a particular entry of the
Environment. - EnvironmentEndpoint.PropertyValueDescriptor - Class in org.springframework.boot.actuate.env
 - 
Description of a property's value, including its origin if available.
 - EnvironmentEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.env
 - 
Auto-configurationfor theEnvironmentEndpoint. - EnvironmentEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration
 - EnvironmentEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.env
 - 
Configuration properties for
EnvironmentEndpoint. - EnvironmentEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties
 - environmentEndpointWebExtension(EnvironmentEndpoint, EnvironmentEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration
 - EnvironmentEndpointWebExtension - Class in org.springframework.boot.actuate.env
 - 
@EndpointWebExtensionfor theEnvironmentEndpoint. - EnvironmentEndpointWebExtension(EnvironmentEndpoint, Show, Set<String>) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
 - environmentEntry(String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
 - environmentEntry(SecurityContext, String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
 - EnvironmentInfoContributor - Class in org.springframework.boot.actuate.info
 - 
An
InfoContributorthat provides all environment entries prefixed with info. - EnvironmentInfoContributor(ConfigurableEnvironment) - Constructor for class org.springframework.boot.actuate.info.EnvironmentInfoContributor
 - EnvironmentPostProcessor - Interface in org.springframework.boot.env
 - 
Allows for customization of the application's
Environmentprior to the application context being refreshed. - EnvironmentPostProcessorApplicationListener - Class in org.springframework.boot.env
 - 
SmartApplicationListenerused to triggerEnvironmentPostProcessorsregistered in thespring.factoriesfile. - EnvironmentPostProcessorApplicationListener() - Constructor for class org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
 - 
Create a new
EnvironmentPostProcessorApplicationListenerwithEnvironmentPostProcessorclasses loaded throughspring.factories. - EnvironmentPostProcessorsFactory - Interface in org.springframework.boot.env
 - 
Factory interface used by the
EnvironmentPostProcessorApplicationListenerto create theEnvironmentPostProcessorinstances. - environmentPrefix(String) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
 - 
Prefix that should be applied when obtaining configuration properties from the system environment.
 - environmentPrepared(ConfigurableBootstrapContext, ConfigurableEnvironment) - Method in interface org.springframework.boot.SpringApplicationRunListener
 - 
Called once the environment has been prepared, but before the
ApplicationContexthas been created. - EQUAL_OR_NEWER - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
 - 
Equal to, or newer than the specified
JavaVersion. - equals(Object) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
 - equals(Object) - Method in class org.springframework.boot.actuate.endpoint.EndpointId
 - equals(Object) - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
 - equals(Object) - Method in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
 - equals(Object) - Method in class org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
 - 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.ansi.Ansi8BitColor
 - equals(Object) - Method in record class org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails.Address
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails.Node
 - 
Indicates whether some other object is "equal to" this one.
 - 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 record class org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Node
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 - equals(Object) - Method in class org.springframework.boot.context.config.ConfigData.Options
 - equals(Object) - Method in class org.springframework.boot.context.config.ConfigDataLocation
 - equals(Object) - Method in class org.springframework.boot.context.config.ConfigTreeConfigDataResource
 - equals(Object) - Method in class org.springframework.boot.context.config.StandardConfigDataResource
 - equals(Object) - Method in class org.springframework.boot.context.properties.bind.Bindable
 - equals(Object) - Method in class org.springframework.boot.context.properties.bind.BindResult
 - equals(Object) - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
 - equals(Object) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
 - equals(Object) - Method in class org.springframework.boot.context.TypeExcludeFilter
 - 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.docker.compose.core.DockerComposeFile
 - equals(Object) - Method in record class org.springframework.boot.docker.compose.core.DockerComposeOrigin
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in class org.springframework.boot.docker.compose.core.ImageReference
 - equals(Object) - Method in class org.springframework.boot.logging.LoggerConfiguration
 - equals(Object) - Method in class org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
 - equals(Object) - Method in class org.springframework.boot.origin.OriginTrackedResource
 - equals(Object) - Method in class org.springframework.boot.origin.OriginTrackedValue
 - equals(Object) - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
 - equals(Object) - Method in class org.springframework.boot.origin.TextResourceOrigin
 - equals(Object) - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
 - equals(Object) - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in class org.springframework.boot.ssl.pem.PemContent
 - equals(Object) - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in class org.springframework.boot.system.ApplicationPid
 - equals(Object) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 - equals(Object) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 - equals(Object) - Method in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
 - 
Indicates whether some other object is "equal to" this one.
 - equals(Object) - Method in class org.springframework.boot.web.server.ErrorPage
 - equals(Object) - Method in class org.springframework.boot.web.server.MimeMappings
 - equals(Object) - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
 - error(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
 - error(Object) - Method in class org.springframework.boot.logging.DeferredLog
 - error(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 - Error() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Error
 - ERROR - Enum constant in enum class org.springframework.boot.logging.LogLevel
 - ERROR - Enum constant in enum class org.springframework.boot.web.servlet.DispatcherType
 - 
Apply the filter when an error is handled.
 - ERROR_REQUEST_URI - Static variable in class org.springframework.boot.web.servlet.support.ErrorPageFilter
 - 
The name of the servlet attribute containing request URI.
 - ErrorAttributeOptions - Class in org.springframework.boot.web.error
 - 
Options controlling the contents of
ErrorAttributes. - ErrorAttributeOptions.Include - Enum Class in org.springframework.boot.web.error
 - 
Error attributes that can be included in an error response.
 - errorAttributes() - Method in class org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration
 - errorAttributes() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 - ErrorAttributes - Interface in org.springframework.boot.web.reactive.error
 - 
Provides access to error attributes which can be logged or presented to the user.
 - ErrorAttributes - Interface in org.springframework.boot.web.servlet.error
 - 
Provides access to error attributes which can be logged or presented to the user.
 - ErrorController - Interface in org.springframework.boot.web.servlet.error
 - 
Marker interface used to identify a
@Controllerthat should be used to render errors. - errorHandler(ResponseErrorHandler) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
 - 
Set the
ResponseErrorHandlerthat should be used with theRestTemplate. - errorHtml(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
 - ErrorMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet.error
 - 
Auto-configurationto render errors through an MVC error controller. - ErrorMvcAutoConfiguration(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 - ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet.error
 - ErrorPage - Class in org.springframework.boot.web.server
 - 
Simple server-independent abstraction for error pages.
 - ErrorPage(Class<? extends Throwable>, String) - Constructor for class org.springframework.boot.web.server.ErrorPage
 - ErrorPage(String) - Constructor for class org.springframework.boot.web.server.ErrorPage
 - ErrorPage(HttpStatus, String) - Constructor for class org.springframework.boot.web.server.ErrorPage
 - errorPageCustomizer(DispatcherServletPath) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 - ErrorPageFilter - Class in org.springframework.boot.web.servlet.support
 - 
A Servlet
Filterthat provides anErrorPageRegistryfor non-embedded applications (i.e. - ErrorPageFilter() - Constructor for class org.springframework.boot.web.servlet.support.ErrorPageFilter
 - ErrorPageRegistrar - Interface in org.springframework.boot.web.server
 - 
Interface to be implemented by types that register
ErrorPages. - ErrorPageRegistrarBeanPostProcessor - Class in org.springframework.boot.web.server
 - 
BeanPostProcessorthat applies allErrorPageRegistrars from the bean factory toErrorPageRegistrybeans. - ErrorPageRegistrarBeanPostProcessor() - Constructor for class org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
 - ErrorPageRegistry - Interface in org.springframework.boot.web.server
 - 
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.IncludeAttribute - Enum Class in org.springframework.boot.autoconfigure.web
 - 
Include error attributes options.
 - ErrorProperties.IncludeStacktrace - Enum Class in org.springframework.boot.autoconfigure.web
 - 
Include Stacktrace attribute options.
 - ErrorProperties.Whitelabel - Class in org.springframework.boot.autoconfigure.web
 - ErrorViewResolver - Interface in org.springframework.boot.autoconfigure.web.servlet.error
 - 
Interface that can be implemented by beans that resolve error views.
 - errorWebExceptionHandler(ErrorAttributes, WebProperties, ObjectProvider<ViewResolver>, ServerCodecConfigurer, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration
 - ErrorWebExceptionHandler - Interface in org.springframework.boot.web.reactive.error
 - 
Marker interface that indicates that a
WebExceptionHandleris used to render errors. - ErrorWebFluxAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.error
 - 
Auto-configurationto render errors through a WebFluxWebExceptionHandler. - ErrorWebFluxAutoConfiguration(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration
 - events(String, OffsetDateTime, String) - Method in class org.springframework.boot.actuate.audit.AuditEventsEndpoint
 - eventType() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
 - evictionCount() - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
 - exception(ExecuteContext) - Method in class org.springframework.boot.autoconfigure.jooq.JooqExceptionTranslator
 - EXCEPTION - Enum constant in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
 - 
Include the exception class name attribute.
 - EXCEPTION_CONVERSION_WORD - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
 - 
Logging system property for the exception conversion word.
 - EXCEPTION_CONVERSION_WORD - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
 - 
Deprecated, for removal: This API element is subject to removal in a future version.
 - ExceptionCapturingInvoker(OperationInvoker) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker
 - 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(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<?>, 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(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
RequestEntityand return the response asResponseEntity. - exchange(RequestEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
 - 
Execute the request specified in the given
RequestEntityand return the response asResponseEntity. - exchangeStrategiesCustomizer(ObjectProvider<CodecCustomizer>) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration.WebClientCodecsConfiguration
 - exclude() - Element in annotation interface org.springframework.boot.autoconfigure.EnableAutoConfiguration
 - 
Exclude specific auto-configuration classes such that they will never be applied.
 - exclude() - Element in annotation interface org.springframework.boot.autoconfigure.ImportAutoConfiguration
 - 
Exclude specific auto-configuration classes such that they will never be applied.
 - exclude() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
 - 
Exclude specific auto-configuration classes such that they will never be applied.
 - exclude(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 - EXCLUDE - Enum constant in enum class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.cassandra.DataCassandraTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.couchbase.DataCouchbaseTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.elasticsearch.DataElasticsearchTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.jdbc.DataJdbcTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.neo4j.DataNeo4jTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.r2dbc.DataR2dbcTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.redis.DataRedisTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.graphql.GraphQlTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.jdbc.JdbcTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.jooq.JooqTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.JsonTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.client.RestClientTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.server.WebServiceServerTest
 - 
Auto-configuration exclusions that should be applied for this test.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.cassandra.DataCassandraTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.couchbase.DataCouchbaseTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.elasticsearch.DataElasticsearchTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.jdbc.DataJdbcTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.neo4j.DataNeo4jTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.r2dbc.DataR2dbcTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.redis.DataRedisTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.graphql.GraphQlTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.jdbc.JdbcTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.jooq.JooqTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.JsonTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.client.RestClientTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.server.WebServiceServerTest
 - 
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
 - excludeName() - Element in annotation interface org.springframework.boot.autoconfigure.EnableAutoConfiguration
 - 
Exclude specific auto-configuration class names such that they will never be applied.
 - excludeName() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
 - 
Exclude specific auto-configuration class names such that they will never be applied.
 - excluding(Class<?>...) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 - excluding(Class<?>...) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
 - excluding(String...) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 - excluding(String...) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
 - excluding(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
 - 
Return a new
StaticResourceRequest.StaticResourceServerWebExchangebased on this one but excluding the specified locations. - excluding(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
 - 
Return a new
StaticResourceRequest.StaticResourceRequestMatcherbased on this one but excluding the specified locations. - excluding(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
 - 
Return a new
StaticResourceRequest.StaticResourceServerWebExchangebased on this one but excluding the specified locations. - excluding(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
 - 
Return a new
StaticResourceRequest.StaticResourceRequestMatcherbased on this one but excluding the specified locations. - excluding(ErrorAttributeOptions.Include...) - Method in class org.springframework.boot.web.error.ErrorAttributeOptions
 - 
Return an
ErrorAttributeOptionsthat excludes the specified attributeErrorAttributeOptions.Includeoptions. - excludingLinks() - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 - excludingLinks() - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
 - 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 aResponseExtractor. - 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 aResponseExtractor. - 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 aResponseExtractor. - execute(Job, JobParameters) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 - executionGraphQlService(GraphQlSource, BatchLoaderRegistry) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration
 - exemplarSampler(SpanContextSupplier) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration
 - ExistingWebApplicationScopes(ConfigurableListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.ExistingWebApplicationScopes
 - exists() - Method in class org.springframework.boot.origin.OriginTrackedResource
 - 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
SpringApplicationand 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
ExitCodeEventinstance. - 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, Object...) - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
 - expand(String, Map<String, ?>) - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
 - expect(Matcher<? super String>) - Method in class org.springframework.boot.test.system.OutputCaptureRule
 - 
Verify that the output is matched by the supplied
matcher. - EXPECT_CORRELATION_ID_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingSystem
 - 
The name of an
Environmentproperty used to indicate that a correlation ID is expected to be logged at some point. - expectRequest(ExpectedCount, RequestMatcher) - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
 - EXPLICIT_ONLY - Enum constant in enum class org.springframework.boot.autoconfigure.jackson.JacksonProperties.ConstructorDetectorStrategy
 - 
Refuse to decide implicit mode and instead throw an InvalidDefinitionException for ambiguous cases.
 - Export() - Constructor for class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics.Export
 - ExposableControllerEndpoint - Interface in org.springframework.boot.actuate.endpoint.web.annotation
 - 
Information describing an endpoint that can be exposed over Spring MVC or Spring WebFlux.
 - ExposableEndpoint<O extends Operation> - Interface in org.springframework.boot.actuate.endpoint
 - 
Information describing an endpoint that can be exposed in some technology specific way.
 - ExposableJmxEndpoint - Interface in org.springframework.boot.actuate.endpoint.jmx
 - 
Information describing an endpoint that can be exposed over JMX.
 - ExposableServletEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
 - 
Information describing an endpoint that can be exposed by registering a servlet.
 - ExposableWebEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
 - 
Information describing an endpoint that can be exposed over the web.
 - exposure() - Element in annotation interface org.springframework.boot.actuate.autoconfigure.endpoint.condition.ConditionalOnAvailableEndpoint
 - 
Technologies to check the exposure of the endpoint on while considering it to be available.
 - Exposure() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties.Exposure
 - Exposure() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Exposure
 - EXTENDED_NCSA - Enum constant in enum class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog.FORMAT
 - 
Extended NCSA format, as defined in CustomRequestLog#EXTENDED_NCSA_FORMAT.
 - ExtendedWhitespaceThrowablePatternConverter - Class in org.springframework.boot.logging.log4j2
 - 
ThrowablePatternConverterthat adds some additional whitespace around the stack trace. - ExtendedWhitespaceThrowableProxyConverter - Class in org.springframework.boot.logging.logback
 - 
ExtendedThrowableProxyConverterthat adds some additional whitespace around the stack trace. - ExtendedWhitespaceThrowableProxyConverter() - Constructor for class org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
 - extendHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 - extendInterceptors(List<Object>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 - extendInterceptors(List<Object>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 - extractContent(PropertySource<?>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
 - 
Extract the raw content based on the specified
PropertySource. - 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.
 - extraInterfaces() - Element in annotation interface org.springframework.boot.test.mock.mockito.MockBean
 - 
Any extra interfaces that should also be declared on the mock.
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
LoggingSystemProperty.getEnvironmentVariableName()onLoggingSystemProperty.EXCEPTION_CONVERSION_WORD