- 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
-
- 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
-
- ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
-
- IGNORED_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
Order applied to the WebSecurityConfigurer that ignores standard static resource
paths.
- IgnoredPathsWebSecurityConfigurer() - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer
-
- IgnoreErrorsBindHandler - Class in org.springframework.boot.context.properties.bind.handler
-
- 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
-
- 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
-
- 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) - Constructor for class org.springframework.boot.loader.tools.ImagePackager
-
- ImageProgressUpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
-
- 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
-
- 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
-
- IncludeExcludeEndpointFilter(Class<E>, Environment, String, IncludeExcludeEndpointFilter.DefaultIncludes) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
-
- IncludeExcludeEndpointFilter(Class<E>, Collection<String>, Collection<String>, String...) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
-
- IncludeExcludeEndpointFilter(Class<E>, Collection<String>, Collection<String>, IncludeExcludeEndpointFilter.DefaultIncludes) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
-
- 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
-
- IncompatibleConfigurationException - Exception in org.springframework.boot.context.properties
-
- 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>) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
-
- InfluxDbAutoConfiguration - Class in org.springframework.boot.autoconfigure.influx
-
- InfluxDbAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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(WebSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer
-
- init(FilterConfig) - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
-
- init() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
Deprecated.
- init() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
Deprecated.
- 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
-
- initFields(Object, ObjectFactory<Gson>) - Static method in class org.springframework.boot.test.json.GsonTester
-
- initFields(Object, ObjectMapper) - Static method in class org.springframework.boot.test.json.JacksonTester
-
- initFields(Object, ObjectFactory<ObjectMapper>) - Static method in class org.springframework.boot.test.json.JacksonTester
-
- initFields(Object, Jsonb) - Static method in class org.springframework.boot.test.json.JsonbTester
-
- initFields(Object, ObjectFactory<Jsonb>) - Static method in class org.springframework.boot.test.json.JsonbTester
-
- 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(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.
- initializeDataSourceBuilder() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- 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
-
- InMemoryAuditEventRepository - Class in org.springframework.boot.actuate.audit
-
- 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
-
- 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
-
- instantiate(Collection<String>) - Method in class org.springframework.boot.util.Instantiator
-
Instantiate the given set of class name, injecting constructor arguments as
necessary.
- 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
-
- 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
-
- inTaggedOrDigestForm() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
-
- IntegrationAutoConfiguration - Class in org.springframework.boot.autoconfigure.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
-
- 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
-
- 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.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
-
- 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
-
- interceptors(Collection<ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- 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
-
- 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
-
- 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
-
- 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
-
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
-
- IOConsumer<T> - Interface in org.springframework.boot.buildpack.platform.io
-
- IOSupplier<T> - Interface in org.springframework.boot.buildpack.platform.io
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- isConsumers() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
-
- isContinueOnError() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
- isCreateDataSource() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- isCreateSchemas() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
- 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.
- 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
-
- 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
-
- isEmbedded(String) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Convenience method to determine if a given driver class name represents an embedded
database type.
- isEmbedded(DataSource) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Convenience method to determine if a given data source represents an embedded
database type.
- isEmbedded() - Method in enum org.springframework.boot.test.context.SpringBootTest.WebEnvironment
-
- 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
-
- 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.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
-
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
-
- 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.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
-
- isEndpointExposed(Object) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
Deprecated.
- 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.
- 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
-
- isExtensionExposed(Object) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
Deprecated.
- 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
-
- 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
-
- 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.
- 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
-
- isOnShutdown() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Cleanup
-
- isOnStartup() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Cleanup
-
- IsoOffsetDateTimeConverter - Class in org.springframework.boot.actuate.endpoint.invoke.convert
-
- IsoOffsetDateTimeConverter() - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
-
- isOpen() - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
-
- isOpen() - Method in class org.springframework.boot.origin.OriginTrackedResource
-
- isOptional() - Method in class org.springframework.boot.context.config.ConfigDataLocation
-
- 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
-
- 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 where 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- IterableConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
-
- 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
-
- 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
-
- 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
-