Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- id() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.Endpoint
-
The id of the endpoint (must follow
EndpointId
rules). - id() - Element in annotation interface org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint
-
The id of the endpoint.
- id() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
-
The id of the endpoint.
- id() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
-
The id of the endpoint.
- id() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
-
The id of the endpoint.
- id() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint
-
The id of the endpoint.
- id() - Method in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.IsolationLevel
- ID - Static variable in class org.springframework.boot.actuate.health.HealthEndpoint
-
Health endpoint id.
- IDLE - Enum constant in enum class org.springframework.boot.web.server.GracefulShutdownResult
-
The server was idle with no active requests at the end of the grace period.
- ifBound(Consumer<? super T>) - Method in class org.springframework.boot.context.properties.bind.BindResult
-
Invoke the specified consumer with the bound value, or do nothing if no value has been bound.
- ifCausedBy(Exception, Class<E>, Consumer<E>) - Static method in exception org.springframework.boot.web.server.PortInUseException
-
Perform an action if the given exception was caused by a specific exception type.
- ifNotEmpty(Map<String, Object>, Consumer<DefaultPropertiesPropertySource>) - Static method in class org.springframework.boot.DefaultPropertiesPropertySource
-
Create a new
DefaultPropertiesPropertySource
instance if the provided source is not empty. - ifPortBindingException(Exception, Consumer<BindException>) - Static method in exception org.springframework.boot.web.server.PortInUseException
-
Perform an action if the given exception was caused by a "port in use"
BindException
. - IGNORE - Enum constant in enum class org.springframework.boot.context.config.ConfigDataNotFoundAction
-
Ignore the exception and continue processing the remaining locations.
- IGNORE_BACKGROUNDPREINITIALIZER_PROPERTY_NAME - Static variable in class org.springframework.boot.autoconfigure.BackgroundPreinitializer
-
System property that instructs Spring Boot how to run pre initialization.
- IGNORE_IMPORTS - Enum constant in enum class org.springframework.boot.context.config.ConfigData.Option
-
Ignore all imports properties from the source.
- IGNORE_PROFILES - Enum constant in enum class org.springframework.boot.context.config.ConfigData.Option
-
Ignore all profile activation and include properties.
- ignoreApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- ignoreApplicationContext(ApplicationContext) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
-
Returns if the
ApplicationContext
should be ignored and not used for matching. - ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest.H2ConsoleRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
-
Returns if the
WebApplicationContext
should be ignored and not used for matching. - ignored() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
The class types of beans that should be ignored when identifying matching beans.
- IGNORED_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
Order applied to the
WebSecurityCustomizer
that ignores standard static resource paths. - IgnoredCloudFoundryPathsWebSecurityConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration.IgnoredCloudFoundryPathsWebSecurityConfiguration
- ignoredType() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
The class type names of beans that should be ignored when identifying matching beans.
- IgnoreErrorsBindHandler - Class in org.springframework.boot.context.properties.bind.handler
-
BindHandler
that can be used to ignore binding errors. - IgnoreErrorsBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
- IgnoreErrorsBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
- ignoreInvalidFields() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationProperties
-
Flag to indicate that when binding to this object invalid fields should be ignored.
- IgnoreTopLevelConverterNotFoundBindHandler - Class in org.springframework.boot.context.properties.bind.handler
-
BindHandler
that can be used to ignore top-levelConverterNotFoundException
s. - IgnoreTopLevelConverterNotFoundBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
-
Create a new
IgnoreTopLevelConverterNotFoundBindHandler
instance. - IgnoreTopLevelConverterNotFoundBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
-
Create a new
IgnoreTopLevelConverterNotFoundBindHandler
instance with a specific parent. - ignoreUnknownFields() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationProperties
-
Flag to indicate that when binding to this object unknown fields should be ignored.
- image() - Method in interface org.springframework.boot.docker.compose.core.RunningService
-
Return the image being used by the service.
- ImageReference - Class in org.springframework.boot.docker.compose.core
-
A reference to a Docker image of the form
"imagename[:tag|@digest]"
. - IMAGES - Enum constant in enum class org.springframework.boot.autoconfigure.security.StaticResourceLocation
-
Resources under
"/images"
. - IMMEDIATE - Enum constant in enum class org.springframework.boot.web.server.GracefulShutdownResult
-
The server was shutdown immediately, ignoring any active requests.
- IMMEDIATE - Enum constant in enum class org.springframework.boot.web.server.Shutdown
-
The
WebServer
should shut down immediately. - IMPERATIVE - Enum constant in enum class org.springframework.boot.autoconfigure.data.RepositoryType
-
Enables imperative repositories.
- ImportAutoConfiguration - Annotation Interface in org.springframework.boot.autoconfigure
-
Import and apply the specified auto-configuration classes.
- ImportCandidates - Class in org.springframework.boot.context.annotation
-
Contains
@Configuration
import candidates, usually auto-configurations. - ImportTestcontainers - Annotation Interface in org.springframework.boot.testcontainers.context
-
Imports idiomatic Testcontainer declaration classes into the Spring
ApplicationContext
. - InactiveConfigDataAccessException - Exception in org.springframework.boot.context.config
-
Exception thrown when an attempt is made to resolve a property against an inactive
ConfigData
property source. - include(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
- Include - Enum Class in org.springframework.boot.actuate.web.exchanges
-
Include options for HTTP exchanges.
- INCLUDE - Enum constant in enum class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
- INCLUDE - Enum constant in enum class org.springframework.boot.web.servlet.DispatcherType
-
Apply the filter on "RequestDispatcher.include()" calls.
- INCLUDE_ANCESTORS - Enum constant in enum class org.springframework.boot.test.context.assertj.ApplicationContextAssert.Scope
-
Consider the ancestor contexts as well as the current context.
- INCLUDE_PROFILES_PROPERTY_NAME - Static variable in class org.springframework.boot.context.config.Profiles
-
Name of property to set to specify additionally included active profiles.
- IncludeExcludeEndpointFilter<E extends ExposableEndpoint<?>> - Class in org.springframework.boot.actuate.autoconfigure.endpoint.expose
- IncludeExcludeEndpointFilter(Class<E>, Collection<String>, Collection<String>, String...) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
-
Create a new
IncludeExcludeEndpointFilter
with specific include/exclude rules. - IncludeExcludeEndpointFilter(Class<E>, Environment, String, String...) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
-
Create a new
IncludeExcludeEndpointFilter
with include/exclude rules bound from theEnvironment
. - includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.cassandra.DataCassandraTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.couchbase.DataCouchbaseTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.elasticsearch.DataElasticsearchTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.jdbc.DataJdbcTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.neo4j.DataNeo4jTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.r2dbc.DataR2dbcTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.redis.DataRedisTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.graphql.GraphQlTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.jdbc.JdbcTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.jooq.JooqTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.JsonTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.client.RestClientTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.server.WebServiceServerTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- including(ErrorAttributeOptions.Include...) - Method in class org.springframework.boot.web.error.ErrorAttributeOptions
-
Return an
ErrorAttributeOptions
that includes the specified attributeErrorAttributeOptions.Include
options. - IncompatibleConfigurationException - Exception in org.springframework.boot.context.properties
-
Exception thrown when the application has configured an incompatible set of
ConfigurationProperties
keys. - IncompatibleConfigurationException(String...) - Constructor for exception org.springframework.boot.context.properties.IncompatibleConfigurationException
- INDEXED - Enum constant in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.RepositoryType
-
Auto-configure a RedisIndexedSessionRepository.
- Infinispan() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
- INFINISPAN - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
Infinispan backed caching.
- InfinispanCacheConfiguration - Class in org.springframework.boot.autoconfigure.cache
-
Infinispan cache configuration.
- InfinispanCacheConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
- infinispanCacheManager(CacheProperties, ObjectProvider<ConfigurationBuilder>) - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
- influxConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxMetricsExportAutoConfiguration
- influxDb(InfluxDbProperties, ObjectProvider<InfluxDbOkHttpClientBuilderProvider>, ObjectProvider<InfluxDbCustomizer>) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
-
Deprecated.
- InfluxDbAutoConfiguration - Class in org.springframework.boot.autoconfigure.influx
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of the new client and its own Spring Boot integration.
- InfluxDbAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
-
Deprecated.
- InfluxDbCustomizer - Interface in org.springframework.boot.autoconfigure.influx
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of the new client and its own Spring Boot integration.
- influxDbHealthContributor(Map<String, InfluxDB>) - Method in class org.springframework.boot.actuate.autoconfigure.influx.InfluxDbHealthContributorAutoConfiguration
-
Deprecated.
- InfluxDbHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.influx
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of the new client and its own Spring Boot integration.
- InfluxDbHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.influx.InfluxDbHealthContributorAutoConfiguration
-
Deprecated.
- InfluxDbHealthIndicator - Class in org.springframework.boot.actuate.influx
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of the new client and its own Spring Boot integration.
- InfluxDbHealthIndicator(InfluxDB) - Constructor for class org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
-
Deprecated.
- InfluxDbOkHttpClientBuilderProvider - Interface in org.springframework.boot.autoconfigure.influx
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of the new client and its own Spring Boot integration.
- InfluxDbProperties - Class in org.springframework.boot.autoconfigure.influx
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of the new InfluxDB Java client and its own Spring Boot integration.
- InfluxDbProperties() - Constructor for class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
-
Deprecated.
- influxMeterRegistry(InfluxConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxMetricsExportAutoConfiguration
- InfluxMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.influx
-
Auto-configuration
for exporting metrics to Influx. - InfluxMetricsExportAutoConfiguration(InfluxProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxMetricsExportAutoConfiguration
- InfluxProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.influx
-
@ConfigurationProperties
for configuring Influx metrics export. - InfluxProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- info() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryInfoEndpointWebExtension
- info() - Method in class org.springframework.boot.actuate.info.InfoEndpoint
- info(Object) - Method in class org.springframework.boot.logging.DeferredLog
- info(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
- Info - Class in org.springframework.boot.actuate.info
-
Carries information of the application.
- INFO - Enum constant in enum class org.springframework.boot.logging.LogLevel
- 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.info
-
Auto-configuration
for standardInfoContributor
s. - InfoContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
- InfoContributorFallback - Enum Class in org.springframework.boot.actuate.autoconfigure.info
-
Controls the fallback behavior when the primary property that controls whether an info contributor is enabled is not set.
- InfoContributorProperties - Class in org.springframework.boot.actuate.autoconfigure.info
-
Configuration properties for core info contributors.
- InfoContributorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties
- InfoContributorProperties.Git - Class in org.springframework.boot.actuate.autoconfigure.info
- infoEndpoint(ObjectProvider<InfoContributor>) - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration
- InfoEndpoint - Class in org.springframework.boot.actuate.info
-
@Endpoint
to expose arbitrary application information. - InfoEndpoint(List<InfoContributor>) - Constructor for class org.springframework.boot.actuate.info.InfoEndpoint
-
Create a new
InfoEndpoint
instance. - InfoEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.info
-
Auto-configuration
for theInfoEndpoint
. - InfoEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration
- 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 anInfoProperties
. - InfoPropertiesInfoContributor(T, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
- InfoPropertiesInfoContributor.Mode - Enum Class in org.springframework.boot.actuate.info
-
Defines how properties should be exposed.
- INFORMATIONAL - Enum constant in enum class org.springframework.boot.actuate.metrics.http.Outcome
-
Outcome of the request was informational.
- INFORMIX - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
-
Informix.
- INHERITED - Enum constant in enum class org.springframework.boot.logging.LoggerConfiguration.ConfigurationScope
-
May return configuration that has been applied to a parent logger.
- init(FilterConfig) - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
- init(FilterConfig) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
- initFields(Object, ObjectMapper) - Static method in class org.springframework.boot.test.json.JacksonTester
-
Utility method to initialize
JacksonTester
fields. - initFields(Object, Gson) - Static method in class org.springframework.boot.test.json.GsonTester
-
Utility method to initialize
GsonTester
fields. - initFields(Object, Jsonb) - Static method in class org.springframework.boot.test.json.JsonbTester
-
Utility method to initialize
JsonbTester
fields. - initFields(Object, M) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
- initFields(Object, ObjectFactory<ObjectMapper>) - Static method in class org.springframework.boot.test.json.JacksonTester
-
Utility method to initialize
JacksonTester
fields. - initFields(Object, ObjectFactory<Gson>) - Static method in class org.springframework.boot.test.json.GsonTester
-
Utility method to initialize
GsonTester
fields. - initFields(Object, ObjectFactory<Jsonb>) - Static method in class org.springframework.boot.test.json.JsonbTester
-
Utility method to initialize
JsonbTester
fields. - initFields(Object, ObjectFactory<M>) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
- initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
- initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AdditionalHealthEndpointPathsWebFluxHandlerMapping
- initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
- initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AdditionalHealthEndpointPathsWebMvcHandlerMapping
- initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
- initialize(boolean) - Method in class org.springframework.boot.devtools.restart.Restarter
- initialize(Class<?>) - 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) - Method in class org.springframework.boot.test.json.BasicJsonTester
-
Initialize the marshal tester for use.
- initialize(Class<?>, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
-
Initialize the marshal tester for use.
- initialize(String[]) - 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(String[], RestartInitializer) - Static method in class org.springframework.boot.devtools.restart.Restarter
-
Initialize restart support.
- initialize(BootstrapRegistry) - Method in interface org.springframework.boot.BootstrapRegistryInitializer
-
Initialize the given
BootstrapRegistry
with any required registrations. - 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(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.LoggingSystem
-
Fully initialize the logging system.
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-
Deprecated.
- 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.devtools.restart.RestartScopeInitializer
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.test.context.ConfigDataApplicationContextInitializer
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.testcontainers.lifecycle.TestcontainersLifecycleApplicationContextInitializer
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
- initialize(ConfigurableEnvironment, ClassLoader) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
Initialize the logging system according to preferences expressed through the
Environment
and the classpath. - initialize(ConfigurableWebApplicationContext) - Method in class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
- initialized(Supplier<C>) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
-
Called once the context has been initialized.
- initialized(Supplier<C>) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
-
Method that can be implemented by subclasses that wish to initialize items the first time that the matcher is called.
- initialized(Supplier<WebEndpointProperties>) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- initialized(Supplier<PathMappedEndpoints>) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- initialized(Supplier<H2ConsoleProperties>) - Method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest.H2ConsoleRequestMatcher
- initialized(Supplier<DispatcherServletPath>) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
- initialized(Supplier<WebApplicationContext>) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
- initializeDatabase() - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer
-
Initializes the database by applying schema and data scripts.
- initializeDataSourceBuilder() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Initialize a
DataSourceBuilder
with the state of this instance. - 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). - initializeSpringBootLogging(LoggingSystem, LogLevel) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
Initialize loggers based on the
springBootLogging
setting. - 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
- InMemoryHttpExchangeRepository - Class in org.springframework.boot.actuate.web.exchanges
-
In-memory implementation of
HttpExchangeRepository
. - InMemoryHttpExchangeRepository() - Constructor for class org.springframework.boot.actuate.web.exchanges.InMemoryHttpExchangeRepository
- inMemoryUserDetailsManager(SecurityProperties, ObjectProvider<PasswordEncoder>) - Method in class org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
- Inspection() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Inspection
- INSTANCE - Static variable in class org.springframework.boot.actuate.health.HealthContributorNameFactory
-
A shared singleton
HealthContributorNameFactory
instance. - instantiate(ClassLoader, Collection<String>) - Method in class org.springframework.boot.util.Instantiator
-
Instantiate the given set of class name, injecting constructor arguments as necessary.
- instantiate(Collection<String>) - Method in class org.springframework.boot.util.Instantiator
-
Instantiate the given set of class name, injecting constructor arguments as necessary.
- instantiateTypes(Collection<Class<?>>) - Method in class org.springframework.boot.util.Instantiator
-
Instantiate the given set of classes, injecting constructor arguments as necessary.
- instantiateView() - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
- instantiateView() - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
- Instantiator<T> - Class in org.springframework.boot.util
-
Simple factory used to instantiate objects by injecting available parameters.
- Instantiator(Class<?>, Consumer<Instantiator.AvailableParameters>) - Constructor for class org.springframework.boot.util.Instantiator
-
Create a new
Instantiator
instance for the given type. - Instantiator(Class<?>, Consumer<Instantiator.AvailableParameters>, Instantiator.FailureHandler) - Constructor for class org.springframework.boot.util.Instantiator
-
Create a new
Instantiator
instance for the given type. - Instantiator.AvailableParameters - Interface in org.springframework.boot.util
-
Callback used to register available parameters.
- Instantiator.FailureHandler - Interface in org.springframework.boot.util
-
Strategy for handling a failure that occurs when instantiating a type.
- IntegrationAutoConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
Auto-configuration
for Spring Integration. - IntegrationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
- IntegrationAutoConfiguration.IntegrationComponentScanConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
Integration component scan configuration.
- IntegrationAutoConfiguration.IntegrationConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
Basic Spring Integration configuration.
- IntegrationAutoConfiguration.IntegrationJdbcConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
Integration JDBC configuration.
- IntegrationAutoConfiguration.IntegrationJmxConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
Spring Integration JMX configuration.
- IntegrationAutoConfiguration.IntegrationManagementConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
Integration management configuration.
- IntegrationAutoConfiguration.IntegrationManagementConfiguration.EnableIntegrationManagementConfiguration - Class in org.springframework.boot.autoconfigure.integration
- IntegrationAutoConfiguration.IntegrationRSocketConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
Integration RSocket configuration.
- IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketClientConfiguration - Class in org.springframework.boot.autoconfigure.integration
- IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration - Class in org.springframework.boot.autoconfigure.integration
- IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration - Class in org.springframework.boot.autoconfigure.integration
-
Expose a standard
ThreadPoolTaskScheduler
if the user has not enabled task scheduling explicitly. - IntegrationComponentScanConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationComponentScanConfiguration
- IntegrationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationConfiguration
- integrationDataSourceInitializer(DataSource, IntegrationProperties) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJdbcConfiguration
- IntegrationDataSourceScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.integration
-
DataSourceScriptDatabaseInitializer
for the Spring Integration database. - IntegrationDataSourceScriptDatabaseInitializer(DataSource, IntegrationProperties.Jdbc) - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceScriptDatabaseInitializer
-
Create a new
IntegrationDataSourceScriptDatabaseInitializer
instance. - IntegrationDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceScriptDatabaseInitializer
-
Create a new
IntegrationDataSourceScriptDatabaseInitializer
instance. - integrationGlobalProperties(IntegrationProperties) - Static method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
- integrationGraphEndpoint(IntegrationGraphServer) - Method in class org.springframework.boot.actuate.autoconfigure.integration.IntegrationGraphEndpointAutoConfiguration
- IntegrationGraphEndpoint - Class in org.springframework.boot.actuate.integration
-
@Endpoint
to expose the Spring Integration graph. - IntegrationGraphEndpoint(IntegrationGraphServer) - Constructor for class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
-
Create a new
IntegrationGraphEndpoint
instance that exposes a graph containing all the Spring Integration components in the givenIntegrationGraphServer
. - IntegrationGraphEndpoint.GraphDescriptor - Class in org.springframework.boot.actuate.integration
-
Description of a
Graph
. - IntegrationGraphEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.integration
- IntegrationGraphEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.integration.IntegrationGraphEndpointAutoConfiguration
- integrationGraphServer() - Method in class org.springframework.boot.actuate.autoconfigure.integration.IntegrationGraphEndpointAutoConfiguration
- IntegrationJdbcConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJdbcConfiguration
- IntegrationJmxConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
- IntegrationManagementConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationManagementConfiguration
- integrationMbeanExporter(BeanFactory, JmxProperties) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
- IntegrationProperties - Class in org.springframework.boot.autoconfigure.integration
-
Configuration properties for Spring Integration.
- IntegrationProperties() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties
- IntegrationProperties.Channel - Class in org.springframework.boot.autoconfigure.integration
- IntegrationProperties.Endpoint - Class in org.springframework.boot.autoconfigure.integration
- IntegrationProperties.Error - Class in org.springframework.boot.autoconfigure.integration
- IntegrationProperties.Jdbc - Class in org.springframework.boot.autoconfigure.integration
- IntegrationProperties.Management - Class in org.springframework.boot.autoconfigure.integration
- IntegrationProperties.Poller - Class in org.springframework.boot.autoconfigure.integration
- IntegrationProperties.RSocket - Class in org.springframework.boot.autoconfigure.integration
- IntegrationProperties.RSocket.Client - Class in org.springframework.boot.autoconfigure.integration
- IntegrationProperties.RSocket.Server - Class in org.springframework.boot.autoconfigure.integration
- IntegrationRSocketClientConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketClientConfiguration
- IntegrationRSocketConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration
- IntegrationRSocketServerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration
- IntegrationTaskSchedulerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.boot.devtools.remote.client.HttpHeaderInterceptor
- interceptors(Collection<? extends ClientInterceptor>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set the
ClientInterceptors
that should be used with theWebServiceTemplate
. - interceptors(Collection<ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Set the
ClientHttpRequestInterceptors
that should be used with theRestTemplate
. - interceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Set the
ClientHttpRequestInterceptors
that should be used with theRestTemplate
. - interceptors(ClientInterceptor...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set the
ClientInterceptors
that should be used with theWebServiceTemplate
. - IntervalTaskDescriptor(ScheduledTasksEndpoint.TaskType, IntervalTask) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescriptor
- IntervalTaskDescriptor(ScheduledTasksEndpoint.TaskType, TriggerTask, PeriodicTrigger) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescriptor
- Introspection() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Introspection
- INVALID_AUDIENCE - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
-
Invalid Audience.
- INVALID_ISSUER - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
-
Invalid Issuer.
- INVALID_KEY_ID - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
-
Invalid Key ID.
- INVALID_SIGNATURE - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
-
Invalid Signature.
- INVALID_TOKEN - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
-
Invalid Token.
- InvalidConfigDataPropertyException - Exception in org.springframework.boot.context.config
-
Exception thrown if an invalid property is found when processing config data.
- InvalidConfigurationPropertyNameException - Exception in org.springframework.boot.context.properties.source
-
Exception thrown when
ConfigurationPropertyName
has invalid characters. - InvalidConfigurationPropertyNameException(CharSequence, List<Character>) - Constructor for exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
- InvalidConfigurationPropertyValueException - Exception in org.springframework.boot.context.properties.source
-
Exception thrown when a configuration property value is invalid.
- InvalidConfigurationPropertyValueException(String, Object, String) - Constructor for exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
-
Creates a new instance for the specified property
name
andvalue
, including areason
why the value is invalid. - InvalidEndpointRequestException - Exception in org.springframework.boot.actuate.endpoint
-
Indicate that an endpoint request is invalid.
- InvalidEndpointRequestException(String, String) - Constructor for exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
- InvalidEndpointRequestException(String, String, Throwable) - Constructor for exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
- inverse(ConditionOutcome) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Return the inverse of the specified condition outcome.
- InvocationContext - Class in org.springframework.boot.actuate.endpoint
-
The context for the
invocation of an operation
. - InvocationContext(SecurityContext, Map<String, Object>, OperationArgumentResolver...) - Constructor for class org.springframework.boot.actuate.endpoint.InvocationContext
-
Creates a new context for an operation being invoked by the given
securityContext
with the given availablearguments
. - invoke(C, Supplier<R>) - Method in class org.springframework.boot.util.LambdaSafe.LambdaSafeCallback
- invoke(String, Object[], String[]) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
- invoke(Consumer<C>) - Method in class org.springframework.boot.util.LambdaSafe.Callback
-
Invoke the callback instance where the callback method returns void.
- invoke(Consumer<C>) - Method in class org.springframework.boot.util.LambdaSafe.Callbacks
-
Invoke the callback instances where the callback method returns void.
- invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
- invoke(InvocationContext) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationInvoker
-
Invoke the underlying operation using the given
context
. - invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
- invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
- invoke(InvocationContext) - Method in interface org.springframework.boot.actuate.endpoint.Operation
-
Invoke the underlying operation using the given
context
. - invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
- invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker
- invoke(ServletWebRequest) - Method in class org.springframework.boot.actuate.autoconfigure.web.servlet.ManagementErrorEndpoint
- invokeAnd(Function<C, R>) - Method in class org.springframework.boot.util.LambdaSafe.Callback
-
Invoke the callback instance where the callback method returns a result.
- invokeAnd(Function<C, R>) - Method in class org.springframework.boot.util.LambdaSafe.Callbacks
-
Invoke the callback instances where the callback method returns a result.
- Io() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
- isAccepted(String) - Method in class org.springframework.boot.context.config.Profiles
-
Return if the given profile is active.
- isAccessAllowed(String) - Method in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
-
Returns if the access level should allow access to the specified ID.
- isAccessLogEnabled() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- isAccessLogEnabled() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- isActive() - Static method in class org.springframework.boot.devtools.restart.AgentReloader
-
Determine if any agent reloader is active.
- isActive(Environment) - Method in enum class org.springframework.boot.autoconfigure.thread.Threading
-
Determines whether the threading is active.
- isActive(Environment) - Method in enum class org.springframework.boot.cloud.CloudPlatform
-
Determines if the platform is active (i.e.
- isAdaptive() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
- isAddFilters() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
- isAddMappings() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
- isAllowCaching() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
- isAllowCoreThreadTimeout() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- 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
- isAllowEncodedSlash() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
Deprecated, for removal: This API element is subject to removal in a future version.
- isAllowRequestOverride() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
- isAllowRequestOverride() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- isAllowSessionOverride() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
- isAllowSessionOverride() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- isAlwaysSetKeepAlive() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- isAlwaysUseMessageFormat() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- isAncestorOf(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Returns
true
if this element is an ancestor (immediate or nested parent) of the specified name. - isAppend() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- isAsyncSupported() - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Returns if asynchronous operations are supported for this registration.
- isAttachedConfigurationPropertySource(PropertySource<?>) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
-
Determines if the specific
PropertySource
is theConfigurationPropertySource
that wasattached
to theEnvironment
. - isAutoCreate() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
- isAutoCreate() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- isAutoCreateDb() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- isAutoCreateIndex() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
- isAutoIndex() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
- isAutoIndexCreation() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- isAutoStartup() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- isAwaitTermination() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
- isAwaitTermination() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
- isBaselineOnMigrate() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isBatchingEnabled() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- isBindingErrorsEnabled(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Check whether the errors attribute has been set on the given request.
- isBlockIfFull() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- isBlocking() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
-
Returns if the underlying operation is blocking.
- isBound() - Method in class org.springframework.boot.context.properties.bind.BindResult
-
Returns
true
if a result was bound. - isBuffered() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
- isBuffered() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- isCache() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
- 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.WebProperties.Resources.Chain
- isCacheNullValues() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- isCheckExists() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- isCheckTemplate() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- isChunkingEnabled() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- isClassAvailable(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- isClassReloadable(Class<?>) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- isCleanDisabled() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isCleanOnValidationError() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isClearChecksums() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- isCompress() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
- isCompressed() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- isCompressed() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
- isConsumerBatchEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- isConsumers() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- isContinueOnError() - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
- isContinueOnError() - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
- isContinueOnError() - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
-
Returns whether to continue when an error occurs while applying a schema or data script.
- isConvertViaObjectSourceType(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.boot.convert.ApplicationConversionService
-
Return
true
if objects ofsourceType
can be converted to thetargetType
and the converter hasObject.class
as a supported source type. - isCreateSchemas() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isCustom() - Method in class org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
-
Return if this is a custom level and cannot be represented by
LogLevel
. - isDeBatchingEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- isDebugEnabled() - Method in class org.springframework.boot.logging.DeferredLog
- isDecodeUrl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- isDefault() - Method in interface org.springframework.boot.actuate.endpoint.Producible
-
Return if this enum value should be used as the default value when an accept header of */* is provided, or if the
Accept
header is missing. - isDefaultClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- isDefaultLoggingEnabled() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Management
- isDescriptions() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
- isDescriptions() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
- isDetected(Environment) - Method in enum class org.springframework.boot.cloud.CloudPlatform
-
Determines if the platform is detected by looking for platform-specific environment variables.
- isDevelopmentClassLoader(ClassLoader) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
-
Returns whether the given
classLoader
is one that is typically used during development. - isDispatchOptionsRequest() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- isDispatchTraceRequest() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- isDropFirst() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- isDurable() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetailsDescriptor
- isDynamicRefreshSources() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
- isEagerFilterInit() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- isEagerFilterInit() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
Return if filters should be eagerly initialized.
- isEmbedded() - Method in enum class org.springframework.boot.test.context.SpringBootTest.WebEnvironment
-
Return if the environment uses an
ServletWebServerApplicationContext
. - isEmbedded(ConnectionFactory) - Static method in enum class org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
-
Convenience method to determine if a given connection factory represents an embedded database type.
- isEmbedded(String, String) - Static method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Convenience method to determine if a given driver class name and url represent an embedded database type.
- isEmbedded(DataSource) - Static method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Convenience method to determine if a given data source represents an embedded database type.
- isEmbeddedDatabase() - Method in class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
- isEmbeddedDatabase() - Method in class org.springframework.boot.r2dbc.init.R2dbcScriptDatabaseInitializer
- isEmbeddedDatabase() - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer
-
Returns whether the database that is to be initialized is embedded.
- 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.context.properties.source.ConfigurationPropertyName
-
Returns
true
if thisConfigurationPropertyName
is empty. - isEmpty() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
- isEnableByDefault() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
- isEnableByDefault() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
-
Returns if the endpoint is enabled by default.
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Discovery
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesAutoTimer
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage.Correlation
- isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
- isEnabled() - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
-
Return if the auto-timer is enabled and metrics should be recorded.
- isEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- isEnabled() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Ssl
- isEnabled() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Ssl
- isEnabled() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isEnabled() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Graphiql
- isEnabled() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Inspection
- isEnabled() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Introspection
- isEnabled() - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Printer
- isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- isEnabled() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- isEnabled() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
- isEnabled() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
- isEnabled() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- isEnabled() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties.Ssl
- isEnabled() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- isEnabled() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- 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.ErrorProperties.Whitelabel
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Problemdetails
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Mbeanregistry
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Problemdetails
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
- 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.Restart
- isEnabled() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
- isEnabled() - Method in class org.springframework.boot.web.server.Http2
-
Return whether to enable HTTP/2 support, if the current environment supports it.
- isEnabled() - Method in class org.springframework.boot.web.server.Ssl
-
Return whether to enable SSL support.
- isEnabled() - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Return if the registration is enabled.
- isEnabled(Ssl) - Static method in class org.springframework.boot.web.server.Ssl
-
Returns if SSL is enabled for the given instance.
- isEnabled(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- isEnableSpringElCompiler() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- isEnableStatistics() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- isEncrypted() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
- isEndpointTypeExposed(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
Determine if an endpoint bean should be exposed.
- isEndpointTypeExposed(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
- isEndpointTypeExposed(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
- isEnforced(Binder) - Method in enum class org.springframework.boot.cloud.CloudPlatform
-
Determines if the platform is enforced by looking at the
"spring.main.cloud-platform"
configuration property. - isEnforced(Environment) - Method in enum class org.springframework.boot.cloud.CloudPlatform
-
Determines if the platform is enforced by looking at the
"spring.main.cloud-platform"
configuration property. - isEnrichWithDynatraceMetadata() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
- isEqualOrNewerThan(JavaVersion) - Method in enum class org.springframework.boot.system.JavaVersion
-
Return if this version is equal to or newer than a given version.
- 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(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is
leniently
equal to the specified JSON bytes. - 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(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) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is
leniently
equal to the specified JSON file. - 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(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) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is
leniently
equal to the specified JSON input stream. - 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(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(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is
leniently
equal to the specified JSON. - isEqualToJson(CharSequence, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is equal to the specified JSON.
- 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<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is
leniently
equal to the specified JSON resource. - 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(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(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is
leniently
equal to the specified JSON resource. - isEqualToJson(Resource, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is equal to the specified JSON resource.
- isEqualToJson(Resource, JSONCompareMode) - 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
- isExcluded(Class<?>) - Method in interface org.springframework.boot.validation.beanvalidation.MethodValidationExcludeFilter
-
Evaluate whether to exclude the given
type
from method validation. - isExcluded(String, BeanDefinition, Class<?>) - Method in interface org.springframework.boot.LazyInitializationExcludeFilter
-
Returns
true
if the specified bean definition should be excluded from havinglazy-init
automatically set. - isExecuteInTransaction() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isExpired() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
- isExportMeterMetadata() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
- isExposeRequestAttributes() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
- isExposeRequestAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- isExposeSessionAttributes() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
- isExposeSessionAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- isExposeSpringMacroHelpers() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
- isExposeSpringMacroHelpers() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- isExtensionTypeExposed(Class<?>) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryWebEndpointDiscoverer
- isExtensionTypeExposed(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
Determine if an extension bean should be exposed.
- isFailFast() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- isFailFast() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
- isFailOnMissingLocations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isFallbackToSystemLocale() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- isFatalEnabled() - Method in class org.springframework.boot.logging.DeferredLog
- isFavorParameter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- isFile() - Method in class org.springframework.boot.origin.OriginTrackedResource
- isFloorTimes() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
- isForce() - Method in class org.springframework.boot.web.servlet.server.Encoding
- isForceRequest() - Method in class org.springframework.boot.web.servlet.server.Encoding
- isForceResponse() - Method in class org.springframework.boot.web.servlet.server.Encoding
- isForceStop() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- 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
- isGenerateUniqueName() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
- isGlobal() - Method in class org.springframework.boot.web.server.ErrorPage
-
Return if this error page is a global one (matches all unmatched status and exception types).
- isGroup() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isHandlePing() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
- isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
- isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- isHostnameVerificationEnabled() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
- isIgnoreFailures() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Error
- isIgnoreNameNotFoundException() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
- isIgnorePartialResultException() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
- isIgnoreRoutingDataSources() - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties
- isIgnoreSizeLimitExceededException() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
- isImmediateStop() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- isImmutable() - Method in class org.springframework.boot.env.ConfigTreePropertySource
- isImmutable() - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
- isImmutable() - Method in interface org.springframework.boot.origin.OriginLookup
-
Return
true
if this lookup is immutable and has contents that will never change. - isIncludeBindingErrors(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
-
Determine if the errors attribute should be included.
- isIncludeBindingErrors(ServerRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
-
Determine if the errors attribute should be included.
- isIncluded(ErrorAttributeOptions.Include) - Method in class org.springframework.boot.web.error.ErrorAttributeOptions
-
Get the option for including the specified attribute in the error response.
- isIncludeException() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- isIncludeMessage(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
-
Determine if the message attribute should be included.
- isIncludeMessage(ServerRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
-
Determine if the message attribute should be included.
- isIncludeParameterValues() - Method in class org.springframework.boot.actuate.autoconfigure.r2dbc.R2dbcObservationProperties
- isIncludeStackTrace(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
-
Determine if the stacktrace attribute should be included.
- isIncludeStackTrace(ServerRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
-
Determine if the stacktrace attribute should be included.
- isInfoEnabled() - Method in class org.springframework.boot.logging.DeferredLog
- isInTests() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Skip
- isIpv6Canonical() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- isJta() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-
Returns if a JTA
PlatformTransactionManager
is being used. - isKeepAlive() - Method in class org.springframework.boot.SpringApplication
-
Whether to keep the application alive even if there are no more non-daemon threads.
- isLastElementIndexed() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Return if the last element in the name is indexed.
- isLoadable(ConfigDataLoaderContext, R) - Method in interface org.springframework.boot.context.config.ConfigDataLoader
-
Returns if the specified resource can be loaded by this instance.
- isLogConditionEvaluationDelta() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- isLogLeakedSessions() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
- isLogRequestDetails() - Method in class org.springframework.boot.autoconfigure.codec.CodecProperties
- isLogRequestDetails() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- isLogResolvedException() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- isLwcEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- isLwcIgnorePublishStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- isMain(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
-
Returns if the thread is for a main invocation.
- isMainThread(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
-
Returns whether the given
thread
is considered to be the main thread. - isMandatory() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
-
Return if the parameter is mandatory (does not accept null values).
- 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.DefaultSourceDirectoryUrlFilter
- isMatch(String, URL) - Method in interface org.springframework.boot.devtools.restart.server.SourceDirectoryUrlFilter
-
Determine if the specified URL matches a source directory.
- isMatchAfter() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Return if filter mappings should be matched after any declared Filter mappings of the ServletContext.
- isMember(String) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
-
Returns
true
if the given contributor is a member of this group. - isMessageEnabled(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Check whether the message attribute has been set on the given request.
- isMessageMappingEnabled() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Server
- isMeterNameEventTypeEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
- isMetricsEnabled() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
- isMissingQueuesFatal() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- isMissingQueuesFatal() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
- isMissingQueuesFatal() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- isMissingTopicsFatal() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- isMixed() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isModifyTopicConfigs() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- isNativeListener() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.StreamContainer
- isNegated() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
- isNegated() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
- isNegated() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
- isNegated() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
- isNonBlockingRedelivery() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- 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(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(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(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) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not
leniently
equal to the specified JSON file. - 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(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) - 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(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(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(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not
leniently
equal to the specified JSON. - 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(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<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not
leniently
equal to the specified JSON resource. - 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(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(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(Resource, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not equal to the specified JSON resource.
- 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.
- 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(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(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is not
strictly
equal to the specified JSON resource. - isNumericIndex(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Return if the element in the name is indexed and numeric.
- ISO8601 - Enum constant in enum class org.springframework.boot.convert.DurationStyle
-
ISO-8601 formatting.
- ISO8601 - Enum constant in enum class org.springframework.boot.convert.PeriodStyle
-
ISO-8601 formatting.
- isObservationEnabled() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- isObservationEnabled() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
- isObservationEnabled() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Listener
- isObservationsEnabled() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Template
- isOlderThan(JavaVersion) - Method in enum class org.springframework.boot.system.JavaVersion
-
Return if this version is older than a given version.
- isOneIndexedParameters() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- isOnShutdown() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Cleanup
- isOnStartup() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Cleanup
- IsoOffsetDateTimeConverter - Class in org.springframework.boot.actuate.endpoint.invoke.convert
- IsoOffsetDateTimeConverter() - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
- isOpen() - Method in class org.springframework.boot.origin.OriginTrackedResource
- isOptional() - Method in class org.springframework.boot.context.config.ConfigDataLocation
-
Return if the location is optional and should ignore
ConfigDataNotFoundException
. - isOutOfOrder() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isOverwriteExistingJobs() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- isParentOf(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Returns
true
if this element is an immediate parent of the specified name. - isPasswordGenerated() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
- isPaused() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor
- isPercentilesHistogram() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
- isPersistent() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- isPersistent() - Method in class org.springframework.boot.web.servlet.server.Session
-
Return whether to persist session data between restarts.
- isPlaceholderReplacement() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isPreferFileSystemAccess() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
- isPresentInText(String) - Static method in class org.springframework.boot.ssl.pem.PemContent
-
Return if PEM content is present in the given text.
- isPreservePathOnForward() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- isPreservePathOnForward() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
Return whether the request path should be preserved on forward.
- isPrintOnlyOnFailure() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
- isProducePartialOutputWhileProcessing() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
- isProducers() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- isPropagateFailures() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
- isPropagateStopFailures() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
- isProxyConfigured() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
- isPublisherReturns() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- isPublishRequestHandledEvents() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- isPublishUnchangedMeters() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
- isPubSubDomain() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
- isRandomBackOff() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
- isReadable() - Method in class org.springframework.boot.origin.OriginTrackedResource
- isReadCompacted() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- isReadCompacted() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
- 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.autoconfigure.web.ServerProperties.Servlet
- isRegisterDefaultServlet() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Flag to indicate that the default servlet should be registered.
- isRegistered(Class<T>) - Method in interface org.springframework.boot.BootstrapContext
-
Return if a registration exists for the given type.
- isRegistered(Class<T>) - Method in interface org.springframework.boot.BootstrapRegistry
-
Return if a registration exists for the given type.
- isRegistered(Class<T>) - Method in class org.springframework.boot.DefaultBootstrapContext
- isRejectIllegalHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-
Deprecated, for removal: This API element is subject to removal in a future version.
- isReloadOnUpdate() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
- isRenameOnRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- isRenderHiddenMarkersBeforeCheckboxes() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- isReportDayDistribution() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics.Export
- isReportHourDistribution() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics.Export
- isReportMinuteDistribution() - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics.Export
- isRequestAttributesEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- isRequestRecovery() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetailsDescriptor
- isRequireAuthorizationConsent() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
- isRequireProofKey() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
- isRequireSubscribers() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Error
- isResolvable(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolver
-
Returns if the specified location address can be resolved by this resolver.
- isResolvable(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in class org.springframework.boot.context.config.ConfigTreeConfigDataLocationResolver
- isResolvable(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in class org.springframework.boot.context.config.StandardConfigDataLocationResolver
- isResolveLazily() - Method in class org.springframework.boot.autoconfigure.web.servlet.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
- isRetryEnable() - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- isReuseRefreshTokens() - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
- isRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- isRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
- isRunning() - Method in class org.springframework.boot.jdbc.HikariCheckpointRestoreLifecycle
- isRunning() - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
- isRunning() - Method in class org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
- isShown(boolean) - Method in enum class org.springframework.boot.actuate.endpoint.Show
-
Return if data should be shown when no
SecurityContext
is available. - isShown(SecurityContext, Collection<String>) - Method in enum class org.springframework.boot.actuate.endpoint.Show
-
Return if data should be shown.
- isShowSql() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
- isSignRequest() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
- isSkipDefaultCallbacks() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isSkipDefaultResolvers() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isSocketKeepAlive() - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
- isSpanJoiningSupported() - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Brave
- isSpecified() - Method in interface org.springframework.boot.ssl.SslOptions
-
Return if any SSL options have been specified.
- 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(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(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(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verifies that the actual value is
strictly
equal to the specified JSON resource. - isStrictServletCompliance() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- IssuerUriCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
-
Condition for creating
JwtDecoder
by oidc issuer location. - IssuerUriCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.IssuerUriCondition
- 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.mustache.MustacheTemplateAvailabilityProvider
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in interface org.springframework.boot.autoconfigure.template.TemplateAvailabilityProvider
-
Returns
true
if a template is available for the givenview
. - 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.web.servlet.JspTemplateAvailabilityProvider
- isTemplated() - Method in class org.springframework.boot.actuate.endpoint.web.Link
-
Returns whether the
href
is templated. - isTestRollbackOnUpdate() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- isThrowExceptionIfNoHandlerFound() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-
Deprecated, for removal: This API element is subject to removal in a future version.
- isThrowExceptionOnLateReply() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
- isTrace() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
- isTraceEnabled() - Method in class org.springframework.boot.logging.DeferredLog
- isTraceEnabled(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Check whether the trace attribute has been set on the given request.
- isTransacted() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template.Session
- isTypeOrAnnotated(MetadataReader, MetadataReaderFactory, Class<?>) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
- isUniqueNames() - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
- isUseAnonymousProducers() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- isUseCodeAsDefaultMessage() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- isUseDefaultFilters() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
- isUseDefaultFilters() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
- isUseDynatraceSummaryInstruments() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
- isUseForwardHeaders() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- isUseForwardHeaders() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- isUseGlobalRegistry() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
- isUseKeyPrefix() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- isUseLastModified() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
- isUseRelativeRedirects() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- isUserInRole(String) - Method in interface org.springframework.boot.actuate.endpoint.SecurityContext
-
Returns
true
if the currently authenticated user is in the givenrole
, or false otherwise. - isUseSemanticMetricTypes() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
- isUsingForwardHeaders() - Method in enum class org.springframework.boot.cloud.CloudPlatform
-
Returns if the platform is behind a load balancer and uses X-Forwarded-For headers.
- isValid(CharSequence) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Returns if the given name is valid.
- isValidateHeaders() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
- isValidateMigrationNaming() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isValidateOnMigrate() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isValidateServerCertificate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- isVerifyKeys() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- isWaitForJobsToCompleteOnShutdown() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
- isWarnEnabled() - Method in class org.springframework.boot.logging.DeferredLog
- isWebAllowOthers() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
- ITALIC - Enum constant in enum class org.springframework.boot.ansi.AnsiStyle
- items(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, Object...) - 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
. - IterableConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
-
A
ConfigurationPropertySource
with a fullyIterable
set of entries. - iterator() - Method in interface org.springframework.boot.actuate.autoconfigure.tracing.SpanExporters
- iterator() - Method in interface org.springframework.boot.actuate.autoconfigure.tracing.SpanProcessors
- iterator() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
- iterator() - Method in class org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
- iterator() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
- iterator() - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConverters
- iterator() - Method in class org.springframework.boot.context.annotation.ImportCandidates
- iterator() - Method in class org.springframework.boot.context.config.Profiles
-
Return an iterator for all
accepted profiles
. - iterator() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
- iterator() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- iterator() - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
-
Return an iterator for the
names
managed by this source. - iterator() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
- iterator() - Method in class org.springframework.boot.devtools.classpath.ClassPathDirectories
- 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.logging.LoggerGroups
- iterator() - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
- iterator() - Method in class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
- iterator() - Method in class org.springframework.boot.web.server.MimeMappings
- iterator() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form