- 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
-
- AbstractFilterRegistrationBean<T extends javax.servlet.Filter> - Class in org.springframework.boot.web.servlet
-
- 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
-
- AbstractJsonParser - Class in org.springframework.boot.json
-
Base class for parsers wrapped or implemented in this package.
- AbstractJsonParser() - Constructor for class org.springframework.boot.json.AbstractJsonParser
-
- 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.
- addAdaptableBeans(ListableBeanFactory) - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-
- addAdditionalTomcatConnectors(Connector...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Add Connector
s in addition to the default connector, e.g.
- 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.
- addAsRegistrationBean(ListableBeanFactory, Class<T>, ServletContextInitializerBeans.RegistrationBeanAdapter<T>) - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-
- addBeans(FormatterRegistry, ListableBeanFactory) - Static method in class org.springframework.boot.convert.ApplicationConversionService
-
Add GenericConverter
, Converter
, Printer
, Parser
and Formatter
beans from the specified context.
- 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 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(TaskExecutorCustomizer...) - Method in class org.springframework.boot.task.TaskExecutorBuilder
-
- additionalCustomizers(Iterable<TaskExecutorCustomizer>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
-
- additionalCustomizers(TaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
-
- additionalCustomizers(Iterable<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
-
- additionalCustomizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- additionalCustomizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
- additionalCustomizers(Collection<? extends WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
- 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
.
- additionalInterceptors(ClientInterceptor...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Add additional ClientInterceptors
that should be used
with the WebServiceTemplate
.
- additionalInterceptors(Collection<? extends ClientInterceptor>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Add additional ClientInterceptors
that should be used
with the WebServiceTemplate
.
- 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
.
- additionalMessageSenders(WebServiceMessageSender...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Add additional WebServiceMessageSenders
that should
be used with the WebServiceTemplate
.
- additionalMessageSenders(Collection<? extends WebServiceMessageSender>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Add additional WebServiceMessageSenders
that should
be used with the WebServiceTemplate
.
- additionalRequestCustomizers(RestTemplateRequestCustomizer<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- additionalRequestCustomizers(Collection<? extends RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- 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.
- addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
- addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- addRegistration(String, ServletContext) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
- addRegistration(String, ServletContext) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-
- addRegistration(String, ServletContext) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
- address() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServer
-
- address() - Method in interface org.springframework.boot.rsocket.server.RSocketServer
-
Return the address this server is listening on.
- addRouteProviders(NettyRouteProvider...) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
Add
NettyRouteProvider
s that should be applied, in order, before the
handler for the Spring application.
- addRSocketServerCustomizers(RSocketServerCustomizer...) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
- 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
-
- addServletNames(String...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Add servlet names for the filter.
- addServletRegistrationBeans(ServletRegistrationBean<?>...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
- addSocketFactoryProcessors(ServerRSocketFactoryProcessor...) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
- 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, as defined in the Servlet specification, for the servlet.
- addUrlPatterns(String...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Add URL patterns, as defined in the Servlet specification, that the filter will be
registered against.
- 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
-
- afterRefresh(ConfigurableApplicationContext, ApplicationArguments) - Method in class org.springframework.boot.SpringApplication
-
Called after the context has been refreshed.
- allowCoreThreadTimeOut(boolean) - Method in class org.springframework.boot.task.TaskExecutorBuilder
-
Set whether core threads are allow to time out.
- 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
-
Create a new AnnotationConfigReactiveWebApplicationContext that needs to be
populated through AnnotationConfigApplicationContext.register(java.lang.Class<?>...)
calls and then manually refreshed.
- AnnotationConfigReactiveWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Create a new AnnotationConfigApplicationContext with the given
DefaultListableBeanFactory.
- AnnotationConfigReactiveWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Create a new AnnotationConfigApplicationContext, deriving bean definitions from the
given annotated classes and automatically refreshing the context.
- AnnotationConfigReactiveWebApplicationContext(String...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
Create a new AnnotationConfigApplicationContext, scanning for bean definitions in
the given packages and automatically refreshing the context.
- 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
-
- AnnotationConfigServletWebApplicationContext - Class in org.springframework.boot.web.servlet.context
-
GenericWebApplicationContext
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.
- AnnotationConfigServletWebApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
-
- AnnotationConfigServletWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
-
- AnnotationConfigServletWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
-
- AnnotationConfigServletWebApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
-
- 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
-
- Ansi8BitColor - Class in org.springframework.boot.ansi
-
AnsiElement
implementation for ANSI 8-bit foreground or background color codes.
- AnsiBackground - Enum in org.springframework.boot.ansi
-
- AnsiColor - Enum in org.springframework.boot.ansi
-
- AnsiColors - Class in org.springframework.boot.ansi
-
- AnsiColors(AnsiColors.BitDepth) - Constructor for class org.springframework.boot.ansi.AnsiColors
-
Create a new
AnsiColors
instance with the specified bit depth.
- AnsiColors.BitDepth - Enum in org.springframework.boot.ansi
-
Bit depths supported by this class.
- 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.
- 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
-
- ApplicationContextInitializedEvent - Class in org.springframework.boot.context.event
-
Event published when a
SpringApplication
is starting up and the
ApplicationContext
is prepared and ApplicationContextInitializers have been
called but before any bean definitions are loaded.
- ApplicationContextInitializedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationContextInitializedEvent
-
- 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(BindHandler) - Method in interface org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
-
Apply additional functionality to the source bind handler.
- 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
-
- apply(HttpServer) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-
- 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.
- asBindTarget() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
-
Return a
Bindable
instance suitable that can be used as a target for the
Binder
.
- 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
-
- awaitTermination(boolean) - Method in class org.springframework.boot.task.TaskExecutorBuilder
-
Set whether the executor should wait for scheduled tasks to complete on shutdown,
not interrupting running tasks and executing all tasks in the queue.
- awaitTermination(boolean) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
-
Set whether the executor should wait for scheduled tasks to complete on shutdown,
not interrupting running tasks and executing all tasks in the queue.
- awaitTerminationPeriod(Duration) - Method in class org.springframework.boot.task.TaskExecutorBuilder
-
Set the maximum time the executor is supposed to block on shutdown.
- awaitTerminationPeriod(Duration) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
-
Set the maximum time the executor is supposed to block on shutdown.
- 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 callback instances, 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.java.JavaLoggingSystem
-
- 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.
- ClientHttpRequestFactorySupplier - Class in org.springframework.boot.web.client
-
A supplier for ClientHttpRequestFactory
that detects the preferred candidate
based on the available implementations on the classpath.
- ClientHttpRequestFactorySupplier() - Constructor for class org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
-
- 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
.
- CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
-
- CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- 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
-
- ConfigurableRSocketServerFactory - Interface in org.springframework.boot.rsocket.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
-
- ConfigurationBeanFactoryMetadata() - Constructor for class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
-
Deprecated.
- ConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
-
Annotation for externalized configuration.
- ConfigurationPropertiesBean - Class in org.springframework.boot.context.properties
-
Provides access to
@ConfigurationProperties
bean
details, regardless of if the annotation was used directly or on a
@Bean
factory method.
- ConfigurationPropertiesBean.BindMethod - Enum in org.springframework.boot.context.properties
-
The binding method that is used for the bean.
- ConfigurationPropertiesBindException - Exception in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBindHandlerAdvisor - Interface 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
-
Deprecated.
- ConfigurationPropertiesScan - Annotation Type in org.springframework.boot.context.properties
-
- 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 converters
appropriate for most Spring Boot applications.
- configure(T) - Method in class org.springframework.boot.task.TaskExecutorBuilder
-
Configure the provided ThreadPoolTaskExecutor
instance using this builder.
- configure(T) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
-
Configure the provided ThreadPoolTaskScheduler
instance using this builder.
- 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(FilterRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Configure registration settings.
- 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.
- configure(T) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Configure the provided WebServiceTemplate
instance using this builder.
- 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
-
- configureLogLevel(LogLevel, BiConsumer<String, LogLevel>) - Method in class org.springframework.boot.logging.LoggerGroup
-
- 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.
- ConstructorBinding - Annotation Type in org.springframework.boot.context.properties
-
Annotation that can be used to indicate that configuration properties should be bound
using constructor arguments rather than by calling setters.
- 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
-
- corePoolSize(int) - Method in class org.springframework.boot.task.TaskExecutorBuilder
-
Set the core number of threads.
- create() - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
-
- create(ClassLoader) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
-
- create(SocketAcceptor) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
- create(SocketAcceptor) - Method in interface org.springframework.boot.rsocket.server.RSocketServerFactory
-
- 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
.
- createBeanFactory() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- 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
-
- 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
-
- createRegistrationBean(String, T, int) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializerBeans.RegistrationBeanAdapter
-
- 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(ResourceDatabasePopulator) - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-
Customize the ResourceDatabasePopulator
.
- customize(RSocketStrategies.Builder) - Method in interface org.springframework.boot.rsocket.messaging.RSocketStrategiesCustomizer
-
Callback to customize a RSocketStrategies.builder()
instance.
- customize(RSocketServer) - Method in interface org.springframework.boot.rsocket.server.RSocketServerCustomizer
-
- customize(ThreadPoolTaskExecutor) - Method in interface org.springframework.boot.task.TaskExecutorCustomizer
-
Callback to customize a ThreadPoolTaskExecutor
instance.
- customize(ThreadPoolTaskScheduler) - Method in interface org.springframework.boot.task.TaskSchedulerCustomizer
-
Callback to customize a ThreadPoolTaskScheduler
instance.
- customize(RestTemplate) - Method in interface org.springframework.boot.web.client.RestTemplateCustomizer
-
Callback to customize a RestTemplate
instance.
- customize(T) - Method in interface org.springframework.boot.web.client.RestTemplateRequestCustomizer
-
Customize the specified ClientHttpRequest
.
- 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(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(T) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer
-
Customize the protocol handler.
- 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
-
- customize(WebServiceTemplate) - Method in interface org.springframework.boot.webservices.client.WebServiceTemplateCustomizer
-
Callback to customize a WebServiceTemplate
instance.
- customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- 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(TaskExecutorCustomizer...) - Method in class org.springframework.boot.task.TaskExecutorBuilder
-
- customizers(Iterable<TaskExecutorCustomizer>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
-
- customizers(TaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
-
- customizers(Iterable<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
-
- customizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- customizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- customizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
- customizers(Collection<? extends WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
- 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(Environment, BindHandler) - 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(ApplicationContext, Object, String) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
-
- 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(String) - Method in class org.springframework.boot.logging.LoggerGroups
-
- 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 an
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() - Method in class org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
-
- 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.TomcatReactiveWebServerFactory
-
Returns a mutable collection of the Connector
s that will be added to the
Tomcat.
- 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(ApplicationContext) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
-
- 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
-
- 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 class org.springframework.boot.context.properties.ConfigurationPropertiesBean
-
- 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.ApplicationContextInitializedEvent
-
Return the application context.
- 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
-
- getBeansWithFactoryAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
-
Deprecated.
- getBeanType() - Method in exception org.springframework.boot.context.properties.ConfigurationPropertiesBindException
-
Return the bean type that was being bound.
- getBindConstructor(Bindable<?>, boolean) - Method in interface org.springframework.boot.context.properties.bind.BindConstructorProvider
-
Return the bind constructor to use for the given bindable, or null
if
constructor binding is not supported.
- getBinder() - Method in interface org.springframework.boot.context.properties.bind.BindContext
-
Return the source binder that is performing the bind operation.
- getBindMethod() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
-
Return the property binding method that was used for the bean.
- 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
-
Return the boxed type of the item to bind.
- 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
-
Return the supported SSL ciphers.
- 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
-
Return the class name of the servlet to use for JSPs.
- getClassPathBeanDefinitionScanner(DefaultListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- getClientAuth() - Method in class org.springframework.boot.web.server.Ssl
-
Return Whether client authentication is not wanted ("none"), wanted ("want") or
needed ("need").
- 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
-
Return the comment for the 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
-
- getConfigLocations() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- 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.
- getConfiguredLevel() - Method in class org.springframework.boot.logging.LoggerGroup
-
- 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
-
- getContextBuilder() - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-
- 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
-
- 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
-
- getDefaultConfigLocations() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- getDefaultJtaTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getDefaultMaxWaitTimeOnShutdown() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getDelay() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- 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.AbstractFilterRegistrationBean
-
- 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
-
Return the domain for the 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() - Static method in class org.springframework.boot.ansi.AnsiOutput
-
Returns if ANSI output is enabled
- getEnabled() - Method in class org.springframework.boot.web.server.Compression
-
Return whether response compression is enabled.
- getEnabledProtocols() - Method in class org.springframework.boot.web.server.Ssl
-
Return the enabled SSL protocols.
- 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.
- 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.AbstractFilterRegistrationBean
-
Return the Filter
to be registered.
- 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
-
Return whether to use "HttpOnly" cookies for session cookies.
- 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.
- getIdle() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-
- getIdle() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
-
Return the number of established but idle connections.
- getIdle() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
-
- getIdle() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
-
- 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
-
Return the init parameters used to configure the JSP servlet.
- getInstance() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
-
Return the actual Spring bean instance.
- 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
-
Return the alias that identifies the key in the key store.
- getKeyManagerFactory(Ssl, SslStoreProvider) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-
- getKeyPassword() - Method in class org.springframework.boot.web.server.Ssl
-
Return the password used to access the key in the key store.
- getKeyStore() - Method in class org.springframework.boot.web.server.Ssl
-
Return the path to the key store that holds the SSL certificate (typically a jks
file).
- 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
-
Return the password used to access the key store.
- getKeyStoreProvider() - Method in class org.springframework.boot.web.server.Ssl
-
Return the provider for the key store.
- getKeyStoreType() - Method in class org.springframework.boot.web.server.Ssl
-
Return the type of the key store.
- 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
-
- 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
-
- getLogWriter() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- 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
-
Return the maximum age of the session cookie.
- getMaxRetries() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-
- getMaxTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getMembers() - Method in class org.springframework.boot.logging.LoggerGroup
-
- 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
-
Return the MIME types that should be compressed.
- 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
-
Return the minimum "Content-Length" value that is required for compression to be
performed.
- 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.ConfigurationPropertiesBean
-
Return the name of the Spring bean.
- 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.logging.LoggerGroup
-
- getName() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
Return the session cookie name.
- 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.admin.SpringApplicationAdminMXBeanRegistrar
-
- 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.LazyInitializationBeanFactoryPostProcessor
-
- getOrder() - Method in class org.springframework.boot.reactor.DebugAgentEnvironmentPostProcessor
-
- getOrder() - Method in class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
-
- 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.OrderedFormContentFilter
-
- getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
-
- 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
-
- 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
-
Return the path of the session cookie.
- 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.
- 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
-
Return the SSL protocol to use.
- 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
-
- getRegistered() - Method in class org.springframework.boot.web.servlet.server.Jsp
-
Return whether the JSP servlet is registered.
- 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
-
- getResourceFactory() - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
- 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
-
- getSecure() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
Return whether to always mark the session cookie as secure.
- 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.rsocket.context.RSocketServerInitializedEvent
-
- 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
-
Return 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.
- getServletNames() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Return a mutable collection of servlet names that the filter will be registered
against.
- getServletRegistrationBeans() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
- 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 application ConversionService
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.rsocket.context.RSocketServerInitializedEvent
-
- 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
-
Return the directory used to store session data.
- 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
-
- getTomcatProtocolHandlerCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- getTomcatProtocolHandlerCustomizers() - 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
-
- getTransactionManagerUniqueName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- getTrustManagerFactory(Ssl, SslStoreProvider) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-
- getTrustStore() - Method in class org.springframework.boot.web.server.Ssl
-
Return the trust store that holds SSL certificates.
- 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
-
Return the password used to access the trust store.
- getTrustStoreProvider() - Method in class org.springframework.boot.web.server.Ssl
-
Return the provider for the trust store.
- getTrustStoreType() - Method in class org.springframework.boot.web.server.Ssl
-
Return the type of the trust store.
- 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 source that is actually providing the properties.
- 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, as defined in the Servlet
specification, for the servlet.
- getUrlPatterns() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Return a mutable collection of URL patterns, as defined in the Servlet
specification, that the filter will be registered against.
- 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(String) - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- getWebServerFactory() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- getWebServerFactory() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- getWebServerFactoryBeanName() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- 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.
- 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.
- ifCausedBy(Exception, Class<E>, Consumer<E>) - Static method in exception org.springframework.boot.web.server.PortInUseException
-
Perform an action if the given exception was caused by a specific exception type.
- ifPortBindingException(Exception, Consumer<BindException>) - Static method in exception org.springframework.boot.web.server.PortInUseException
-
Perform an action if the given exception was caused by a "port in use"
BindException
.
- ignoreApplicationContext(ApplicationContext) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
-
Returns if the ApplicationContext
should be ignored and not used for
matching.
- ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
-
Returns if the WebApplicationContext
should be ignored and not used for
matching.
- IgnoreErrorsBindHandler - Class in org.springframework.boot.context.properties.bind.handler
-
- IgnoreErrorsBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
-
- IgnoreErrorsBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
-
- IgnoreTopLevelConverterNotFoundBindHandler - Class in org.springframework.boot.context.properties.bind.handler
-
BindHandler
that can be used to ignore top-level
ConverterNotFoundException
s.
- IgnoreTopLevelConverterNotFoundBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
-
- IgnoreTopLevelConverterNotFoundBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
-
- ImageBanner - Class in org.springframework.boot
-
Banner implementation that prints ASCII art generated from an image resource
Resource
.
- ImageBanner(Resource) - Constructor for class org.springframework.boot.ImageBanner
-
- ImageBanner.PixelMode - Enum in org.springframework.boot
-
Pixel modes supported by the image banner.
- INCLUDE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
-
The "includes profiles" property name.
- 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
-
- 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.rsocket.context.RSocketPortInfoApplicationContextInitializer
-
- 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
-
Method that can be implemented by subclasses that wish to initialize items the
first time that the matcher is called.
- 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).
- initializeSpringBootLogging(LoggingSystem, LogLevel) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- interceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Set the ClientHttpRequestInterceptors
that
should be used with the RestTemplate
.
- interceptors(Collection<ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Set the ClientHttpRequestInterceptors
that
should be used with the RestTemplate
.
- interceptors(ClientInterceptor...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set the ClientInterceptors
that should be used with the
WebServiceTemplate
.
- interceptors(Collection<? extends ClientInterceptor>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set the ClientInterceptors
that should be used with the
WebServiceTemplate
.
- 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.
- invoke(C, Supplier<R>) - Method in class org.springframework.boot.util.LambdaSafe.LambdaSafeCallback
-
- invokeAnd(Function<C, R>) - Method in class org.springframework.boot.util.LambdaSafe.Callback
-
Invoke the callback instance where the callback method returns a result.
- invokeAnd(Function<C, R>) - Method in class org.springframework.boot.util.LambdaSafe.Callbacks
-
Invoke the callback instances where the callback method returns a result.
- 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
-
- isBridgeJulIntoSlf4j() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
-
Return whether bridging JUL into SLF4J or not.
- 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
-
Return whether to enable HTTP/2 support, if the current environment supports it.
- isEnabled() - Method in class org.springframework.boot.web.server.Ssl
-
Return whether to enable SSL support.
- isEnabled() - Method in class org.springframework.boot.web.servlet.RegistrationBean
-
Return if the registration is enabled.
- isEnableLogging() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- 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
-
- isExcluded(String, BeanDefinition, Class<?>) - Method in interface org.springframework.boot.LazyInitializationExcludeFilter
-
Returns true
if the specified bean definition should be excluded from
having lazy-init
automatically set.
- 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).
- isImmutable() - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
-
- isImmutable() - Method in interface org.springframework.boot.origin.OriginLookup
-
Return true
if this lookup is immutable and has contents that will never
change.
- 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.
- isMatchAfter() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Return if filter mappings should be matched after any declared Filter mappings of
the ServletContext.
- 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.
- 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
-
Return whether to persist session data between restarts.
- 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.
- isRunning() - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
-
- 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
-
- IterableConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
-
- iterator() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
-
- iterator() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-
- iterator() - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
-
Return an iterator for the
names
managed by this
source.
- iterator() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
- iterator() - Method in class org.springframework.boot.info.InfoProperties
-
- iterator() - Method in class org.springframework.boot.logging.LoggerGroups
-
- iterator() - Method in class org.springframework.boot.web.server.MimeMappings
-
- iterator() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-
- of(int) - Static method in enum org.springframework.boot.ansi.AnsiColors.BitDepth
-
- 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(ApplicationEvent) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- onApplicationEvent(ContextClosedEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
-
- onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
- onApplicationEvent(ApplicationPreparedEvent) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-
- 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
-
- onClose() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-
- onClose() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
- onCreate(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
-
Called when binding of an element ends with an unbound result and a newly created
instance is about to be returned.
- 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
-
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
-
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
-
- 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 with either bound or unbound result.
- 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<T>, BindContext) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
-
- onStart(ConfigurationPropertyName, Bindable<T>, 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.
- onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
-
- onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
-
- 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
-
- 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
-
- OrderedFilter - Interface in org.springframework.boot.web.servlet.filter
-
An Ordered
Filter
.
- OrderedFormContentFilter - Class in org.springframework.boot.web.servlet.filter
-
FormContentFilter
that also implements Ordered
.
- OrderedFormContentFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
-
- OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.web.reactive.filter
-
HiddenHttpMethodFilter
that also implements Ordered
.
- OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
-
- 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
-
- 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
-
- OrderedWebFilter - Interface in org.springframework.boot.web.reactive.filter
-
An Ordered
WebFilter
.
- 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
-
- 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.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.reactor - package org.springframework.boot.reactor
-
Support classes for Reactor integration.
- org.springframework.boot.rsocket.context - package org.springframework.boot.rsocket.context
-
RSocket integrations with Spring Framework's
ApplicationContext
.
- org.springframework.boot.rsocket.messaging - package org.springframework.boot.rsocket.messaging
-
Support for RSocket-based messaging.
- org.springframework.boot.rsocket.netty - package org.springframework.boot.rsocket.netty
-
Reactor Netty based RSocket server implementation.
- org.springframework.boot.rsocket.server - package org.springframework.boot.rsocket.server
-
Support for RSocket servers.
- 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.task - package org.springframework.boot.task
-
Utilities and classes related to task execution and scheduling.
- 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.filter - package org.springframework.boot.web.reactive.filter
-
Spring Boot specific WebFilter
implementations.
- 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.
- org.springframework.boot.webservices.client - package org.springframework.boot.webservices.client
-
Web Services client utilities.
- 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
-
- OriginTrackedMapPropertySource(String, Map, boolean) - 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.AnnotationConfigReactiveWebServerApplicationContext
-
Perform a scan within the specified base packages.
- scan(String...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
-
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
-
- ServerRSocketFactoryProcessor - Interface in org.springframework.boot.rsocket.server
-
- 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, Class<? extends ServletContextInitializer>...) - Constructor for class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-
- ServletContextInitializerBeans.RegistrationBeanAdapter<T> - Interface in org.springframework.boot.web.servlet
-
- 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.
- setAddConversionService(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
- setAddConversionService(boolean) - Method in class org.springframework.boot.SpringApplication
-
- 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.rsocket.netty.NettyRSocketServerFactory
-
- setAddress(InetAddress) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
-
Set the specific network address that the server should bind to.
- 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.
- setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if bean definition overriding, by registering a definition with the same name
as an existing definition, should be allowed.
- 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.ConfigurationBeanFactoryMetadata
-
Deprecated.
- 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.
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
-
- 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.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.AnnotationConfigServletWebApplicationContext
-
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.
- setBootstrapExecutor(AsyncTaskExecutor) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
-
Configure the bootstrap executor to be used by the
LocalContainerEntityManagerFactoryBean
.
- setBufferRequestBody(boolean) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Sets if the underling ClientHttpRequestFactory
should buffer the
request body internally.
- 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
-
- 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.
- setCheckConnectionForError(boolean) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Indicates whether the connection should be checked for error indicators
(true
), or whether these should be ignored (false
).
- setCheckConnectionForFault(boolean) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Indicates whether the connection should be checked for fault indicators
(true
), or whether we should rely on the message only (false
).
- 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.
- setConfigLocation(String) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- setConfigLocations(String...) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-
- 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(Duration) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Sets the connection timeout on the underlying ClientHttpRequestFactory
.
- setConnectTimeout(Duration) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
-
Set the connection timeout.
- 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
-
- setDefaultUri(String) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set the default URI to be used on operations that do not have a URI parameter.
- 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.UndertowServletWebServerFactory
-
- setDestinationProvider(DestinationProvider) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set the DestinationProvider
to use.
- setDisableMBeanRegistry(boolean) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Set whether the factory should disable Tomcat's MBean registry prior to creating
the server.
- setDisableMBeanRegistry(boolean) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Set whether the factory should disable Tomcat's MBean registry prior to creating
the server.
- setDispatcherTypes(DispatcherType, DispatcherType...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
- setDispatcherTypes(EnumSet<DispatcherType>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Sets the dispatcher types that should be used with the registration.
- 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.AnnotationConfigServletWebApplicationContext
- 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
-
- setFaultMessageResolver(FaultMessageResolver) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set the FaultMessageResolver
to use.
- setFileSizeThreshold(DataSize) - 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
-
- setLazyInitialization(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if beans should be initialized lazily.
- setLifecycleTimeout(Duration) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
Set the maximum amount of time that should be waited when starting or stopping the
server.
- 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.
- setLoginTimeout(int) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- 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
-
- setLogLevels(LoggingSystem, ConfigurableEnvironment) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
Set logging levels based on relevant Environment
properties.
- 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
-
- 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.
- setMarshaller(Marshaller) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set the Marshaller
to use to serialize messages.
- setMatchAfter(boolean) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Set if the filter mappings should be matched after any declared filter mappings of
the ServletContext.
- 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(DataSize) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the maximum size
allowed for uploaded files.
- setMaxRequestSize(DataSize) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the maximum DataSize
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(DataSize) - 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.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.
- 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.reactive.filter.OrderedHiddenHttpMethodFilter
-
Set the order for this filter.
- 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.OrderedFormContentFilter
-
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.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 properties (usually defined from --debug or
--trace command line args).
- setPath(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-
- setPersistent(boolean) - Method in class org.springframework.boot.web.servlet.server.Session
-
- setPort(int) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
- setPort(int) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
-
Set the port that the server should listen on.
- 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(Duration) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Sets the read timeout on the underlying ClientHttpRequestFactory
.
- setReadTimeout(Duration) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
-
Set the read timeout.
- 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.
- setResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
Set the ReactorResourceFactory
to get the shared resources from.
- setResourceFactory(JettyResourceFactory) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
Set the JettyResourceFactory
to get the shared resources from.
- setResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
Set the ReactorResourceFactory
to get the shared resources from.
- 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
-
- setRouteProviders(List<NettyRouteProvider>) - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
-
- setRSocketServerCustomizers(Collection<? extends RSocketServerCustomizer>) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
- 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.AnnotationConfigServletWebApplicationContext
-
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
-
- setServletNames(Collection<String>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Set servlet names that the filter will be registered against.
- setServletRegistrationBeans(Collection<? extends ServletRegistrationBean<?>>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
- 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.
- setSocketFactoryProcessors(Collection<? extends ServerRSocketFactoryProcessor>) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
- 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
-
- setTomcatProtocolHandlerCustomizers(Collection<? extends TomcatProtocolHandlerCustomizer<?>>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
- setTomcatProtocolHandlerCustomizers(Collection<? extends TomcatProtocolHandlerCustomizer<?>>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
- setTrackingModes(Set<Session.SessionTrackingMode>) - Method in class org.springframework.boot.web.servlet.server.Session
-
- setTransactionManagerUniqueName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the transaction manager's unique name.
- setTransformerFactoryClass(Class<? extends TransformerFactory>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
- setTransport(RSocketServer.Transport) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
- setTransport(RSocketServer.Transport) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
-
Set the transport that the RSocket server should use.
- 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
-
- setUnmarshaller(Unmarshaller) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set the Unmarshaller
to use to deserialize messages.
- 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.
- setUrlPatterns(Collection<String>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Set the URL patterns that the filter will be registered against.
- 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 class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
Set if x-forward-* headers should be processed.
- 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.
- setWebServiceMessageFactory(WebServiceMessageFactory) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Sets the WebServiceMessageFactory
to use for creating messages.
- 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
-
- 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 customizes Log4J2's default configuration
to:
Prevent 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.
- SslConfigurationValidator - Class in org.springframework.boot.web.server
-
Provides utilities around SSL.
- SslServerCustomizer - Class in org.springframework.boot.web.embedded.netty
-
- SslServerCustomizer(Ssl, Http2, 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() - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
-
- start() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServer
-
- start() - Method in interface org.springframework.boot.rsocket.server.RSocketServer
-
Starts the RSocket server.
- 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.rsocket.context.RSocketServerBootstrap
-
- stop() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServer
-
- stop() - Method in interface org.springframework.boot.rsocket.server.RSocketServer
-
Stops the RSocket server.
- 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(ResolvableType) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-
- 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.admin.SpringApplicationAdminMXBeanRegistrar
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-
- switchTo(Class<?>) - Method in class org.springframework.boot.logging.DeferredLog
-
Switch from deferred logging to immediate logging to the specified destination.
- switchTo(Log) - Method in class org.springframework.boot.logging.DeferredLog
-
Switch from deferred logging to immediate logging to the specified destination.
- 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.
- validateKeyAlias(KeyStore, String) - Static method in class org.springframework.boot.web.server.SslConfigurationValidator
-
- 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
-
- VALIDATOR_BEAN_NAME - Static variable in annotation type org.springframework.boot.context.properties.EnableConfigurationProperties
-
The bean name of the configuration properties validator.
- VALUE - Static variable in annotation type org.springframework.boot.context.properties.ConfigurationPropertiesBinding
-
Concrete value for the @Qualifier
.
- 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.AnsiColors.BitDepth
-
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.ConfigurationPropertiesBean.BindMethod
-
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.ImageBanner.PixelMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.boot.jackson.JsonComponent.Scope
-
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.rsocket.server.RSocketServer.Transport
-
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.AnsiColors.BitDepth
-
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.ConfigurationPropertiesBean.BindMethod
-
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.ImageBanner.PixelMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.boot.jackson.JsonComponent.Scope
-
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.rsocket.server.RSocketServer.Transport
-
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.