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

I

id() - Method in enum org.springframework.boot.autoconfigure.kafka.KafkaProperties.IsolationLevel
 
Identityprovider() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider
 
ifAllMissingClasses(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Create a nested DependencyCustomizer that 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 DependencyCustomizer that 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 DependencyCustomizer that 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 DependencyCustomizer that 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 DefaultPropertiesPropertySource instance if the provided source is not empty.
ifPortBindingException(Exception, Consumer<BindException>) - Static method in exception org.springframework.boot.web.server.PortInUseException
Perform an action if the given exception was caused by a "port in use" BindException.
IGNORE_BACKGROUNDPREINITIALIZER_PROPERTY_NAME - Static variable in class org.springframework.boot.autoconfigure.BackgroundPreinitializer
System property that instructs Spring Boot how to run pre initialization.
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(ApplicationContext) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
Returns if the ApplicationContext should be ignored and not used for matching.
ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
Returns if the WebApplicationContext should be ignored and not used for matching.
IGNORED_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
Order applied to the WebSecurityConfigurer that ignores standard static resource paths.
IgnoredCloudFoundryPathsWebSecurityConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration.IgnoredCloudFoundryPathsWebSecurityConfiguration
 
IgnoreErrorsBindHandler - Class in org.springframework.boot.context.properties.bind.handler
BindHandler that can be used to ignore binding errors.
IgnoreErrorsBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
 
IgnoreErrorsBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
 
IgnoreTopLevelConverterNotFoundBindHandler - Class in org.springframework.boot.context.properties.bind.handler
BindHandler that can be used to ignore top-level ConverterNotFoundExceptions.
IgnoreTopLevelConverterNotFoundBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
IgnoreTopLevelConverterNotFoundBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
Create a new IgnoreTopLevelConverterNotFoundBindHandler instance with a specific parent.
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.
ImageBanner - Class in org.springframework.boot
Banner implementation that prints ASCII art generated from an image resource Resource.
ImageBanner(Resource) - Constructor for class org.springframework.boot.ImageBanner
 
ImageBanner.PixelMode - Enum in org.springframework.boot
Pixel modes supported by the image banner.
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 ImagePackager instance.
ImageProgressUpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
A ProgressUpdateEvent fired 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]".
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.
InactiveConfigDataAccessException - Exception in org.springframework.boot.context.config
Exception thrown when an attempt is made to resolve a property against an inactive ConfigData property source.
Include - Enum in org.springframework.boot.actuate.trace.http
Include options for HTTP tracing.
include(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
INCLUDE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
Deprecated.
The "includes profiles" property name.
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
ContentSelector backed by include/exclude filters.
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
EndpointFilter that will filter endpoints based on include and exclude patterns.
IncludeExcludeEndpointFilter(Class<E>, Environment, String, String...) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
Create a new IncludeExcludeEndpointFilter with include/exclude rules bound from the Environment.
IncludeExcludeEndpointFilter(Class<E>, Environment, String, IncludeExcludeEndpointFilter.DefaultIncludes) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
Create a new IncludeExcludeEndpointFilter with include/exclude rules bound from the Environment.
IncludeExcludeEndpointFilter(Class<E>, Collection<String>, Collection<String>, String...) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
Create a new IncludeExcludeEndpointFilter with specific include/exclude rules.
IncludeExcludeEndpointFilter(Class<E>, Collection<String>, Collection<String>, IncludeExcludeEndpointFilter.DefaultIncludes) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
Create a new IncludeExcludeEndpointFilter with specific include/exclude rules.
IncludeExcludeEndpointFilter.DefaultIncludes - Enum in org.springframework.boot.actuate.autoconfigure.endpoint.expose
Default include patterns that can be used.
including(ErrorAttributeOptions.Include...) - Method in class org.springframework.boot.web.error.ErrorAttributeOptions
Return an ErrorAttributeOptions that includes the specified attribute ErrorAttributeOptions.Include options.
IncompatibleConfigurationException - Exception in org.springframework.boot.context.properties
Exception thrown when the application has configured an incompatible set of ConfigurationProperties keys.
IncompatibleConfigurationException(String...) - Constructor for exception org.springframework.boot.context.properties.IncompatibleConfigurationException
 
Infinispan() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
 
InfinispanCacheConfiguration - Class in org.springframework.boot.autoconfigure.cache
Infinispan cache configuration.
InfinispanCacheConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
infinispanCacheManager(CacheProperties, ObjectProvider<ConfigurationBuilder>) - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
influxConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxMetricsExportAutoConfiguration
 
influxDb(InfluxDbProperties, ObjectProvider<InfluxDbOkHttpClientBuilderProvider>, ObjectProvider<InfluxDbCustomizer>) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
 
InfluxDbAutoConfiguration - Class in org.springframework.boot.autoconfigure.influx
Auto-configuration for 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 InfluxDB whilst 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
HealthIndicator for InfluxDB.
InfluxDbHealthIndicator(InfluxDB) - Constructor for class org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
 
InfluxDbOkHttpClientBuilderProvider - Interface in org.springframework.boot.autoconfigure.influx
Provide the OkHttpClient.Builder to use to customize the auto-configured InfluxDB instance.
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-configuration for exporting metrics to Influx.
InfluxMetricsExportAutoConfiguration(InfluxProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxMetricsExportAutoConfiguration
 
InfluxProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.influx
@ConfigurationProperties for configuring Influx metrics export.
InfluxProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
info() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryInfoEndpointWebExtension
 
Info - Class in org.springframework.boot.actuate.info
Carries information of the application.
info() - Method in class org.springframework.boot.actuate.info.InfoEndpoint
 
info(String) - Static method in class org.springframework.boot.cli.util.Log
 
info(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
info(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
Info.Builder - Class in org.springframework.boot.actuate.info
Builder for creating immutable Info instances.
InfoContributor - Interface in org.springframework.boot.actuate.info
Contributes additional info details.
InfoContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.info
InfoContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
 
InfoContributorProperties - Class in org.springframework.boot.actuate.autoconfigure.info
Configuration properties for core info contributors.
InfoContributorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties
 
InfoContributorProperties.Git - Class in org.springframework.boot.actuate.autoconfigure.info
 
infoEndpoint(ObjectProvider<InfoContributor>) - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration
 
InfoEndpoint - Class in org.springframework.boot.actuate.info
@Endpoint to expose arbitrary application information.
InfoEndpoint(List<InfoContributor>) - Constructor for class org.springframework.boot.actuate.info.InfoEndpoint
Create a new InfoEndpoint instance.
InfoEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.info
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 InfoContributor to expose an InfoProperties.
InfoPropertiesInfoContributor(T, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
 
InfoPropertiesInfoContributor.Mode - Enum in org.springframework.boot.actuate.info
Defines how properties should be exposed.
init(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
Command that 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, M) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
initFields(Object, ObjectFactory<M>) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
initFields(Object, Gson) - Static method in class org.springframework.boot.test.json.GsonTester
Utility method to initialize GsonTester fields.
initFields(Object, ObjectFactory<Gson>) - Static method in class org.springframework.boot.test.json.GsonTester
Utility method to initialize GsonTester fields.
initFields(Object, ObjectMapper) - Static method in class org.springframework.boot.test.json.JacksonTester
Utility method to initialize JacksonTester fields.
initFields(Object, ObjectFactory<ObjectMapper>) - Static method in class org.springframework.boot.test.json.JacksonTester
Utility method to initialize JacksonTester fields.
initFields(Object, Jsonb) - Static method in class org.springframework.boot.test.json.JsonbTester
Utility method to initialize JsonbTester fields.
initFields(Object, ObjectFactory<Jsonb>) - Static method in class org.springframework.boot.test.json.JsonbTester
Utility method to initialize JsonbTester fields.
initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
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.ControllerEndpointHandlerMapping
 
initialize() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 
initialize(BootstrapRegistry) - Method in interface org.springframework.boot.Bootstrapper
Deprecated.
Initialize the given BootstrapRegistry with any required registrations.
initialize(BootstrapRegistry) - Method in interface org.springframework.boot.BootstrapRegistryInitializer
Initialize the given BootstrapRegistry with any required registrations.
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(ConfigurableEnvironment, ClassLoader) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
Initialize the logging system according to preferences expressed through the Environment and the classpath.
initialize(boolean) - Method in class org.springframework.boot.devtools.restart.Restarter
 
initialize(String[]) - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(String[], RestartInitializer) - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(String[], boolean) - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(String[], boolean, RestartInitializer) - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(String[], boolean, RestartInitializer, boolean) - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize restart support for the current application.
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.devtools.restart.RestartScopeInitializer
 
initialize() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
 
initialize() - Static method in class org.springframework.boot.loader.tools.LogbackInitializer
 
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.LoggingSystem
Fully initialize the logging system.
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.test.context.ConfigFileApplicationContextInitializer
Deprecated.
 
initialize(Class<?>, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Initialize the marshal tester for use.
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(ConfigurableApplicationContext) - Method in class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
 
initialize(ConfigurableWebApplicationContext) - Method in class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
 
initialized(Supplier<PathMappedEndpoints>) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
initialized(Supplier<WebEndpointProperties>) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.LinksServerWebExchangeMatcher
 
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<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.
initializeDatabase() - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer
Initializes the database by applying schema and data scripts.
initializeDataSourceBuilder() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Initialize a DataSourceBuilder with the state of this instance.
initializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add some initializers to the application (applied to the ApplicationContext before any bean definitions are loaded).
initializeSpringBootLogging(LoggingSystem, LogLevel) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
Initialize loggers based on the springBootLogging setting.
InMemoryAuditEventRepository - Class in org.springframework.boot.actuate.audit
In-memory AuditEventRepository implementation.
InMemoryAuditEventRepository() - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
InMemoryAuditEventRepository(int) - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
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
Content that 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
Command to 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 HealthContributorNameFactory instance.
instantiate(Collection<String>) - Method in class org.springframework.boot.util.Instantiator
Instantiate the given set of class name, 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 Instantiator instance for the given type.
Instantiator.AvailableParameters - Interface in org.springframework.boot.util
Callback used to register available parameters.
inTaggedForm() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
Return an ImageReference in the form "imagename:tag".
inTaggedOrDigestForm() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
Return an ImageReference containing either a tag or a digest.
IntegrationAutoConfiguration - Class in org.springframework.boot.autoconfigure.integration
Auto-configuration for Spring Integration.
IntegrationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
 
IntegrationAutoConfiguration.IntegrationComponentScanConfiguration - Class in org.springframework.boot.autoconfigure.integration
Integration component scan configuration.
IntegrationAutoConfiguration.IntegrationConfiguration - Class in org.springframework.boot.autoconfigure.integration
Basic Spring Integration configuration.
IntegrationAutoConfiguration.IntegrationJdbcConfiguration - Class in org.springframework.boot.autoconfigure.integration
Integration JDBC configuration.
IntegrationAutoConfiguration.IntegrationJmxConfiguration - Class in org.springframework.boot.autoconfigure.integration
Spring Integration JMX configuration.
IntegrationAutoConfiguration.IntegrationManagementConfiguration - Class in org.springframework.boot.autoconfigure.integration
Integration management configuration.
IntegrationAutoConfiguration.IntegrationManagementConfiguration.EnableIntegrationManagementConfiguration - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationAutoConfiguration.IntegrationRSocketConfiguration - Class in org.springframework.boot.autoconfigure.integration
Integration RSocket configuration.
IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketClientConfiguration - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration - Class in org.springframework.boot.autoconfigure.integration
Expose a standard ThreadPoolTaskScheduler if the user has not enabled task scheduling explicitly.
IntegrationComponentScanConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationComponentScanConfiguration
 
IntegrationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationConfiguration
 
integrationDataSourceInitializer(DataSource, ResourceLoader, IntegrationProperties) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJdbcConfiguration
 
IntegrationDataSourceInitializer - Class in org.springframework.boot.autoconfigure.integration
Initializer for Spring Integration schema.
IntegrationDataSourceInitializer(DataSource, ResourceLoader, IntegrationProperties) - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceInitializer
 
integrationGlobalProperties(IntegrationProperties) - Static method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
 
integrationGraphEndpoint(IntegrationGraphServer) - Method in class org.springframework.boot.actuate.autoconfigure.integration.IntegrationGraphEndpointAutoConfiguration
 
IntegrationGraphEndpoint - Class in org.springframework.boot.actuate.integration
@Endpoint to expose the Spring Integration graph.
IntegrationGraphEndpoint(IntegrationGraphServer) - Constructor for class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
Create a new IntegrationGraphEndpoint instance that exposes a graph containing all the Spring Integration components in the given IntegrationGraphServer.
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, Environment) - 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.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(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestInterceptors that should be used with the RestTemplate.
interceptors(Collection<ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestInterceptors that should be used with the RestTemplate.
interceptors(ClientInterceptor...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the ClientInterceptors that should be used with the WebServiceTemplate.
interceptors(Collection<? extends ClientInterceptor>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the ClientInterceptors that should be used with the WebServiceTemplate.
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
 
intitialize(BootstrapRegistry) - Method in interface org.springframework.boot.Bootstrapper
Deprecated.
since 2.4.4 for removal in 2.6 in favor of Bootstrapper.initialize(BootstrapRegistry)
InvalidConfigDataPropertyException - Exception in org.springframework.boot.context.config
Exception thrown if an invalid property is found when processing config data.
InvalidConfigurationPropertyNameException - Exception in org.springframework.boot.context.properties.source
Exception thrown when ConfigurationPropertyName has invalid characters.
InvalidConfigurationPropertyNameException(CharSequence, List<Character>) - Constructor for exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
 
InvalidConfigurationPropertyValueException - Exception in org.springframework.boot.context.properties.source
Exception thrown when a configuration property value is invalid.
InvalidConfigurationPropertyValueException(String, Object, String) - Constructor for exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
Creates a new instance for the specified property name and value, including a reason why the value is invalid.
InvalidEndpointRequestException - Exception in org.springframework.boot.actuate.endpoint
Indicate that an endpoint request is invalid.
InvalidEndpointRequestException(String, String) - Constructor for exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
 
InvalidEndpointRequestException(String, String, Throwable) - Constructor for exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
 
inverse(ConditionOutcome) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return the inverse of the specified condition outcome.
InvocationContext - Class in org.springframework.boot.actuate.endpoint
The context for the invocation of an operation.
InvocationContext(SecurityContext, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.endpoint.InvocationContext
Creates a new context for an operation being invoked by the given securityContext with the given available arguments.
InvocationContext(ApiVersion, SecurityContext, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.endpoint.InvocationContext
Deprecated.
InvocationContext(SecurityContext, Map<String, Object>, OperationArgumentResolver...) - Constructor for class org.springframework.boot.actuate.endpoint.InvocationContext
Creates a new context for an operation being invoked by the given securityContext with the given available arguments.
invoke(ServletWebRequest) - Method in class org.springframework.boot.actuate.autoconfigure.web.servlet.ManagementErrorEndpoint
 
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(String, Object[], String[]) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
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(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(C, Supplier<R>) - Method in class org.springframework.boot.util.LambdaSafe.LambdaSafeCallback
 
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(Environment) - Method in enum org.springframework.boot.cloud.CloudPlatform
Determines if the platform is active (i.e.
isActive() - Static method in class org.springframework.boot.devtools.restart.AgentReloader
Determine if any agent reloader is active.
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.ResourceProperties
Deprecated.
 
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.template.AbstractTemplateViewResolverProperties
 
isAllowSessionOverride() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isAllowSubTransactions() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
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 true if this element is an ancestor (immediate or nested parent) of the specified name.
isAppend() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
isAsyncSupported() - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
Returns if asynchronous operations are supported for this registration.
isAttachedConfigurationPropertySource(PropertySource<?>) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
Determines if the specific PropertySource is the ConfigurationPropertySource that was attached to the Environment.
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.AmqpContainer
 
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
 
isBindingErrorsEnabled(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Check whether the errors attribute has been set on the given request.
isBlockIfFull() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
isBlocking() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
Returns if the underlying operation is blocking.
isBound() - Method in class org.springframework.boot.context.properties.bind.BindResult
Returns true if a result was bound.
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.template.AbstractViewResolverProperties
 
isCache() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
Deprecated.
 
isCache() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
 
isCacheNullValues() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
isCaseInsensitive(JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
Specify whether the database is case sensitive.
isCheckExists() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isCheckLocation() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated.
isCheckTemplate() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isClassAvailable(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
isClassReloadable(Class<?>) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
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.ResourceProperties.Chain
Deprecated.
 
isCompressed() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
 
isConsumerBatchEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
isConsumers() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
isContinueOnError() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Deprecated.
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 true if objects of sourceType can be converted to the targetType and the converter has Object.class as a supported source type.
isCreateDataSource() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of directly checking user and url.
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
 
isDefaultClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
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 classLoader is one that is typically used during development.
isDirectory() - Method in interface org.springframework.boot.loader.archive.Archive.Entry
Returns true if 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.
isEagerInitFilters() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Deprecated.
since 2.4.0 for removal in 2.6.0 in favor of UndertowServletWebServerFactory.isEagerFilterInit()
isEmbedded(String) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Deprecated.
since 2.4.0 for removal in 2.6.0 in favor of EmbeddedDatabaseConnection.isEmbedded(String, String)
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.
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() - Method in enum org.springframework.boot.test.context.SpringBootTest.WebEnvironment
Return if the environment uses an ServletWebServerApplicationContext.
isEmbeddedDatabase() - Method in class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
 
isEmbeddedDatabase() - Method in class org.springframework.boot.r2dbc.init.R2dbcScriptDatabaseInitializer
 
isEmbeddedDatabase() - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer
Returns whether the database that is to be initialized is embedded.
isEmbeddedWebApplication() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
Specify if the application runs in an embedded web container.
isEmpty() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return true if the message is empty.
isEmpty(ProgressUpdateEvent.ProgressDetail) - Static method in class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent.ProgressDetail
 
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 true if this ConfigurationPropertyName is empty.
isEmpty() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
isEnableByDefault() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
 
isEnableByDefault() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
Returns if the endpoint is enabled by default.
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Discovery
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.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(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
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.JmsPoolConnectionFactoryProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
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.ResourceProperties.Content
Deprecated.
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
Deprecated.
 
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.
isEnableLogging() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
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(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.
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.
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 isEqualTo to perform JSON tests based on the object type.
isEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON.
isEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON resource.
isEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON bytes.
isEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON file.
isEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON input stream.
isEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON resource.
isEqualToJson(CharSequence, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON.
isEqualToJson(String, Class<?>, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON resource.
isEqualToJson(byte[], JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON bytes.
isEqualToJson(File, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON file.
isEqualToJson(InputStream, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON input stream.
isEqualToJson(Resource, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON resource.
isEqualToJson(CharSequence, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON.
isEqualToJson(String, Class<?>, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON resource.
isEqualToJson(byte[], JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON bytes.
isEqualToJson(File, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON file.
isEqualToJson(InputStream, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON input stream.
isEqualToJson(Resource, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON resource.
isErrorEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isExcluded(String, BeanDefinition, Class<?>) - Method in interface org.springframework.boot.LazyInitializationExcludeFilter
Returns true if the specified bean definition should be excluded from having lazy-init automatically set.
isExcluded(Class<?>) - Method in interface org.springframework.boot.validation.beanvalidation.MethodValidationExcludeFilter
Evaluate whether to exclude the given type from method validation.
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.template.AbstractTemplateViewResolverProperties
 
isExposeSessionAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
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
 
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
 
isForceShutdownOnVmExit() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
isFullMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
Return true if all outcomes match.
isGenerateDdl() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
isGenerateUniqueName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
isGenerateUniqueName() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
 
isGlobal() - Method in class org.springframework.boot.web.server.ErrorPage
Return if this error page is a global one (matches all unmatched status and exception types).
isGroup() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
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
 
isHtmlApplicationCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
Deprecated.
 
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
 
isIgnoreIgnoredMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isIgnoreMissingMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
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
 
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
 
isImmutable() - Method in class org.springframework.boot.env.ConfigTreePropertySource
 
isImmutable() - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
 
isImmutable() - Method in interface org.springframework.boot.origin.OriginLookup
Return true if this lookup is immutable and has contents that will never change.
isIncludeBindingErrors(ServerRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Determine if the errors attribute should be included.
isIncludeBindingErrors(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Determine if the errors attribute should be included.
isIncluded(ErrorAttributeOptions.Include) - Method in class org.springframework.boot.web.error.ErrorAttributeOptions
Get the option for including the specified attribute in the error response.
isIncludeException() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
isIncludeMessage(ServerRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Determine if the message attribute should be included.
isIncludeMessage(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Determine if the message 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.
isIncludeStackTrace(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Determine if the stacktrace attribute should be included.
isInfoEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isInMemory() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
isIpv6Canonical() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isJta() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Returns if a JTA PlatformTransactionManager is being used.
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.
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 thread is considered to be the main thread.
isMandatory() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Return if the parameter is mandatory (does not accept null values).
isMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return true if the outcome was a match.
isMatch(String, URL) - Method in class org.springframework.boot.devtools.restart.server.DefaultSourceDirectoryUrlFilter
 
isMatch(String, URL) - Method in interface org.springframework.boot.devtools.restart.server.SourceDirectoryUrlFilter
Determine if the specified URL matches a source directory.
isMatchAfter() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Return if filter mappings should be matched after any declared Filter mappings of the ServletContext.
isMember(String) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Returns true if the given contributor is a member of this group.
isMessageEnabled(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Check whether the message attribute has been set on the given request.
isMessageMappingEnabled() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Server
 
isMeterNameEventTypeEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
isMetricsEnabled() - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
isMissingQueuesFatal() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
isMissingQueuesFatal() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
 
isMissingQueuesFatal() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
isMissingTopicsFatal() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
isMixed() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
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
 
isNonBlockingRedelivery() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
isNotEqualTo(Object) - Method in class org.springframework.boot.test.json.JsonContentAssert
Overridden version of isNotEqualTo to perform JSON tests based on the object type.
isNotEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON.
isNotEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON resource.
isNotEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON bytes.
isNotEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON file.
isNotEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON input stream.
isNotEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON resource.
isNotEqualToJson(CharSequence, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON.
isNotEqualToJson(String, Class<?>, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON resource.
isNotEqualToJson(byte[], JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON bytes.
isNotEqualToJson(File, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON file.
isNotEqualToJson(InputStream, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON input stream.
isNotEqualToJson(Resource, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON resource.
isNotEqualToJson(CharSequence, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON.
isNotEqualToJson(String, Class<?>, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON resource.
isNotEqualToJson(byte[], JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON bytes.
isNotEqualToJson(File, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON file.
isNotEqualToJson(InputStream, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON input stream.
isNotEqualToJson(Resource, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON resource.
isNotStrictlyEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON.
isNotStrictlyEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON resource.
isNotStrictlyEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON bytes.
isNotStrictlyEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON file.
isNotStrictlyEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON input stream.
isNotStrictlyEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON resource.
isNumericIndex(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return if the element in the name is indexed and numeric.
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
 
isOnlyLogRecordMetadata() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
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
A String to OffsetDateTime Converter that uses ISO offset parsing.
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 the 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 true if this element is an immediate parent of the specified name.
isPasswordGenerated() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
isPaused() - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.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
 
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.
isSearchCandidate(Archive.Entry) - Method in class org.springframework.boot.loader.JarLauncher
 
isSearchCandidate(Archive.Entry) - Method in class org.springframework.boot.loader.WarLauncher
 
isSecure() - Method in class org.springframework.boot.buildpack.platform.docker.configuration.DockerHost
 
isSerialJtaTransactions() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
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(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON.
isStrictlyEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON resource.
isStrictlyEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON bytes.
isStrictlyEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON file.
isStrictlyEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON input stream.
isStrictlyEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON resource.
IssuerUriCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Condition for creating JwtDecoder by oidc issuer location.
IssuerUriCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.IssuerUriCondition
 
isSupportedType(EventListener) - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Returns true if the specified listener is one of the supported types.
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in interface org.springframework.boot.autoconfigure.template.TemplateAvailabilityProvider
Returns true if a template is available for the given view.
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.servlet.JspTemplateAvailabilityProvider
 
isTemplated() - Method in class org.springframework.boot.actuate.endpoint.web.Link
Returns whether or not the href is templated.
isTestRollbackOnUpdate() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isThreadedTwoPhaseCommit() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
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(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Check whether the trace attribute has been set on the given request.
isTraceEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isTypeOrAnnotated(MetadataReader, MetadataReaderFactory, Class<?>) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
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.
isUseAnonymousProducers() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
isUseCodeAsDefaultMessage() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
isUseDefaultFilters() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
isUseDefaultFilters() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
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.ResourceProperties.Cache
Deprecated.
 
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 true if the currently authenticated user is in the given role, or false otherwise.
isUseSsl() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRestClientProperties
 
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 true if the source file should be monitored for changes and automatically recompiled.
isWebAllowOthers() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
items(Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items.
items(ConditionMessage.Style, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items.
items(Collection<?>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items.
items(ConditionMessage.Style, Collection<?>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items with a ConditionMessage.Style.
IterableConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
A ConfigurationPropertySource with a fully Iterable set of entries.
iterator() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
 
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.config.Profiles
Return an iterator for all accepted profiles.
iterator() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
 
iterator() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
iterator() - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
Return an iterator for the names managed by this source.
iterator() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
 
iterator() - Method in class org.springframework.boot.devtools.classpath.ClassPathDirectories
 
iterator() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
 
iterator() - Method in class org.springframework.boot.info.InfoProperties
 
iterator() - Method in interface org.springframework.boot.loader.archive.Archive
Deprecated.
since 2.3.0 for removal in 2.5.0 in favor of using JarFile to access entries and Archive.getNestedArchives(EntryFilter, EntryFilter) for accessing nested archives.
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
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links