- AbstractBindHandler - Class in org.springframework.boot.context.properties.bind
-
- AbstractBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.AbstractBindHandler
-
Create a new binding handler instance.
- AbstractBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.AbstractBindHandler
-
Create a new binding handler instance with a specific parent.
- AbstractConfigurableWebServerFactory - Class in org.springframework.boot.web.server
-
- AbstractConfigurableWebServerFactory() - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- AbstractConfigurableWebServerFactory(int) - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- AbstractDataSourceInitializer - Class in org.springframework.boot.jdbc
-
- AbstractDataSourceInitializer(DataSource, ResourceLoader) - Constructor for class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-
- AbstractDataSourcePoolMetadata<T extends DataSource> - Class in org.springframework.boot.jdbc.metadata
-
- AbstractDataSourcePoolMetadata(T) - Constructor for class org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
-
Create an instance with the data source to use.
- AbstractFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics
-
Abstract base class for most FailureAnalyzer
implementations.
- AbstractFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
-
- AbstractInjectionFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics.analyzer
-
Abstract base class for a
FailureAnalyzer
that handles some kind of injection
failure.
- AbstractInjectionFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
-
- AbstractLoggingSystem - Class in org.springframework.boot.logging
-
- AbstractLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem
-
- AbstractLoggingSystem.LogLevels<T> - Class in org.springframework.boot.logging
-
Maintains a mapping between native levels and
LogLevel
.
- AbstractReactiveWebServerFactory - Class in org.springframework.boot.web.reactive.server
-
- AbstractReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory
-
- AbstractReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory
-
- AbstractServletWebServerFactory - Class in org.springframework.boot.web.servlet.server
-
- AbstractServletWebServerFactory() - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- AbstractServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- AbstractServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- ACTIVE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The "active profiles" property name.
- add(String, String) - Method in class org.springframework.boot.web.server.MimeMappings
-
Add a new mime mapping.
- addAdditionalTomcatConnectors(Connector...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Add Connector
s in addition to the default connector, e.g.
- addAliases(String, String...) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- addAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- addApplicationConverters(ConverterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
-
Add converters useful for most Spring Boot applications.
- addApplicationFormatters(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
-
Add formatters useful for most Spring Boot applications.
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- addCommandLineProperties(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Flag to indicate that command line arguments should be added to the environment.
- addConfigurations(Configuration...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Add Configuration
s that will be applied to the WebAppContext
before
the server is started.
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- addContextCustomizers(TomcatContextCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Add LifecycleListener
s that should be added to the Tomcat Context
.
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Add LifecycleListener
s that should be added to the Tomcat Context
.
- addContextValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Add Valve
s that should be applied to the Tomcat Context
.
- addDefaultServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Add Jetty's DefaultServlet
to the given WebAppContext
.
- addDelimitedStringConverters(ConverterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
-
Add converters to support delimited strings.
- addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
- addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- addEngineValves(Valve...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
Add Valve
s that should be applied to the Tomcat Engine
.
- addEngineValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- addEngineValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- addErrorPages(ErrorPage...) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- addErrorPages(ErrorPage...) - Method in interface org.springframework.boot.web.server.ErrorPageRegistry
-
Adds error pages that will be used when handling exceptions.
- addErrorPages(ErrorPage...) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
-
- addInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.SpringApplication
-
Add ApplicationContextInitializer
s to be applied to the Spring
ApplicationContext
.
- addInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- addInitializers(ServletContextInitializer...) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
- addInitParameter(String, String) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Add a single init-parameter, replacing any existing parameter with the same name.
- additionalCustomizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- additionalInterceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Add additional ClientHttpRequestInterceptors
that should be used with the RestTemplate
.
- additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Add additional ClientHttpRequestInterceptors
that should be used with the RestTemplate
.
- additionalMessageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Add additional HttpMessageConverters
that should be
used with the RestTemplate
.
- additionalMessageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Add additional HttpMessageConverters
that should be
used with the RestTemplate
.
- addJspServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Add Jetty's JspServlet
to the given WebAppContext
.
- addListeners(ApplicationListener<?>...) - Method in class org.springframework.boot.SpringApplication
-
Add ApplicationListener
s to be applied to the SpringApplication and
registered with the ApplicationContext
.
- addPostProcessors(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Add appropriate post-processors to post-configure the property-sources.
- addPrimarySources(Collection<Class<?>>) - Method in class org.springframework.boot.SpringApplication
-
- addPropertySources(ConfigurableEnvironment, ResourceLoader) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Add config file property sources to the specified environment.
- addRegistration(String, ServletContext) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
- addRegistration(String, ServletContext) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- addServerCustomizers(JettyServerCustomizer...) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
-
- addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- addServerCustomizers(NettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
- addTldSkipPatterns(String...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Add patterns that match jars to ignore for TLD scanning.
- addTo(RestTemplate, String) - Static method in class org.springframework.boot.web.client.RootUriTemplateHandler
-
- addToEnvironment(ConfigurableEnvironment) - Static method in class org.springframework.boot.env.RandomValuePropertySource
-
- addURL(URL) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
-
- addUrlMappings(String...) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Add URL mappings for the servlet.
- afterPropertiesSet() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- afterPropertiesSet() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.narayana.NarayanaConfigurationBean
-
- afterPropertiesSet() - Method in class org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean
-
- afterRefresh(ConfigurableApplicationContext, ApplicationArguments) - Method in class org.springframework.boot.SpringApplication
-
Called after the context has been refreshed.
- alwaysApplying(PropertyMapper.SourceOperator) - Method in class org.springframework.boot.context.properties.PropertyMapper
-
- alwaysApplyingWhenNonNull() - Method in class org.springframework.boot.context.properties.PropertyMapper
-
- analyze(Throwable) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
-
- analyze(Throwable, T) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
-
Returns an analysis of the given rootFailure
, or null
if no
analysis was possible.
- analyze(Throwable, T) - Method in class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
-
- analyze(Throwable, T, String) - Method in class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
-
Returns an analysis of the given rootFailure
, or null
if no
analysis was possible.
- analyze(Throwable, BeanNotOfRequiredTypeException) - Method in class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
-
- analyze(Throwable) - Method in interface org.springframework.boot.diagnostics.FailureAnalyzer
-
Returns an analysis of the given failure
, or null
if no analysis
was possible.
- AnnotationConfigReactiveWebApplicationContext - Class in org.springframework.boot.web.reactive.context
-
ConfigurableReactiveWebApplicationContext
that accepts annotated classes as
input - in particular
@Configuration
-annotated
classes, but also plain
@Component
classes and JSR-330 compliant
classes using
javax.inject
annotations.
- AnnotationConfigReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- AnnotationConfigReactiveWebServerApplicationContext - Class in org.springframework.boot.web.reactive.context
-
ReactiveWebServerApplicationContext
that accepts annotated classes as input -
in particular
@Configuration
-annotated
classes, but also plain
@Component
classes and JSR-330 compliant
classes using
javax.inject
annotations.
- AnnotationConfigReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
- AnnotationConfigReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
- AnnotationConfigReactiveWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
- AnnotationConfigReactiveWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
- AnnotationConfigServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
-
ServletWebServerApplicationContext
that accepts annotated classes as input - in
particular
@Configuration
-annotated classes, but also plain
@Component
classes and JSR-330
compliant classes using
javax.inject
annotations.
- AnnotationConfigServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
- AnnotationConfigServletWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
- AnnotationConfigServletWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
- AnnotationConfigServletWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
- AnsiBackground - Enum in org.springframework.boot.ansi
-
- AnsiColor - Enum in org.springframework.boot.ansi
-
- AnsiColors - Class in org.springframework.boot.ansi
-
- AnsiElement - Interface in org.springframework.boot.ansi
-
An ANSI encodable element.
- AnsiOutput - Class in org.springframework.boot.ansi
-
Generates ANSI encoded output, automatically attempting to detect if the terminal
supports ANSI.
- AnsiOutput() - Constructor for class org.springframework.boot.ansi.AnsiOutput
-
- AnsiOutput.Enabled - Enum in org.springframework.boot.ansi
-
- AnsiOutputApplicationListener - Class in org.springframework.boot.context.config
-
An
ApplicationListener
that configures
AnsiOutput
depending on the
value of the property
spring.output.ansi.enabled
.
- AnsiOutputApplicationListener() - Constructor for class org.springframework.boot.context.config.AnsiOutputApplicationListener
-
- AnsiPropertySource - Class in org.springframework.boot.ansi
-
- AnsiPropertySource(String, boolean) - Constructor for class org.springframework.boot.ansi.AnsiPropertySource
-
- AnsiStyle - Enum in org.springframework.boot.ansi
-
- append(String) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
- appendAnsiString(StringBuilder, String, AnsiElement) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
-
- application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Accessor for the current application.
- APPLICATION_CONFIGURATION_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Name of the application configuration PropertySource
.
- ApplicationArguments - Interface in org.springframework.boot
-
- ApplicationContextHeaderFilter - Class in org.springframework.boot.web.servlet.filter
-
OncePerRequestFilter
to add an X-Application-Context header that
contains the ApplicationContext ID
.
- ApplicationContextHeaderFilter(ApplicationContext) - Constructor for class org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
-
- ApplicationContextRequestMatcher<C> - Class in org.springframework.boot.security.servlet
-
ApplicationContext
backed RequestMatcher
.
- ApplicationContextRequestMatcher(Class<? extends C>) - Constructor for class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
-
- ApplicationContextServerWebExchangeMatcher<C> - Class in org.springframework.boot.security.reactive
-
ApplicationContext
backed ServerWebExchangeMatcher
.
- ApplicationContextServerWebExchangeMatcher(Class<? extends C>) - Constructor for class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
-
- ApplicationConversionService - Class in org.springframework.boot.convert
-
A specialization of FormattingConversionService
configured by default with
converters and formatters appropriate for most Spring Boot applications.
- ApplicationConversionService() - Constructor for class org.springframework.boot.convert.ApplicationConversionService
-
- ApplicationConversionService(StringValueResolver) - Constructor for class org.springframework.boot.convert.ApplicationConversionService
-
- ApplicationEnvironmentPreparedEvent - Class in org.springframework.boot.context.event
-
Event published when a
SpringApplication
is starting up and the
Environment
is first available for inspection and modification.
- ApplicationEnvironmentPreparedEvent(SpringApplication, String[], ConfigurableEnvironment) - Constructor for class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
-
- ApplicationFailedEvent - Class in org.springframework.boot.context.event
-
- ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - Constructor for class org.springframework.boot.context.event.ApplicationFailedEvent
-
- ApplicationHome - Class in org.springframework.boot.system
-
Provides access to the application home directory.
- ApplicationHome() - Constructor for class org.springframework.boot.system.ApplicationHome
-
- ApplicationHome(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationHome
-
- ApplicationPid - Class in org.springframework.boot.system
-
An application process ID.
- ApplicationPid() - Constructor for class org.springframework.boot.system.ApplicationPid
-
- ApplicationPid(String) - Constructor for class org.springframework.boot.system.ApplicationPid
-
- ApplicationPidFileWriter - Class in org.springframework.boot.context
-
An ApplicationListener
that saves application PID into file.
- ApplicationPidFileWriter() - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
-
- ApplicationPidFileWriter(String) - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
-
- ApplicationPidFileWriter(File) - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
-
- ApplicationPreparedEvent - Class in org.springframework.boot.context.event
-
Event published as when a
SpringApplication
is starting up and the
ApplicationContext
is fully prepared but not refreshed.
- ApplicationPreparedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationPreparedEvent
-
- ApplicationReadyEvent - Class in org.springframework.boot.context.event
-
Event published as late as conceivably possible to indicate that the application is
ready to service requests.
- ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationReadyEvent
-
- ApplicationRunner - Interface in org.springframework.boot
-
Interface used to indicate that a bean should
run when it is contained within
a
SpringApplication
.
- ApplicationStartedEvent - Class in org.springframework.boot.context.event
-
Event published once the application context has been refreshed but before any
application
and
command line
runners have been called.
- ApplicationStartedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationStartedEvent
-
- ApplicationStartingEvent - Class in org.springframework.boot.context.event
-
Event published as early as conceivably possible as soon as a
SpringApplication
has been started - before the
Environment
or
ApplicationContext
is
available, but after the
ApplicationListener
s have been registered.
- ApplicationStartingEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartingEvent
-
- ApplicationTemp - Class in org.springframework.boot.system
-
Provides access to an application specific temporary directory.
- ApplicationTemp() - Constructor for class org.springframework.boot.system.ApplicationTemp
-
- ApplicationTemp(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationTemp
-
- apply(PropertyMapper.Source<T>) - Method in interface org.springframework.boot.context.properties.PropertyMapper.SourceOperator
-
Apply the operation to the given source.
- apply(ConfigurationPropertySource) - Method in class org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
-
- apply() - Method in class org.springframework.boot.logging.LoggingSystemProperties
-
- apply(LogFile) - Method in class org.springframework.boot.logging.LoggingSystemProperties
-
- applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
-
Apply any ApplicationContextInitializer
s to the context before it is
refreshed.
- applySystemProperties(Environment, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
- applyTo(Properties) - Method in class org.springframework.boot.logging.LogFile
-
Apply log file details to LOG_PATH
and LOG_FILE
map entries.
- applyToSystemProperties() - Method in class org.springframework.boot.logging.LogFile
-
Apply log file details to LOG_PATH
and LOG_FILE
system properties.
- as(Function<T, R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
-
Return an adapted version of the source changed via the given adapter function.
- asInt(Function<T, R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
-
Return an adapted version of the source with
Integer
type.
- asProperties() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Returns the properties as a
Properties
object that can be used with
Atomikos.
- AtomikosConnectionFactoryBean - Class in org.springframework.boot.jta.atomikos
-
Spring friendly version of AtomikosConnectionFactoryBean
.
- AtomikosConnectionFactoryBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
-
- AtomikosDataSourceBean - Class in org.springframework.boot.jta.atomikos
-
Spring friendly version of AtomikosDataSourceBean
.
- AtomikosDataSourceBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-
- AtomikosDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.jta.atomikos
-
- AtomikosDependsOnBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- AtomikosProperties - Class in org.springframework.boot.jta.atomikos
-
- AtomikosProperties() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- AtomikosProperties.Recovery - Class in org.springframework.boot.jta.atomikos
-
Recovery specific settings.
- AtomikosXAConnectionFactoryWrapper - Class in org.springframework.boot.jta.atomikos
-
- AtomikosXAConnectionFactoryWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
-
- AtomikosXADataSourceWrapper - Class in org.springframework.boot.jta.atomikos
-
- AtomikosXADataSourceWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
-
- attach(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
-
- callback(Class<C>, C, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
-
Start a call to a single callback instance, dealing with common generic type
concerns and exceptions.
- callbacks(Class<C>, Collection<? extends C>, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
-
Start a call to a single callback instance, dealing with common generic type
concerns and exceptions.
- checkResource(Locale) - Method in class org.springframework.boot.web.servlet.view.MustacheView
-
- checkResourceExists(Locale) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
-
- child(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create a child application with the provided sources.
- chop(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
- ClasspathLoggingApplicationListener - Class in org.springframework.boot.context.logging
-
- ClasspathLoggingApplicationListener() - Constructor for class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
-
- cleanUp() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- cleanUp() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- cleanUp() - Method in class org.springframework.boot.logging.LoggingSystem
-
Clean up the logging system.
- cleanUp() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
-
- clearCache() - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
-
Clear the entire MetadataReader cache, removing all cached class metadata.
- CloudFoundryVcapEnvironmentPostProcessor - Class in org.springframework.boot.cloud
-
- CloudFoundryVcapEnvironmentPostProcessor() - Constructor for class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-
- CloudPlatform - Enum in org.springframework.boot.cloud
-
Simple detection for well known cloud platforms.
- CodecCustomizer - Interface in org.springframework.boot.web.codec
-
Callback interface that can be used to customize codecs configuration for an HTTP
client and/or server with a CodecConfigurer
.
- ColorConverter - Class in org.springframework.boot.logging.log4j2
-
Log4j2
LogEventPatternConverter
colors output using the
AnsiOutput
class.
- ColorConverter - Class in org.springframework.boot.logging.logback
-
Logback
CompositeConverter
colors output using the
AnsiOutput
class.
- ColorConverter() - Constructor for class org.springframework.boot.logging.logback.ColorConverter
-
- CommandLineRunner - Interface in org.springframework.boot
-
Interface used to indicate that a bean should
run when it is contained within
a
SpringApplication
.
- commit(Xid, boolean) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
-
- CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- CommonsLoggingLiquibaseLogger - Class in org.springframework.boot.liquibase
-
Liquibase Logger
that delegates to an Apache Commons Log
.
- CommonsLoggingLiquibaseLogger() - Constructor for class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- compareTo(ConfigurationProperty) - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
-
- compareTo(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
- ComponentScanPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
-
- CompositeDataSourcePoolMetadataProvider - Class in org.springframework.boot.jdbc.metadata
-
- CompositeDataSourcePoolMetadataProvider(Collection<? extends DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
-
- Compression - Class in org.springframework.boot.web.server
-
Simple server-independent abstraction for compression configuration.
- Compression() - Constructor for class org.springframework.boot.web.server.Compression
-
- ConcurrentReferenceCachingMetadataReaderFactory - Class in org.springframework.boot.type.classreading
-
Caching implementation of the MetadataReaderFactory
interface backed by a
ConcurrentReferenceHashMap
, caching MetadataReader
per Spring
Resource
handle (i.e.
- ConcurrentReferenceCachingMetadataReaderFactory() - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
-
- ConcurrentReferenceCachingMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
-
- ConcurrentReferenceCachingMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
-
- CONFIG_ADDITIONAL_LOCATION_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The "config additional location" property name.
- CONFIG_LOCATION_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The "config location" property name.
- CONFIG_NAME_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The "config name" property name.
- CONFIG_PROPERTY - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
-
The name of the Spring property that contains a reference to the logging
configuration to load.
- ConfigFileApplicationListener - Class in org.springframework.boot.context.config
-
- ConfigFileApplicationListener() - Constructor for class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- ConfigurableJettyWebServerFactory - Interface in org.springframework.boot.web.embedded.jetty
-
- ConfigurableReactiveWebApplicationContext - Interface in org.springframework.boot.web.reactive.context
-
Interface to provide configuration for a reactive web application.
- ConfigurableReactiveWebEnvironment - Interface in org.springframework.boot.web.reactive.context
-
Specialization of ConfigurableEnvironment
for reactive application contexts.
- ConfigurableReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
-
- ConfigurableServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
-
- ConfigurableTomcatWebServerFactory - Interface in org.springframework.boot.web.embedded.tomcat
-
- ConfigurableUndertowWebServerFactory - Interface in org.springframework.boot.web.embedded.undertow
-
- ConfigurableWebServerApplicationContext - Interface in org.springframework.boot.web.context
-
- ConfigurableWebServerFactory - Interface in org.springframework.boot.web.server
-
- CONFIGURATION_COMPARATOR - Static variable in class org.springframework.boot.logging.AbstractLoggingSystem
-
- ConfigurationBeanFactoryMetadata - Class in org.springframework.boot.context.properties
-
Utility class to memorize @Bean
definition meta data during initialization of
the bean factory.
- ConfigurationBeanFactoryMetadata() - Constructor for class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
-
- ConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
-
Annotation for externalized configuration.
- ConfigurationPropertiesBindException - Exception in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBinding - Annotation Type in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- ConfigurationPropertiesBindingPostProcessorRegistrar - Class in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBindingPostProcessorRegistrar() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
-
- ConfigurationProperty - Class in org.springframework.boot.context.properties.source
-
- ConfigurationProperty(ConfigurationPropertyName, Object, Origin) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationProperty
-
- ConfigurationPropertyName - Class in org.springframework.boot.context.properties.source
-
A configuration property name composed of elements separated by dots.
- ConfigurationPropertyName.Form - Enum in org.springframework.boot.context.properties.source
-
The various forms that a non-indexed element value can take.
- ConfigurationPropertyNameAliases - Class in org.springframework.boot.context.properties.source
-
- ConfigurationPropertyNameAliases() - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- ConfigurationPropertyNameAliases(String, String...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- ConfigurationPropertyNameAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- ConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
-
- ConfigurationPropertySources - Class in org.springframework.boot.context.properties.source
-
- ConfigurationPropertyState - Enum in org.springframework.boot.context.properties.source
-
- Configurations - Class in org.springframework.boot.context.annotation
-
A set of @Configuration
classes that can be registered in
ApplicationContext
.
- Configurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.context.annotation.Configurations
-
- ConfigurationWarningsApplicationContextInitializer - Class in org.springframework.boot.context
-
ApplicationContextInitializer
to report warnings for common misconfiguration
mistakes.
- ConfigurationWarningsApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
-
- ConfigurationWarningsApplicationContextInitializer.Check - Interface in org.springframework.boot.context
-
A single check that can be applied.
- ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck - Class in org.springframework.boot.context
-
- ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor - Class in org.springframework.boot.context
-
BeanDefinitionRegistryPostProcessor
to report warnings.
- ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
-
- configure(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
-
Configure the given FormatterRegistry
with formatters and converts
appropriate for most Spring Boot applications.
- configure(T) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Configure the provided RestTemplate
instance using this builder.
- configure(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
-
- configure(D) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
- configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Configure registration settings.
- configure(SpringApplicationBuilder) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
Configure the application.
- configureContext(Context) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Configure the Tomcat Context
.
- configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Configure the Tomcat Context
.
- configureEnvironment(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
- configureProfiles(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
Configure which profiles are active (or active by default) for this application
environment.
- configurePropertySources(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
Add, remove or re-order any PropertySource
s in this application's
environment.
- configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Configure the given Jetty WebAppContext
for use.
- ConnectorStartFailedException - Exception in org.springframework.boot.web.embedded.tomcat
-
A ConnectorStartFailedException
is thrown when a Tomcat Connector
fails
to start, for example due to a port clash or incorrect SSL configuration.
- ConnectorStartFailedException(int) - Constructor for exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
-
Creates a new ConnectorStartFailedException
for a connector that's
configured to listen on the given port
.
- CONSOLE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
-
The name of the System property that contains the console log pattern.
- containsDescendantOf(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
-
Returns if the source contains any descendants of the specified name.
- containsDescendantOf(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
-
- containsOption(String) - Method in interface org.springframework.boot.ApplicationArguments
-
Return whether the set of option arguments parsed from the arguments contains an
option with the given name.
- containsOption(String) - Method in class org.springframework.boot.DefaultApplicationArguments
-
- context() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Accessor for the current application context.
- contextClass(Class<? extends ConfigurableApplicationContext>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Explicitly set the context class to be used.
- ContextCloserListener(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
-
- ContextIdApplicationContextInitializer - Class in org.springframework.boot.context
-
ApplicationContextInitializer
that sets the Spring
ApplicationContext ID
.
- ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- contextLoaded(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- contextLoaded(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called once the application context has been loaded but before it has been
refreshed.
- contextPrepared(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- contextPrepared(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called once the ApplicationContext
has been created and prepared, but
before sources have been loaded.
- convertNativeToSystem(T) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
-
- convertSystemToNative(LogLevel) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
-
- Cookie() - Constructor for class org.springframework.boot.web.servlet.server.Session.Cookie
-
- create() - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
-
- create(ClassLoader) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
-
- createApplicationContext() - Method in class org.springframework.boot.SpringApplication
-
Strategy method used to create the ApplicationContext
.
- createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - Method in class org.springframework.boot.SpringApplication
-
Factory method used to create the BeanDefinitionLoader
.
- createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
Subclasses may override to create their own subclass of ContextCloserListener.
- createEnvironment() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- createEnvironment() - Method in class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
-
- createJettyServer(JettyHttpHandlerAdapter) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- createLogger(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
Factory method used to create the logger.
- createMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
-
Create the meta-data reader.
- createMultipartConfig() - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Create a new MultipartConfigElement
instance.
- createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
- createSpringApplication(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
- createSpringApplicationBuilder() - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
Returns the
SpringApplicationBuilder
that is used to configure and create
the
SpringApplication
.
- createTempDir(String) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
Return the absolute temp dir for given web server.
- createView(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
-
- createXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- createXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- createXAContext() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- createXAContext(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- customize(RestTemplate) - Method in interface org.springframework.boot.web.client.RestTemplateCustomizer
-
Callback to customize a RestTemplate
instance.
- customize(CodecConfigurer) - Method in interface org.springframework.boot.web.codec.CodecCustomizer
-
Callback to customize a CodecConfigurer
instance.
- customize(Server) - Method in interface org.springframework.boot.web.embedded.jetty.JettyServerCustomizer
-
Customize the server.
- customize(HttpServerOptions.Builder) - Method in interface org.springframework.boot.web.embedded.netty.NettyServerCustomizer
-
Customize the Netty web server.
- customize(HttpServerOptions.Builder) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-
- customize(Connector) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer
-
Customize the connector.
- customize(Context) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
-
Customize the context.
- customize(Undertow.Builder) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowBuilderCustomizer
-
Customize the builder.
- customize(DeploymentInfo) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
-
Customize the deployment info.
- customize(WebClient.Builder) - Method in interface org.springframework.boot.web.reactive.function.client.WebClientCustomizer
-
Callback to customize a
WebClient.Builder
instance.
- customize(T) - Method in interface org.springframework.boot.web.server.WebServerFactoryCustomizer
-
- customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- customizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- customizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- GenericReactiveWebApplicationContext - Class in org.springframework.boot.web.reactive.context
-
Subclass of GenericApplicationContext
, suitable for reactive web environments.
- GenericReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
-
- GenericReactiveWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
-
- get(Environment) - Static method in class org.springframework.boot.context.properties.bind.Binder
-
Create a new
Binder
instance from the specified environment.
- get() - Method in class org.springframework.boot.context.properties.bind.BindResult
-
- get() - Static method in class org.springframework.boot.context.properties.PropertyMapper
-
Return the property mapper.
- get(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
-
- get(String) - Method in class org.springframework.boot.info.InfoProperties
-
Return the value of the specified property or null
.
- get(ClassLoader) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
- get(PropertyResolver) - Static method in class org.springframework.boot.logging.LogFile
-
Get a
LogFile
from the given Spring
Environment
.
- get(ClassLoader) - Static method in class org.springframework.boot.logging.LoggingSystem
-
Detect and return the logging system in use.
- get(PropertySource<?>, String) - Static method in class org.springframework.boot.origin.PropertySourceOrigin
-
Get a
Origin
for the given
PropertySource
and
propertyName
.
- get(String...) - Static method in class org.springframework.boot.system.SystemProperties
-
- get() - Method in class org.springframework.boot.util.LambdaSafe.InvocationResult
-
Return the result of the invocation or null
if the callback wasn't
suitable.
- get(R) - Method in class org.springframework.boot.util.LambdaSafe.InvocationResult
-
Return the result of the invocation or the given fallback if the callback
wasn't suitable.
- get(String) - Method in class org.springframework.boot.web.server.MimeMappings
-
Get a mime mapping for the given extension.
- getAccessLogPrefix() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- getAction() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
-
Returns the action, if any, to be taken to address the failure.
- getActive(Environment) - Static method in enum org.springframework.boot.cloud.CloudPlatform
-
Returns the active
CloudPlatform
or
null
if one cannot be deduced.
- getActive() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getActive() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
-
Return the current number of active connections that have been allocated from the
data source or null
if that information is not available.
- getActive() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getActive() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getAdditionalTomcatConnectors() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Returns a mutable collection of the Connector
s that will be added to the
Tomcat.
- getAddress() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
Return the address that the web server binds to.
- getAliases(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- getAll() - Method in class org.springframework.boot.web.server.MimeMappings
-
Returns all defined mappings.
- getAllErrors() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
-
Return the list of all validation errors.
- getAllSources() - Method in class org.springframework.boot.SpringApplication
-
- getAnnotatedBeanDefinitionReader(DefaultListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Build an AnnotatedBeanDefinitionReader
for the given bean factory.
- getAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Return a single associated annotations that could affect binding.
- getAnnotation() - Method in exception org.springframework.boot.context.properties.ConfigurationPropertiesBindException
-
Return the configuration properties annotation that triggered the binding.
- getAnnotations() - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Return any associated annotations that could affect binding.
- getApplicationContext() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
-
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
-
Return the application context.
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationPreparedEvent
-
Return the application context.
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationReadyEvent
-
Return the application context.
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationStartedEvent
-
Return the application context.
- getApplicationContext() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
-
Access the application context that the server was created in.
- getApplicationContext() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
-
- getApplicationContext() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
-
Access the application context that the server was created in.
- getApplicationLog() - Method in class org.springframework.boot.SpringApplication
-
Returns the Log
for the application.
- getApplicationTitle(Class<?>) - Method in class org.springframework.boot.ResourceBanner
-
- getApplicationVersion(Class<?>) - Method in class org.springframework.boot.ResourceBanner
-
- getArgs() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
-
- getArtifact() - Method in class org.springframework.boot.info.BuildProperties
-
Return the artifactId of the project or null
.
- getBeanNameGenerator() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Return the custom BeanNameGenerator
for use with
AnnotatedBeanDefinitionReader
and/or
ClassPathBeanDefinitionScanner
, if any.
- getBeansWithFactoryAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
-
- getBeanType() - Method in exception org.springframework.boot.context.properties.ConfigurationPropertiesBindException
-
Return the bean type that was being bound.
- getBootVersion() - Method in class org.springframework.boot.ResourceBanner
-
- getBoundProperties() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
-
Return the properties that were bound before validation failed.
- getBoxedType() - Method in class org.springframework.boot.context.properties.bind.Bindable
-
- getBranch() - Method in class org.springframework.boot.info.GitProperties
-
Return the name of the branch or null
.
- getBuilderCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- getBuilderCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- getCause() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
-
Returns the cause of the failure.
- getCauseType() - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
-
Return the cause type being handled by the analyzer.
- getCheckpointInterval() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getChecks() - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
-
Returns the checks that should be applied.
- getCiphers() - Method in class org.springframework.boot.web.server.Ssl
-
- getClasses() - Method in class org.springframework.boot.context.annotation.Configurations
-
- getClasses(Configurations...) - Static method in class org.springframework.boot.context.annotation.Configurations
-
Return the classes from all the specified configurations in the order that they
would be registered.
- getClasses(Collection<Configurations>) - Static method in class org.springframework.boot.context.annotation.Configurations
-
Return the classes from all the specified configurations in the order that they
would be registered.
- getClassLoader() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
- getClassLoader() - Method in class org.springframework.boot.SpringApplication
-
Either the ClassLoader that will be used in the ApplicationContext (if
resourceLoader
is set, or the context
class loader (if not null), or the loader of the Spring
ClassUtils
class.
- getClassName() - Method in class org.springframework.boot.web.servlet.server.Jsp
-
- getClassPathBeanDefinitionScanner(DefaultListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Build a ClassPathBeanDefinitionScanner
for the given bean factory.
- getClientAuth() - Method in class org.springframework.boot.web.server.Ssl
-
- getClosest(Color) - Static method in class org.springframework.boot.ansi.AnsiColors
-
- getColumn() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
-
Return the column of the text resource where the property originated.
- getComment() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- getCommitId() - Method in class org.springframework.boot.info.GitProperties
-
Return the full id of the commit or null
.
- getCommitTime() - Method in class org.springframework.boot.info.GitProperties
-
Return the timestamp of the commit or null
.
- getComponentScanningPackages(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
-
- getCompression() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
-
- getConfigurationProperty() - Method in interface org.springframework.boot.context.properties.bind.BindContext
-
Return the
ConfigurationProperty
actually being bound or
null
if
the property has not yet been determined.
- getConfigurationProperty(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
-
- getConfigurationProperty(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
- getConfigurations() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Returns a mutable collection of Jetty Configuration
s that will be applied
to the WebAppContext
before the server is created.
- getConfiguredLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration
-
Returns the configured level of the logger.
- getConnection() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- getConnection(String, String) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- getContext(ServerWebExchange) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
-
- getContextLifecycleListeners() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Returns a mutable collection of the LifecycleListener
s that will be applied
to the Tomcat Context
.
- getContextLifecycleListeners() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Returns a mutable collection of the LifecycleListener
s that will be applied
to the Tomcat Context
.
- getContextPath() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Returns the context path for the web server.
- getContextValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Returns a mutable collection of the Valve
s that will be applied to the
Tomcat Context
.
- getCookie() - Method in class org.springframework.boot.web.servlet.server.Session
-
- getDatabaseName() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-
- getDataSource() - Method in class org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
-
- getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- getDataSourcePoolMetadata(DataSource) - Method in class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
-
- getDataSourcePoolMetadata(DataSource) - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider
-
- getDecodedFile(URL) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getDefaultAutoCommit() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
-
The default auto-commit state of connections created by this pool.
- getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getDefaultJtaTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getDefaultMaxWaitTimeOnShutdown() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getDefaultTimeout() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getDelay() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- getDeploymentInfoCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- getDeploymentInfoCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- getDeploymentManager() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
-
- getDepth() - Method in interface org.springframework.boot.context.properties.bind.BindContext
-
Return the current depth of the binding.
- getDescription() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
-
Returns a description of the failure.
- getDescription() - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Return a description of the registration.
- getDescription() - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
- getDescription() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- getDescription(HttpServletRequest) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
-
Return the description for the given request.
- getDir() - Method in class org.springframework.boot.system.ApplicationHome
-
Returns the application home directory.
- getDir(String) - Method in class org.springframework.boot.system.ApplicationTemp
-
Return a sub-directory of the application temp.
- getDir() - Method in class org.springframework.boot.system.ApplicationTemp
-
Return the directory to be used for application specific temp files.
- getDisplayName() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getDocumentRoot() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Returns the document root which will be used by the web context to serve static
files.
- getDomain() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- getDriverClassName() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
-
Return the driver class name.
- getDriverClassName() - Method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Returns the driver class name.
- getEffectiveLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration
-
Returns the effective level of the logger.
- getElement(int, ConfigurationPropertyName.Form) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Return an element in the name in the given form.
- getEnabled() - Method in class org.springframework.boot.web.server.Compression
-
- getEnabledProtocols() - Method in class org.springframework.boot.web.server.Ssl
-
- getEngineValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Returns a mutable collection of the Valve
s that will be applied to the
Tomcat Engine
.
- getEngineValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Returns a mutable collection of the Valve
s that will be applied to the
Tomcat Engine
.
- getEnvironment() - Method in class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
-
Return the environment.
- getEnvironment() - Method in class org.springframework.boot.logging.LoggingInitializationContext
-
Return the Spring environment if available.
- getError(ServerRequest) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
-
- getError(ServerRequest) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
-
Return the underlying cause of the error or null
if the error cannot be
extracted.
- getError(WebRequest) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
-
- getError(WebRequest) - Method in interface org.springframework.boot.web.servlet.error.ErrorAttributes
-
Return the underlying cause of the error or null
if the error cannot be
extracted.
- getErrorAttributes(ServerRequest, boolean) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
-
- getErrorAttributes(ServerRequest, boolean) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
-
Return a
Map
of the error attributes.
- getErrorAttributes(WebRequest, boolean) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
-
- getErrorAttributes(WebRequest, boolean) - Method in interface org.springframework.boot.web.servlet.error.ErrorAttributes
-
Returns a
Map
of the error attributes.
- getErrorPages() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
Returns a mutable set of
ErrorPages
that will be used when
handling exceptions.
- getErrorPath() - Method in interface org.springframework.boot.web.servlet.error.ErrorController
-
Returns the path of the error page.
- getException() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
-
Return the exception that caused the failure.
- getException() - Method in class org.springframework.boot.web.server.ErrorPage
-
Returns the exception type (or null
for a page that matches by status).
- getExceptionName() - Method in class org.springframework.boot.web.server.ErrorPage
-
The exception type name.
- getExcludedUserAgents() - Method in class org.springframework.boot.web.server.Compression
-
- getExitCode() - Method in class org.springframework.boot.ExitCodeEvent
-
Return the exit code that will be used to exit the JVM.
- getExitCode(Throwable) - Method in interface org.springframework.boot.ExitCodeExceptionMapper
-
Returns the exit code that should be returned from the application.
- getExitCode() - Method in interface org.springframework.boot.ExitCodeGenerator
-
Returns the exit code that should be returned from the application.
- getExpiryScanners() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getExtension() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
-
- getFileExtensions() - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
-
- getFileExtensions() - Method in interface org.springframework.boot.env.PropertySourceLoader
-
Returns the file extensions that the loader supports (excluding the '.').
- getFileExtensions() - Method in class org.springframework.boot.env.YamlPropertySourceLoader
-
- getFilter() - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
-
- getFilter() - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
-
- getForgetOrphanedLogEntriesDelay() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- getGroup() - Method in class org.springframework.boot.info.BuildProperties
-
Return the groupId of the project or null
.
- getHttp2() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- getHttpHandler() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
Return the HttpHandler
that should be used to process the reactive web
server.
- getHttpOnly() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- getId() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
-
Return the identifier of this driver.
- getIdentifier(String, boolean, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
-
Get an identifier for the specified details.
- getInitializers() - Method in class org.springframework.boot.SpringApplication
-
Returns read-only ordered Set of the ApplicationContextInitializer
s that
will be applied to the Spring ApplicationContext
.
- getInitParameters() - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Returns a mutable Map of the registration init-parameters.
- getInitParameters() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getInitParameters() - Method in class org.springframework.boot.web.servlet.server.Jsp
-
- getInstant(String) - Method in class org.springframework.boot.info.InfoProperties
-
Return the value of the specified property as an
Instant
or
null
if
the value is not a valid
Long
representation of an epoch time.
- getInvalidCharacters() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
-
- getJavaVersion() - Static method in enum org.springframework.boot.system.JavaVersion
-
- getJettyWebServer(Server) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- getJsonParser() - Static method in class org.springframework.boot.json.JsonParserFactory
-
Static factory for the "best" JSON parser available on the classpath.
- getJsp() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getKey() - Method in class org.springframework.boot.info.InfoProperties.Entry
-
- getKeyAlias() - Method in class org.springframework.boot.web.server.Ssl
-
- getKeyManagerFactory(Ssl, SslStoreProvider) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-
- getKeyPassword() - Method in class org.springframework.boot.web.server.Ssl
-
- getKeyStore() - Method in class org.springframework.boot.web.server.Ssl
-
- getKeyStore() - Method in interface org.springframework.boot.web.server.SslStoreProvider
-
Return the key store that should be used.
- getKeyStorePassword() - Method in class org.springframework.boot.web.server.Ssl
-
- getKeyStoreProvider() - Method in class org.springframework.boot.web.server.Ssl
-
- getKeyStoreType() - Method in class org.springframework.boot.web.server.Ssl
-
- getLastElement(ConfigurationPropertyName.Form) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Return the last element in the name in the given form.
- getLine() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
-
Return the line of the text resource where the property originated.
- getListener() - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
Return the listener to be registered.
- getListeners() - Method in class org.springframework.boot.SpringApplication
-
Returns read-only ordered Set of the ApplicationListener
s that will be
applied to the SpringApplication and registered with the ApplicationContext
.
- getLocaleCharsetMappings() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Return the Locale to Charset mappings.
- getLocation() - Method in class org.springframework.boot.origin.TextResourceOrigin
-
Return the location of the property within the source (if known).
- getLogBaseDir() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getLogBaseName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getLogDir() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.LoggingSystem
-
- getLoggerConfigurations() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- getLoggerConfigurations() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- getLoggerConfigurations() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- getLoggerConfigurations() - Method in class org.springframework.boot.logging.LoggingSystem
-
Returns a collection of the current configuration for all a
LoggingSystem
's
loggers.
- getLoginTimeout() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getLoginTimeout() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- getLogWriter() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getLogWriter() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- getMainApplicationClass() - Method in class org.springframework.boot.SpringApplication
-
Returns the main application class that has been deduced or explicitly configured.
- getMax() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getMax() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
-
Return the maximum number of active connections that can be allocated at the same
time or -1
if there is no limit.
- getMax() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getMax() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getMaxActives() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getMaxAge() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- getMaxRetries() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- getMaxTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
-
- getMimeMappings() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Returns the mime-type mappings.
- getMimeType() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
-
- getMimeTypes() - Method in class org.springframework.boot.web.server.Compression
-
- getMin() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getMin() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
-
Return the minimum number of idle connections in the pool or null
if that
information is not available.
- getMin() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getMin() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getMinResponseSize() - Method in class org.springframework.boot.web.server.Compression
-
- getMode() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-
- getMultipartConfig() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Returns the multi-part configuration
to be applied
or null
.
- getName() - Method in exception org.springframework.boot.context.properties.bind.BindException
-
Return the name of the configuration property being bound.
- getName() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
-
Return the name of the item that was being validated.
- getName() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
-
- getName() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
-
- getName() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
-
Return the name of the property.
- getName() - Method in class org.springframework.boot.info.BuildProperties
-
Return the name of the project or null
.
- getName() - Method in class org.springframework.boot.logging.LoggerConfiguration
-
Returns the name of the logger.
- getName() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- getNameForAlias(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- getNonOptionArgs() - Method in interface org.springframework.boot.ApplicationArguments
-
Return the collection of non-option arguments parsed.
- getNonOptionArgs() - Method in class org.springframework.boot.DefaultApplicationArguments
-
- getNumberOfElements() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Return the total number of elements in the name.
- getObject() - Method in class org.springframework.boot.validation.MessageInterpolatorFactory
-
- getOptionNames() - Method in interface org.springframework.boot.ApplicationArguments
-
Return the names of all option arguments.
- getOptionNames() - Method in class org.springframework.boot.DefaultApplicationArguments
-
- getOptionValues(String) - Method in interface org.springframework.boot.ApplicationArguments
-
Return the collection of values associated with the arguments option having the
given name.
- getOptionValues(String) - Method in class org.springframework.boot.DefaultApplicationArguments
-
- getOrDeduceName(Object) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Deduces the name for this registration.
- getOrder() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- getOrder() - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-
- getOrder() - Method in class org.springframework.boot.context.annotation.UserConfigurations
-
- getOrder() - Method in class org.springframework.boot.context.ApplicationPidFileWriter
-
- getOrder() - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
-
- getOrder() - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- getOrder() - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- getOrder() - Method in class org.springframework.boot.context.FileEncodingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- getOrder() - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
- getOrder() - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
-
- getOrder() - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- getOrder() - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
-
- getOrder() - Method in class org.springframework.boot.jta.narayana.NarayanaBeanFactoryPostProcessor
-
- getOrder() - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
-
- getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
-
- getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
-
- getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedHttpPutFormContentFilter
-
- getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
-
- getOrder() - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Get the order of the registration bean.
- getOrder() - Method in class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
-
- getOrigin() - Method in exception org.springframework.boot.context.properties.bind.BindException
-
- getOrigin() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
-
- getOrigin(String) - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
-
- getOrigin(String) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
-
- getOrigin(K) - Method in interface org.springframework.boot.origin.OriginLookup
-
Return the origin of the given key or null
if the origin cannot be
determined.
- getOrigin(Object, K) - Static method in interface org.springframework.boot.origin.OriginLookup
-
Attempt to lookup the origin from the given source.
- getOrigin() - Method in interface org.springframework.boot.origin.OriginProvider
-
Return the source origin or null
if the origin is not known.
- getOrigin() - Method in class org.springframework.boot.origin.OriginTrackedValue
-
- getPackagedConfigFile(String) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
- getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- getParentLogger() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- getPath() - Method in class org.springframework.boot.web.server.ErrorPage
-
The path to render (usually implemented as a forward), starting with "/".
- getPath() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- getPeriodicRecoveryPeriod() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getPort() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
-
- getPort() - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
-
- getPort() - Method in exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
-
- getPort() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
-
- getPort() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
-
- getPort() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
-
- getPort() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
The port that the web server listens on.
- getPort() - Method in exception org.springframework.boot.web.server.PortInUseException
-
Returns the port that was in use.
- getPort() - Method in interface org.springframework.boot.web.server.WebServer
-
Return the port this server is listening on.
- getPortFile(ApplicationContext) - Method in class org.springframework.boot.web.context.WebServerPortFileWriter
-
Return the actual port file that should be written for the given application
context.
- getPriority() - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- getProperty(String) - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
-
Return the value of the specified key from the application
Environment
.
- getProperty(String) - Method in class org.springframework.boot.ansi.AnsiPropertySource
-
- getProperty() - Method in exception org.springframework.boot.context.properties.bind.BindException
-
Return the configuration property name of the item that was being bound.
- getProperty(String) - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
-
- getProperty(String) - Method in class org.springframework.boot.env.RandomValuePropertySource
-
- getProperty() - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
-
- getPropertyName() - Method in class org.springframework.boot.origin.PropertySourceOrigin
-
Return the property name that was used when obtaining the original value from the
property source
.
- getPropertyResolvers(Environment, Class<?>) - Method in class org.springframework.boot.ResourceBanner
-
- getPropertySource() - Method in class org.springframework.boot.origin.PropertySourceOrigin
-
Return the origin PropertySource
.
- getProtocol() - Method in class org.springframework.boot.web.server.Ssl
-
- getReason() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
-
Return the reason why the value is invalid.
- getRecovery() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getRecoveryBackoffPeriod() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getRecoveryDbPass() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getRecoveryDbUser() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getRecoveryJmsPass() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getRecoveryJmsUser() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getRecoveryModules() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getRegistered() - Method in class org.springframework.boot.web.servlet.server.Jsp
-
- getRequiredNode(JsonNode, String) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
-
Helper method to return a JsonNode
from the tree.
- getResource() - Method in class org.springframework.boot.origin.TextResourceOrigin
-
Return the resource where the property originated.
- getResourceByPath(String) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- getResourceByPath(String) - Method in class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
-
- getResourceByPath(String) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- getResourceLoader() - Method in class org.springframework.boot.SpringApplication
-
The ResourceLoader that will be used in the ApplicationContext.
- getRetryInterval() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- getRootUri() - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
-
- getSchemaLocation() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-
- getSchemaManagement(DataSource) - Method in interface org.springframework.boot.jdbc.SchemaManagementProvider
-
- getScopeMetadataResolver() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Return the custom ScopeMetadataResolver
for use with
AnnotatedBeanDefinitionReader
and/or
ClassPathBeanDefinitionScanner
, if any.
- getSecure() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- getSelfInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Return any self initialization config that has been applied.
- getServer() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
-
Returns access to the underlying Jetty Server.
- getServerCustomizers() - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
Returns a mutable collection of Jetty
JettyServerCustomizer
s that will be
applied to the
Server
before it is created.
- getServerCustomizers() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Returns a mutable collection of Jetty
JettyServerCustomizer
s that will be
applied to the
Server
before the it is created.
- getServerCustomizers() - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
Returns a mutable collection of the
NettyServerCustomizer
s that will be
applied to the Netty server builder.
- getServerHeader() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- getServerNamespace() - Method in interface org.springframework.boot.web.context.WebServerApplicationContext
-
Returns the namespace of the web server application context or null
if no
namespace has been set.
- getServerNamespace() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- getServerNamespace() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- getService() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getServlet() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Returns the servlet being registered.
- getServletConfig() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- getServletConfig() - Method in class org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
-
- getServletContext() - Method in class org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
-
- getServletContextInitializerBeans() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- getServletName() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Returns the servlet name that will be registered.
- getSession() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getSharedInstance() - Static method in class org.springframework.boot.convert.ApplicationConversionService
-
Return a shared default ApplicationConversionService
instance, lazily
building it once needed.
- getShortCommitId() - Method in class org.springframework.boot.info.GitProperties
-
Return the abbreviated id of the commit or null
.
- getShutdownHandler() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- getShutdownHandler() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- getShutdownHandler() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- getShutdownHandler() - Method in class org.springframework.boot.logging.LoggingSystem
-
Returns a
Runnable
that can handle shutdown of this logging system when the
JVM exits.
- getSource() - Method in class org.springframework.boot.system.ApplicationHome
-
Returns the underlying source used to find the home directory.
- getSource() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
-
Access the source of the event (an
WebServer
).
- getSourceArgs() - Method in interface org.springframework.boot.ApplicationArguments
-
Return the raw unprocessed arguments that were passed to the application.
- getSourceArgs() - Method in class org.springframework.boot.DefaultApplicationArguments
-
- getSources() - Method in interface org.springframework.boot.context.properties.bind.BindContext
-
- getSources() - Method in class org.springframework.boot.SpringApplication
-
- getSpringApplication() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
-
- getSpringConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Return the spring config locations for this system.
- getSpringInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Return any spring specific initialization config that should be applied.
- getSsl() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- getSslStoreProvider() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
Return the standard config locations for this system.
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- getStatus() - Method in class org.springframework.boot.web.server.ErrorPage
-
The HTTP status value that this error page matches (or null
for a page that
matches by exception).
- getStatusCode() - Method in class org.springframework.boot.web.server.ErrorPage
-
The HTTP status value that this error page matches.
- getStoreDir() - Method in class org.springframework.boot.web.servlet.server.Session
-
- getSupported() - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
-
- getSupportedLogLevels() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- getSupportedLogLevels() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- getSupportedLogLevels() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- getSupportedLogLevels() - Method in class org.springframework.boot.logging.LoggingSystem
-
Returns a set of the
LogLevels
that are actually supported by the
logging system.
- getSupportedTypes() - Method in class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
-
- getSupportedTypes() - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
Return the supported types for this registration.
- getTarget() - Method in exception org.springframework.boot.context.properties.bind.BindException
-
Return the target being bound.
- getTargetBeanName() - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
-
- getThreadPool() - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
Returns a Jetty ThreadPool
that should be used by the Server
.
- getThreadPool() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Returns a Jetty ThreadPool
that should be used by the Server
.
- getTime() - Method in class org.springframework.boot.info.BuildProperties
-
Return the timestamp of the build or null
.
- getTimeout() - Method in class org.springframework.boot.web.servlet.server.Session
-
- getTldSkipPatterns() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Returns a mutable set of the patterns that match jars to ignore for TLD scanning.
- getTomcat() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
-
Returns access to the underlying Tomcat server.
- getTomcatConnectorCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- getTomcatConnectorCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- getTrackingModes() - Method in class org.springframework.boot.web.servlet.server.Session
-
- getTransactionManagerId() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getTransactionManagerUniqueName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getTransactionTimeout() - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- getTrustManagerFactory(Ssl, SslStoreProvider) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-
- getTrustStore() - Method in class org.springframework.boot.web.server.Ssl
-
- getTrustStore() - Method in interface org.springframework.boot.web.server.SslStoreProvider
-
Return the trust store that should be used.
- getTrustStorePassword() - Method in class org.springframework.boot.web.server.Ssl
-
- getTrustStoreProvider() - Method in class org.springframework.boot.web.server.Ssl
-
- getTrustStoreType() - Method in class org.springframework.boot.web.server.Ssl
-
- getType() - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Return the type of the item to bind.
- getType() - Method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Returns the EmbeddedDatabaseType
for the connection.
- getUnboundProperties() - Method in exception org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
-
- getUnderlyingSource() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
-
Return the underlying PropertySource
.
- getUnderlyingSource() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
- getUndertowWebServer(Undertow.Builder, DeploymentManager, int) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- getUriEncoding() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Returns the character encoding to use for URL decoding.
- getUriEncoding() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Returns the character encoding to use for URL decoding.
- getUrl(String) - Method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Returns the URL for the connection using the specified databaseName
.
- getUrlMappings() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Return a mutable collection of the URL mappings for the servlet.
- getUrlPrefixes() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
-
- getUrlsOfJarsWithMetaInfResources() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getUsage() - Method in class org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
-
- getUsage() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
-
Return the usage of the pool as value between 0 and 1 (or -1 if the pool is not
limited).
- getValidationErrors() - Method in exception org.springframework.boot.context.properties.bind.validation.BindValidationException
-
Return the validation errors that caused the exception.
- getValidationQuery() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
-
Return the validation query.
- getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getValidationQuery() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
-
Return the query to use to validate that a connection is valid or null
if
that information is not available.
- getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- getValidDocumentRoot() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Returns the absolute document root when it points to a valid directory, logging a
warning and returning null
otherwise.
- getValidSessionStoreDir() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getValidSessionStoreDir(boolean) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- getValue() - Method in class org.springframework.boot.context.properties.bind.Bindable
-
Return a supplier that provides the object value or null
.
- getValue() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
-
- getValue() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
-
Return the invalid value, can be null
.
- getValue() - Method in class org.springframework.boot.info.InfoProperties.Entry
-
- getValue() - Method in class org.springframework.boot.origin.OriginTrackedValue
-
Return the tracked value.
- getVersion() - Method in class org.springframework.boot.info.BuildProperties
-
Return the version of the project or null
.
- getVersion() - Static method in class org.springframework.boot.SpringBootVersion
-
Return the full version string of the present Spring Boot codebase, or null
if it cannot be determined.
- getWarning(BeanDefinitionRegistry) - Method in interface org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.Check
-
Returns a warning if the check fails or null
if there are no problems.
- getWarning(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
-
- getWebAppContextConfigurations(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Return the Jetty Configuration
s that should be applied to the server.
- getWebApplicationType() - Method in class org.springframework.boot.SpringApplication
-
Returns the type of web application that is being run.
- getWebServer() - Method in interface org.springframework.boot.web.context.WebServerApplicationContext
-
Returns the
WebServer
that was created by the context or
null
if
the server has not yet been created.
- getWebServer() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
-
- getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
- getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- getWebServer() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
Returns the
WebServer
that was created by the context or
null
if
the server has not yet been created.
- getWebServer(HttpHandler) - Method in interface org.springframework.boot.web.reactive.server.ReactiveWebServerFactory
-
Gets a new fully configured but paused
WebServer
instance.
- getWebServer() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
Returns the
WebServer
that was created by the context or
null
if
the server has not yet been created.
- getWebServer(ServletContextInitializer...) - Method in interface org.springframework.boot.web.servlet.server.ServletWebServerFactory
-
Gets a new fully configured but paused
WebServer
instance.
- getWebServerFactory() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- getWebServerFactory() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- getXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getXaDataSourceClassName() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
-
Return the XA driver source class name.
- getXaResourceOrphanFilters() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- getXAResources() - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- GitProperties - Class in org.springframework.boot.info
-
Provide git-related information such as commit id and time.
- GitProperties(Properties) - Constructor for class org.springframework.boot.info.GitProperties
-
- GsonJsonParser - Class in org.springframework.boot.json
-
- GsonJsonParser() - Constructor for class org.springframework.boot.json.GsonJsonParser
-
- 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.
- 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
-
- 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
-
- INCLUDE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The "includes profiles" property name.
- info(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- info(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- info(Object) - Method in class org.springframework.boot.logging.DeferredLog
-
- info(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
-
- 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.
- init() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- init() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- init(FilterConfig) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
-
- initialise(String) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- 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() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-
- 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.web.context.ServerPortInfoApplicationContextInitializer
-
- initialize(ConfigurableWebApplicationContext) - Method in class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
-
- initialized(Supplier<C>) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
-
Called once the context has been initialized.
- initialized(Supplier<C>) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
-
Called once the context has been initialized.
- initializeLogLevel(LoggingSystem, LogLevel) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- 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).
- interceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Set the ClientHttpRequestInterceptors
that
should be used with the RestTemplate
.
- interceptors(Collection<ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Set the ClientHttpRequestInterceptors
that
should be used with the RestTemplate
.
- 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.
- 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.
- 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.
- 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.
- isAllowSubTransactions() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- 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.
- 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
-
- 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
-
- isCaseInsensitive(JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
-
Specify whether the database is case sensitive.
- isClassAvailable(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- isDebugEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isEagerInitFilters() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
Return if filters should be initialized eagerly.
- 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.
- 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.context.properties.source.ConfigurationPropertyName
-
- isEnabled() - Method in class org.springframework.boot.web.server.Http2
-
- isEnabled() - Method in class org.springframework.boot.web.server.Ssl
-
- 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
-
- isEqualOrNewerThan(JavaVersion) - Method in enum org.springframework.boot.system.JavaVersion
-
Return if this version is equal to or newer than a given version.
- isErrorEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isFatalEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isForceShutdownOnVmExit() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- 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).
- isInfoEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isLastElementIndexed() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Return if the last element in the name is indexed.
- isNumericIndex(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Return if the element in the name is indexed and numeric.
- isOlderThan(JavaVersion) - Method in enum org.springframework.boot.system.JavaVersion
-
Return if this version is older than a given version.
- isOnePhaseCommit() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- 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.
- isPersistent() - Method in class org.springframework.boot.web.servlet.server.Session
-
- 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.web.servlet.server.AbstractServletWebServerFactory
-
Flag to indicate that the default servlet should be registered.
- isSameRM(XAResource) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- isSerialJtaTransactions() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- isSupportedType(EventListener) - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
Returns true
if the specified listener is one of the supported types.
- isThreadedTwoPhaseCommit() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- isTraceEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isUseForwardHeaders() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- isUseForwardHeaders() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- 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.
- isWarnEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-
- isWebEnvironment() - Method in class org.springframework.boot.SpringApplication
-
- isWrapperFor(Class<?>) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- IterableConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
-
- iterator() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
-
- 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.info.InfoProperties
-
- iterator() - Method in class org.springframework.boot.web.server.MimeMappings
-
- iterator() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-
- of(Class<?>...) - Static method in class org.springframework.boot.context.annotation.UserConfigurations
-
- of(Class<T>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
-
Create a new
Bindable
of the specified type.
- of(ResolvableType) - Static method in class org.springframework.boot.context.properties.bind.Bindable
-
Create a new
Bindable
of the specified type.
- of(CharSequence) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
- of(Object) - Static method in class org.springframework.boot.origin.OriginTrackedValue
-
- of(Object, Origin) - Static method in class org.springframework.boot.origin.OriginTrackedValue
-
- of(R) - Static method in class org.springframework.boot.util.LambdaSafe.InvocationResult
-
- ofInstance(T) - Static method in class org.springframework.boot.context.properties.bind.Bindable
-
Create a new
Bindable
of the type of the specified instance with an
existing value equal to the instance.
- onApplicationEvent(ContextClosedEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
-
- onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.context.ApplicationPidFileWriter
-
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
-
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.FileEncodingApplicationListener
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
-
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- onApplicationEvent(ApplicationStartingEvent) - Method in class org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
-
- onApplicationEvent(WebServerInitializedEvent) - Method in class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
-
- onApplicationEvent(WebServerInitializedEvent) - Method in class org.springframework.boot.web.context.WebServerPortFileWriter
-
- onApplicationReadyEvent(ApplicationReadyEvent) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- onClose() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- onClose() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
-
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
-
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
-
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
-
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
-
Called when binding finishes, regardless of whether the property was bound or not.
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
-
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
-
- onRefresh() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- onRefresh() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- onStart(ConfigurationPropertyName, Bindable<?>, BindContext) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
-
- onStart(ConfigurationPropertyName, Bindable<?>, BindContext) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
-
Called when binding of an element starts but before any result has been determined.
- onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
- onStartup(ServletContext) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializer
-
Configure the given ServletContext
with any servlets, filters, listeners
context-params and attributes necessary for initialization.
- onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
-
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
-
Called when binding of an element ends with a successful result.
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
-
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
-
- onWebServerInitializedEvent(WebServerInitializedEvent) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- OrderedCharacterEncodingFilter - Class in org.springframework.boot.web.servlet.filter
-
CharacterEncodingFilter
that also implements Ordered
.
- OrderedCharacterEncodingFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
-
- OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.web.servlet.filter
-
HiddenHttpMethodFilter
that also implements Ordered
.
- OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
-
- OrderedHttpPutFormContentFilter - Class in org.springframework.boot.web.servlet.filter
-
HttpPutFormContentFilter
that also implements Ordered
.
- OrderedHttpPutFormContentFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedHttpPutFormContentFilter
-
- OrderedRequestContextFilter - Class in org.springframework.boot.web.servlet.filter
-
RequestContextFilter
that also implements Ordered
.
- OrderedRequestContextFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
-
- orElse(T) - Method in class org.springframework.boot.context.properties.bind.BindResult
-
Return the object that was bound, or other
if no value has been bound.
- orElseCreate(Class<? extends T>) - Method in class org.springframework.boot.context.properties.bind.BindResult
-
Return the object that was bound, or a new instance of the specified class if no
value has been bound.
- orElseGet(Supplier<? extends T>) - Method in class org.springframework.boot.context.properties.bind.BindResult
-
Return the object that was bound, or the result of invoking other
if no
value has been bound.
- orElseThrow(Supplier<? extends X>) - Method in class org.springframework.boot.context.properties.bind.BindResult
-
Return the object that was bound, or throw an exception to be created by the
provided supplier if no value has been bound.
- org.springframework.boot - package org.springframework.boot
-
Core Spring Boot classes.
- org.springframework.boot.admin - package org.springframework.boot.admin
-
Administration support for Spring Boot applications.
- org.springframework.boot.ansi - package org.springframework.boot.ansi
-
Support classes to provide ANSI color output.
- org.springframework.boot.builder - package org.springframework.boot.builder
-
- org.springframework.boot.cloud - package org.springframework.boot.cloud
-
Low level support for Cloud deployments.
- org.springframework.boot.context - package org.springframework.boot.context
-
Classes related to Spring's ApplicationContext
.
- org.springframework.boot.context.annotation - package org.springframework.boot.context.annotation
-
Classes related to Spring's ApplicationContext
annotations.
- org.springframework.boot.context.config - package org.springframework.boot.context.config
-
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
- org.springframework.boot.context.event - package org.springframework.boot.context.event
-
ApplicationEvents
triggered by
Spring Boot.
- org.springframework.boot.context.logging - package org.springframework.boot.context.logging
-
Logging integration with Spring's Application Context.
- org.springframework.boot.context.properties - package org.springframework.boot.context.properties
-
Support for external configuration properties.
- org.springframework.boot.context.properties.bind - package org.springframework.boot.context.properties.bind
-
Support for @ConfigurationProperties
binding.
- org.springframework.boot.context.properties.bind.handler - package org.springframework.boot.context.properties.bind.handler
-
- org.springframework.boot.context.properties.bind.validation - package org.springframework.boot.context.properties.bind.validation
-
Binding validation support.
- org.springframework.boot.context.properties.source - package org.springframework.boot.context.properties.source
-
Sources for external configuration properties.
- org.springframework.boot.convert - package org.springframework.boot.convert
-
Support for type conversion.
- org.springframework.boot.diagnostics - package org.springframework.boot.diagnostics
-
Support for failure analysis and reporting.
- org.springframework.boot.diagnostics.analyzer - package org.springframework.boot.diagnostics.analyzer
-
- org.springframework.boot.env - package org.springframework.boot.env
-
Spring Environment
support.
- org.springframework.boot.info - package org.springframework.boot.info
-
Support for providing information about an application.
- org.springframework.boot.jackson - package org.springframework.boot.jackson
-
Custom enhancements and support for the Jackson project.
- org.springframework.boot.jdbc - package org.springframework.boot.jdbc
-
Support for Java Database Connectivity (JDBC).
- org.springframework.boot.jdbc.metadata - package org.springframework.boot.jdbc.metadata
-
- org.springframework.boot.jms - package org.springframework.boot.jms
-
Support for Java Message Service (JMS).
- org.springframework.boot.json - package org.springframework.boot.json
-
Support for parsing JSON.
- org.springframework.boot.jta - package org.springframework.boot.jta
-
Support for the Java Transaction API.
- org.springframework.boot.jta.atomikos - package org.springframework.boot.jta.atomikos
-
Support classes for Atomikos JTA.
- org.springframework.boot.jta.bitronix - package org.springframework.boot.jta.bitronix
-
Support classes for Bitronix JTA.
- org.springframework.boot.jta.narayana - package org.springframework.boot.jta.narayana
-
Support classes for Narayana JTA.
- org.springframework.boot.lang - package org.springframework.boot.lang
-
Language feature annotations.
- org.springframework.boot.liquibase - package org.springframework.boot.liquibase
-
Custom support for Liquibase database migration.
- org.springframework.boot.logging - package org.springframework.boot.logging
-
Support and abstractions across several logging libraries.
- org.springframework.boot.logging.java - package org.springframework.boot.logging.java
-
Support for 'Java Util Logging'.
- org.springframework.boot.logging.log4j2 - package org.springframework.boot.logging.log4j2
-
Support for the Log4j 2 logging library.
- org.springframework.boot.logging.logback - package org.springframework.boot.logging.logback
-
Support for the Logback logging library.
- org.springframework.boot.origin - package org.springframework.boot.origin
-
Support for item origin tracking.
- org.springframework.boot.orm.jpa - package org.springframework.boot.orm.jpa
-
JPA Support classes.
- org.springframework.boot.orm.jpa.hibernate - package org.springframework.boot.orm.jpa.hibernate
-
Hibernate Support classes.
- org.springframework.boot.security - package org.springframework.boot.security
-
Classes and utilities for Spring Security.
- org.springframework.boot.security.reactive - package org.springframework.boot.security.reactive
-
Classes and utilities for reactive Spring Security.
- org.springframework.boot.security.servlet - package org.springframework.boot.security.servlet
-
Classes and utilities for Servlet-based Spring Security.
- org.springframework.boot.system - package org.springframework.boot.system
-
General system support classes.
- org.springframework.boot.type.classreading - package org.springframework.boot.type.classreading
-
Support classes for reading annotation and class-level metadata.
- org.springframework.boot.util - package org.springframework.boot.util
-
Contains miscellaneous utility classes.
- org.springframework.boot.validation - package org.springframework.boot.validation
-
Utilities and classes related to validation.
- org.springframework.boot.web.client - package org.springframework.boot.web.client
-
Web client utilities.
- org.springframework.boot.web.codec - package org.springframework.boot.web.codec
-
Support for web-based codecs.
- org.springframework.boot.web.context - package org.springframework.boot.web.context
-
Web integrations with Spring's ApplicationContext
.
- org.springframework.boot.web.embedded.jetty - package org.springframework.boot.web.embedded.jetty
-
Embedded reactive and servlet web server implementations backed by Jetty.
- org.springframework.boot.web.embedded.netty - package org.springframework.boot.web.embedded.netty
-
Embedded reactive web server implementation backed by Netty.
- org.springframework.boot.web.embedded.tomcat - package org.springframework.boot.web.embedded.tomcat
-
Embedded reactive and servlet web server implementations backed by Tomcat.
- org.springframework.boot.web.embedded.undertow - package org.springframework.boot.web.embedded.undertow
-
Embedded reactive and servlet web server implementations backed by Undertow.
- org.springframework.boot.web.reactive.context - package org.springframework.boot.web.reactive.context
-
Reactive based web integrations with Spring's
ApplicationContext
.
- org.springframework.boot.web.reactive.error - package org.springframework.boot.web.reactive.error
-
Spring WebFlux error handling infrastructure.
- org.springframework.boot.web.reactive.function.client - package org.springframework.boot.web.reactive.function.client
-
Spring WebFlux WebClient support abstractions.
- org.springframework.boot.web.reactive.result.view - package org.springframework.boot.web.reactive.result.view
-
Additional Views
for use with
WebFlux.
- org.springframework.boot.web.reactive.server - package org.springframework.boot.web.reactive.server
-
Reactive web server abstractions.
- org.springframework.boot.web.server - package org.springframework.boot.web.server
-
Support for embedded web servers.
- org.springframework.boot.web.servlet - package org.springframework.boot.web.servlet
-
Classes and utilities designed to work with the `javax.servlet` specification.
- org.springframework.boot.web.servlet.context - package org.springframework.boot.web.servlet.context
-
Servlet based web integrations with Spring's
WebApplicationContext
.
- org.springframework.boot.web.servlet.error - package org.springframework.boot.web.servlet.error
-
Spring MVC error handling infrastructure.
- org.springframework.boot.web.servlet.filter - package org.springframework.boot.web.servlet.filter
-
Spring Boot specific Filter
implementations.
- org.springframework.boot.web.servlet.server - package org.springframework.boot.web.servlet.server
-
Servlet web server abstractions.
- org.springframework.boot.web.servlet.support - package org.springframework.boot.web.servlet.support
-
Support classes for Servlet-based web servers.
- org.springframework.boot.web.servlet.view - package org.springframework.boot.web.servlet.view
-
Additional Views
for use with Web MVC.
- Origin - Interface in org.springframework.boot.origin
-
Interface that uniquely represents the origin of an item.
- OriginLookup<K> - Interface in org.springframework.boot.origin
-
An interface that may be implemented by an object that can lookup
Origin
information from a given key.
- OriginProvider - Interface in org.springframework.boot.origin
-
Interface to provide access to the origin of an item.
- OriginTrackedMapPropertySource - Class in org.springframework.boot.env
-
- OriginTrackedMapPropertySource(String, Map) - Constructor for class org.springframework.boot.env.OriginTrackedMapPropertySource
-
- OriginTrackedValue - Class in org.springframework.boot.origin
-
- scan(String...) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Perform a scan within the specified base packages.
- scan(String...) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
Perform a scan within the specified base packages.
- scan(String...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
Perform a scan within the specified base packages.
- SchemaManagement - Enum in org.springframework.boot.jdbc
-
An enumeration of the available schema management options.
- SchemaManagementProvider - Interface in org.springframework.boot.jdbc
-
- serialize(T, JsonGenerator, SerializerProvider) - Method in class org.springframework.boot.jackson.JsonObjectSerializer
-
- serializeObject(T, JsonGenerator, SerializerProvider) - Method in class org.springframework.boot.jackson.JsonObjectSerializer
-
Serialize JSON content into the value type this serializer handles.
- ServerPortInfoApplicationContextInitializer - Class in org.springframework.boot.web.context
-
ApplicationContextInitializer
that sets
Environment
properties for the
ports that
WebServer
servers are actually listening on.
- ServerPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
-
- ServletComponentScan - Annotation Type in org.springframework.boot.web.servlet
-
Enables scanning for Servlet components (filters
, servlets
, and listeners
).
- ServletContextApplicationContextInitializer - Class in org.springframework.boot.web.servlet.support
-
ApplicationContextInitializer
for setting the servlet context.
- ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
-
- ServletContextApplicationContextInitializer(ServletContext, boolean) - Constructor for class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
-
- ServletContextInitializer - Interface in org.springframework.boot.web.servlet
-
Interface used to configure a Servlet 3.0+ context
programmatically.
- ServletContextInitializerBeans - Class in org.springframework.boot.web.servlet
-
- ServletContextInitializerBeans(ListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-
- ServletContextInitializerConfiguration - Class in org.springframework.boot.web.embedded.jetty
-
- ServletContextInitializerConfiguration(ServletContextInitializer...) - Constructor for class org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
-
- ServletListenerRegistrationBean<T extends EventListener> - Class in org.springframework.boot.web.servlet
-
- ServletListenerRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
- ServletListenerRegistrationBean(T) - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
- ServletRegistrationBean<T extends javax.servlet.Servlet> - Class in org.springframework.boot.web.servlet
-
- ServletRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- ServletRegistrationBean(T, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- ServletRegistrationBean(T, boolean, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- ServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
-
- ServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- ServletWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- ServletWebServerApplicationContext.ExistingWebApplicationScopes - Class in org.springframework.boot.web.servlet.context
-
Utility class to store and restore any user defined scopes.
- ServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
-
Factory interface that can be used to create a
WebServer
.
- ServletWebServerInitializedEvent - Class in org.springframework.boot.web.servlet.context
-
- ServletWebServerInitializedEvent(WebServer, ServletWebServerApplicationContext) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
-
- Session - Class in org.springframework.boot.web.servlet.server
-
Session properties.
- Session() - Constructor for class org.springframework.boot.web.servlet.server.Session
-
- Session.Cookie - Class in org.springframework.boot.web.servlet.server
-
Cookie properties.
- Session.SessionTrackingMode - Enum in org.springframework.boot.web.servlet.server
-
Available session tracking modes (mirrors
SessionTrackingMode
.
- setAcceptors(int) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
-
Set the number of acceptor threads to use.
- setAcceptors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- setAcceptors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- setAccessLogDirectory(File) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the access log directory.
- setAccessLogDirectory(File) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setAccessLogDirectory(File) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setAccessLogEnabled(boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set whether access logs are enabled.
- setAccessLogEnabled(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setAccessLogEnabled(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setAccessLogPattern(String) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the access log pattern.
- setAccessLogPattern(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setAccessLogPattern(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setAccessLogPrefix(String) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the access log prefix.
- setAccessLogPrefix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setAccessLogPrefix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setAccessLogRotate(boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set whether access logs rotation is enabled.
- setAccessLogRotate(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setAccessLogRotate(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setAccessLogSuffix(String) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the access log suffix.
- setAccessLogSuffix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setAccessLogSuffix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setAddCommandLineProperties(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if a CommandLinePropertySource
should be added to the application
context in order to expose arguments.
- setAdditionalProfiles(String...) - Method in class org.springframework.boot.SpringApplication
-
Set additional profile values to use (on top of those set in system or command line
properties).
- setAddress(InetAddress) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setAddress(InetAddress) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the specific network address that the server should bind to.
- setAllowSubTransactions(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
-
- setApplicationContextClass(Class<? extends ConfigurableApplicationContext>) - Method in class org.springframework.boot.SpringApplication
-
Sets the type of Spring ApplicationContext
that will be created.
- setAsyncSupported(boolean) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Sets if asynchronous operations are supported for this registration.
- setBackgroundProcessorDelay(int) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
Sets the background processor delay in seconds.
- setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- setBanner(Banner) - Method in class org.springframework.boot.SpringApplication
-
Sets the
Banner
instance which will be used to print the banner when no
static banner file is provided.
- setBannerMode(Banner.Mode) - Method in class org.springframework.boot.SpringApplication
-
Sets the mode used to display the banner when the application runs.
- setBaseDirectory(File) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
Set the Tomcat base directory.
- setBaseDirectory(File) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- setBaseDirectory(File) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.context.TypeExcludeFilter
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.jackson.JsonComponentModule
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
-
- setBeanName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
-
- setBeanName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-
- setBeanName(String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
- setBeanName(String) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.SpringApplication
-
Sets the bean name generator that should be used when generating bean names.
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Set a custom BeanNameGenerator
for use with
AnnotatedBeanDefinitionReader
and/or
ClassPathBeanDefinitionScanner
.
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
Provide a custom BeanNameGenerator
for use with
AnnotatedBeanDefinitionReader
and/or
ClassPathBeanDefinitionScanner
, if any.
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
Provide a custom BeanNameGenerator
for use with
AnnotatedBeanDefinitionReader
and/or
ClassPathBeanDefinitionScanner
, if any.
- setBufferSize(Integer) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the buffer size.
- setBufferSize(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setBufferSize(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setCallback(EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
-
An optional callback for new entity manager factory beans.
- setCharset(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
-
Set the charset used for reading Mustache template files.
- setCharset(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
-
Set the charset.
- setCharset(String) - Method in class org.springframework.boot.web.servlet.view.MustacheView
-
Set the charset used for reading Mustache template files.
- setCharset(String) - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
-
Set the charset.
- setCheckpointInterval(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the interval between checkpoints.
- setCiphers(String[]) - Method in class org.springframework.boot.web.server.Ssl
-
- setClassName(String) - Method in class org.springframework.boot.web.servlet.server.Jsp
-
- setClientAuth(Ssl.ClientAuth) - Method in class org.springframework.boot.web.server.Ssl
-
- setComment(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- setCompiler(Mustache.Compiler) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
-
Set the JMustache compiler to be used by this view.
- setCompiler(Mustache.Compiler) - Method in class org.springframework.boot.web.servlet.view.MustacheView
-
Set the Mustache compiler to be used by this view.
- setCompression(Compression) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setCompression(Compression) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the compression configuration that will be applied to the server's default
connector.
- setConfigurations(Collection<? extends Configuration>) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Sets Jetty Configuration
s that will be applied to the WebAppContext
before the server is created.
- setConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-
Set the XAConnectionFactory
directly, instead of calling
ResourceBean.setClassName(String)
.
- setConnectTimeout(int) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Sets the connect timeout in milliseconds on the underlying
ClientHttpRequestFactory
.
- setConsoleAvailable(Boolean) - Static method in class org.springframework.boot.ansi.AnsiOutput
-
Sets if the System.console() is known to be available.
- setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Set LifecycleListener
s that should be applied to the Tomcat
Context
.
- setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Set LifecycleListener
s that should be applied to the Tomcat
Context
.
- setContextPath(String) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setContextPath(String) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the context path for the web server.
- setContextValves(Collection<? extends Valve>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Set Valve
s that should be applied to the Tomcat Context
.
- setDataSource(XADataSource) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
Set the
XADataSource
directly, instead of calling
ResourceBean.setClassName(String)
.
- setDefaultJtaTimeout(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
The default timeout for JTA transactions (optional, defaults to 10000
ms).
- setDefaultMaxWaitTimeOnShutdown(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies how long should a normal shutdown (no-force) wait for transactions to
complete.
- setDefaultProperties(Map<String, Object>) - Method in class org.springframework.boot.SpringApplication
-
Set default environment properties which will be used in addition to those in the
existing Environment
.
- setDefaultProperties(Properties) - Method in class org.springframework.boot.SpringApplication
-
- setDefaultTimeout(Duration) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setDelay(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setDisplayName(String) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setDisplayName(String) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the display name of the application deployed in the web server.
- setDocumentRoot(File) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setDocumentRoot(File) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the document root directory which will be used by the web context to serve
static files.
- setDomain(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- setEagerInitFilters(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
Set whether filters should be initialized eagerly.
- setEnabled(AnsiOutput.Enabled) - Static method in class org.springframework.boot.ansi.AnsiOutput
-
Sets if ANSI output is enabled.
- setEnabled(boolean) - Method in class org.springframework.boot.web.server.Compression
-
- setEnabled(boolean) - Method in class org.springframework.boot.web.server.Http2
-
- setEnabled(boolean) - Method in class org.springframework.boot.web.server.Ssl
-
- setEnabled(boolean) - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Flag to indicate that the registration is enabled.
- setEnabledProtocols(String[]) - Method in class org.springframework.boot.web.server.Ssl
-
- setEnableLogging(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies if disk logging should be enabled or not.
- setEngineValves(Collection<? extends Valve>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Set Valve
s that should be applied to the Tomcat Engine
.
- setEnvironment(Environment) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
-
Sets the underlying environment that should be used with the created application
context.
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
- setErrorPages(Set<? extends ErrorPage>) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setErrorPages(Set<? extends ErrorPage>) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the error pages that will be used when handling exceptions.
- setExcludedUserAgents(String[]) - Method in class org.springframework.boot.web.server.Compression
-
- setExpiryScanners(List<String>) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setFileSizeThreshold(int) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the size threshold in bytes after which files will be written to disk.
- setFileSizeThreshold(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the size threshold after which files will be written to disk.
- setFilter(T) - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
-
Set the filter to be registered.
- setForceShutdownOnVmExit(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies whether VM shutdown should trigger forced shutdown of the transaction
core.
- setForgetOrphanedLogEntriesDelay(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- setHeadless(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if the application is headless and should not instantiate AWT.
- setHttp2(Http2) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setHttp2(Http2) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the HTTP/2 configuration that will be applied to the server.
- setHttpOnly(Boolean) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- setInitializers(Collection<? extends ApplicationContextInitializer<?>>) - Method in class org.springframework.boot.SpringApplication
-
Sets the ApplicationContextInitializer
that will be applied to the Spring
ApplicationContext
.
- setInitializers(List<? extends ServletContextInitializer>) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setInitializers(List<? extends ServletContextInitializer>) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Set init-parameters for this registration.
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setInitParameters(Map<String, String>) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the init parameters that are applied to the container's
ServletContext
.
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.server.Jsp
-
- setIoThreads(Integer) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the number of IO Threads.
- setIoThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setIoThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setJsp(Jsp) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setJsp(Jsp) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the configuration that will be applied to the server's JSP servlet.
- setKeyAlias(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setKeyPassword(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setKeyStore(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setKeyStorePassword(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setKeyStoreProvider(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setKeyStoreType(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setLifecycleTimeout(Duration) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
Set the maximum amount of time that should be waited when starting or stopping the
server.
- setListener(T) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
Set the listener that will be registered.
- setListeners(Collection<? extends ApplicationListener<?>>) - Method in class org.springframework.boot.SpringApplication
-
Sets the ApplicationListener
s that will be applied to the SpringApplication
and registered with the ApplicationContext
.
- setLoadOnStartup(int) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Sets the loadOnStartup
priority.
- setLocaleCharsetMappings(Map<Locale, Charset>) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setLocaleCharsetMappings(Map<Locale, Charset>) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the Locale to Charset mappings.
- setLocation(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the directory location where files will be stored.
- setLogBaseDir(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the directory in which the log files should be stored.
- setLogBaseName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the transactions log file base name.
- setLogDir(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setLoginTimeout(int) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- setLoginTimeout(int) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- setLogLevel(String, String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.LoggingSystem
-
Sets the logging level for a given logger.
- setLogLevels(LoggingSystem, Environment) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- setLogStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if the application information should be logged when the application starts.
- setLogWriter(PrintWriter) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- setLogWriter(PrintWriter) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
-
- setMainApplicationClass(Class<?>) - Method in class org.springframework.boot.SpringApplication
-
Set a specific main application class that will be used as a log source and to
obtain version information.
- setMaxActives(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the maximum number of active transactions.
- setMaxAge(Duration) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- setMaxFileSize(long) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the maximum size in bytes allowed for uploaded files.
- setMaxFileSize(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the maximum size allowed for uploaded files.
- setMaxRequestSize(long) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the maximum size allowed in bytes for multipart/form-data requests.
- setMaxRequestSize(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the maximum size allowed for multipart/form-data requests.
- setMaxRetries(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- setMaxTimeout(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the maximum timeout that can be allowed for transactions.
- setMimeMappings(MimeMappings) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setMimeMappings(MimeMappings) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the mime-type mappings.
- setMimeTypes(String[]) - Method in class org.springframework.boot.web.server.Compression
-
- setMinResponseSize(int) - Method in class org.springframework.boot.web.server.Compression
-
- setMultipartConfig(MultipartConfigElement) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Set the multi-part configuration
.
- setName(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- setName(String) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Set the name of this registration.
- setName(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- setOf(Class<E>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
-
Create a new
Bindable
Set
of the specified element type.
- setOnePhaseCommit(boolean) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setOrder(int) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.context.ApplicationPidFileWriter
-
- setOrder(int) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- setOrder(int) - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedHttpPutFormContentFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
-
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Set the order of the registration bean.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
-
- setParseArgs(boolean) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
Sets if initialization arguments should be parsed for --debug and
--trace options.
- setPath(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- setPeriodicRecoveryPeriod(Duration) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setPersistent(boolean) - Method in class org.springframework.boot.web.servlet.server.Session
-
- setPort(int) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setPort(int) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the port that the web server should listen on.
- setProtocol(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
The Tomcat protocol to use when create the Connector
.
- setProtocol(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
The Tomcat protocol to use when create the Connector
.
- setProtocol(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setReadTimeout(int) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Sets the read timeout in milliseconds on the underlying
ClientHttpRequestFactory
.
- setRecoveryBackoffPeriod(Duration) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setRecoveryDbPass(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setRecoveryDbUser(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setRecoveryJmsPass(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setRecoveryJmsUser(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setRecoveryModules(List<String>) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setRegisterDefaultServlet(boolean) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setRegisterDefaultServlet(boolean) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Set if the DefaultServlet should be registered.
- setRegistered(boolean) - Method in class org.springframework.boot.web.servlet.server.Jsp
-
- setRegisterErrorPageFilter(boolean) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
- setRegisterShutdownHook(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if the created ApplicationContext
should have a shutdown hook
registered.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.SpringApplication
-
Sets the ResourceLoader
that should be used when loading resources.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setRetryInterval(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Set a custom ScopeMetadataResolver
for use with
AnnotatedBeanDefinitionReader
and/or
ClassPathBeanDefinitionScanner
.
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
Set the ScopeMetadataResolver
to use for detected bean classes.
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
Set the ScopeMetadataResolver
to use for detected bean classes.
- setSearchLocations(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Set the search locations that will be considered as a comma-separated list.
- setSearchNames(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
Sets the names of the files that should be loaded (excluding file extension) as a
comma-separated list.
- setSecure(Boolean) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- setSelectors(int) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
-
Set the number of selector threads to use.
- setSelectors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- setSelectors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- setSerialJtaTransactions(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies if subtransactions should be joined when possible.
- setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- setServerCustomizers(Collection<? extends NettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
- setServerHeader(String) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setServerHeader(String) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the server header value.
- setServerNamespace(String) - Method in interface org.springframework.boot.web.context.ConfigurableWebServerApplicationContext
-
Set the server namespace of the context.
- setServerNamespace(String) - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- setServerNamespace(String) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- setService(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the transaction manager implementation that should be started.
- setServlet(T) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Sets the servlet to be registered.
- setServletConfig(ServletConfig) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- setSession(Session) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
- setSession(Session) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the configuration that will be applied to the container's HTTP session
support.
- setSources(Set<String>) - Method in class org.springframework.boot.SpringApplication
-
Set additional sources that will be used to create an ApplicationContext.
- setSpringBootLogging(LogLevel) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
Sets a custom logging level to be used for Spring Boot and related libraries.
- setSsl(Ssl) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setSsl(Ssl) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the SSL configuration that will be applied to the server's default connector.
- setSslStoreProvider(SslStoreProvider) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
- setSslStoreProvider(SslStoreProvider) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets a provider that will be used to obtain SSL stores.
- setStoreDir(File) - Method in class org.springframework.boot.web.servlet.server.Session
-
- setThreadedTwoPhaseCommit(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies whether or not to use different (and concurrent) threads for two-phase
commit on the participating resources.
- setThreadPool(ThreadPool) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
Set a Jetty ThreadPool
that should be used by the Server
.
- setThreadPool(ThreadPool) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Set a Jetty ThreadPool
that should be used by the Server
.
- setTimeout(Duration) - Method in class org.springframework.boot.web.servlet.server.Session
-
- setTldSkipPatterns(Collection<String>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Set the patterns that match jars to ignore for TLD scanning.
- setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- setTrackingModes(Set<Session.SessionTrackingMode>) - Method in class org.springframework.boot.web.servlet.server.Session
-
- setTransactionManagerId(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- setTransactionManagerUniqueName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the transaction manager's unique name.
- setTransactionTimeout(int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- setTriggerEventType(Class<? extends SpringApplicationEvent>) - Method in class org.springframework.boot.context.ApplicationPidFileWriter
-
Sets the type of application event that will trigger writing of the PID file.
- setTrustStore(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setTrustStorePassword(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setTrustStoreProvider(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setTrustStoreType(String) - Method in class org.springframework.boot.web.server.Ssl
-
- setUriEncoding(Charset) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
Set the character encoding to use for URL decoding.
- setUriEncoding(Charset) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Set the character encoding to use for URL decoding.
- setUriEncoding(Charset) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- setUrlMappings(Collection<String>) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Set the URL mappings for the servlet.
- setUseDirectBuffers(Boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set whether direct buffers should be used.
- setUseDirectBuffers(Boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setUseDirectBuffers(Boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setUseForwardHeaders(boolean) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
-
Set if x-forward-* headers should be processed.
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
- setUseForwardHeaders(boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set if x-forward-* headers should be processed.
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setValidating(boolean) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
-
Set whether to use XML validation.
- setWebApplicationType(WebApplicationType) - Method in class org.springframework.boot.SpringApplication
-
Sets the type of web application to be run.
- setWebEnvironment(boolean) - Method in class org.springframework.boot.SpringApplication
-
- setWorkerThreads(Integer) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the number of Worker Threads.
- setWorkerThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-
- setWorkerThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
- setXaResourceOrphanFilters(List<String>) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
-
- severe(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- severe(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- shouldRegisterJspServlet() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Returns whether or not the JSP servlet should be registered with the web server.
- shutdown() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
-
Shutdown the application.
- sibling(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create a sibling application (one with the same parent).
- sibling(Class<?>[], String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create a sibling application (one with the same parent).
- SimpleFormatter - Class in org.springframework.boot.logging.java
-
- SimpleFormatter() - Constructor for class org.springframework.boot.logging.java.SimpleFormatter
-
- size() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-
- Slf4JLoggingSystem - Class in org.springframework.boot.logging
-
Abstract base class for
LoggingSystem
implementations that utilize SLF4J.
- Slf4JLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.Slf4JLoggingSystem
-
- sort(Collection<Class<?>>) - Method in class org.springframework.boot.context.annotation.Configurations
-
Sort configuration classes into the order that they should be applied.
- sources(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add more sources (configuration classes and components) to this application.
- SPRING_APPLICATION_JSON_ENVIRONMENT_VARIABLE - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
Name of the SPRING_APPLICATION_JSON
environment variable.
- SPRING_APPLICATION_JSON_PROPERTY - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
Name of the spring.application.json
property.
- SpringApplication - Class in org.springframework.boot
-
Class that can be used to bootstrap and launch a Spring application from a Java main
method.
- SpringApplication(Class<?>...) - Constructor for class org.springframework.boot.SpringApplication
-
- SpringApplication(ResourceLoader, Class<?>...) - Constructor for class org.springframework.boot.SpringApplication
-
- SpringApplicationAdminMXBean - Interface in org.springframework.boot.admin
-
An MBean contract to control and monitor a running SpringApplication
via JMX.
- SpringApplicationAdminMXBeanRegistrar - Class in org.springframework.boot.admin
-
- SpringApplicationAdminMXBeanRegistrar(String) - Constructor for class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- SpringApplicationBuilder - Class in org.springframework.boot.builder
-
Builder for
SpringApplication
and
ApplicationContext
instances with
convenient fluent API and context hierarchy support.
- SpringApplicationBuilder(Class<?>...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
-
- SpringApplicationEvent - Class in org.springframework.boot.context.event
-
- SpringApplicationEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.SpringApplicationEvent
-
- SpringApplicationJsonEnvironmentPostProcessor - Class in org.springframework.boot.env
-
An
EnvironmentPostProcessor
that parses JSON from
spring.application.json
or equivalently
SPRING_APPLICATION_JSON
and
adds it as a map property source to the
Environment
.
- SpringApplicationJsonEnvironmentPostProcessor() - Constructor for class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
- SpringApplicationRunListener - Interface in org.springframework.boot
-
- SpringBootConfiguration - Annotation Type in org.springframework.boot
-
Indicates that a class provides Spring Boot application
@Configuration
.
- SpringBootConfigurationFactory - Class in org.springframework.boot.logging.log4j2
-
Spring Boot ConfigurationFactory
that prevents logger warnings from being
printed when the application first starts.
- SpringBootConfigurationFactory() - Constructor for class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
-
- SpringBootExceptionReporter - Interface in org.springframework.boot
-
Callback interface used to support custom reporting of
SpringApplication
startup errors.
- SpringBootServletInitializer - Class in org.springframework.boot.web.servlet.support
-
An opinionated
WebApplicationInitializer
to run a
SpringApplication
from a traditional WAR deployment.
- SpringBootServletInitializer() - Constructor for class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
- SpringBootVersion - Class in org.springframework.boot
-
Class that exposes the Spring Boot version.
- SpringImplicitNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
-
Hibernate ImplicitNamingStrategy
that follows Spring recommended naming
conventions.
- SpringImplicitNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
-
- SpringJtaPlatform - Class in org.springframework.boot.orm.jpa.hibernate
-
Generic Hibernate
AbstractJtaPlatform
implementation that simply resolves the
JTA
UserTransaction
and
TransactionManager
from the Spring-configured
JtaTransactionManager
implementation.
- SpringJtaPlatform(JtaTransactionManager) - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
-
- SpringPackageScanClassResolver - Class in org.springframework.boot.liquibase
-
Liquibase PackageScanClassResolver
implementation that uses Spring's resource
scanning to locate classes.
- SpringPackageScanClassResolver(Log) - Constructor for class org.springframework.boot.liquibase.SpringPackageScanClassResolver
-
- SpringPhysicalNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
-
Hibernate PhysicalNamingStrategy
that follows Spring recommended naming
conventions.
- SpringPhysicalNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
-
- Ssl - Class in org.springframework.boot.web.server
-
Simple server-independent abstraction for SSL configuration.
- Ssl() - Constructor for class org.springframework.boot.web.server.Ssl
-
- Ssl.ClientAuth - Enum in org.springframework.boot.web.server
-
Client authentication types.
- SslServerCustomizer - Class in org.springframework.boot.web.embedded.netty
-
- SslServerCustomizer(Ssl, SslStoreProvider) - Constructor for class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-
- SslStoreProvider - Interface in org.springframework.boot.web.server
-
Interface to provide SSL key stores for an
WebServer
to use.
- StandardReactiveWebEnvironment - Class in org.springframework.boot.web.reactive.context
-
Environment
implementation to be used by Reactive
-based web
applications.
- StandardReactiveWebEnvironment() - Constructor for class org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment
-
- start(Xid, int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
-
- start() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
-
- start() - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
-
- start() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
-
- start() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
-
- start() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
-
- start() - Method in interface org.springframework.boot.web.server.WebServer
-
Starts the web server.
- started(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- started(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
- starting() - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- starting() - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called immediately when the run method has first started.
- stop() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
-
- stop() - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
-
- stop() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
-
- stop() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
-
- stop() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
-
- stop() - Method in interface org.springframework.boot.web.server.WebServer
-
Stops the web server.
- storeErrorInformation(Throwable, ServerWebExchange) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
-
- storeErrorInformation(Throwable, ServerWebExchange) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
-
Store the given error information in the current ServerWebExchange
.
- stream() - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
-
Returns a sequential
Stream
for the
names
managed by this source.
- stream() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- supportsEventType(ResolvableType) - Method in class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
-
- supportsEventType(ResolvableType) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- SYSTEM_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingSystem
-
A System property that can be used to indicate the
LoggingSystem
to use.
- SystemEnvironmentOrigin - Class in org.springframework.boot.origin
-
Origin
for an item loaded from the system environment.
- SystemEnvironmentOrigin(String) - Constructor for class org.springframework.boot.origin.SystemEnvironmentOrigin
-
- SystemEnvironmentPropertySourceEnvironmentPostProcessor - Class in org.springframework.boot.env
-
- SystemEnvironmentPropertySourceEnvironmentPostProcessor() - Constructor for class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
-
- SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource - Class in org.springframework.boot.env
-
SystemEnvironmentPropertySource
that also tracks
Origin
.
- SystemProperties - Class in org.springframework.boot.system
-
Access to system properties.
- ValidationBindHandler - Class in org.springframework.boot.context.properties.bind.validation
-
- ValidationBindHandler(Validator...) - Constructor for class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
-
- ValidationBindHandler(BindHandler, Validator...) - Constructor for class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
-
- ValidationErrors - Class in org.springframework.boot.context.properties.bind.validation
-
A collection of ObjectErrors
caused by bind validation failures.
- VALIDATOR_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
The bean name of the configuration properties validator.
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiBackground
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.Banner.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.cloud.CloudPlatform
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.convert.DurationStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.jdbc.DataSourceInitializationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.jdbc.SchemaManagement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.logging.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.system.JavaVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.web.server.Ssl.ClientAuth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.web.servlet.DispatcherType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.WebApplicationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.boot.ansi.AnsiBackground
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.ansi.AnsiColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.ansi.AnsiStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.Banner.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.cloud.CloudPlatform
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.convert.DurationStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.jdbc.DataSourceInitializationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.jdbc.SchemaManagement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.logging.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.system.JavaVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.web.server.Ssl.ClientAuth
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.web.servlet.DispatcherType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.WebApplicationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.