Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- id() - Element in annotation type org.springframework.boot.actuate.endpoint.annotation.Endpoint
 - 
The id of the endpoint (must follow
EndpointIdrules). - id() - Element in annotation type org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint
 - 
The id of the endpoint.
 - id() - Element in annotation type org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
 - 
The id of the endpoint.
 - id() - Element in annotation type org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
 - 
The id of the endpoint.
 - id() - Element in annotation type org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
 - 
The id of the endpoint.
 - id() - Element in annotation type org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint
 - 
The id of the endpoint.
 - id() - Method in enum org.springframework.boot.autoconfigure.kafka.KafkaProperties.IsolationLevel
 - ID - Static variable in class org.springframework.boot.actuate.health.HealthEndpoint
 - 
Health endpoint id.
 - Identityprovider() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider
 - IDLE - Enum constant in enum org.springframework.boot.web.server.GracefulShutdownResult
 - 
The server was idle with no active requests at the end of the grace period.
 - IF_NOT_PRESENT - Enum constant in enum org.springframework.boot.buildpack.platform.build.PullPolicy
 - 
Pull the image from the registry only if it does not exist locally.
 - ifAllMissingClasses(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
 - 
Create a nested
DependencyCustomizerthat only applies if all of the specified class names are not on the class path. - ifAllResourcesPresent(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
 - 
Create a nested
DependencyCustomizerthat only applies if the specified paths are on the class path. - ifAnyMissingClasses(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
 - 
Create a nested
DependencyCustomizerthat only applies if any of the specified class names are not on the class path. - ifAnyResourcesPresent(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
 - 
Create a nested
DependencyCustomizerthat only applies at least one of the specified paths is on the class path. - 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 consume a new
DefaultPropertiesPropertySourceinstance 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 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 org.springframework.boot.context.config.ConfigData.Option
 - 
Ignore all imports properties from the source.
 - IGNORE_PROFILES - Enum constant in enum 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
ApplicationContextshould 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
WebApplicationContextshould be ignored and not used for matching. - ignored() - Element in annotation type 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 type 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
 - 
BindHandlerthat 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 type 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
 - 
BindHandlerthat can be used to ignore top-levelConverterNotFoundExceptions. - IgnoreTopLevelConverterNotFoundBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
 - 
Create a new
IgnoreTopLevelConverterNotFoundBindHandlerinstance. - IgnoreTopLevelConverterNotFoundBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
 - 
Create a new
IgnoreTopLevelConverterNotFoundBindHandlerinstance with a specific parent. - ignoreUnknownFields() - Element in annotation type org.springframework.boot.context.properties.ConfigurationProperties
 - 
Flag to indicate that when binding to this object unknown fields should be ignored.
 - image() - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi
 - 
Return the Docker API for image operations.
 - Image - Class in org.springframework.boot.buildpack.platform.docker.type
 - 
Image details as returned from
Docker inspect. - ImageArchive - Class in org.springframework.boot.buildpack.platform.docker.type
 - 
An image archive that can be loaded into Docker.
 - ImageArchive.Update - Class in org.springframework.boot.buildpack.platform.docker.type
 - 
Update class used to change data when creating an image archive.
 - ImageConfig - Class in org.springframework.boot.buildpack.platform.docker.type
 - 
Image configuration information.
 - ImageConfig.Update - Class in org.springframework.boot.buildpack.platform.docker.type
 - 
Update class used to change data when creating a copy.
 - ImageName - Class in org.springframework.boot.buildpack.platform.docker.type
 - 
A Docker image name of the form "docker.io/library/ubuntu".
 - ImagePackager - Class in org.springframework.boot.loader.tools
 - 
Utility class that can be used to export a fully packaged archive to an OCI image.
 - ImagePackager(File, File) - Constructor for class org.springframework.boot.loader.tools.ImagePackager
 - 
Create a new
ImagePackagerinstance. - ImageProgressUpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
 - 
A
ProgressUpdateEventfired for image events. - ImageProgressUpdateEvent(String, String, ProgressUpdateEvent.ProgressDetail, String) - Constructor for class org.springframework.boot.buildpack.platform.docker.ImageProgressUpdateEvent
 - ImageReference - Class in org.springframework.boot.buildpack.platform.docker.type
 - 
A reference to a Docker image of the form
"imagename[:tag|@digest]". - IMAGES - Enum constant in enum org.springframework.boot.autoconfigure.security.StaticResourceLocation
 - 
Resources under
"/images". - IMMEDIATE - Enum constant in enum org.springframework.boot.web.server.GracefulShutdownResult
 - 
The server was shutdown immediately, ignoring any active requests.
 - IMMEDIATE - Enum constant in enum org.springframework.boot.web.server.Shutdown
 - 
The
WebServershould shut down immediately. - IMPERATIVE - Enum constant in enum org.springframework.boot.autoconfigure.data.RepositoryType
 - 
Enables imperative repositories.
 - IMPLICIT - Static variable in interface org.springframework.boot.loader.tools.Layers
 - 
The default layer resolver.
 - ImportAutoConfiguration - Annotation Type in org.springframework.boot.autoconfigure
 - 
Import and apply the specified auto-configuration classes.
 - ImportCandidates - Class in org.springframework.boot.context.annotation
 - 
Contains
@Configurationimport candidates, usually auto-configurations. - InactiveConfigDataAccessException - Exception in org.springframework.boot.context.config
 - 
Exception thrown when an attempt is made to resolve a property against an inactive
ConfigDataproperty source. - include(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 - Include - Enum in org.springframework.boot.actuate.trace.http
 - 
Include options for HTTP tracing.
 - INCLUDE - Enum constant in enum org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
 - INCLUDE - Enum constant in enum org.springframework.boot.web.servlet.DispatcherType
 - 
Apply the filter on "RequestDispatcher.include()" calls.
 - INCLUDE_ANCESTORS - Enum constant in enum 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.
 - IncludeExcludeContentSelector<T> - Class in org.springframework.boot.loader.tools.layer
 - IncludeExcludeContentSelector(Layer, List<ContentFilter<T>>, List<ContentFilter<T>>) - Constructor for class org.springframework.boot.loader.tools.layer.IncludeExcludeContentSelector
 - IncludeExcludeContentSelector(Layer, List<S>, List<S>, Function<S, ContentFilter<T>>) - Constructor for class org.springframework.boot.loader.tools.layer.IncludeExcludeContentSelector
 - 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
IncludeExcludeEndpointFilterwith specific include/exclude rules. - IncludeExcludeEndpointFilter(Class<E>, Environment, String, String...) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
 - 
Create a new
IncludeExcludeEndpointFilterwith include/exclude rules bound from theEnvironment. - includeFilters() - Element in annotation type 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 type 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 type 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 type 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 type 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 type 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 type 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 type 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 type 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 type 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 type 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 type 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 type 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 type 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 type 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 type 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 type 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 type 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
ErrorAttributeOptionsthat includes the specified attributeErrorAttributeOptions.Includeoptions. - IncompatibleConfigurationException - Exception in org.springframework.boot.context.properties
 - 
Exception thrown when the application has configured an incompatible set of
ConfigurationPropertieskeys. - IncompatibleConfigurationException(String...) - Constructor for exception org.springframework.boot.context.properties.IncompatibleConfigurationException
 - 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
 - InfluxDbAutoConfiguration - Class in org.springframework.boot.autoconfigure.influx
 - 
Auto-configurationfor InfluxDB. - InfluxDbAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
 - InfluxDbCustomizer - Interface in org.springframework.boot.autoconfigure.influx
 - 
Callback interface that can be implemented by beans wishing to further customize
InfluxDBwhilst retaining default auto-configuration. - influxDbHealthContributor(Map<String, InfluxDB>) - Method in class org.springframework.boot.actuate.autoconfigure.influx.InfluxDbHealthContributorAutoConfiguration
 - InfluxDbHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.influx
 - InfluxDbHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.influx.InfluxDbHealthContributorAutoConfiguration
 - InfluxDbHealthIndicator - Class in org.springframework.boot.actuate.influx
 - 
HealthIndicatorfor InfluxDB. - InfluxDbHealthIndicator(InfluxDB) - Constructor for class org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
 - InfluxDbOkHttpClientBuilderProvider - Interface in org.springframework.boot.autoconfigure.influx
 - 
Provide the
OkHttpClient.Builderto use to customize the auto-configuredInfluxDBinstance. - InfluxDbProperties - Class in org.springframework.boot.autoconfigure.influx
 - 
Configuration properties for InfluxDB.
 - InfluxDbProperties() - Constructor for class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 - influxMeterRegistry(InfluxConfig, Clock, InfluxProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxMetricsExportAutoConfiguration
 - InfluxMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.influx
 - 
Auto-configurationfor 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
 - 
@ConfigurationPropertiesfor 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(String) - Static method in class org.springframework.boot.cli.util.Log
 - Info - Class in org.springframework.boot.actuate.info
 - 
Carries information of the application.
 - INFO - Enum constant in enum org.springframework.boot.logging.LogLevel
 - Info.Builder - Class in org.springframework.boot.actuate.info
 - 
Builder for creating immutable
Infoinstances. - InfoContributor - Interface in org.springframework.boot.actuate.info
 - 
Contributes additional info details.
 - InfoContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.info
 - 
Auto-configurationfor standardInfoContributors. - InfoContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
 - InfoContributorFallback - Enum 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
 - 
@Endpointto expose arbitrary application information. - InfoEndpoint(List<InfoContributor>) - Constructor for class org.springframework.boot.actuate.info.InfoEndpoint
 - 
Create a new
InfoEndpointinstance. - InfoEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.info
 - 
Auto-configurationfor theInfoEndpoint. - InfoEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration
 - infoPrint(String) - Static method in class org.springframework.boot.cli.util.Log
 - 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
InfoContributorto expose anInfoProperties. - InfoPropertiesInfoContributor(T, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
 - InfoPropertiesInfoContributor.Mode - Enum in org.springframework.boot.actuate.info
 - 
Defines how properties should be exposed.
 - INFORMATIONAL - Enum constant in enum org.springframework.boot.actuate.metrics.http.Outcome
 - 
Outcome of the request was informational.
 - INFORMIX - Enum constant in enum org.springframework.boot.jdbc.DatabaseDriver
 - 
Informix.
 - init(FilterConfig) - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
 - init(FilterConfig) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
 - InitCommand - Class in org.springframework.boot.cli.command.init
 - 
Commandthat initializes a project using Spring initializr. - InitCommand() - Constructor for class org.springframework.boot.cli.command.init.InitCommand
 - InitCommand(InitCommand.InitOptionHandler) - Constructor for class org.springframework.boot.cli.command.init.InitCommand
 - 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
JacksonTesterfields. - initFields(Object, Gson) - Static method in class org.springframework.boot.test.json.GsonTester
 - 
Utility method to initialize
GsonTesterfields. - initFields(Object, Jsonb) - Static method in class org.springframework.boot.test.json.JsonbTester
 - 
Utility method to initialize
JsonbTesterfields. - 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
JacksonTesterfields. - initFields(Object, ObjectFactory<Gson>) - Static method in class org.springframework.boot.test.json.GsonTester
 - 
Utility method to initialize
GsonTesterfields. - initFields(Object, ObjectFactory<Jsonb>) - Static method in class org.springframework.boot.test.json.JsonbTester
 - 
Utility method to initialize
JsonbTesterfields. - 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() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 - initialize() - Static method in class org.springframework.boot.loader.tools.LogbackInitializer
 - 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
BootstrapRegistrywith 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
 - 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.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
Environmentand 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
DataSourceBuilderwith the state of this instance. - initializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
 - 
Add some initializers to the application (applied to the
ApplicationContextbefore any bean definitions are loaded). - initializeSpringBootLogging(LoggingSystem, LogLevel) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
 - 
Initialize loggers based on the
springBootLoggingsetting. - InMemoryAuditEventRepository - Class in org.springframework.boot.actuate.audit
 - 
In-memory
AuditEventRepositoryimplementation. - InMemoryAuditEventRepository() - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 - InMemoryAuditEventRepository(int) - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 - InMemoryHttpTraceRepository - Class in org.springframework.boot.actuate.trace.http
 - 
In-memory implementation of
HttpTraceRepository. - InMemoryHttpTraceRepository() - Constructor for class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
 - inMemoryUserDetailsManager(SecurityProperties, ObjectProvider<PasswordEncoder>) - Method in class org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
 - inspect(ImageReference) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ImageApi
 - 
Inspect an image.
 - InspectedContent - Class in org.springframework.boot.buildpack.platform.io
 - 
Contentthat is reads and inspects a source of data only once but allows it to be consumed multiple times. - InspectedContent.Inspector - Interface in org.springframework.boot.buildpack.platform.io
 - 
Interface that can be used to inspect content as it is initially read.
 - install(GrapeEngine) - Static method in class org.springframework.boot.cli.compiler.grape.GrapeEngineInstaller
 - InstallCommand - Class in org.springframework.boot.cli.command.install
 - 
Commandto install additional dependencies into the CLI. - InstallCommand() - Constructor for class org.springframework.boot.cli.command.install.InstallCommand
 - INSTANCE - Static variable in class org.springframework.boot.actuate.health.HealthContributorNameFactory
 - 
A shared singleton
HealthContributorNameFactoryinstance. - INSTANCE - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindConstructorProvider
 - 
A shared singleton
ConfigurationPropertiesBindConstructorProviderinstance. - 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.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
Instantiatorinstance for the given type. - Instantiator(Class<?>, Consumer<Instantiator.AvailableParameters>, Instantiator.FailureHandler) - Constructor for class org.springframework.boot.util.Instantiator
 - 
Create a new
Instantiatorinstance 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.
 - inTaggedForm() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
 - 
Return an
ImageReferencein the form"imagename:tag". - inTaggedOrDigestForm() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
 - 
Return an
ImageReferencecontaining either a tag or a digest. - IntegrationAutoConfiguration - Class in org.springframework.boot.autoconfigure.integration
 - 
Auto-configurationfor 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
ThreadPoolTaskSchedulerif 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
 - 
DataSourceScriptDatabaseInitializerfor the Spring Integration database. - IntegrationDataSourceScriptDatabaseInitializer(DataSource, IntegrationProperties.Jdbc) - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceScriptDatabaseInitializer
 - 
Create a new
IntegrationDataSourceScriptDatabaseInitializerinstance. - IntegrationDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceScriptDatabaseInitializer
 - 
Create a new
IntegrationDataSourceScriptDatabaseInitializerinstance. - 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
 - 
@Endpointto expose the Spring Integration graph. - IntegrationGraphEndpoint(IntegrationGraphServer) - Constructor for class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
 - 
Create a new
IntegrationGraphEndpointinstance that exposes a graph containing all the Spring Integration components in the givenIntegrationGraphServer. - 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
ClientInterceptorsthat should be used with theWebServiceTemplate. - interceptors(Collection<ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
 - 
Set the
ClientHttpRequestInterceptorsthat should be used with theRestTemplate. - interceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
 - 
Set the
ClientHttpRequestInterceptorsthat should be used with theRestTemplate. - interceptors(ClientInterceptor...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
 - 
Set the
ClientInterceptorsthat should be used with theWebServiceTemplate. - IntervalTaskDescription(ScheduledTasksEndpoint.TaskType, IntervalTask) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 - IntervalTaskDescription(ScheduledTasksEndpoint.TaskType, TriggerTask, PeriodicTrigger) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 - INVALID_AUDIENCE - Enum constant in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
 - 
Invalid Audience.
 - INVALID_ISSUER - Enum constant in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
 - 
Invalid Issuer.
 - INVALID_KEY_ID - Enum constant in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
 - 
Invalid Key ID.
 - INVALID_SIGNATURE - Enum constant in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
 - 
Invalid Signature.
 - INVALID_TOKEN - Enum constant in enum 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
ConfigurationPropertyNamehas 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
nameandvalue, including areasonwhy 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
securityContextwith 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(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
 - IOBiConsumer<T,
U> - Interface in org.springframework.boot.buildpack.platform.io  - 
BiConsumer that can safely throw
IO exceptions. - IOConsumer<T> - Interface in org.springframework.boot.buildpack.platform.io
 - 
Consumer that can safely throw
IO exceptions. - IOSupplier<T> - Interface in org.springframework.boot.buildpack.platform.io
 - 
Supplier that can safely throw
IO exceptions. - isAccepted(String) - Method in class org.springframework.boot.context.config.Profiles
 - 
Return if the given profile is active.
 - isAccessAllowed(String) - Method in enum 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 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
 - 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
 - isAlreadyPackaged() - Method in class org.springframework.boot.loader.tools.Packager
 - isAlreadyPackaged(File) - Method in class org.springframework.boot.loader.tools.Packager
 - 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
trueif 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
PropertySourceis theConfigurationPropertySourcethat wasattachedto theEnvironment. - isAutoconfigure() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 - isAutoconfigure() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
 - 
Returns true if auto-configuration transformations should be applied.
 - isAutoCreate() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
 - 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.BaseContainer
 - isAutoStartup() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.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
 - isBindHostToBuilder() - Method in class org.springframework.boot.buildpack.platform.docker.configuration.DockerConfiguration
 - 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.
 - 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.buildpack.platform.socket.DomainSocket
 - isBound() - Method in class org.springframework.boot.context.properties.bind.BindResult
 - 
Returns
trueif a result was bound. - isBridgeHandlerAvailable() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 - isBridgeJulIntoSlf4j() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 - 
Return whether bridging JUL into SLF4J or not.
 - 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
 - isClassAvailable(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 - isClassReloadable(Class<?>) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 - isCleanCache() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
 - 
Return if caches should be cleaned before packaging.
 - 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
 - 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
 - isConnected() - Method in class org.springframework.boot.buildpack.platform.socket.DomainSocket
 - 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.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
trueif objects ofsourceTypecan be converted to thetargetTypeand the converter hasObject.classas a supported source type. - isCreateSchemas() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 - 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 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
classLoaderis one that is typically used during development. - isDirectory() - Method in interface org.springframework.boot.loader.archive.Archive.Entry
 - 
Returns
trueif the entry represents a directory. - isDisconnectRequest() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
 - 
Detect if the request is actually a signal to disconnect.
 - isDispatchOptionsRequest() - Method in class org.springframework.boot.autoconfigure.web.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.QuartzJobDetails
 - 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 org.springframework.boot.test.context.SpringBootTest.WebEnvironment
 - 
Return if the environment uses an
ServletWebServerApplicationContext. - isEmbedded(ConnectionFactory) - Static method in enum 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 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 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
trueif the message is empty. - isEmpty() - Method in class org.springframework.boot.buildpack.platform.docker.transport.Errors
 - 
Return if there are any contained errors.
 - isEmpty() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
 - 
Returns
trueif thisConfigurationPropertyNameis empty. - isEmpty() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 - isEmpty(ProgressUpdateEvent.ProgressDetail) - Static method in class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent.ProgressDetail
 - 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.properties.PushRegistryProperties
 - isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 - 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.flyway.FlywayProperties
 - isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 - 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.ldap.embedded.EmbeddedLdapProperties.Validation
 - isEnabled() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 - 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.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.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.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(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 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 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 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
isEqualToto 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
lenientlyequal 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
lenientlyequal 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
lenientlyequal 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
lenientlyequal 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
lenientlyequal 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
lenientlyequal 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
typefrom method validation. - isExcluded(String, BeanDefinition, Class<?>) - Method in interface org.springframework.boot.LazyInitializationExcludeFilter
 - 
Returns
trueif the specified bean definition should be excluded from havinglazy-initautomatically set. - isExecutable() - Method in interface org.springframework.boot.loader.tools.Layout
 - 
Returns if loader classes should be included to make the archive executable.
 - isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 - isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.None
 - isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.War
 - isExpired() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 - isExploded() - Method in interface org.springframework.boot.loader.archive.Archive
 - 
Return if the archive is exploded (already unpacked).
 - isExploded() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 - isExploded() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 - isExploded() - Method in class org.springframework.boot.loader.Launcher
 - 
Returns if the launcher is running in an exploded mode.
 - 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
 - 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
 - isFavorPathExtension() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 - 
Deprecated.
 - 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
 - isFullMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 - 
Return
trueif 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
 - isGuessDependencies() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 - isGuessDependencies() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
 - 
Returns if jar dependencies should be guessed.
 - isGuessImports() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 - isGuessImports() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
 - 
Returns if import declarations should be guessed.
 - 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
 - isHangup() - Method in class org.springframework.boot.cli.command.status.ExitStatus
 - 
Flag to signal that the caller can (or should) hangup.
 - isHostnameVerificationEnabled() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
 - isIgnoreDefaultModelOnRedirect() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 - isIgnoreFailures() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Error
 - isIgnoreFutureMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 - 
Deprecated.
 - isIgnoreIgnoredMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 - 
Deprecated.
 - isIgnoreMissingMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 - 
Deprecated.
 - isIgnoreNameNotFoundException() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
 - isIgnorePartialResultException() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
 - isIgnorePendingMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 - 
Deprecated.
 - isIgnoreRoutingDataSources() - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties
 - isIgnoreSizeLimitExceededException() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
 - isIgnoreTrailingSlash() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server.ServerRequest
 - 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
trueif 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() - Method in class org.springframework.boot.loader.tools.Library
 - 
Return if the library is included in the fat jar.
 - 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.
 - 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
 - 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
PlatformTransactionManageris being used. - 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.
 - isLocal() - Method in class org.springframework.boot.loader.tools.Library
 - 
Return if the library is local (part of the same build) to the application that is being packaged.
 - isLocalFileReference() - Method in class org.springframework.boot.buildpack.platform.docker.configuration.ResolvedDockerHost
 - 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
 - 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
threadis 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
trueif 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
trueif 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
 - 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
 - isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 - 
Determine if the specified entry is a nested item that should be added to the classpath.
 - isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.JarLauncher
 - isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.WarLauncher
 - isNotEqualTo(Object) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Overridden version of
isNotEqualToto 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
lenientlyequal 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
lenientlyequal 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
lenientlyequal 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
lenientlyequal 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
lenientlyequal 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
lenientlyequal 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
strictlyequal to the specified JSON bytes. - isNotStrictlyEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verifies that the actual value is not
strictlyequal to the specified JSON file. - isNotStrictlyEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verifies that the actual value is not
strictlyequal to the specified JSON input stream. - isNotStrictlyEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verifies that the actual value is not
strictlyequal to the specified JSON. - isNotStrictlyEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verifies that the actual value is not
strictlyequal to the specified JSON resource. - isNotStrictlyEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verifies that the actual value is not
strictlyequal 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 org.springframework.boot.convert.DurationStyle
 - 
ISO-8601 formatting.
 - ISO8601 - Enum constant in enum org.springframework.boot.convert.PeriodStyle
 - 
ISO-8601 formatting.
 - isOlderThan(int) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
 - 
Determine if a connection is older than the specified time.
 - isOlderThan(JavaVersion) - Method in enum 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.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 - 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. - isOptionCommand(Command) - Method in class org.springframework.boot.cli.command.CommandRunner
 - 
Returns if the specified command is an option command.
 - 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
trueif 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.QuartzTriggerGroupSummary
 - 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
 - isPostProcessingClassPathArchives() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 - 
Return if post processing needs to be applied to the archives.
 - isPostProcessingClassPathArchives() - Method in class org.springframework.boot.loader.JarLauncher
 - isPostProcessingClassPathArchives() - Method in class org.springframework.boot.loader.WarLauncher
 - isPreferFileSystemAccess() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 - 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
 - isProxyConfigured() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 - isPublish() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
 - 
Return if the built image should be pushed to a registry.
 - 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
 - isQuiet() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 - isQuiet() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
 - 
Returns if running in quiet mode.
 - isReadable() - Method in class org.springframework.boot.origin.OriginTrackedResource
 - 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
 - isRemote() - Method in class org.springframework.boot.buildpack.platform.docker.configuration.ResolvedDockerHost
 - isRenameOnRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 - isRenderHiddenMarkersBeforeCheckboxes() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 - isRequestAttributesEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 - isRequestRecovery() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.QuartzJobDetails
 - 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
 - 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.rsocket.context.RSocketServerBootstrap
 - isRunning() - Method in class org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
 - isSearchCandidate(Archive.Entry) - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 - 
Determine if the specified entry is a candidate for further searching.
 - isSecure() - Method in class org.springframework.boot.buildpack.platform.docker.configuration.DockerHost
 - isShowSql() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 - isSignRequest() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider.Singlesignon
 - isSkipDefaultCallbacks() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 - isSkipDefaultResolvers() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 - isSsl() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 - isSsl() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 - 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
strictlyequal to the specified JSON bytes. - isStrictlyEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verifies that the actual value is
strictlyequal to the specified JSON file. - isStrictlyEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verifies that the actual value is
strictlyequal to the specified JSON input stream. - isStrictlyEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verifies that the actual value is
strictlyequal to the specified JSON. - isStrictlyEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verifies that the actual value is
strictlyequal to the specified JSON resource. - isStrictlyEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
 - 
Verifies that the actual value is
strictlyequal to the specified JSON resource. - IssuerUriCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 - 
Condition for creating
JwtDecoderby 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
trueif 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
trueif 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 or not the
hrefis templated. - isTestRollbackOnUpdate() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 - isThrowExceptionIfNoHandlerFound() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 - 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.
 - isTypeOrAnnotated(MetadataReader, MetadataReaderFactory, Class<?>) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 - isUniqueNames() - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
 - isUnpackRequired() - Method in class org.springframework.boot.loader.tools.Library
 - 
Return if the file cannot be used directly as a nested jar and needs to be unpacked.
 - 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
 - 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
 - isUseNewIdGeneratorMappings() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 - isUseRegisteredSuffixPattern() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
 - 
Deprecated.
 - isUseRelativeRedirects() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 - isUserInRole(String) - Method in interface org.springframework.boot.actuate.endpoint.SecurityContext
 - 
Returns
trueif the currently authenticated user is in the givenrole, or false otherwise. - isUseSemanticMetricTypes() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
 - isUseSuffixPattern() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
 - 
Deprecated.
 - isUsingForwardHeaders() - Method in enum 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
 - isVerboseLogging() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
 - 
Return if verbose logging output should be used.
 - isWaitForJobsToCompleteOnShutdown() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 - isWarnEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 - isWatchForFileChanges() - Method in interface org.springframework.boot.cli.command.run.SpringApplicationRunnerConfiguration
 - 
Returns
trueif the source file should be monitored for changes and automatically recompiled. - isWebAllowOthers() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 - ITALIC - Enum constant in enum 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
ConfigurationPropertySourcewith a fullyIterableset of entries. - iterator() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
 - iterator() - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
 - 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.buildpack.platform.docker.transport.Errors
 - iterator() - Method in class org.springframework.boot.cli.command.CommandRunner
 - 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
namesmanaged 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.loader.archive.ExplodedArchive
 - 
Deprecated.
 - iterator() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 - 
Deprecated.
 - iterator() - Method in class org.springframework.boot.loader.jar.JarFile
 - 
Return an iterator for the contained entries.
 - iterator() - Method in class org.springframework.boot.loader.tools.layer.CustomLayers
 - iterator() - Method in interface org.springframework.boot.loader.tools.Layers
 - 
Return the jar layers in the order that they should be added (starting with the least frequently changed layer).
 - iterator() - Method in class org.springframework.boot.loader.tools.StandardLayers
 - iterator() - Method in class org.springframework.boot.logging.LoggerGroups
 - 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