A B C D E F G H I J K L M N O P Q R S T U V W X Y 
所有类 所有程序包

A

ABSENT - org.springframework.boot.context.properties.source.ConfigurationPropertyState
AbstractBindHandler - org.springframework.boot.context.properties.bind中的类
Abstract base class for BindHandler implementations.
AbstractBindHandler() - 类 的构造器org.springframework.boot.context.properties.bind.AbstractBindHandler
Create a new binding handler instance.
AbstractBindHandler(BindHandler) - 类 的构造器org.springframework.boot.context.properties.bind.AbstractBindHandler
Create a new binding handler instance with a specific parent.
AbstractConfigurableWebServerFactory - org.springframework.boot.web.server中的类
Abstract base class for ConfigurableWebServerFactory implementations.
AbstractConfigurableWebServerFactory() - 类 的构造器org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
AbstractConfigurableWebServerFactory(int) - 类 的构造器org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
Create a new AbstractConfigurableWebServerFactory instance with the specified port.
AbstractDataSourceInitializer - org.springframework.boot.jdbc中的类
Base class used for DataSource initialization.
AbstractDataSourceInitializer(DataSource, ResourceLoader) - 类 的构造器org.springframework.boot.jdbc.AbstractDataSourceInitializer
 
AbstractDataSourcePoolMetadata<T extends DataSource> - org.springframework.boot.jdbc.metadata中的类
A base DataSourcePoolMetadata implementation.
AbstractDataSourcePoolMetadata(T) - 类 的构造器org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
Create an instance with the data source to use.
AbstractFailureAnalyzer<T extends Throwable> - org.springframework.boot.diagnostics中的类
Abstract base class for most FailureAnalyzer implementations.
AbstractFailureAnalyzer() - 类 的构造器org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
AbstractFilterRegistrationBean<T extends javax.servlet.Filter> - org.springframework.boot.web.servlet中的类
Abstract base ServletContextInitializer to register Filters in a Servlet 3.0+ container.
AbstractInjectionFailureAnalyzer<T extends Throwable> - org.springframework.boot.diagnostics.analyzer中的类
Abstract base class for a FailureAnalyzer that handles some kind of injection failure.
AbstractInjectionFailureAnalyzer() - 类 的构造器org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
 
AbstractJsonParser - org.springframework.boot.json中的类
Base class for parsers wrapped or implemented in this package.
AbstractJsonParser() - 类 的构造器org.springframework.boot.json.AbstractJsonParser
 
AbstractLoggingSystem - org.springframework.boot.logging中的类
Abstract base class for LoggingSystem implementations.
AbstractLoggingSystem(ClassLoader) - 类 的构造器org.springframework.boot.logging.AbstractLoggingSystem
 
AbstractLoggingSystem.LogLevels<T> - org.springframework.boot.logging中的类
Maintains a mapping between native levels and LogLevel.
AbstractReactiveWebServerFactory - org.springframework.boot.web.reactive.server中的类
Abstract base class for ReactiveWebServerFactory implementations.
AbstractReactiveWebServerFactory() - 类 的构造器org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory
 
AbstractReactiveWebServerFactory(int) - 类 的构造器org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory
 
AbstractServletWebServerFactory - org.springframework.boot.web.servlet.server中的类
Abstract base class for ConfigurableServletWebServerFactory implementations.
AbstractServletWebServerFactory() - 类 的构造器org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Create a new AbstractServletWebServerFactory instance.
AbstractServletWebServerFactory(int) - 类 的构造器org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Create a new AbstractServletWebServerFactory instance with the specified port.
AbstractServletWebServerFactory(String, int) - 类 的构造器org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Create a new AbstractServletWebServerFactory instance with the specified context path and port.
ACTIVE_PROFILES_PROPERTY - 类 中的静态变量org.springframework.boot.context.config.ConfigFileApplicationListener
The "active profiles" property name.
add(String, String) - 类 中的方法org.springframework.boot.web.server.MimeMappings
Add a new mime mapping.
addAdaptableBeans(ListableBeanFactory) - 类 中的方法org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
addAdditionalTomcatConnectors(Connector...) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add Connectors in addition to the default connector, e.g. for SSL or AJP
addAliases(String, String...) - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
addAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
addApplicationConverters(ConverterRegistry) - 类 中的静态方法org.springframework.boot.convert.ApplicationConversionService
Add converters useful for most Spring Boot applications.
addApplicationFormatters(FormatterRegistry) - 类 中的静态方法org.springframework.boot.convert.ApplicationConversionService
Add formatters useful for most Spring Boot applications.
addAsRegistrationBean(ListableBeanFactory, Class<T>, ServletContextInitializerBeans.RegistrationBeanAdapter<T>) - 类 中的方法org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
addBuilderCustomizers(UndertowBuilderCustomizer...) - 接口 中的方法org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Add UndertowBuilderCustomizers that should be used to customize the Undertow Undertow.Builder.
addBuilderCustomizers(UndertowBuilderCustomizer...) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Add UndertowBuilderCustomizers that should be used to customize the Undertow Builder.
addBuilderCustomizers(UndertowBuilderCustomizer...) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
addCommandLineProperties(boolean) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate that command line arguments should be added to the environment.
addConfigurations(Configuration...) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Add Configurations that will be applied to the WebAppContext before the server is started.
addConnectorCustomizers(TomcatConnectorCustomizer...) - 接口 中的方法org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Add TomcatConnectorCustomizers that should be added to the Tomcat Connector.
addConnectorCustomizers(TomcatConnectorCustomizer...) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Add TomcatConnectorCustomizers that should be added to the Tomcat Connector.
addConnectorCustomizers(TomcatConnectorCustomizer...) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
addContextCustomizers(TomcatContextCustomizer...) - 接口 中的方法org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Context.
addContextCustomizers(TomcatContextCustomizer...) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Context.
addContextCustomizers(TomcatContextCustomizer...) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
addContextLifecycleListeners(LifecycleListener...) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Add LifecycleListeners that should be added to the Tomcat Context.
addContextLifecycleListeners(LifecycleListener...) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add LifecycleListeners that should be added to the Tomcat Context.
addContextValves(Valve...) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add Valves that should be applied to the Tomcat Context.
addDefaultServlet(WebAppContext) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Add Jetty's DefaultServlet to the given WebAppContext.
addDelimitedStringConverters(ConverterRegistry) - 类 中的静态方法org.springframework.boot.convert.ApplicationConversionService
Add converters to support delimited strings.
addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - 接口 中的方法org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Add UndertowDeploymentInfoCustomizers that should be used to customize the Undertow DeploymentInfo.
addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
addEngineValves(Valve...) - 接口 中的方法org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Add Valves that should be applied to the Tomcat Engine.
addEngineValves(Valve...) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
addEngineValves(Valve...) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
addErrorPages(ErrorPage...) - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
addErrorPages(ErrorPage...) - 接口 中的方法org.springframework.boot.web.server.ErrorPageRegistry
Adds error pages that will be used when handling exceptions.
addErrorPages(ErrorPage...) - 类 中的方法org.springframework.boot.web.servlet.support.ErrorPageFilter
 
addInitializers(ServletContextInitializer...) - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
addInitializers(ServletContextInitializer...) - 接口 中的方法org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Add ServletContextInitializers to those that should be applied in addition to ServletWebServerFactory.getWebServer(ServletContextInitializer...) parameters.
addInitializers(ApplicationContextInitializer<?>...) - 类 中的方法org.springframework.boot.SpringApplication
Add ApplicationContextInitializers to be applied to the Spring ApplicationContext.
addInitParameter(String, String) - 类 中的方法org.springframework.boot.web.servlet.DynamicRegistrationBean
Add a single init-parameter, replacing any existing parameter with the same name.
additionalCustomizers(Iterable<TaskExecutorCustomizer>) - 类 中的方法org.springframework.boot.task.TaskExecutorBuilder
Add TaskExecutorCustomizers that should be applied to the ThreadPoolTaskExecutor.
additionalCustomizers(Iterable<TaskSchedulerCustomizer>) - 类 中的方法org.springframework.boot.task.TaskSchedulerBuilder
Add taskSchedulerCustomizers that should be applied to the ThreadPoolTaskScheduler.
additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Add RestTemplateCustomizers that should be applied to the RestTemplate.
additionalCustomizers(Collection<? extends WebServiceTemplateCustomizer>) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional WebServiceTemplateCustomizers that should be applied to the WebServiceTemplate.
additionalCustomizers(TaskExecutorCustomizer...) - 类 中的方法org.springframework.boot.task.TaskExecutorBuilder
Add TaskExecutorCustomizers that should be applied to the ThreadPoolTaskExecutor.
additionalCustomizers(TaskSchedulerCustomizer...) - 类 中的方法org.springframework.boot.task.TaskSchedulerBuilder
Add taskSchedulerCustomizers that should be applied to the ThreadPoolTaskScheduler.
additionalCustomizers(RestTemplateCustomizer...) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Add RestTemplateCustomizers that should be applied to the RestTemplate.
additionalCustomizers(WebServiceTemplateCustomizer...) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional WebServiceTemplateCustomizers that should be applied to the WebServiceTemplate.
additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Add additional ClientHttpRequestInterceptors that should be used with the RestTemplate.
additionalInterceptors(Collection<? extends ClientInterceptor>) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional ClientInterceptors that should be used with the WebServiceTemplate.
additionalInterceptors(ClientHttpRequestInterceptor...) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Add additional ClientHttpRequestInterceptors that should be used with the RestTemplate.
additionalInterceptors(ClientInterceptor...) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional ClientInterceptors that should be used with the WebServiceTemplate.
additionalMessageConverters(Collection<? extends HttpMessageConverter<?>>) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Add additional HttpMessageConverters that should be used with the RestTemplate.
additionalMessageConverters(HttpMessageConverter<?>...) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Add additional HttpMessageConverters that should be used with the RestTemplate.
additionalMessageSenders(Collection<? extends WebServiceMessageSender>) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional WebServiceMessageSenders that should be used with the WebServiceTemplate.
additionalMessageSenders(WebServiceMessageSender...) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional WebServiceMessageSenders that should be used with the WebServiceTemplate.
addJspServlet(WebAppContext) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Add Jetty's JspServlet to the given WebAppContext.
addListeners(ApplicationListener<?>...) - 类 中的方法org.springframework.boot.SpringApplication
Add ApplicationListeners to be applied to the SpringApplication and registered with the ApplicationContext.
addPostProcessors(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.context.config.ConfigFileApplicationListener
Add appropriate post-processors to post-configure the property-sources.
addPrimarySources(Collection<Class<?>>) - 类 中的方法org.springframework.boot.SpringApplication
Add additional items to the primary sources that will be added to an ApplicationContext when SpringApplication.run(String...) is called.
addPropertySources(ConfigurableEnvironment, ResourceLoader) - 类 中的方法org.springframework.boot.context.config.ConfigFileApplicationListener
Add config file property sources to the specified environment.
addRegistration(String, ServletContext) - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
 
addRegistration(String, ServletContext) - 类 中的方法org.springframework.boot.web.servlet.DynamicRegistrationBean
 
addRegistration(String, ServletContext) - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
 
addServerCustomizers(JettyServerCustomizer...) - 接口 中的方法org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
Add JettyServerCustomizers that will be applied to the Server before it is started.
addServerCustomizers(JettyServerCustomizer...) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
addServerCustomizers(JettyServerCustomizer...) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 
addServerCustomizers(NettyServerCustomizer...) - 类 中的方法org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Add NettyServerCustomizers that should applied while building the server.
addServletNames(String...) - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Add servlet names for the filter.
addServletRegistrationBeans(ServletRegistrationBean<?>...) - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Add ServletRegistrationBeans for the filter.
addTldSkipPatterns(String...) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add patterns that match jars to ignore for TLD scanning.
addTo(RestTemplate, String) - 类 中的静态方法org.springframework.boot.web.client.RootUriTemplateHandler
Add a RootUriTemplateHandler instance to the given RestTemplate.
addToEnvironment(ConfigurableEnvironment) - 类 中的静态方法org.springframework.boot.env.RandomValuePropertySource
 
addURL(URL) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
addUrlMappings(String...) - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Add URL mappings, as defined in the Servlet specification, for the servlet.
addUrlPatterns(String...) - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Add URL patterns, as defined in the Servlet specification, that the filter will be registered against.
afterPropertiesSet() - 类 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
afterRefresh(ConfigurableApplicationContext, ApplicationArguments) - 类 中的方法org.springframework.boot.SpringApplication
Called after the context has been refreshed.
allowCoreThreadTimeOut(boolean) - 类 中的方法org.springframework.boot.task.TaskExecutorBuilder
Set whether core threads are allow to time out.
ALWAYS - org.springframework.boot.ansi.AnsiOutput.Enabled
Enable ANSI-colored output.
ALWAYS - org.springframework.boot.jdbc.DataSourceInitializationMode
Always initialize the datasource.
alwaysApplying(PropertyMapper.SourceOperator) - 类 中的方法org.springframework.boot.context.properties.PropertyMapper
Return a new PropertyMapper instance that applies the given PropertyMapper.SourceOperator to every source.
alwaysApplyingWhenNonNull() - 类 中的方法org.springframework.boot.context.properties.PropertyMapper
Return a new PropertyMapper instance that applies whenNonNull to every source.
analyze(Throwable) - 类 中的方法org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
analyze(Throwable) - 接口 中的方法org.springframework.boot.diagnostics.FailureAnalyzer
Returns an analysis of the given failure, or null if no analysis was possible.
analyze(Throwable, BeanNotOfRequiredTypeException) - 类 中的方法org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
 
analyze(Throwable, T) - 类 中的方法org.springframework.boot.diagnostics.AbstractFailureAnalyzer
Returns an analysis of the given rootFailure, or null if no analysis was possible.
analyze(Throwable, T) - 类 中的方法org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
 
analyze(Throwable, T, String) - 类 中的方法org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
Returns an analysis of the given rootFailure, or null if no analysis was possible.
AnnotationConfigReactiveWebApplicationContext - 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() - 类 的构造器org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
 
AnnotationConfigReactiveWebServerApplicationContext - 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() - 类 的构造器org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
AnnotationConfigReactiveWebServerApplicationContext(Class<?>...) - 类 的构造器org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Create a new AnnotationConfigReactiveWebServerApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigReactiveWebServerApplicationContext(String...) - 类 的构造器org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Create a new AnnotationConfigReactiveWebServerApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
AnnotationConfigReactiveWebServerApplicationContext(DefaultListableBeanFactory) - 类 的构造器org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Create a new AnnotationConfigReactiveWebServerApplicationContext with the given DefaultListableBeanFactory.
AnnotationConfigServletWebServerApplicationContext - 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() - 类 的构造器org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
AnnotationConfigServletWebServerApplicationContext(Class<?>...) - 类 的构造器org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Create a new AnnotationConfigServletWebServerApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigServletWebServerApplicationContext(String...) - 类 的构造器org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Create a new AnnotationConfigServletWebServerApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
AnnotationConfigServletWebServerApplicationContext(DefaultListableBeanFactory) - 类 的构造器org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Create a new AnnotationConfigServletWebServerApplicationContext with the given DefaultListableBeanFactory.
AnsiBackground - org.springframework.boot.ansi中的枚举
Ansi background colors.
AnsiColor - org.springframework.boot.ansi中的枚举
Ansi colors.
AnsiColors - org.springframework.boot.ansi中的类
Utility for working with AnsiColor in the context of AWT Colors.
AnsiElement - org.springframework.boot.ansi中的接口
An ANSI encodable element.
AnsiOutput - org.springframework.boot.ansi中的类
Generates ANSI encoded output, automatically attempting to detect if the terminal supports ANSI.
AnsiOutput() - 类 的构造器org.springframework.boot.ansi.AnsiOutput
 
AnsiOutput.Enabled - org.springframework.boot.ansi中的枚举
AnsiOutputApplicationListener - org.springframework.boot.context.config中的类
An ApplicationListener that configures AnsiOutput depending on the value of the property spring.output.ansi.enabled.
AnsiOutputApplicationListener() - 类 的构造器org.springframework.boot.context.config.AnsiOutputApplicationListener
 
AnsiPropertySource - org.springframework.boot.ansi中的类
PropertyResolver for AnsiStyle, AnsiColor and AnsiBackground elements.
AnsiPropertySource(String, boolean) - 类 的构造器org.springframework.boot.ansi.AnsiPropertySource
Create a new AnsiPropertySource instance.
AnsiStyle - org.springframework.boot.ansi中的枚举
Ansi styles.
append(String) - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
Create a new ConfigurationPropertyName by appending the given element value.
appendAnsiString(StringBuilder, String, AnsiElement) - 类 中的方法org.springframework.boot.logging.log4j2.ColorConverter
 
application() - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application.
ApplicationArguments - org.springframework.boot中的接口
Provides access to the arguments that were used to run a SpringApplication.
ApplicationContextHeaderFilter - org.springframework.boot.web.servlet.filter中的类
OncePerRequestFilter to add an X-Application-Context header that contains the ApplicationContext ID.
ApplicationContextHeaderFilter(ApplicationContext) - 类 的构造器org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
 
ApplicationContextInitializedEvent - 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) - 类 的构造器org.springframework.boot.context.event.ApplicationContextInitializedEvent
Create a new ApplicationContextInitializedEvent instance.
ApplicationContextRequestMatcher<C> - org.springframework.boot.security.servlet中的类
ApplicationContext backed RequestMatcher.
ApplicationContextRequestMatcher(Class<? extends C>) - 类 的构造器org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
 
ApplicationContextServerWebExchangeMatcher<C> - org.springframework.boot.security.reactive中的类
ApplicationContext backed ServerWebExchangeMatcher.
ApplicationContextServerWebExchangeMatcher(Class<? extends C>) - 类 的构造器org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
 
ApplicationConversionService - org.springframework.boot.convert中的类
A specialization of FormattingConversionService configured by default with converters and formatters appropriate for most Spring Boot applications.
ApplicationConversionService() - 类 的构造器org.springframework.boot.convert.ApplicationConversionService
 
ApplicationConversionService(StringValueResolver) - 类 的构造器org.springframework.boot.convert.ApplicationConversionService
 
ApplicationEnvironmentPreparedEvent - 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) - 类 的构造器org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
ApplicationFailedEvent - org.springframework.boot.context.event中的类
Event published by a SpringApplication when it fails to start.
ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - 类 的构造器org.springframework.boot.context.event.ApplicationFailedEvent
Create a new ApplicationFailedEvent instance.
ApplicationHome - org.springframework.boot.system中的类
Provides access to the application home directory.
ApplicationHome() - 类 的构造器org.springframework.boot.system.ApplicationHome
Create a new ApplicationHome instance.
ApplicationHome(Class<?>) - 类 的构造器org.springframework.boot.system.ApplicationHome
Create a new ApplicationHome instance for the specified source class.
ApplicationPid - org.springframework.boot.system中的类
An application process ID.
ApplicationPid() - 类 的构造器org.springframework.boot.system.ApplicationPid
 
ApplicationPid(String) - 类 的构造器org.springframework.boot.system.ApplicationPid
 
ApplicationPidFileWriter - org.springframework.boot.context中的类
An ApplicationListener that saves application PID into file.
ApplicationPidFileWriter() - 类 的构造器org.springframework.boot.context.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance using the filename 'application.pid'.
ApplicationPidFileWriter(File) - 类 的构造器org.springframework.boot.context.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance with a specified file.
ApplicationPidFileWriter(String) - 类 的构造器org.springframework.boot.context.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance with a specified filename.
ApplicationPreparedEvent - 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) - 类 的构造器org.springframework.boot.context.event.ApplicationPreparedEvent
Create a new ApplicationPreparedEvent instance.
ApplicationReadyEvent - 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) - 类 的构造器org.springframework.boot.context.event.ApplicationReadyEvent
Create a new ApplicationReadyEvent instance.
ApplicationRunner - org.springframework.boot中的接口
Interface used to indicate that a bean should run when it is contained within a SpringApplication.
ApplicationStartedEvent - 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) - 类 的构造器org.springframework.boot.context.event.ApplicationStartedEvent
Create a new ApplicationStartedEvent instance.
ApplicationStartingEvent - 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 ApplicationListeners have been registered.
ApplicationStartingEvent(SpringApplication, String[]) - 类 的构造器org.springframework.boot.context.event.ApplicationStartingEvent
Create a new ApplicationStartingEvent instance.
ApplicationTemp - org.springframework.boot.system中的类
Provides access to an application specific temporary directory.
ApplicationTemp() - 类 的构造器org.springframework.boot.system.ApplicationTemp
Create a new ApplicationTemp instance.
ApplicationTemp(Class<?>) - 类 的构造器org.springframework.boot.system.ApplicationTemp
Create a new ApplicationTemp instance for the specified source class.
apply() - 类 中的方法org.springframework.boot.logging.LoggingSystemProperties
 
apply(BindHandler) - 接口 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
Apply additional functionality to the source bind handler.
apply(PropertyMapper.Source<T>) - 接口 中的方法org.springframework.boot.context.properties.PropertyMapper.SourceOperator
Apply the operation to the given source.
apply(ConfigurationPropertySource) - 类 中的方法org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
 
apply(LogFile) - 类 中的方法org.springframework.boot.logging.LoggingSystemProperties
 
apply(HttpServer) - 类 中的方法org.springframework.boot.web.embedded.netty.SslServerCustomizer
 
applyInitializers(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.SpringApplication
Apply any ApplicationContextInitializers to the context before it is refreshed.
applySystemProperties(Environment, LogFile) - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem
 
applyTo(Properties) - 类 中的方法org.springframework.boot.logging.LogFile
Apply log file details to LOG_PATH and LOG_FILE map entries.
applyToSystemProperties() - 类 中的方法org.springframework.boot.logging.LogFile
Apply log file details to LOG_PATH and LOG_FILE system properties.
as(Function<T, R>) - 类 中的方法org.springframework.boot.context.properties.PropertyMapper.Source
Return an adapted version of the source changed via the given adapter function.
asInt(Function<T, R>) - 类 中的方法org.springframework.boot.context.properties.PropertyMapper.Source
Return an adapted version of the source with Integer type.
asProperties() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Returns the properties as a Properties object that can be used with Atomikos.
ASYNC - org.springframework.boot.web.servlet.DispatcherType
Apply the filter under calls dispatched from an AsyncContext.
AtomikosConnectionFactoryBean - org.springframework.boot.jta.atomikos中的类
Spring friendly version of AtomikosConnectionFactoryBean.
AtomikosConnectionFactoryBean() - 类 的构造器org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
AtomikosDataSourceBean - org.springframework.boot.jta.atomikos中的类
Spring friendly version of AtomikosDataSourceBean.
AtomikosDataSourceBean() - 类 的构造器org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
AtomikosDependsOnBeanFactoryPostProcessor - org.springframework.boot.jta.atomikos中的类
BeanFactoryPostProcessor to automatically setup the recommended dependsOn settings for correct Atomikos ordering.
AtomikosDependsOnBeanFactoryPostProcessor() - 类 的构造器org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
AtomikosProperties - org.springframework.boot.jta.atomikos中的类
Bean friendly variant of Atomikos configuration properties.
AtomikosProperties() - 类 的构造器org.springframework.boot.jta.atomikos.AtomikosProperties
 
AtomikosProperties.Recovery - org.springframework.boot.jta.atomikos中的类
Recovery specific settings.
AtomikosXAConnectionFactoryWrapper - org.springframework.boot.jta.atomikos中的类
XAConnectionFactoryWrapper that uses an AtomikosConnectionFactoryBean to wrap a XAConnectionFactory.
AtomikosXAConnectionFactoryWrapper() - 类 的构造器org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
 
AtomikosXADataSourceWrapper - org.springframework.boot.jta.atomikos中的类
AtomikosXADataSourceWrapper() - 类 的构造器org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
 
attach(Environment) - 类 中的静态方法org.springframework.boot.context.properties.source.ConfigurationPropertySources
Attach a ConfigurationPropertySource support to the specified Environment.

B

banner(Banner) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Sets the Banner instance which will be used to print the banner when no static banner file is provided.
Banner - org.springframework.boot中的接口
Interface class for writing a banner programmatically.
BANNER_LOCATION_PROPERTY - 类 中的静态变量org.springframework.boot.SpringApplication
Banner location property key.
BANNER_LOCATION_PROPERTY_VALUE - 类 中的静态变量org.springframework.boot.SpringApplication
Default banner location.
Banner.Mode - org.springframework.boot中的枚举
An enumeration of possible values for configuring the Banner.
bannerMode(Banner.Mode) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
 
basePackageClasses() - 注释类型 中的方法org.springframework.boot.web.servlet.ServletComponentScan
Type-safe alternative to ServletComponentScan.basePackages() for specifying the packages to scan for annotated servlet components.
basePackages() - 注释类型 中的方法org.springframework.boot.web.servlet.ServletComponentScan
Base packages to scan for annotated servlet components.
basicAuthentication(String, String) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Add HTTP basic authentication to requests.
basicAuthorization(String, String) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
BasicJsonParser - org.springframework.boot.json中的类
Really basic JSON parser for when you have nothing else available.
BasicJsonParser() - 类 的构造器org.springframework.boot.json.BasicJsonParser
 
BEAN_NAME - 类 中的静态变量org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
The bean name that this class is registered with.
BEAN_NAME - 类 中的静态变量org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
The bean name that this post-processor is registered with.
beanNameGenerator(BeanNameGenerator) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Bean name generator for automatically generated bean names in the application context.
BeanNotOfRequiredTypeFailureAnalyzer - org.springframework.boot.diagnostics.analyzer中的类
An AbstractFailureAnalyzer that performs analysis of failures caused by a BeanNotOfRequiredTypeException.
BeanNotOfRequiredTypeFailureAnalyzer() - 类 的构造器org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
 
beforeInitialize() - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem
 
beforeInitialize() - 类 中的方法org.springframework.boot.logging.java.JavaLoggingSystem
 
beforeInitialize() - 类 中的方法org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
beforeInitialize() - 类 中的方法org.springframework.boot.logging.logback.LogbackLoggingSystem
 
beforeInitialize() - 类 中的方法org.springframework.boot.logging.LoggingSystem
Reset the logging system to be limit output.
beforeInitialize() - 类 中的方法org.springframework.boot.logging.Slf4JLoggingSystem
 
bind(String, Class<T>) - 类 中的方法org.springframework.boot.context.properties.bind.Binder
Bind the specified target Class using this binder's property sources.
bind(String, Bindable<T>) - 类 中的方法org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources.
bind(String, Bindable<T>, BindHandler) - 类 中的方法org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources.
bind(ConfigurationPropertyName, Bindable<T>) - 类 中的方法org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources.
bind(ConfigurationPropertyName, Bindable<T>, BindHandler) - 类 中的方法org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources.
bind(ConfigurationPropertyName, Bindable<T>, BindHandler, Binder.Context, boolean) - 类 中的方法org.springframework.boot.context.properties.bind.Binder
 
Bindable<T> - org.springframework.boot.context.properties.bind中的类
Source that can be bound by a Binder.
BindContext - org.springframework.boot.context.properties.bind中的接口
Context information for use by BindHandlers.
Binder - org.springframework.boot.context.properties.bind中的类
A container object which Binds objects from one or more ConfigurationPropertySources.
Binder(Iterable<ConfigurationPropertySource>) - 类 的构造器org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver) - 类 的构造器org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService) - 类 的构造器org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>) - 类 的构造器org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
Binder(ConfigurationPropertySource...) - 类 的构造器org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
BindException - org.springframework.boot.context.properties.bind中的异常错误
Exception thrown when binding fails.
BindHandler - org.springframework.boot.context.properties.bind中的接口
Callback interface that can be used to handle additional logic during element binding.
BindResult<T> - org.springframework.boot.context.properties.bind中的类
A container object to return the result of a Binder bind operation.
bindToSpringApplication(ConfigurableEnvironment) - 类 中的方法org.springframework.boot.SpringApplication
Bind the environment to the SpringApplication.
BindValidationException - org.springframework.boot.context.properties.bind.validation中的异常错误
Error thrown when validation fails during a bind operation.
BitronixDependentBeanFactoryPostProcessor - org.springframework.boot.jta.bitronix中的类
BeanFactoryPostProcessor to automatically register the recommended dependencies for correct Bitronix shutdown ordering.
BitronixDependentBeanFactoryPostProcessor() - 类 的构造器org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
BitronixXAConnectionFactoryWrapper - org.springframework.boot.jta.bitronix中的类
XAConnectionFactoryWrapper that uses a Bitronix PoolingConnectionFactoryBean to wrap a XAConnectionFactory.
BitronixXAConnectionFactoryWrapper() - 类 的构造器org.springframework.boot.jta.bitronix.BitronixXAConnectionFactoryWrapper
 
BitronixXADataSourceWrapper - org.springframework.boot.jta.bitronix中的类
BitronixXADataSourceWrapper() - 类 的构造器org.springframework.boot.jta.bitronix.BitronixXADataSourceWrapper
 
BLACK - org.springframework.boot.ansi.AnsiBackground
 
BLACK - org.springframework.boot.ansi.AnsiColor
 
BLUE - org.springframework.boot.ansi.AnsiBackground
 
BLUE - org.springframework.boot.ansi.AnsiColor
 
BOLD - org.springframework.boot.ansi.AnsiStyle
 
BRIGHT_BLACK - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_BLACK - org.springframework.boot.ansi.AnsiColor
 
BRIGHT_BLUE - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_BLUE - org.springframework.boot.ansi.AnsiColor
 
BRIGHT_CYAN - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_CYAN - org.springframework.boot.ansi.AnsiColor
 
BRIGHT_GREEN - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_GREEN - org.springframework.boot.ansi.AnsiColor
 
BRIGHT_MAGENTA - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_MAGENTA - org.springframework.boot.ansi.AnsiColor
 
BRIGHT_RED - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_RED - org.springframework.boot.ansi.AnsiColor
 
BRIGHT_WHITE - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_WHITE - org.springframework.boot.ansi.AnsiColor
 
BRIGHT_YELLOW - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_YELLOW - org.springframework.boot.ansi.AnsiColor
 
build() - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Returns a fully configured SpringApplication that is ready to run.
build() - 类 中的方法org.springframework.boot.jdbc.DataSourceBuilder
 
build() - 类 中的方法org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
 
build() - 类 中的方法org.springframework.boot.task.TaskExecutorBuilder
Build a new ThreadPoolTaskExecutor instance and configure it using this builder.
build() - 类 中的方法org.springframework.boot.task.TaskSchedulerBuilder
Build a new ThreadPoolTaskScheduler instance and configure it using this builder.
build() - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Build a new RestTemplate instance and configure it using this builder.
build() - 类 中的方法org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
 
build() - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Build a new WebServiceTemplate instance and configure it using this builder.
build(Class<T>) - 类 中的方法org.springframework.boot.task.TaskExecutorBuilder
Build a new ThreadPoolTaskExecutor instance of the specified type and configure it using this builder.
build(Class<T>) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Build a new RestTemplate instance of the specified type and configure it using this builder.
build(Class<T>) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Build a new WebServiceTemplate instance of the specified type and configure it using this builder.
build(String...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Returns a fully configured SpringApplication that is ready to run.
BuildProperties - org.springframework.boot.info中的类
Provide build-related information such as group and artifact.
BuildProperties(Properties) - 类 的构造器org.springframework.boot.info.BuildProperties
Create an instance with the specified entries.
buildView(String) - 类 中的方法org.springframework.boot.web.servlet.view.MustacheViewResolver
 

C

callback(Class<C>, C, A, Object...) - 类 中的静态方法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...) - 类 中的静态方法org.springframework.boot.util.LambdaSafe
Start a call to callback instances, dealing with common generic type concerns and exceptions.
checkResource(Locale) - 类 中的方法org.springframework.boot.web.servlet.view.MustacheView
 
checkResourceExists(Locale) - 类 中的方法org.springframework.boot.web.reactive.result.view.MustacheView
 
child(Class<?>...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Create a child application with the provided sources.
chop(int) - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return a new ConfigurationPropertyName by chopping this name to the given size.
ClasspathLoggingApplicationListener - org.springframework.boot.context.logging中的类
A SmartApplicationListener that reacts to environment prepared events and to failed events by logging the classpath of the thread context class loader (TCCL) at DEBUG level.
ClasspathLoggingApplicationListener() - 类 的构造器org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
 
cleanUp() - 类 中的方法org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
cleanUp() - 类 中的方法org.springframework.boot.logging.logback.LogbackLoggingSystem
 
cleanUp() - 类 中的方法org.springframework.boot.logging.LoggingSystem
Clean up the logging system.
cleanUp() - 类 中的方法org.springframework.boot.logging.Slf4JLoggingSystem
 
clearCache() - 类 中的方法org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Clear the entire MetadataReader cache, removing all cached class metadata.
ClientHttpRequestFactorySupplier - org.springframework.boot.web.client中的类
A supplier for ClientHttpRequestFactory that detects the preferred candidate based on the available implementations on the classpath.
ClientHttpRequestFactorySupplier() - 类 的构造器org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
 
CLOUD_FOUNDRY - org.springframework.boot.cloud.CloudPlatform
Cloud Foundry platform.
CloudFoundryVcapEnvironmentPostProcessor - org.springframework.boot.cloud中的类
An EnvironmentPostProcessor that knows where to find VCAP (a.k.a.
CloudFoundryVcapEnvironmentPostProcessor() - 类 的构造器org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
CloudPlatform - org.springframework.boot.cloud中的枚举
Simple detection for well known cloud platforms.
CodecCustomizer - 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 - org.springframework.boot.logging.log4j2中的类
Log4j2 LogEventPatternConverter colors output using the AnsiOutput class.
ColorConverter - org.springframework.boot.logging.logback中的类
Logback CompositeConverter colors output using the AnsiOutput class.
ColorConverter() - 类 的构造器org.springframework.boot.logging.logback.ColorConverter
 
CommandLineRunner - org.springframework.boot中的接口
Interface used to indicate that a bean should run when it is contained within a SpringApplication.
CommonsDbcp2DataSourcePoolMetadata - org.springframework.boot.jdbc.metadata中的类
DataSourcePoolMetadata for an Apache Commons DBCP2 DataSource.
CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - 类 的构造器org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
compareTo(ConfigurationProperty) - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationProperty
 
compareTo(ConfigurationPropertyName) - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
 
ComponentScanPackageCheck() - 类 的构造器org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
CompositeDataSourcePoolMetadataProvider - org.springframework.boot.jdbc.metadata中的类
A DataSourcePoolMetadataProvider implementation that returns the first DataSourcePoolMetadata that is found by one of its delegate.
CompositeDataSourcePoolMetadataProvider(Collection<? extends DataSourcePoolMetadataProvider>) - 类 的构造器org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
Create a CompositeDataSourcePoolMetadataProvider instance with an initial collection of delegates to use.
Compression - org.springframework.boot.web.server中的类
Simple server-independent abstraction for compression configuration.
Compression() - 类 的构造器org.springframework.boot.web.server.Compression
 
ConcurrentReferenceCachingMetadataReaderFactory - org.springframework.boot.type.classreading中的类
Caching implementation of the MetadataReaderFactory interface backed by a ConcurrentReferenceHashMap, caching MetadataReader per Spring Resource handle (i.e. per ".class" file).
ConcurrentReferenceCachingMetadataReaderFactory() - 类 的构造器org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the default class loader.
ConcurrentReferenceCachingMetadataReaderFactory(ClassLoader) - 类 的构造器org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the given class loader.
ConcurrentReferenceCachingMetadataReaderFactory(ResourceLoader) - 类 的构造器org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the given resource loader.
CONFIG_ADDITIONAL_LOCATION_PROPERTY - 类 中的静态变量org.springframework.boot.context.config.ConfigFileApplicationListener
The "config additional location" property name.
CONFIG_LOCATION_PROPERTY - 类 中的静态变量org.springframework.boot.context.config.ConfigFileApplicationListener
The "config location" property name.
CONFIG_NAME_PROPERTY - 类 中的静态变量org.springframework.boot.context.config.ConfigFileApplicationListener
The "config name" property name.
CONFIG_PROPERTY - 类 中的静态变量org.springframework.boot.context.logging.LoggingApplicationListener
The name of the Spring property that contains a reference to the logging configuration to load.
ConfigFileApplicationListener - org.springframework.boot.context.config中的类
EnvironmentPostProcessor that configures the context environment by loading properties from well known file locations.
ConfigFileApplicationListener() - 类 的构造器org.springframework.boot.context.config.ConfigFileApplicationListener
 
ConfigurableJettyWebServerFactory - org.springframework.boot.web.embedded.jetty中的接口
ConfigurableWebServerFactory for Jetty-specific features.
ConfigurableReactiveWebApplicationContext - org.springframework.boot.web.reactive.context中的接口
Interface to provide configuration for a reactive web application.
ConfigurableReactiveWebEnvironment - org.springframework.boot.web.reactive.context中的接口
Specialization of ConfigurableEnvironment for reactive application contexts.
ConfigurableReactiveWebServerFactory - org.springframework.boot.web.reactive.server中的接口
ConfigurableServletWebServerFactory - org.springframework.boot.web.servlet.server中的接口
A configurable ServletWebServerFactory.
ConfigurableTomcatWebServerFactory - org.springframework.boot.web.embedded.tomcat中的接口
ConfigurableWebServerFactory for Tomcat-specific features.
ConfigurableUndertowWebServerFactory - org.springframework.boot.web.embedded.undertow中的接口
ConfigurableWebServerFactory for Undertow-specific features.
ConfigurableWebServerApplicationContext - org.springframework.boot.web.context中的接口
SPI interface to be implemented by most if not all web server application contexts.
ConfigurableWebServerFactory - org.springframework.boot.web.server中的接口
A configurable WebServerFactory.
CONFIGURATION_COMPARATOR - 类 中的静态变量org.springframework.boot.logging.AbstractLoggingSystem
 
ConfigurationBeanFactoryMetadata - org.springframework.boot.context.properties中的类
Utility class to memorize @Bean definition meta data during initialization of the bean factory.
ConfigurationBeanFactoryMetadata() - 类 的构造器org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
 
ConfigurationProperties - org.springframework.boot.context.properties中的注释类型
Annotation for externalized configuration.
ConfigurationPropertiesBindException - org.springframework.boot.context.properties中的异常错误
Exception thrown when @ConfigurationProperties binding fails.
ConfigurationPropertiesBindHandlerAdvisor - org.springframework.boot.context.properties中的接口
Allows additional functionality to be applied to the BindHandler used by the ConfigurationPropertiesBindingPostProcessor.
ConfigurationPropertiesBinding - org.springframework.boot.context.properties中的注释类型
Qualifier for beans that are needed to configure the binding of ConfigurationProperties (e.g.
ConfigurationPropertiesBindingPostProcessor - org.springframework.boot.context.properties中的类
BeanPostProcessor to bind PropertySources to beans annotated with ConfigurationProperties.
ConfigurationPropertiesBindingPostProcessor() - 类 的构造器org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
ConfigurationPropertiesBindingPostProcessorRegistrar - org.springframework.boot.context.properties中的类
ImportBeanDefinitionRegistrar for binding externalized application properties to ConfigurationProperties beans.
ConfigurationPropertiesBindingPostProcessorRegistrar() - 类 的构造器org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
 
ConfigurationProperty - org.springframework.boot.context.properties.source中的类
A single configuration property obtained from a ConfigurationPropertySource consisting of a name, value and optional origin.
ConfigurationProperty(ConfigurationPropertyName, Object, Origin) - 类 的构造器org.springframework.boot.context.properties.source.ConfigurationProperty
 
ConfigurationPropertyName - org.springframework.boot.context.properties.source中的类
A configuration property name composed of elements separated by dots.
ConfigurationPropertyName.Form - org.springframework.boot.context.properties.source中的枚举
The various forms that a non-indexed element value can take.
ConfigurationPropertyNameAliases - org.springframework.boot.context.properties.source中的类
Maintains a mapping of ConfigurationPropertyName aliases.
ConfigurationPropertyNameAliases() - 类 的构造器org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
ConfigurationPropertyNameAliases(String, String...) - 类 的构造器org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
ConfigurationPropertyNameAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - 类 的构造器org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
ConfigurationPropertySource - org.springframework.boot.context.properties.source中的接口
ConfigurationPropertySources - org.springframework.boot.context.properties.source中的类
Provides access to ConfigurationPropertySources.
ConfigurationPropertyState - org.springframework.boot.context.properties.source中的枚举
The state of content from a ConfigurationPropertySource.
Configurations - org.springframework.boot.context.annotation中的类
A set of @Configuration classes that can be registered in ApplicationContext.
Configurations(Collection<Class<?>>) - 类 的构造器org.springframework.boot.context.annotation.Configurations
 
ConfigurationWarningsApplicationContextInitializer - org.springframework.boot.context中的类
ApplicationContextInitializer to report warnings for common misconfiguration mistakes.
ConfigurationWarningsApplicationContextInitializer() - 类 的构造器org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
 
ConfigurationWarningsApplicationContextInitializer.Check - org.springframework.boot.context中的接口
A single check that can be applied.
ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck - org.springframework.boot.context中的类
ConfigurationWarningsApplicationContextInitializer.Check for @ComponentScan on problematic package.
ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor - org.springframework.boot.context中的类
BeanDefinitionRegistryPostProcessor to report warnings.
ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - 类 的构造器org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
configure(D) - 类 中的方法org.springframework.boot.web.servlet.DynamicRegistrationBean
 
configure(FilterRegistration.Dynamic) - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Configure registration settings.
configure(ServletRegistration.Dynamic) - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Configure registration settings.
configure(WebAppContext) - 类 中的方法org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
 
configure(SpringApplicationBuilder) - 类 中的方法org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Configure the application.
configure(FormatterRegistry) - 类 中的静态方法org.springframework.boot.convert.ApplicationConversionService
Configure the given FormatterRegistry with formatters and converters appropriate for most Spring Boot applications.
configure(T) - 类 中的方法org.springframework.boot.task.TaskExecutorBuilder
Configure the provided ThreadPoolTaskExecutor instance using this builder.
configure(T) - 类 中的方法org.springframework.boot.task.TaskSchedulerBuilder
Configure the provided ThreadPoolTaskScheduler instance using this builder.
configure(T) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Configure the provided RestTemplate instance using this builder.
configure(T) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Configure the provided WebServiceTemplate instance using this builder.
configureContext(Context) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Configure the Tomcat Context.
configureContext(Context, ServletContextInitializer[]) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Configure the Tomcat Context.
configureEnvironment(ConfigurableEnvironment, String[]) - 类 中的方法org.springframework.boot.SpringApplication
configureProfiles(ConfigurableEnvironment, String[]) - 类 中的方法org.springframework.boot.SpringApplication
Configure which profiles are active (or active by default) for this application environment.
configurePropertySources(ConfigurableEnvironment, String[]) - 类 中的方法org.springframework.boot.SpringApplication
Add, remove or re-order any PropertySources in this application's environment.
configureWebAppContext(WebAppContext, ServletContextInitializer...) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Configure the given Jetty WebAppContext for use.
ConnectorStartFailedException - 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) - 异常错误 的构造器org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
Creates a new ConnectorStartFailedException for a connector that's configured to listen on the given port.
CONSOLE - org.springframework.boot.Banner.Mode
Print the banner to System.out.
CONSOLE_LOG_PATTERN - 类 中的静态变量org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the console log pattern.
containsDescendantOf(ConfigurationPropertyName) - 接口 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertySource
Returns if the source contains any descendants of the specified name.
containsDescendantOf(ConfigurationPropertyName) - 接口 中的方法org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
 
containsOption(String) - 接口 中的方法org.springframework.boot.ApplicationArguments
Return whether the set of option arguments parsed from the arguments contains an option with the given name.
containsOption(String) - 类 中的方法org.springframework.boot.DefaultApplicationArguments
 
context() - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application context.
contextClass(Class<? extends ConfigurableApplicationContext>) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Explicitly set the context class to be used.
ContextCloserListener(ConfigurableApplicationContext) - 类 的构造器org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
ContextIdApplicationContextInitializer - org.springframework.boot.context中的类
ApplicationContextInitializer that sets the Spring ApplicationContext ID.
ContextIdApplicationContextInitializer() - 类 的构造器org.springframework.boot.context.ContextIdApplicationContextInitializer
 
contextLoaded(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.context.event.EventPublishingRunListener
 
contextLoaded(ConfigurableApplicationContext) - 接口 中的方法org.springframework.boot.SpringApplicationRunListener
Called once the application context has been loaded but before it has been refreshed.
contextPrepared(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.context.event.EventPublishingRunListener
 
contextPrepared(ConfigurableApplicationContext) - 接口 中的方法org.springframework.boot.SpringApplicationRunListener
Called once the ApplicationContext has been created and prepared, but before sources have been loaded.
convertNativeToSystem(T) - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
convertSystemToNative(LogLevel) - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
Cookie() - 类 的构造器org.springframework.boot.web.servlet.server.Session.Cookie
 
COOKIE - org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
Send a cookie in response to the client's first request.
corePoolSize(int) - 类 中的方法org.springframework.boot.task.TaskExecutorBuilder
Set the core number of threads.
create() - 类 中的静态方法org.springframework.boot.jdbc.DataSourceBuilder
 
create(ClassLoader) - 类 中的静态方法org.springframework.boot.jdbc.DataSourceBuilder
 
createApplicationContext() - 类 中的方法org.springframework.boot.SpringApplication
Strategy method used to create the ApplicationContext.
createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - 类 中的方法org.springframework.boot.SpringApplication
Factory method used to create the BeanDefinitionLoader.
createContextCloserListener(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.builder.ParentContextCloserApplicationListener
Subclasses may override to create their own subclass of ContextCloserListener.
createEnvironment() - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
 
createEnvironment() - 类 中的方法org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
 
createJettyServer(JettyHttpHandlerAdapter) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
createMetadataReader(Resource) - 类 中的方法org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create the meta-data reader.
createMultipartConfig() - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
Create a new MultipartConfigElement instance.
createPooledConnection(Object, ResourceBean) - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
createPooledConnection(Object, ResourceBean) - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
createRegistrationBean(String, T, int) - 接口 中的方法org.springframework.boot.web.servlet.ServletContextInitializerBeans.RegistrationBeanAdapter
 
createRootApplicationContext(ServletContext) - 类 中的方法org.springframework.boot.web.servlet.support.SpringBootServletInitializer
 
createSpringApplication(Class<?>...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Creates a new SpringApplication instances from the given sources.
createSpringApplicationBuilder() - 类 中的方法org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Returns the SpringApplicationBuilder that is used to configure and create the SpringApplication.
createTempDir(String) - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
Return the absolute temp dir for given web server.
createView(String) - 类 中的方法org.springframework.boot.web.reactive.result.view.MustacheViewResolver
 
createXAConnection() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
createXAConnection(String, String) - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
createXAContext() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
createXAContext(String, String) - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
customize(DeploymentInfo) - 接口 中的方法org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
Customize the deployment info.
customize(Undertow.Builder) - 接口 中的方法org.springframework.boot.web.embedded.undertow.UndertowBuilderCustomizer
Customize the builder.
customize(Connector) - 接口 中的方法org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer
Customize the connector.
customize(Context) - 接口 中的方法org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
Customize the context.
customize(Server) - 接口 中的方法org.springframework.boot.web.embedded.jetty.JettyServerCustomizer
Customize the server.
customize(CodecConfigurer) - 接口 中的方法org.springframework.boot.web.codec.CodecCustomizer
Callback to customize a CodecConfigurer instance.
customize(ResourceDatabasePopulator) - 类 中的方法org.springframework.boot.jdbc.AbstractDataSourceInitializer
Customize the ResourceDatabasePopulator.
customize(ThreadPoolTaskExecutor) - 接口 中的方法org.springframework.boot.task.TaskExecutorCustomizer
Callback to customize a ThreadPoolTaskExecutor instance.
customize(ThreadPoolTaskScheduler) - 接口 中的方法org.springframework.boot.task.TaskSchedulerCustomizer
Callback to customize a ThreadPoolTaskScheduler instance.
customize(RestTemplate) - 接口 中的方法org.springframework.boot.web.client.RestTemplateCustomizer
Callback to customize a RestTemplate instance.
customize(WebClient.Builder) - 接口 中的方法org.springframework.boot.web.reactive.function.client.WebClientCustomizer
Callback to customize a WebClient.Builder instance.
customize(WebServiceTemplate) - 接口 中的方法org.springframework.boot.webservices.client.WebServiceTemplateCustomizer
Callback to customize a WebServiceTemplate instance.
customize(T) - 接口 中的方法org.springframework.boot.web.server.WebServerFactoryCustomizer
Customize the specified WebServerFactory.
customizeConnector(Connector) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
customizeConnector(Connector) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
customizers(Iterable<TaskExecutorCustomizer>) - 类 中的方法org.springframework.boot.task.TaskExecutorBuilder
Set the TaskExecutorCustomizers that should be applied to the ThreadPoolTaskExecutor.
customizers(Iterable<TaskSchedulerCustomizer>) - 类 中的方法org.springframework.boot.task.TaskSchedulerBuilder
Set the taskSchedulerCustomizers that should be applied to the ThreadPoolTaskScheduler.
customizers(Collection<? extends RestTemplateCustomizer>) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.
customizers(Collection<? extends WebServiceTemplateCustomizer>) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set WebServiceTemplateCustomizers that should be applied to the WebServiceTemplate.
customizers(TaskExecutorCustomizer...) - 类 中的方法org.springframework.boot.task.TaskExecutorBuilder
Set the TaskExecutorCustomizers that should be applied to the ThreadPoolTaskExecutor.
customizers(TaskSchedulerCustomizer...) - 类 中的方法org.springframework.boot.task.TaskSchedulerBuilder
Set the TaskSchedulerCustomizers that should be applied to the ThreadPoolTaskScheduler.
customizers(RestTemplateCustomizer...) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.
customizers(WebServiceTemplateCustomizer...) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set WebServiceTemplateCustomizers that should be applied to the WebServiceTemplate.
CYAN - org.springframework.boot.ansi.AnsiBackground
 
CYAN - org.springframework.boot.ansi.AnsiColor
 

D

DASHED - org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
The dashed configuration form (used for toString; lower-case with only alphanumeric characters and dashes).
DatabaseDriver - org.springframework.boot.jdbc中的枚举
Enumeration of common database drivers.
DataSizeUnit - org.springframework.boot.convert中的注释类型
Annotation that can be used to change the default unit used when converting a DataSize.
dataSource(DataSource) - 类 中的方法org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
 
DataSourceBuilder<T extends DataSource> - org.springframework.boot.jdbc中的类
Convenience class for building a DataSource with common implementations and properties.
DataSourceInitializationMode - org.springframework.boot.jdbc中的枚举
Supported DataSource initialization modes.
DataSourcePoolMetadata - org.springframework.boot.jdbc.metadata中的接口
Provides access meta-data that is commonly available from most pooled DataSource implementations.
DataSourcePoolMetadataProvider - org.springframework.boot.jdbc.metadata中的接口
Provide a DataSourcePoolMetadata based on a DataSource.
DataSourceUnwrapper - org.springframework.boot.jdbc中的类
Unwraps a DataSource that may have been proxied or wrapped in a custom Wrapper such as DelegatingDataSource.
DB2 - org.springframework.boot.jdbc.DatabaseDriver
DB2 Server.
DB2_AS400 - org.springframework.boot.jdbc.DatabaseDriver
DB2 AS400 Server.
debug(Object) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
debug(Object, Throwable) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
DEBUG - org.springframework.boot.logging.LogLevel
 
DEFAULT - org.springframework.boot.ansi.AnsiBackground
 
DEFAULT - org.springframework.boot.ansi.AnsiColor
 
DEFAULT - 接口 中的静态变量org.springframework.boot.context.properties.bind.BindHandler
Default no-op bind handler.
DEFAULT - 类 中的静态变量org.springframework.boot.web.server.MimeMappings
Default mime mapping commonly used.
DEFAULT_CONTEXT_CLASS - 类 中的静态变量org.springframework.boot.SpringApplication
The class name of application context that will be used by default for non-web environments.
DEFAULT_ORDER - 类 中的静态变量org.springframework.boot.context.config.ConfigFileApplicationListener
The default order for the processor.
DEFAULT_ORDER - 类 中的静态变量org.springframework.boot.context.logging.LoggingApplicationListener
The default order for the LoggingApplicationListener.
DEFAULT_ORDER - 类 中的静态变量org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
The default order for the processor.
DEFAULT_ORDER - 类 中的静态变量org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
The default order for the processor.
DEFAULT_ORDER - 类 中的静态变量org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
The default order is high to ensure the filter is applied before Spring Security.
DEFAULT_ORDER - 类 中的静态变量org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
Higher order to ensure the filter is applied before Spring Security.
DEFAULT_ORDER - 类 中的静态变量org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
The default order is high to ensure the filter is applied before Spring Security.
DEFAULT_PROTOCOL - 类 中的静态变量org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
The class name of default protocol used.
DEFAULT_PROTOCOL - 类 中的静态变量org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
The class name of default protocol used.
DEFAULT_REACTIVE_WEB_CONTEXT_CLASS - 类 中的静态变量org.springframework.boot.SpringApplication
The class name of application context that will be used by default for reactive web environments.
DEFAULT_SERVLET_WEB_CONTEXT_CLASS - 类 中的静态变量org.springframework.boot.SpringApplication
The class name of application context that will be used by default for web environments.
DefaultApplicationArguments - org.springframework.boot中的类
Default implementation of ApplicationArguments.
DefaultApplicationArguments(String[]) - 类 的构造器org.springframework.boot.DefaultApplicationArguments
 
DefaultErrorAttributes - org.springframework.boot.web.reactive.error中的类
Default implementation of ErrorAttributes.
DefaultErrorAttributes - org.springframework.boot.web.servlet.error中的类
Default implementation of ErrorAttributes.
DefaultErrorAttributes() - 类 的构造器org.springframework.boot.web.reactive.error.DefaultErrorAttributes
Create a new DefaultErrorAttributes instance that does not include the "exception" attribute.
DefaultErrorAttributes() - 类 的构造器org.springframework.boot.web.servlet.error.DefaultErrorAttributes
Create a new DefaultErrorAttributes instance that does not include the "exception" attribute.
DefaultErrorAttributes(boolean) - 类 的构造器org.springframework.boot.web.reactive.error.DefaultErrorAttributes
Create a new DefaultErrorAttributes instance.
DefaultErrorAttributes(boolean) - 类 的构造器org.springframework.boot.web.servlet.error.DefaultErrorAttributes
Create a new DefaultErrorAttributes instance.
defaultMessageConverters() - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate to the default set.
DeferredLog - org.springframework.boot.logging中的类
Deferred Log that can be used to store messages that shouldn't be written until the logging system is fully initialized.
DeferredLog() - 类 的构造器org.springframework.boot.logging.DeferredLog
 
DelegatingApplicationContextInitializer - org.springframework.boot.context.config中的类
ApplicationContextInitializer that delegates to other initializers that are specified under a context.initializer.classes environment property.
DelegatingApplicationContextInitializer() - 类 的构造器org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
DelegatingApplicationListener - org.springframework.boot.context.config中的类
ApplicationListener that delegates to other listeners that are specified under a context.listener.classes environment property.
DelegatingApplicationListener() - 类 的构造器org.springframework.boot.context.config.DelegatingApplicationListener
 
DelegatingFilterProxyRegistrationBean - org.springframework.boot.web.servlet中的类
A ServletContextInitializer to register DelegatingFilterProxys in a Servlet 3.0+ container.
DelegatingFilterProxyRegistrationBean(String, ServletRegistrationBean<?>...) - 类 的构造器org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
Create a new DelegatingFilterProxyRegistrationBean instance to be registered with the specified ServletRegistrationBeans.
Delimiter - org.springframework.boot.convert中的注释类型
Declares a field or method parameter should be converted to collection using the specified delimiter.
DeprecatedConfigurationProperty - org.springframework.boot.context.properties中的注释类型
Indicates that a getter in a ConfigurationProperties object is deprecated.
DERBY - org.springframework.boot.jdbc.DatabaseDriver
Apache Derby.
DERBY - org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Derby Database Connection.
deserialize(JsonParser, DeserializationContext) - 类 中的方法org.springframework.boot.jackson.JsonObjectDeserializer
 
deserializeObject(JsonParser, DeserializationContext, ObjectCodec, JsonNode) - 类 中的方法org.springframework.boot.jackson.JsonObjectDeserializer
Deserialize JSON content into the value type this serializer handles.
destroy() - 类 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
destroy() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
destroy() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
destroy() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
destroy() - 类 中的方法org.springframework.boot.web.servlet.support.ErrorPageFilter
 
detect(String) - 枚举 中的静态方法org.springframework.boot.convert.DurationStyle
Detect the style from the given source value.
DETECT - org.springframework.boot.ansi.AnsiOutput.Enabled
Try to detect whether ANSI coloring capabilities are available.
detectAndParse(String) - 枚举 中的静态方法org.springframework.boot.convert.DurationStyle
Detect the style then parse the value to return a duration.
detectAndParse(String, ChronoUnit) - 枚举 中的静态方法org.springframework.boot.convert.DurationStyle
Detect the style then parse the value to return a duration.
detectHttpMessageSender(boolean) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set if a suitable HTTP-based WebServiceMessageSender should be detected based on the classpath.
detectRequestFactory(boolean) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set if the ClientHttpRequestFactory should be detected based on the classpath.
DeterminableImports - org.springframework.boot.context.annotation中的接口
Interface that can be implemented by ImportSelector and ImportBeanDefinitionRegistrar implementations when they can determine imports early.
determineImports(AnnotationMetadata) - 接口 中的方法org.springframework.boot.context.annotation.DeterminableImports
Return a set of objects that represent the imports.
determineJoinTableName(ImplicitJoinTableNameSource) - 类 中的方法org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
 
DirectXAConnectionFactory() - 类 的构造器org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
DirectXADataSource() - 类 的构造器org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
DISPATCHER_SERVLET_NAME - 类 中的静态变量org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Constant value for the DispatcherServlet bean name.
DispatcherType - org.springframework.boot.web.servlet中的枚举
Enumeration of filter dispatcher types, identical to DispatcherType and used in configuration as the servlet API may not be present.
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.springframework.boot.web.servlet.support.ErrorPageFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
 
driverClassName(String) - 类 中的方法org.springframework.boot.jdbc.DataSourceBuilder
 
DurationFormat - org.springframework.boot.convert中的注释类型
Annotation that can be used to indicate the format to use when converting a Duration.
DurationStyle - org.springframework.boot.convert中的枚举
Duration format styles.
DurationUnit - org.springframework.boot.convert中的注释类型
Annotation that can be used to change the default unit used when converting a Duration.
DynamicRegistrationBean<D extends javax.servlet.Registration.Dynamic> - org.springframework.boot.web.servlet中的类
Base class for Servlet 3.0+ dynamic based registration beans.
DynamicRegistrationBean() - 类 的构造器org.springframework.boot.web.servlet.DynamicRegistrationBean
 

E

EIGHT - org.springframework.boot.system.JavaVersion
Java 1.8.
EMBEDDED - org.springframework.boot.jdbc.DataSourceInitializationMode
Only initialize an embedded datasource.
EmbeddedDatabaseConnection - org.springframework.boot.jdbc中的枚举
Connection details for embedded databases.
EMPTY - 类 中的静态变量org.springframework.boot.context.properties.source.ConfigurationPropertyName
EnableConfigurationProperties - org.springframework.boot.context.properties中的注释类型
Enable support for ConfigurationProperties annotated beans.
encode(AnsiElement) - 类 中的静态方法org.springframework.boot.ansi.AnsiOutput
Encode a single AnsiElement if output is enabled.
EntityManagerFactoryBuilder - org.springframework.boot.orm.jpa中的类
Convenient builder for JPA EntityManagerFactory instances.
EntityManagerFactoryBuilder(JpaVendorAdapter, Map<String, ?>, PersistenceUnitManager) - 类 的构造器org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
EntityManagerFactoryBuilder(JpaVendorAdapter, Map<String, ?>, PersistenceUnitManager, URL) - 类 的构造器org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
EntityManagerFactoryBuilder.Builder - org.springframework.boot.orm.jpa中的类
A fluent builder for a LocalContainerEntityManagerFactoryBean.
environment(ConfigurableEnvironment) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Environment for the application context.
EnvironmentPostProcessor - org.springframework.boot.env中的接口
Allows for customization of the application's Environment prior to the application context being refreshed.
environmentPrepared(ConfigurableEnvironment) - 类 中的方法org.springframework.boot.context.event.EventPublishingRunListener
 
environmentPrepared(ConfigurableEnvironment) - 接口 中的方法org.springframework.boot.SpringApplicationRunListener
Called once the environment has been prepared, but before the ApplicationContext has been created.
equals(Object) - 类 中的方法org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
equals(Object) - 类 中的方法org.springframework.boot.context.properties.bind.Bindable
 
equals(Object) - 类 中的方法org.springframework.boot.context.properties.bind.BindResult
 
equals(Object) - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationProperty
 
equals(Object) - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
 
equals(Object) - 类 中的方法org.springframework.boot.context.TypeExcludeFilter
 
equals(Object) - 类 中的方法org.springframework.boot.logging.LoggerConfiguration
 
equals(Object) - 类 中的方法org.springframework.boot.origin.OriginTrackedValue
 
equals(Object) - 类 中的方法org.springframework.boot.origin.SystemEnvironmentOrigin
 
equals(Object) - 类 中的方法org.springframework.boot.origin.TextResourceOrigin
 
equals(Object) - 类 中的方法org.springframework.boot.origin.TextResourceOrigin.Location
 
equals(Object) - 类 中的方法org.springframework.boot.system.ApplicationPid
 
equals(Object) - 类 中的方法org.springframework.boot.web.server.ErrorPage
 
equals(Object) - 类 中的方法org.springframework.boot.web.server.MimeMappings
 
equals(Object) - 类 中的方法org.springframework.boot.web.server.MimeMappings.Mapping
 
error(Object) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
error(Object, Throwable) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
ERROR - org.springframework.boot.logging.LogLevel
 
ERROR - org.springframework.boot.web.servlet.DispatcherType
Apply the filter when an error is handled.
ERROR_REQUEST_URI - 类 中的静态变量org.springframework.boot.web.servlet.support.ErrorPageFilter
The name of the servlet attribute containing request URI.
ErrorAttributes - org.springframework.boot.web.reactive.error中的接口
Provides access to error attributes which can be logged or presented to the user.
ErrorAttributes - org.springframework.boot.web.servlet.error中的接口
Provides access to error attributes which can be logged or presented to the user.
ErrorController - org.springframework.boot.web.servlet.error中的接口
Marker interface used to indicate that a @Controller is used to render errors.
errorHandler(ResponseErrorHandler) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the ResponseErrorHandler that should be used with the RestTemplate.
ErrorPage - org.springframework.boot.web.server中的类
Simple server-independent abstraction for error pages.
ErrorPage(Class<? extends Throwable>, String) - 类 的构造器org.springframework.boot.web.server.ErrorPage
 
ErrorPage(String) - 类 的构造器org.springframework.boot.web.server.ErrorPage
 
ErrorPage(HttpStatus, String) - 类 的构造器org.springframework.boot.web.server.ErrorPage
 
ErrorPageFilter - org.springframework.boot.web.servlet.support中的类
A Servlet Filter that provides an ErrorPageRegistry for non-embedded applications (i.e. deployed WAR files).
ErrorPageFilter() - 类 的构造器org.springframework.boot.web.servlet.support.ErrorPageFilter
 
ErrorPageRegistrar - org.springframework.boot.web.server中的接口
Interface to be implemented by types that register ErrorPages.
ErrorPageRegistrarBeanPostProcessor - org.springframework.boot.web.server中的类
BeanPostProcessor that applies all ErrorPageRegistrars from the bean factory to ErrorPageRegistry beans.
ErrorPageRegistrarBeanPostProcessor() - 类 的构造器org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
 
ErrorPageRegistry - org.springframework.boot.web.server中的接口
Interface for a registry that holds ErrorPages.
ErrorWebExceptionHandler - org.springframework.boot.web.reactive.error中的接口
Marker interface that indicates that a WebExceptionHandler is used to render errors.
EventPublishingRunListener - org.springframework.boot.context.event中的类
EventPublishingRunListener(SpringApplication, String[]) - 类 的构造器org.springframework.boot.context.event.EventPublishingRunListener
 
EXCEPTION_CONVERSION_WORD - 类 中的静态变量org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the exception conversion word.
ExistingWebApplicationScopes(ConfigurableListableBeanFactory) - 类 的构造器org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.ExistingWebApplicationScopes
 
exit(ApplicationContext, ExitCodeGenerator...) - 类 中的静态方法org.springframework.boot.SpringApplication
Static helper that can be used to exit a SpringApplication and obtain a code indicating success (0) or otherwise.
ExitCodeEvent - org.springframework.boot中的类
Event fired when an application exit code has been determined from an ExitCodeGenerator.
ExitCodeEvent(Object, int) - 类 的构造器org.springframework.boot.ExitCodeEvent
Create a new ExitCodeEvent instance.
ExitCodeExceptionMapper - org.springframework.boot中的接口
Strategy interface that can be used to provide a mapping between exceptions and exit codes.
ExitCodeGenerator - org.springframework.boot中的接口
Interface used to generate an 'exit code' from a running command line SpringApplication.
expand(String, Object...) - 类 中的方法org.springframework.boot.web.client.RootUriTemplateHandler
 
expand(String, Map<String, ?>) - 类 中的方法org.springframework.boot.web.client.RootUriTemplateHandler
 
ExtendedWhitespaceThrowablePatternConverter - org.springframework.boot.logging.log4j2中的类
ThrowablePatternConverter that adds some additional whitespace around the stack trace.
ExtendedWhitespaceThrowableProxyConverter - org.springframework.boot.logging.logback中的类
ExtendedThrowableProxyConverter that adds some additional whitespace around the stack trace.
ExtendedWhitespaceThrowableProxyConverter() - 类 的构造器org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
 

F

failed(ConfigurableApplicationContext, Throwable) - 类 中的方法org.springframework.boot.context.event.EventPublishingRunListener
 
failed(ConfigurableApplicationContext, Throwable) - 接口 中的方法org.springframework.boot.SpringApplicationRunListener
Called when a failure occurs when running the application.
FailureAnalysis - org.springframework.boot.diagnostics中的类
The result of analyzing a failure.
FailureAnalysis(String, String, Throwable) - 类 的构造器org.springframework.boot.diagnostics.FailureAnalysis
Creates a new FailureAnalysis with the given description and action, if any, that the user should take to address the problem.
FailureAnalysisReporter - org.springframework.boot.diagnostics中的接口
Reports a FailureAnalysis to the user.
FailureAnalyzer - org.springframework.boot.diagnostics中的接口
A FailureAnalyzer is used to analyze a failure and provide diagnostic information that can be displayed to the user.
FAINT - org.springframework.boot.ansi.AnsiStyle
 
fatal(Object) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
fatal(Object, Throwable) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
FATAL - org.springframework.boot.logging.LogLevel
 
FILE_LOG_PATTERN - 类 中的静态变量org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the file log pattern.
FILE_MAX_HISTORY - 类 中的静态变量org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the file log max history.
FILE_MAX_SIZE - 类 中的静态变量org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the file log max size.
FILE_PROPERTY - 类 中的静态变量org.springframework.boot.logging.LogFile
The name of the Spring property that contains the name of the log file.
FileEncodingApplicationListener - org.springframework.boot.context中的类
An ApplicationListener that halts application startup if the system file encoding does not match an expected value set in the environment.
FileEncodingApplicationListener() - 类 的构造器org.springframework.boot.context.FileEncodingApplicationListener
 
filter(Predicate<ConfigurationPropertyName>) - 接口 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertySource
Return a filtered variant of this source, containing only names that match the given Predicate.
filter(Predicate<ConfigurationPropertyName>) - 接口 中的方法org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
 
FilterRegistrationBean<T extends javax.servlet.Filter> - org.springframework.boot.web.servlet中的类
A ServletContextInitializer to register Filters in a Servlet 3.0+ container.
FilterRegistrationBean() - 类 的构造器org.springframework.boot.web.servlet.FilterRegistrationBean
Create a new FilterRegistrationBean instance.
FilterRegistrationBean(T, ServletRegistrationBean<?>...) - 类 的构造器org.springframework.boot.web.servlet.FilterRegistrationBean
Create a new FilterRegistrationBean instance to be registered with the specified ServletRegistrationBeans.
findAllClasses(String, ClassLoader) - 类 中的方法org.springframework.boot.liquibase.SpringPackageScanClassResolver
 
findCause(Throwable, Class<E>) - 类 中的方法org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
findFactoryAnnotation(String, Class<A>) - 类 中的方法org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
 
findFactoryMethod(String) - 类 中的方法org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
 
findResource(String) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
findResources(String) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
findType(ClassLoader) - 类 中的静态方法org.springframework.boot.jdbc.DataSourceBuilder
 
finishRefresh() - 类 中的方法org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
finishRefresh() - 类 中的方法org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
FIREBIRD - org.springframework.boot.jdbc.DatabaseDriver
Firebird.
format(LogRecord) - 类 中的方法org.springframework.boot.logging.java.SimpleFormatter
 
format(LogEvent, StringBuilder) - 类 中的方法org.springframework.boot.logging.log4j2.ColorConverter
 
format(LogEvent, StringBuilder) - 类 中的方法org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
 
format(LogEvent, StringBuilder) - 类 中的方法org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
 
FORWARD - org.springframework.boot.web.servlet.DispatcherType
Apply the filter on "RequestDispatcher.forward()" calls.
from(Iterable<PropertySource<?>>) - 类 中的静态方法org.springframework.boot.context.properties.source.ConfigurationPropertySources
Return Iterable containing new ConfigurationPropertySource instances adapted from the given Spring PropertySources.
from(Object) - 接口 中的静态方法org.springframework.boot.origin.Origin
Find the Origin that an object originated from.
from(Supplier<T>) - 类 中的方法org.springframework.boot.context.properties.PropertyMapper
Return a new PropertyMapper.Source from the specified value supplier that can be used to perform the mapping.
from(PropertySource<?>) - 类 中的静态方法org.springframework.boot.context.properties.source.ConfigurationPropertySources
Return Iterable containing a single new ConfigurationPropertySource adapted from the given Spring PropertySource.
from(T) - 类 中的方法org.springframework.boot.context.properties.PropertyMapper
Return a new PropertyMapper.Source from the specified value that can be used to perform the mapping.
fromJdbcUrl(String) - 枚举 中的静态方法org.springframework.boot.jdbc.DatabaseDriver
Find a DatabaseDriver for the given URL.
fromProductName(String) - 枚举 中的静态方法org.springframework.boot.jdbc.DatabaseDriver
Find a DatabaseDriver for the given product name.

G

GAE - org.springframework.boot.jdbc.DatabaseDriver
Google App Engine.
GenericReactiveWebApplicationContext - org.springframework.boot.web.reactive.context中的类
Subclass of GenericApplicationContext, suitable for reactive web environments.
GenericReactiveWebApplicationContext() - 类 的构造器org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
GenericReactiveWebApplicationContext(DefaultListableBeanFactory) - 类 的构造器org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
Create a new GenericReactiveWebApplicationContext with the given DefaultListableBeanFactory.
get() - 类 中的方法org.springframework.boot.context.properties.bind.BindResult
Return the object that was bound or throw a NoSuchElementException if no value was bound.
get() - 类 中的静态方法org.springframework.boot.context.properties.PropertyMapper
Return the property mapper.
get() - 类 中的方法org.springframework.boot.util.LambdaSafe.InvocationResult
Return the result of the invocation or null if the callback wasn't suitable.
get() - 类 中的方法org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
 
get(ClassLoader) - 枚举 中的静态方法org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Returns the most suitable EmbeddedDatabaseConnection for the given class loader.
get(ClassLoader) - 类 中的静态方法org.springframework.boot.logging.LoggingSystem
Detect and return the logging system in use.
get(String) - 类 中的方法org.springframework.boot.info.InfoProperties
Return the value of the specified property or null.
get(String) - 类 中的方法org.springframework.boot.web.server.MimeMappings
Get a mime mapping for the given extension.
get(String...) - 类 中的静态方法org.springframework.boot.system.SystemProperties
 
get(Environment) - 类 中的静态方法org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance from the specified environment.
get(Environment) - 类 中的静态方法org.springframework.boot.context.properties.source.ConfigurationPropertySources
Return a set of ConfigurationPropertySource instances that have previously been attached to the Environment.
get(PropertyResolver) - 类 中的静态方法org.springframework.boot.logging.LogFile
Get a LogFile from the given Spring Environment.
get(PropertySource<?>, String) - 类 中的静态方法org.springframework.boot.origin.PropertySourceOrigin
Get an Origin for the given PropertySource and propertyName.
get(R) - 类 中的方法org.springframework.boot.util.LambdaSafe.InvocationResult
Return the result of the invocation or the given fallback if the callback wasn't suitable.
getAccessLogPrefix() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
getAction() - 类 中的方法org.springframework.boot.diagnostics.FailureAnalysis
Returns the action, if any, to be taken to address the failure.
getActive() - 类 中的方法org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getActive() - 接口 中的方法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() - 类 中的方法org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getActive() - 类 中的方法org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getActive(Environment) - 枚举 中的静态方法org.springframework.boot.cloud.CloudPlatform
Returns the active CloudPlatform or null if one cannot be deduced.
getAdditionalTomcatConnectors() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the Connectors that will be added to the Tomcat.
getAddress() - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
Return the address that the web server binds to.
getAliases(ConfigurationPropertyName) - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
getAll() - 类 中的方法org.springframework.boot.web.server.MimeMappings
Returns all defined mappings.
getAllErrors() - 类 中的方法org.springframework.boot.context.properties.bind.validation.ValidationErrors
Return the list of all validation errors.
getAllSources() - 类 中的方法org.springframework.boot.SpringApplication
Return an immutable set of all the sources that will be added to an ApplicationContext when SpringApplication.run(String...) is called.
getAnnotatedBeanDefinitionReader(DefaultListableBeanFactory) - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Build an AnnotatedBeanDefinitionReader for the given bean factory.
getAnnotation() - 异常错误 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindException
Return the configuration properties annotation that triggered the binding.
getAnnotation(Class<A>) - 类 中的方法org.springframework.boot.context.properties.bind.Bindable
Return a single associated annotations that could affect binding.
getAnnotations() - 类 中的方法org.springframework.boot.context.properties.bind.Bindable
Return any associated annotations that could affect binding.
getApplicationContext() - 类 中的方法org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
 
getApplicationContext() - 类 中的方法org.springframework.boot.context.event.ApplicationContextInitializedEvent
Return the application context.
getApplicationContext() - 类 中的方法org.springframework.boot.context.event.ApplicationFailedEvent
Return the application context.
getApplicationContext() - 类 中的方法org.springframework.boot.context.event.ApplicationPreparedEvent
Return the application context.
getApplicationContext() - 类 中的方法org.springframework.boot.context.event.ApplicationReadyEvent
Return the application context.
getApplicationContext() - 类 中的方法org.springframework.boot.context.event.ApplicationStartedEvent
Return the application context.
getApplicationContext() - 类 中的方法org.springframework.boot.web.context.WebServerInitializedEvent
Access the application context that the server was created in.
getApplicationContext() - 类 中的方法org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
 
getApplicationContext() - 类 中的方法org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
Access the application context that the server was created in.
getApplicationLog() - 类 中的方法org.springframework.boot.SpringApplication
Returns the Log for the application.
getApplicationTitle(Class<?>) - 类 中的方法org.springframework.boot.ResourceBanner
 
getApplicationVersion(Class<?>) - 类 中的方法org.springframework.boot.ResourceBanner
 
getArgs() - 类 中的方法org.springframework.boot.context.event.SpringApplicationEvent
 
getArtifact() - 类 中的方法org.springframework.boot.info.BuildProperties
Return the artifactId of the project or null.
getBeanNameGenerator() - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Return the custom BeanNameGenerator for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner, if any.
getBeansWithFactoryAnnotation(Class<A>) - 类 中的方法org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
 
getBeanType() - 异常错误 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindException
Return the bean type that was being bound.
getBinder() - 接口 中的方法org.springframework.boot.context.properties.bind.BindContext
Return the source binder that is performing the bind operation.
getBootVersion() - 类 中的方法org.springframework.boot.ResourceBanner
 
getBoundProperties() - 类 中的方法org.springframework.boot.context.properties.bind.validation.ValidationErrors
Return the properties that were bound before validation failed.
getBoxedType() - 类 中的方法org.springframework.boot.context.properties.bind.Bindable
Return the boxed type of the item to bind.
getBranch() - 类 中的方法org.springframework.boot.info.GitProperties
Return the name of the branch or null.
getBuilderCustomizers() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Returns a mutable collection of the UndertowBuilderCustomizers that will be applied to the Undertow Builder.
getBuilderCustomizers() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Returns a mutable collection of the UndertowBuilderCustomizers that will be applied to the Undertow Undertow.Builder.
getCause() - 类 中的方法org.springframework.boot.diagnostics.FailureAnalysis
Returns the cause of the failure.
getCauseType() - 类 中的方法org.springframework.boot.diagnostics.AbstractFailureAnalyzer
Return the cause type being handled by the analyzer.
getCheckpointInterval() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getChecks() - 类 中的方法org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
Returns the checks that should be applied.
getCiphers() - 类 中的方法org.springframework.boot.web.server.Ssl
Return the supported SSL ciphers.
getClasses() - 类 中的方法org.springframework.boot.context.annotation.Configurations
 
getClasses(Collection<Configurations>) - 类 中的静态方法org.springframework.boot.context.annotation.Configurations
Return the classes from all the specified configurations in the order that they would be registered.
getClasses(Configurations...) - 类 中的静态方法org.springframework.boot.context.annotation.Configurations
Return the classes from all the specified configurations in the order that they would be registered.
getClassLoader() - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem
 
getClassLoader() - 类 中的方法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() - 类 中的方法org.springframework.boot.web.servlet.server.Jsp
Return the class name of the servlet to use for JSPs.
getClassPathBeanDefinitionScanner(DefaultListableBeanFactory) - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Build a ClassPathBeanDefinitionScanner for the given bean factory.
getClientAuth() - 类 中的方法org.springframework.boot.web.server.Ssl
Return Whether client authentication is not wanted ("none"), wanted ("want") or needed ("need").
getClosest(Color) - 类 中的静态方法org.springframework.boot.ansi.AnsiColors
 
getColumn() - 类 中的方法org.springframework.boot.origin.TextResourceOrigin.Location
Return the column of the text resource where the property originated.
getComment() - 类 中的方法org.springframework.boot.web.servlet.server.Session.Cookie
Return the comment for the session cookie.
getCommitId() - 类 中的方法org.springframework.boot.info.GitProperties
Return the full id of the commit or null.
getCommitTime() - 类 中的方法org.springframework.boot.info.GitProperties
Return the timestamp of the commit or null.
getComponentScanningPackages(BeanDefinitionRegistry) - 类 中的方法org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
getCompression() - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
getConfiguration(LoggerContext, ConfigurationSource) - 类 中的方法org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
 
getConfigurationProperty() - 接口 中的方法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) - 接口 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertySource
Return a single ConfigurationProperty from the source or null if no property can be found.
getConfigurationProperty(ConfigurationPropertyName) - 类 中的方法org.springframework.boot.context.properties.source.MapConfigurationPropertySource
 
getConfigurations() - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Returns a mutable collection of Jetty Configurations that will be applied to the WebAppContext before the server is created.
getConfiguredLevel() - 类 中的方法org.springframework.boot.logging.LoggerConfiguration
Returns the configured level of the logger.
getConnectionFactory() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
getConnectionFactory() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
getContext(ServerWebExchange) - 类 中的方法org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
 
getContextBuilder() - 类 中的方法org.springframework.boot.web.embedded.netty.SslServerCustomizer
 
getContextLifecycleListeners() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the LifecycleListeners that will be applied to the Tomcat Context.
getContextLifecycleListeners() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the LifecycleListeners that will be applied to the Tomcat Context.
getContextPath() - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Returns the context path for the web server.
getContextValves() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the Valves that will be applied to the Tomcat Context.
getCookie() - 类 中的方法org.springframework.boot.web.servlet.server.Session
 
getDatabaseName() - 类 中的方法org.springframework.boot.jdbc.AbstractDataSourceInitializer
 
getDataSource() - 类 中的方法org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
 
getDataSource() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getDataSource() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
getDataSourcePoolMetadata(DataSource) - 类 中的方法org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
 
getDataSourcePoolMetadata(DataSource) - 接口 中的方法org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider
Return the DataSourcePoolMetadata instance able to manage the specified DataSource or null if the given data source could not be handled.
getDefaultAutoCommit() - 类 中的方法org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getDefaultAutoCommit() - 接口 中的方法org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
The default auto-commit state of connections created by this pool.
getDefaultAutoCommit() - 类 中的方法org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getDefaultAutoCommit() - 类 中的方法org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getDefaultJtaTimeout() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getDefaultMaxWaitTimeOnShutdown() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getDelay() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
getDeploymentInfoCustomizers() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Returns a mutable collection of the UndertowDeploymentInfoCustomizers that will be applied to the Undertow DeploymentInfo.
getDeploymentInfoCustomizers() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Returns a mutable collection of the UndertowDeploymentInfoCustomizers that will be applied to the Undertow DeploymentInfo.
getDeploymentManager() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
 
getDepth() - 接口 中的方法org.springframework.boot.context.properties.bind.BindContext
Return the current depth of the binding.
getDescription() - 类 中的方法org.springframework.boot.diagnostics.FailureAnalysis
Returns a description of the failure.
getDescription() - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
 
getDescription() - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
Return a description of the registration.
getDescription() - 类 中的方法org.springframework.boot.web.servlet.ServletListenerRegistrationBean
 
getDescription() - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
 
getDescription(HttpServletRequest) - 类 中的方法org.springframework.boot.web.servlet.support.ErrorPageFilter
Return the description for the given request.
getDir() - 类 中的方法org.springframework.boot.system.ApplicationHome
Returns the application home directory.
getDir() - 类 中的方法org.springframework.boot.system.ApplicationTemp
Return the directory to be used for application specific temp files.
getDir(String) - 类 中的方法org.springframework.boot.system.ApplicationTemp
Return a sub-directory of the application temp.
getDisplayName() - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getDocumentRoot() - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Returns the document root which will be used by the web context to serve static files.
getDomain() - 类 中的方法org.springframework.boot.web.servlet.server.Session.Cookie
Return the domain for the session cookie.
getDriverClassName() - 枚举 中的方法org.springframework.boot.jdbc.DatabaseDriver
Return the driver class name.
getDriverClassName() - 枚举 中的方法org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Returns the driver class name.
getEffectiveLevel() - 类 中的方法org.springframework.boot.logging.LoggerConfiguration
Returns the effective level of the logger.
getElement(int, ConfigurationPropertyName.Form) - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return an element in the name in the given form.
getEnabled() - 类 中的方法org.springframework.boot.web.server.Compression
Return whether response compression is enabled.
getEnabledProtocols() - 类 中的方法org.springframework.boot.web.server.Ssl
Return the enabled SSL protocols.
getEngineValves() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the Valves that will be applied to the Tomcat Engine.
getEngineValves() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the Valves that will be applied to the Tomcat Engine.
getEnvironment() - 类 中的方法org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
Return the environment.
getEnvironment() - 类 中的方法org.springframework.boot.logging.LoggingInitializationContext
Return the Spring environment if available.
getError(WebRequest) - 类 中的方法org.springframework.boot.web.servlet.error.DefaultErrorAttributes
 
getError(WebRequest) - 接口 中的方法org.springframework.boot.web.servlet.error.ErrorAttributes
Return the underlying cause of the error or null if the error cannot be extracted.
getError(ServerRequest) - 类 中的方法org.springframework.boot.web.reactive.error.DefaultErrorAttributes
 
getError(ServerRequest) - 接口 中的方法org.springframework.boot.web.reactive.error.ErrorAttributes
Return the underlying cause of the error or null if the error cannot be extracted.
getErrorAttributes(WebRequest, boolean) - 类 中的方法org.springframework.boot.web.servlet.error.DefaultErrorAttributes
 
getErrorAttributes(WebRequest, boolean) - 接口 中的方法org.springframework.boot.web.servlet.error.ErrorAttributes
Returns a Map of the error attributes.
getErrorAttributes(ServerRequest, boolean) - 类 中的方法org.springframework.boot.web.reactive.error.DefaultErrorAttributes
 
getErrorAttributes(ServerRequest, boolean) - 接口 中的方法org.springframework.boot.web.reactive.error.ErrorAttributes
Return a Map of the error attributes.
getErrorPages() - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
Returns a mutable set of ErrorPages that will be used when handling exceptions.
getErrorPath() - 接口 中的方法org.springframework.boot.web.servlet.error.ErrorController
Returns the path of the error page.
getException() - 类 中的方法org.springframework.boot.context.event.ApplicationFailedEvent
Return the exception that caused the failure.
getException() - 类 中的方法org.springframework.boot.web.server.ErrorPage
Returns the exception type (or null for a page that matches by status).
getExceptionName() - 类 中的方法org.springframework.boot.web.server.ErrorPage
The exception type name.
getExcludedUserAgents() - 类 中的方法org.springframework.boot.web.server.Compression
 
getExitCode() - 类 中的方法org.springframework.boot.ExitCodeEvent
Return the exit code that will be used to exit the JVM.
getExitCode() - 接口 中的方法org.springframework.boot.ExitCodeGenerator
Returns the exit code that should be returned from the application.
getExitCode(Throwable) - 接口 中的方法org.springframework.boot.ExitCodeExceptionMapper
Returns the exit code that should be returned from the application.
getExtension() - 类 中的方法org.springframework.boot.web.server.MimeMappings.Mapping
 
getFileExtensions() - 类 中的方法org.springframework.boot.env.PropertiesPropertySourceLoader
 
getFileExtensions() - 接口 中的方法org.springframework.boot.env.PropertySourceLoader
Returns the file extensions that the loader supports (excluding the '.').
getFileExtensions() - 类 中的方法org.springframework.boot.env.YamlPropertySourceLoader
 
getFilter() - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Return the Filter to be registered.
getFilter() - 类 中的方法org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
 
getFilter() - 类 中的方法org.springframework.boot.web.servlet.FilterRegistrationBean
 
getForgetOrphanedLogEntriesDelay() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
getGroup() - 类 中的方法org.springframework.boot.info.BuildProperties
Return the groupId of the project or null.
getHttp2() - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
getHttpHandler() - 类 中的方法org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
Return the HttpHandler that should be used to process the reactive web server.
getHttpOnly() - 类 中的方法org.springframework.boot.web.servlet.server.Session.Cookie
Return whether to use "HttpOnly" cookies for session cookies.
getId() - 枚举 中的方法org.springframework.boot.jdbc.DatabaseDriver
Return the identifier of this driver.
getIdentifier(String, boolean, JdbcEnvironment) - 类 中的方法org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
Get an identifier for the specified details.
getInitializers() - 类 中的方法org.springframework.boot.SpringApplication
Returns read-only ordered Set of the ApplicationContextInitializers that will be applied to the Spring ApplicationContext.
getInitParameters() - 类 中的方法org.springframework.boot.web.servlet.DynamicRegistrationBean
Returns a mutable Map of the registration init-parameters.
getInitParameters() - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getInitParameters() - 类 中的方法org.springframework.boot.web.servlet.server.Jsp
Return the init parameters used to configure the JSP servlet.
getInstant(String) - 类 中的方法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() - 异常错误 中的方法org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
 
getJavaVersion() - 枚举 中的静态方法org.springframework.boot.system.JavaVersion
Returns the JavaVersion of the current runtime.
getJettyWebServer(Server) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Factory method called to create the JettyWebServer.
getJsonParser() - 类 中的静态方法org.springframework.boot.json.JsonParserFactory
Static factory for the "best" JSON parser available on the classpath.
getJsp() - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getKey() - 类 中的方法org.springframework.boot.info.InfoProperties.Entry
 
getKeyAlias() - 类 中的方法org.springframework.boot.web.server.Ssl
Return the alias that identifies the key in the key store.
getKeyManagerFactory(Ssl, SslStoreProvider) - 类 中的方法org.springframework.boot.web.embedded.netty.SslServerCustomizer
 
getKeyPassword() - 类 中的方法org.springframework.boot.web.server.Ssl
Return the password used to access the key in the key store.
getKeyStore() - 类 中的方法org.springframework.boot.web.server.Ssl
Return the path to the key store that holds the SSL certificate (typically a jks file).
getKeyStore() - 接口 中的方法org.springframework.boot.web.server.SslStoreProvider
Return the key store that should be used.
getKeyStorePassword() - 类 中的方法org.springframework.boot.web.server.Ssl
Return the password used to access the key store.
getKeyStoreProvider() - 类 中的方法org.springframework.boot.web.server.Ssl
Return the provider for the key store.
getKeyStoreType() - 类 中的方法org.springframework.boot.web.server.Ssl
Return the type of the key store.
getLastElement(ConfigurationPropertyName.Form) - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return the last element in the name in the given form.
getLine() - 类 中的方法org.springframework.boot.origin.TextResourceOrigin.Location
Return the line of the text resource where the property originated.
getListener() - 类 中的方法org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Return the listener to be registered.
getListeners() - 类 中的方法org.springframework.boot.SpringApplication
Returns read-only ordered Set of the ApplicationListeners that will be applied to the SpringApplication and registered with the ApplicationContext .
getLocaleCharsetMappings() - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Return the Locale to Charset mappings.
getLocation() - 类 中的方法org.springframework.boot.origin.TextResourceOrigin
Return the location of the property within the source (if known).
getLogBaseDir() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getLogBaseName() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getLoggerConfiguration(String) - 类 中的方法org.springframework.boot.logging.java.JavaLoggingSystem
 
getLoggerConfiguration(String) - 类 中的方法org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getLoggerConfiguration(String) - 类 中的方法org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getLoggerConfiguration(String) - 类 中的方法org.springframework.boot.logging.LoggingSystem
Returns the current configuration for a LoggingSystem's logger.
getLoggerConfigurations() - 类 中的方法org.springframework.boot.logging.java.JavaLoggingSystem
 
getLoggerConfigurations() - 类 中的方法org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getLoggerConfigurations() - 类 中的方法org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getLoggerConfigurations() - 类 中的方法org.springframework.boot.logging.LoggingSystem
Returns a collection of the current configuration for all a LoggingSystem's loggers.
getLoginTimeout() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getLogWriter() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getMainApplicationClass() - 类 中的方法org.springframework.boot.SpringApplication
Returns the main application class that has been deduced or explicitly configured.
getMax() - 类 中的方法org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getMax() - 接口 中的方法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() - 类 中的方法org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getMax() - 类 中的方法org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getMaxActives() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getMaxAge() - 类 中的方法org.springframework.boot.web.servlet.server.Session.Cookie
Return the maximum age of the session cookie.
getMaxRetries() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
getMaxTimeout() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getMetadataReader(Resource) - 类 中的方法org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
 
getMimeMappings() - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Returns the mime-type mappings.
getMimeType() - 类 中的方法org.springframework.boot.web.server.MimeMappings.Mapping
 
getMimeTypes() - 类 中的方法org.springframework.boot.web.server.Compression
Return the MIME types that should be compressed.
getMin() - 类 中的方法org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getMin() - 接口 中的方法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() - 类 中的方法org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getMin() - 类 中的方法org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getMinResponseSize() - 类 中的方法org.springframework.boot.web.server.Compression
Return the minimum "Content-Length" value that is required for compression to be performed.
getMode() - 类 中的方法org.springframework.boot.jdbc.AbstractDataSourceInitializer
 
getMultipartConfig() - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Returns the multi-part configuration to be applied or null.
getName() - 异常错误 中的方法org.springframework.boot.context.properties.bind.BindException
Return the name of the configuration property being bound.
getName() - 类 中的方法org.springframework.boot.context.properties.bind.validation.ValidationErrors
Return the name of the item that was being validated.
getName() - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationProperty
 
getName() - 异常错误 中的方法org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
 
getName() - 异常错误 中的方法org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
Return the name of the property.
getName() - 类 中的方法org.springframework.boot.info.BuildProperties
Return the name of the project or null.
getName() - 类 中的方法org.springframework.boot.logging.LoggerConfiguration
Returns the name of the logger.
getName() - 类 中的方法org.springframework.boot.web.servlet.server.Session.Cookie
Return the session cookie name.
getNameForAlias(ConfigurationPropertyName) - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
getNonOptionArgs() - 接口 中的方法org.springframework.boot.ApplicationArguments
Return the collection of non-option arguments parsed.
getNonOptionArgs() - 类 中的方法org.springframework.boot.DefaultApplicationArguments
 
getNumberOfElements() - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return the total number of elements in the name.
getObject() - 类 中的方法org.springframework.boot.validation.MessageInterpolatorFactory
 
getOptionNames() - 接口 中的方法org.springframework.boot.ApplicationArguments
Return the names of all option arguments.
getOptionNames() - 类 中的方法org.springframework.boot.DefaultApplicationArguments
 
getOptionValues(String) - 接口 中的方法org.springframework.boot.ApplicationArguments
Return the collection of values associated with the arguments option having the given name.
getOptionValues(String) - 类 中的方法org.springframework.boot.DefaultApplicationArguments
 
getOrDeduceName(Object) - 类 中的方法org.springframework.boot.web.servlet.DynamicRegistrationBean
Deduces the name for this registration.
getOrder() - 类 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
getOrder() - 类 中的方法org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
getOrder() - 类 中的方法org.springframework.boot.builder.ParentContextCloserApplicationListener
 
getOrder() - 类 中的方法org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
getOrder() - 类 中的方法org.springframework.boot.context.annotation.UserConfigurations
 
getOrder() - 类 中的方法org.springframework.boot.context.ApplicationPidFileWriter
 
getOrder() - 类 中的方法org.springframework.boot.context.config.AnsiOutputApplicationListener
 
getOrder() - 类 中的方法org.springframework.boot.context.config.ConfigFileApplicationListener
 
getOrder() - 类 中的方法org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
getOrder() - 类 中的方法org.springframework.boot.context.config.DelegatingApplicationListener
 
getOrder() - 类 中的方法org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
getOrder() - 类 中的方法org.springframework.boot.context.ContextIdApplicationContextInitializer
 
getOrder() - 类 中的方法org.springframework.boot.context.event.EventPublishingRunListener
 
getOrder() - 类 中的方法org.springframework.boot.context.FileEncodingApplicationListener
 
getOrder() - 类 中的方法org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
 
getOrder() - 类 中的方法org.springframework.boot.context.logging.LoggingApplicationListener
 
getOrder() - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
getOrder() - 类 中的方法org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
getOrder() - 类 中的方法org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
 
getOrder() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
getOrder() - 类 中的方法org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
getOrder() - 类 中的方法org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
 
getOrder() - 类 中的方法org.springframework.boot.web.servlet.error.DefaultErrorAttributes
 
getOrder() - 类 中的方法org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
 
getOrder() - 类 中的方法org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
 
getOrder() - 类 中的方法org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
 
getOrder() - 类 中的方法org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
 
getOrder() - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
Get the order of the registration bean.
getOrder() - 类 中的方法org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
 
getOrigin() - 异常错误 中的方法org.springframework.boot.context.properties.bind.BindException
 
getOrigin() - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationProperty
 
getOrigin() - 接口 中的方法org.springframework.boot.origin.OriginProvider
Return the source origin or null if the origin is not known.
getOrigin() - 类 中的方法org.springframework.boot.origin.OriginTrackedValue
 
getOrigin(Object, K) - 接口 中的静态方法org.springframework.boot.origin.OriginLookup
Attempt to lookup the origin from the given source.
getOrigin(String) - 类 中的方法org.springframework.boot.env.OriginTrackedMapPropertySource
 
getOrigin(String) - 类 中的方法org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
 
getOrigin(K) - 接口 中的方法org.springframework.boot.origin.OriginLookup
Return the origin of the given key or null if the origin cannot be determined.
getPackagedConfigFile(String) - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem
 
getParentLogger() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getParentLogger() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
getPath() - 类 中的方法org.springframework.boot.web.server.ErrorPage
The path to render (usually implemented as a forward), starting with "/".
getPath() - 类 中的方法org.springframework.boot.web.servlet.server.Session.Cookie
Return the path of the session cookie.
getPort() - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyWebServer
 
getPort() - 类 中的方法org.springframework.boot.web.embedded.netty.NettyWebServer
 
getPort() - 异常错误 中的方法org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
 
getPort() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatWebServer
 
getPort() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
 
getPort() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowWebServer
 
getPort() - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
The port that the web server listens on.
getPort() - 异常错误 中的方法org.springframework.boot.web.server.PortInUseException
Returns the port that was in use.
getPort() - 接口 中的方法org.springframework.boot.web.server.WebServer
Return the port this server is listening on.
getPortFile(ApplicationContext) - 类 中的方法org.springframework.boot.web.context.WebServerPortFileWriter
Return the actual port file that should be written for the given application context.
getProperty() - 异常错误 中的方法org.springframework.boot.context.properties.bind.BindException
Return the configuration property name of the item that was being bound.
getProperty() - 类 中的方法org.springframework.boot.origin.SystemEnvironmentOrigin
 
getProperty(String) - 接口 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBean
Return the value of the specified key from the application Environment.
getProperty(String) - 类 中的方法org.springframework.boot.ansi.AnsiPropertySource
 
getProperty(String) - 类 中的方法org.springframework.boot.env.OriginTrackedMapPropertySource
 
getProperty(String) - 类 中的方法org.springframework.boot.env.RandomValuePropertySource
 
getPropertyName() - 类 中的方法org.springframework.boot.origin.PropertySourceOrigin
Return the property name that was used when obtaining the original value from the property source.
getPropertyResolvers(Environment, Class<?>) - 类 中的方法org.springframework.boot.ResourceBanner
 
getPropertySource() - 类 中的方法org.springframework.boot.origin.PropertySourceOrigin
Return the origin PropertySource.
getProtocol() - 类 中的方法org.springframework.boot.web.server.Ssl
Return the SSL protocol to use.
getReason() - 异常错误 中的方法org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
Return the reason why the value is invalid.
getRecovery() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getRegistered() - 类 中的方法org.springframework.boot.web.servlet.server.Jsp
Return whether the JSP servlet is registered.
getRequiredNode(JsonNode, String) - 类 中的方法org.springframework.boot.jackson.JsonObjectDeserializer
Helper method to return a JsonNode from the tree.
getResource() - 类 中的方法org.springframework.boot.origin.TextResourceOrigin
Return the resource where the property originated.
getResourceByPath(String) - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
 
getResourceByPath(String) - 类 中的方法org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
 
getResourceByPath(String) - 类 中的方法org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
getResourceFactory() - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
getResourceLoader() - 类 中的方法org.springframework.boot.SpringApplication
The ResourceLoader that will be used in the ApplicationContext.
getRetryInterval() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
getRootUri() - 类 中的方法org.springframework.boot.web.client.RootUriTemplateHandler
 
getSchemaLocation() - 类 中的方法org.springframework.boot.jdbc.AbstractDataSourceInitializer
 
getSchemaManagement(DataSource) - 接口 中的方法org.springframework.boot.jdbc.SchemaManagementProvider
Return the SchemaManagement for the specified DataSource.
getScopeMetadataResolver() - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Return the custom ScopeMetadataResolver for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner, if any.
getSecure() - 类 中的方法org.springframework.boot.web.servlet.server.Session.Cookie
Return whether to always mark the session cookie as secure.
getSelfInitializationConfig() - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem
Return any self initialization config that has been applied.
getServer() - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyWebServer
Returns access to the underlying Jetty Server.
getServerCustomizers() - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Returns a mutable collection of Jetty JettyServerCustomizers that will be applied to the Server before it is created.
getServerCustomizers() - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Returns a mutable collection of Jetty JettyServerCustomizers that will be applied to the Server before the it is created.
getServerCustomizers() - 类 中的方法org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Returns a mutable collection of the NettyServerCustomizers that will be applied to the Netty server builder.
getServerHeader() - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
getServerNamespace() - 接口 中的方法org.springframework.boot.web.context.WebServerApplicationContext
Returns the namespace of the web server application context or null if no namespace has been set.
getServerNamespace() - 类 中的方法org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
getServerNamespace() - 类 中的方法org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
getService() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getServlet() - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Return the servlet being registered.
getServletConfig() - 类 中的方法org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
getServletConfig() - 类 中的方法org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
 
getServletContext() - 类 中的方法org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
 
getServletContextInitializerBeans() - 类 中的方法org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Returns ServletContextInitializers that should be used with the embedded web server.
getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Return a Jetty Configuration that will invoke the specified ServletContextInitializers.
getServletName() - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Returns the servlet name that will be registered.
getServletNames() - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Return a mutable collection of servlet names that the filter will be registered against.
getServletRegistrationBeans() - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Return a mutable collection of the ServletRegistrationBean that the filter will be registered against.
getSession() - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getSharedInstance() - 类 中的静态方法org.springframework.boot.convert.ApplicationConversionService
Return a shared default application ConversionService instance, lazily building it once needed.
getShortCommitId() - 类 中的方法org.springframework.boot.info.GitProperties
Return the abbreviated id of the commit or null.
getShutdownHandler() - 类 中的方法org.springframework.boot.logging.java.JavaLoggingSystem
 
getShutdownHandler() - 类 中的方法org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getShutdownHandler() - 类 中的方法org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getShutdownHandler() - 类 中的方法org.springframework.boot.logging.LoggingSystem
Returns a Runnable that can handle shutdown of this logging system when the JVM exits.
getSource() - 类 中的方法org.springframework.boot.system.ApplicationHome
Returns the underlying source used to find the home directory.
getSource() - 类 中的方法org.springframework.boot.web.context.WebServerInitializedEvent
Access the source of the event (an WebServer).
getSourceArgs() - 接口 中的方法org.springframework.boot.ApplicationArguments
Return the raw unprocessed arguments that were passed to the application.
getSourceArgs() - 类 中的方法org.springframework.boot.DefaultApplicationArguments
 
getSources() - 接口 中的方法org.springframework.boot.context.properties.bind.BindContext
Return an Iterable of the sources being used by the Binder.
getSources() - 类 中的方法org.springframework.boot.SpringApplication
Returns a mutable set of the sources that will be added to an ApplicationContext when SpringApplication.run(String...) is called.
getSpringApplication() - 类 中的方法org.springframework.boot.context.event.SpringApplicationEvent
 
getSpringConfigLocations() - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem
Return the spring config locations for this system.
getSpringInitializationConfig() - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem
Return any spring specific initialization config that should be applied.
getSsl() - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
getSslStoreProvider() - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
getStandardConfigLocations() - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem
Return the standard config locations for this system.
getStandardConfigLocations() - 类 中的方法org.springframework.boot.logging.java.JavaLoggingSystem
 
getStandardConfigLocations() - 类 中的方法org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getStandardConfigLocations() - 类 中的方法org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getStatus() - 类 中的方法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() - 类 中的方法org.springframework.boot.web.server.ErrorPage
The HTTP status value that this error page matches.
getStoreDir() - 类 中的方法org.springframework.boot.web.servlet.server.Session
Return the directory used to store session data.
getSupported() - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
getSupportedLogLevels() - 类 中的方法org.springframework.boot.logging.java.JavaLoggingSystem
 
getSupportedLogLevels() - 类 中的方法org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getSupportedLogLevels() - 类 中的方法org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getSupportedLogLevels() - 类 中的方法org.springframework.boot.logging.LoggingSystem
Returns a set of the LogLevels that are actually supported by the logging system.
getSupportedTypes() - 类 中的方法org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
 
getSupportedTypes() - 类 中的静态方法org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Return the supported types for this registration.
getTarget() - 异常错误 中的方法org.springframework.boot.context.properties.bind.BindException
Return the target being bound.
getTargetBeanName() - 类 中的方法org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
 
getThreadPool() - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Returns a Jetty ThreadPool that should be used by the Server.
getThreadPool() - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Returns a Jetty ThreadPool that should be used by the Server.
getTime() - 类 中的方法org.springframework.boot.info.BuildProperties
Return the timestamp of the build or null.
getTimeout() - 类 中的方法org.springframework.boot.web.servlet.server.Session
 
getTldSkipPatterns() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable set of the patterns that match jars to ignore for TLD scanning.
getTomcat() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatWebServer
Returns access to the underlying Tomcat server.
getTomcatConnectorCustomizers() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the TomcatConnectorCustomizers that will be applied to the Tomcat Connector.
getTomcatConnectorCustomizers() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the TomcatConnectorCustomizers that will be applied to the Tomcat Connector.
getTomcatContextCustomizers() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the TomcatContextCustomizers that will be applied to the Tomcat Context.
getTomcatContextCustomizers() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the TomcatContextCustomizers that will be applied to the Tomcat Context.
getTomcatWebServer(Tomcat) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Factory method called to create the TomcatWebServer.
getTomcatWebServer(Tomcat) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Factory method called to create the TomcatWebServer.
getTrackingModes() - 类 中的方法org.springframework.boot.web.servlet.server.Session
getTransactionManagerUniqueName() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getTrustManagerFactory(Ssl, SslStoreProvider) - 类 中的方法org.springframework.boot.web.embedded.netty.SslServerCustomizer
 
getTrustStore() - 类 中的方法org.springframework.boot.web.server.Ssl
Return the trust store that holds SSL certificates.
getTrustStore() - 接口 中的方法org.springframework.boot.web.server.SslStoreProvider
Return the trust store that should be used.
getTrustStorePassword() - 类 中的方法org.springframework.boot.web.server.Ssl
Return the password used to access the trust store.
getTrustStoreProvider() - 类 中的方法org.springframework.boot.web.server.Ssl
Return the provider for the trust store.
getTrustStoreType() - 类 中的方法org.springframework.boot.web.server.Ssl
Return the type of the trust store.
getType() - 类 中的方法org.springframework.boot.context.properties.bind.Bindable
Return the type of the item to bind.
getType() - 枚举 中的方法org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Returns the EmbeddedDatabaseType for the connection.
getUnboundProperties() - 异常错误 中的方法org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
 
getUnderlyingSource() - 接口 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertySource
Return the underlying source that is actually providing the properties.
getUnderlyingSource() - 类 中的方法org.springframework.boot.context.properties.source.MapConfigurationPropertySource
 
getUndertowWebServer(Undertow.Builder, DeploymentManager, int) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Factory method called to create the UndertowServletWebServer.
getUriEncoding() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns the character encoding to use for URL decoding.
getUriEncoding() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns the character encoding to use for URL decoding.
getUrl(String) - 枚举 中的方法org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Returns the URL for the connection using the specified databaseName.
getUrlMappings() - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Return a mutable collection of the URL mappings, as defined in the Servlet specification, for the servlet.
getUrlPatterns() - 类 中的方法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() - 枚举 中的方法org.springframework.boot.jdbc.DatabaseDriver
 
getUrlsOfJarsWithMetaInfResources() - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getUsage() - 类 中的方法org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
 
getUsage() - 接口 中的方法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() - 异常错误 中的方法org.springframework.boot.context.properties.bind.validation.BindValidationException
Return the validation errors that caused the exception.
getValidationQuery() - 枚举 中的方法org.springframework.boot.jdbc.DatabaseDriver
Return the validation query.
getValidationQuery() - 类 中的方法org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getValidationQuery() - 接口 中的方法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() - 类 中的方法org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getValidationQuery() - 类 中的方法org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getValidDocumentRoot() - 类 中的方法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() - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getValidSessionStoreDir(boolean) - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getValue() - 类 中的方法org.springframework.boot.context.properties.bind.Bindable
Return a supplier that provides the object value or null.
getValue() - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationProperty
 
getValue() - 异常错误 中的方法org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
Return the invalid value, can be null.
getValue() - 类 中的方法org.springframework.boot.info.InfoProperties.Entry
 
getValue() - 类 中的方法org.springframework.boot.origin.OriginTrackedValue
Return the tracked value.
getVersion() - 类 中的方法org.springframework.boot.info.BuildProperties
Return the version of the project or null.
getVersion() - 类 中的静态方法org.springframework.boot.SpringBootVersion
Return the full version string of the present Spring Boot codebase, or null if it cannot be determined.
getWarning(BeanDefinitionRegistry) - 接口 中的方法org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.Check
Returns a warning if the check fails or null if there are no problems.
getWarning(BeanDefinitionRegistry) - 类 中的方法org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
getWebAppContextConfigurations(WebAppContext, ServletContextInitializer...) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Return the Jetty Configurations that should be applied to the server.
getWebApplicationType() - 类 中的方法org.springframework.boot.SpringApplication
Returns the type of web application that is being run.
getWebServer() - 接口 中的方法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() - 类 中的方法org.springframework.boot.web.context.WebServerInitializedEvent
Access the WebServer.
getWebServer() - 类 中的方法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() - 类 中的方法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...) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 
getWebServer(ServletContextInitializer...) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
getWebServer(ServletContextInitializer...) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
getWebServer(ServletContextInitializer...) - 接口 中的方法org.springframework.boot.web.servlet.server.ServletWebServerFactory
Gets a new fully configured but paused WebServer instance.
getWebServer(HttpHandler) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
getWebServer(HttpHandler) - 类 中的方法org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
 
getWebServer(HttpHandler) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
getWebServer(HttpHandler) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
getWebServer(HttpHandler) - 接口 中的方法org.springframework.boot.web.reactive.server.ReactiveWebServerFactory
Gets a new fully configured but paused WebServer instance.
getWebServerFactory() - 类 中的方法org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
Return the ReactiveWebServerFactory that should be used to create the reactive web server.
getWebServerFactory() - 类 中的方法org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Returns the ServletWebServerFactory that should be used to create the embedded WebServer.
getXAConnection() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getXAConnection(String, String) - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getXaDataSourceClassName() - 枚举 中的方法org.springframework.boot.jdbc.DatabaseDriver
Return the XA driver source class name.
GitProperties - org.springframework.boot.info中的类
Provide git-related information such as commit id and time.
GitProperties(Properties) - 类 的构造器org.springframework.boot.info.GitProperties
 
GREEN - org.springframework.boot.ansi.AnsiBackground
 
GREEN - org.springframework.boot.ansi.AnsiColor
 
GsonJsonParser - org.springframework.boot.json中的类
Thin wrapper to adapt Gson to a JsonParser.
GsonJsonParser() - 类 的构造器org.springframework.boot.json.GsonJsonParser
 

H

H2 - org.springframework.boot.jdbc.DatabaseDriver
H2.
H2 - org.springframework.boot.jdbc.EmbeddedDatabaseConnection
H2 Database Connection.
HANA - org.springframework.boot.jdbc.DatabaseDriver
HANA - SAP HANA Database - HDB.
handlesThrowable() - 类 中的方法org.springframework.boot.logging.log4j2.ColorConverter
 
hasErrors() - 类 中的方法org.springframework.boot.context.properties.bind.validation.ValidationErrors
 
hashCode() - 类 中的方法org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
hashCode() - 类 中的方法org.springframework.boot.context.properties.bind.Bindable
 
hashCode() - 类 中的方法org.springframework.boot.context.properties.bind.BindResult
 
hashCode() - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationProperty
 
hashCode() - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
 
hashCode() - 类 中的方法org.springframework.boot.context.TypeExcludeFilter
 
hashCode() - 类 中的方法org.springframework.boot.logging.LoggerConfiguration
 
hashCode() - 类 中的方法org.springframework.boot.origin.OriginTrackedValue
 
hashCode() - 类 中的方法org.springframework.boot.origin.SystemEnvironmentOrigin
 
hashCode() - 类 中的方法org.springframework.boot.origin.TextResourceOrigin
 
hashCode() - 类 中的方法org.springframework.boot.origin.TextResourceOrigin.Location
 
hashCode() - 类 中的方法org.springframework.boot.system.ApplicationPid
 
hashCode() - 类 中的方法org.springframework.boot.web.server.ErrorPage
 
hashCode() - 类 中的方法org.springframework.boot.web.server.MimeMappings
 
hashCode() - 类 中的方法org.springframework.boot.web.server.MimeMappings.Mapping
 
hasResult() - 类 中的方法org.springframework.boot.util.LambdaSafe.InvocationResult
Return true if a result in present.
HEADER_NAME - 类 中的静态变量org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
Public constant for X-Application-Context.
headless(boolean) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Sets if the application is headless and should not instantiate AWT.
HEROKU - org.springframework.boot.cloud.CloudPlatform
Heroku platform.
HikariDataSourcePoolMetadata - org.springframework.boot.jdbc.metadata中的类
HikariDataSourcePoolMetadata(HikariDataSource) - 类 的构造器org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
HSQL - org.springframework.boot.jdbc.EmbeddedDatabaseConnection
HSQL Database Connection.
HSQLDB - org.springframework.boot.jdbc.DatabaseDriver
HyperSQL DataBase.
Http2 - org.springframework.boot.web.server中的类
Simple server-independent abstraction for HTTP/2 configuration.
Http2() - 类 的构造器org.springframework.boot.web.server.Http2
 
HttpWebServiceMessageSenderBuilder - org.springframework.boot.webservices.client中的类
WebServiceMessageSender builder that can detect a suitable HTTP library based on the classpath.
HttpWebServiceMessageSenderBuilder() - 类 的构造器org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
 

I

ifBound(Consumer<? super T>) - 类 中的方法org.springframework.boot.context.properties.bind.BindResult
Invoke the specified consumer with the bound value, or do nothing if no value has been bound.
IgnoreErrorsBindHandler - org.springframework.boot.context.properties.bind.handler中的类
BindHandler that can be used to ignore binding errors.
IgnoreErrorsBindHandler() - 类 的构造器org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
 
IgnoreErrorsBindHandler(BindHandler) - 类 的构造器org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
 
ignoreInvalidFields() - 注释类型 中的方法org.springframework.boot.context.properties.ConfigurationProperties
Flag to indicate that when binding to this object invalid fields should be ignored.
IgnoreTopLevelConverterNotFoundBindHandler - org.springframework.boot.context.properties.bind.handler中的类
BindHandler that can be used to ignore top-level ConverterNotFoundExceptions.
IgnoreTopLevelConverterNotFoundBindHandler() - 类 的构造器org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
IgnoreTopLevelConverterNotFoundBindHandler(BindHandler) - 类 的构造器org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
Create a new IgnoreTopLevelConverterNotFoundBindHandler instance with a specific parent.
ignoreUnknownFields() - 注释类型 中的方法org.springframework.boot.context.properties.ConfigurationProperties
Flag to indicate that when binding to this object unknown fields should be ignored.
ImageBanner - org.springframework.boot中的类
Banner implementation that prints ASCII art generated from an image resource Resource.
ImageBanner(Resource) - 类 的构造器org.springframework.boot.ImageBanner
 
INCLUDE - org.springframework.boot.web.servlet.DispatcherType
Apply the filter on "RequestDispatcher.include()" calls.
INCLUDE_PROFILES_PROPERTY - 类 中的静态变量org.springframework.boot.context.config.ConfigFileApplicationListener
The "includes profiles" property name.
info(Object) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
info(Object, Throwable) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
INFO - org.springframework.boot.logging.LogLevel
 
InfoProperties - org.springframework.boot.info中的类
Base class for components exposing unstructured data with dedicated methods for well known keys.
InfoProperties(Properties) - 类 的构造器org.springframework.boot.info.InfoProperties
Create an instance with the specified entries.
InfoProperties.Entry - org.springframework.boot.info中的类
Property entry.
INFORMIX - org.springframework.boot.jdbc.DatabaseDriver
Informix.
init() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
init() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
init(FilterConfig) - 类 中的方法org.springframework.boot.web.servlet.support.ErrorPageFilter
 
initialize() - 类 中的方法org.springframework.boot.jdbc.AbstractDataSourceInitializer
 
initialize(LoggingInitializationContext, String, LogFile) - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem
 
initialize(LoggingInitializationContext, String, LogFile) - 类 中的方法org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
initialize(LoggingInitializationContext, String, LogFile) - 类 中的方法org.springframework.boot.logging.logback.LogbackLoggingSystem
 
initialize(LoggingInitializationContext, String, LogFile) - 类 中的方法org.springframework.boot.logging.LoggingSystem
Fully initialize the logging system.
initialize(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.context.ContextIdApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
 
initialize(ConfigurableEnvironment, ClassLoader) - 类 中的方法org.springframework.boot.context.logging.LoggingApplicationListener
Initialize the logging system according to preferences expressed through the Environment and the classpath.
initialize(ConfigurableWebApplicationContext) - 类 中的方法org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
 
initialized(Supplier<C>) - 类 中的方法org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
Called once the context has been initialized.
initialized(Supplier<C>) - 类 中的方法org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
Called once the context has been initialized.
initializeLogLevel(LoggingSystem, LogLevel) - 类 中的方法org.springframework.boot.context.logging.LoggingApplicationListener
 
initializers(ApplicationContextInitializer<?>...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Add some initializers to the application (applied to the ApplicationContext before any bean definitions are loaded).
interceptors(Collection<? extends ClientInterceptor>) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the ClientInterceptors that should be used with the WebServiceTemplate.
interceptors(Collection<ClientHttpRequestInterceptor>) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestInterceptors that should be used with the RestTemplate.
interceptors(ClientHttpRequestInterceptor...) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestInterceptors that should be used with the RestTemplate.
interceptors(ClientInterceptor...) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the ClientInterceptors that should be used with the WebServiceTemplate.
InvalidConfigurationPropertyNameException - org.springframework.boot.context.properties.source中的异常错误
Exception thrown when ConfigurationPropertyName has invalid characters.
InvalidConfigurationPropertyNameException(CharSequence, List<Character>) - 异常错误 的构造器org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
 
InvalidConfigurationPropertyValueException - org.springframework.boot.context.properties.source中的异常错误
Exception thrown when a configuration property value is invalid.
InvalidConfigurationPropertyValueException(String, Object, String) - 异常错误 的构造器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>) - 类 中的方法org.springframework.boot.util.LambdaSafe.Callback
Invoke the callback instance where the callback method returns void.
invoke(Consumer<C>) - 类 中的方法org.springframework.boot.util.LambdaSafe.Callbacks
Invoke the callback instances where the callback method returns void.
invokeAnd(Function<C, R>) - 类 中的方法org.springframework.boot.util.LambdaSafe.Callback
Invoke the callback instance where the callback method returns a result.
invokeAnd(Function<C, R>) - 类 中的方法org.springframework.boot.util.LambdaSafe.Callbacks
Invoke the callback instances where the callback method returns a result.
isAccessLogEnabled() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
isAccessLogEnabled() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
isActive(Environment) - 枚举 中的方法org.springframework.boot.cloud.CloudPlatform
Determines if the platform is active (i.e. the application is running in it).
isAllowSubTransactions() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
isAncestorOf(ConfigurationPropertyName) - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
Returns true if this element is an ancestor (immediate or nested parent) of the specified name.
isAsyncSupported() - 类 中的方法org.springframework.boot.web.servlet.DynamicRegistrationBean
Returns if asynchronous operations are supported for this registration.
isAttachedConfigurationPropertySource(PropertySource<?>) - 类 中的静态方法org.springframework.boot.context.properties.source.ConfigurationPropertySources
Determines if the specific PropertySource is the ConfigurationPropertySource that was attached to the Environment.
isBound() - 类 中的方法org.springframework.boot.context.properties.bind.BindResult
Returns true if a result was bound.
isBridgeHandlerAvailable() - 类 中的方法org.springframework.boot.logging.Slf4JLoggingSystem
 
isBridgeJulIntoSlf4j() - 类 中的方法org.springframework.boot.logging.Slf4JLoggingSystem
Return whether bridging JUL into SLF4J or not.
isCaseInsensitive(JdbcEnvironment) - 类 中的方法org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
Specify whether the database is case sensitive.
isClassAvailable(String) - 类 中的方法org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
isDebugEnabled() - 类 中的方法org.springframework.boot.logging.DeferredLog
 
isEagerInitFilters() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Return if filters should be initialized eagerly.
isEmbedded(String) - 枚举 中的静态方法org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Convenience method to determine if a given driver class name represents an embedded database type.
isEmbedded(DataSource) - 枚举 中的静态方法org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Convenience method to determine if a given data source represents an embedded database type.
isEmbeddedWebApplication() - 接口 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBean
Specify if the application runs in an embedded web container.
isEmpty() - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
Returns true if this ConfigurationPropertyName is empty.
isEnabled() - 类 中的方法org.springframework.boot.web.server.Http2
Return whether to enable HTTP/2 support, if the current environment supports it.
isEnabled() - 类 中的方法org.springframework.boot.web.server.Ssl
Return whether to enable SSL support.
isEnabled() - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
Return if the registration is enabled.
isEnableLogging() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
isEqualOrNewerThan(JavaVersion) - 枚举 中的方法org.springframework.boot.system.JavaVersion
Return if this version is equal to or newer than a given version.
isErrorEnabled() - 类 中的方法org.springframework.boot.logging.DeferredLog
 
isFatalEnabled() - 类 中的方法org.springframework.boot.logging.DeferredLog
 
isForceShutdownOnVmExit() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
isGlobal() - 类 中的方法org.springframework.boot.web.server.ErrorPage
Return if this error page is a global one (matches all unmatched status and exception types).
isInfoEnabled() - 类 中的方法org.springframework.boot.logging.DeferredLog
 
isLastElementIndexed() - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return if the last element in the name is indexed.
isMatchAfter() - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Return if filter mappings should be matched after any declared Filter mappings of the ServletContext.
isNumericIndex(int) - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return if the element in the name is indexed and numeric.
ISO8601 - org.springframework.boot.convert.DurationStyle
ISO-8601 formatting.
isOlderThan(JavaVersion) - 枚举 中的方法org.springframework.boot.system.JavaVersion
Return if this version is older than a given version.
isParentOf(ConfigurationPropertyName) - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
Returns true if this element is an immediate parent of the specified name.
isPersistent() - 类 中的方法org.springframework.boot.web.servlet.server.Session
Return whether to persist session data between restarts.
isReady() - 接口 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBean
Specify if the application has fully started and is now ready.
isRegisterDefaultServlet() - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Flag to indicate that the default servlet should be registered.
isSerialJtaTransactions() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
isSupportedType(EventListener) - 类 中的静态方法org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Returns true if the specified listener is one of the supported types.
isThreadedTwoPhaseCommit() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
isTraceEnabled() - 类 中的方法org.springframework.boot.logging.DeferredLog
 
isUseForwardHeaders() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
isUseForwardHeaders() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
isUsingForwardHeaders() - 枚举 中的方法org.springframework.boot.cloud.CloudPlatform
Returns if the platform is behind a load balancer and uses X-Forwarded-For headers.
isValid(CharSequence) - 类 中的静态方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
Returns if the given name is valid.
isWarnEnabled() - 类 中的方法org.springframework.boot.logging.DeferredLog
 
ITALIC - org.springframework.boot.ansi.AnsiStyle
 
IterableConfigurationPropertySource - org.springframework.boot.context.properties.source中的接口
A ConfigurationPropertySource with a fully Iterable set of entries.
iterator() - 类 中的方法org.springframework.boot.context.properties.bind.validation.ValidationErrors
 
iterator() - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
iterator() - 接口 中的方法org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
Return an iterator for the names managed by this source.
iterator() - 类 中的方法org.springframework.boot.context.properties.source.MapConfigurationPropertySource
 
iterator() - 类 中的方法org.springframework.boot.info.InfoProperties
 
iterator() - 类 中的方法org.springframework.boot.web.server.MimeMappings
 
iterator() - 类 中的方法org.springframework.boot.web.servlet.ServletContextInitializerBeans
 

J

JacksonJsonParser - org.springframework.boot.json中的类
Thin wrapper to adapt Jackson 2 ObjectMapper to JsonParser.
JacksonJsonParser() - 类 的构造器org.springframework.boot.json.JacksonJsonParser
Creates an instance with a default ObjectMapper that is created lazily.
JacksonJsonParser(ObjectMapper) - 类 的构造器org.springframework.boot.json.JacksonJsonParser
Creates an instance with the specified ObjectMapper.
JavaLoggingSystem - org.springframework.boot.logging.java中的类
JavaLoggingSystem(ClassLoader) - 类 的构造器org.springframework.boot.logging.java.JavaLoggingSystem
 
JavaVersion - org.springframework.boot.system中的枚举
Supported Java versions.
JettyReactiveWebServerFactory - org.springframework.boot.web.embedded.jetty中的类
ReactiveWebServerFactory that can be used to create JettyWebServers.
JettyReactiveWebServerFactory() - 类 的构造器org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Create a new JettyServletWebServerFactory instance.
JettyReactiveWebServerFactory(int) - 类 的构造器org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Create a new JettyServletWebServerFactory that listens for requests using the specified port.
JettyServerCustomizer - org.springframework.boot.web.embedded.jetty中的接口
Callback interface that can be used to customize a Jetty Server.
JettyServletWebServerFactory - org.springframework.boot.web.embedded.jetty中的类
ServletWebServerFactory that can be used to create a JettyWebServer.
JettyServletWebServerFactory() - 类 的构造器org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Create a new JettyServletWebServerFactory instance.
JettyServletWebServerFactory(int) - 类 的构造器org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Create a new JettyServletWebServerFactory that listens for requests using the specified port.
JettyServletWebServerFactory(String, int) - 类 的构造器org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Create a new JettyServletWebServerFactory with the specified context path and port.
JettyWebServer - org.springframework.boot.web.embedded.jetty中的类
WebServer that can be used to control a Jetty web server.
JettyWebServer(Server) - 类 的构造器org.springframework.boot.web.embedded.jetty.JettyWebServer
Create a new JettyWebServer instance.
JettyWebServer(Server, boolean) - 类 的构造器org.springframework.boot.web.embedded.jetty.JettyWebServer
Create a new JettyWebServer instance.
JsonComponent - org.springframework.boot.jackson中的注释类型
Component that provides JsonSerializer and/or JsonDeserializer implementations to be registered with Jackson when JsonComponentModule is in use.
JsonComponentModule - org.springframework.boot.jackson中的类
Spring Bean and Jackson Module to register JsonComponent annotated beans.
JsonComponentModule() - 类 的构造器org.springframework.boot.jackson.JsonComponentModule
 
JsonObjectDeserializer<T> - org.springframework.boot.jackson中的类
Helper base class for JsonDeserializer implementations that deserialize objects.
JsonObjectDeserializer() - 类 的构造器org.springframework.boot.jackson.JsonObjectDeserializer
 
JsonObjectSerializer<T> - org.springframework.boot.jackson中的类
Helper base class for JsonSerializer implementations that serialize objects.
JsonObjectSerializer() - 类 的构造器org.springframework.boot.jackson.JsonObjectSerializer
 
JsonParseException - org.springframework.boot.json中的异常错误
IllegalArgumentException thrown when source JSON is invalid.
JsonParseException() - 异常错误 的构造器org.springframework.boot.json.JsonParseException
 
JsonParseException(Throwable) - 异常错误 的构造器org.springframework.boot.json.JsonParseException
 
JsonParser - org.springframework.boot.json中的接口
Parser that can read JSON formatted strings into Maps or Lists.
JsonParserFactory - org.springframework.boot.json中的类
Factory to create a JsonParser.
JsonParserFactory() - 类 的构造器org.springframework.boot.json.JsonParserFactory
 
Jsp - org.springframework.boot.web.servlet.server中的类
Configuration for the server's JSP servlet.
Jsp() - 类 的构造器org.springframework.boot.web.servlet.server.Jsp
 
jta(boolean) - 类 中的方法org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
Configure if using a JTA DataSource, i.e. if setDataSource or setJtaDataSource should be called on the LocalContainerEntityManagerFactoryBean.
JTDS - org.springframework.boot.jdbc.DatabaseDriver
jTDS.

K

keepAlive(Duration) - 类 中的方法org.springframework.boot.task.TaskExecutorBuilder
Set the time limit for which threads may remain idle before being terminated.

L

LambdaSafe - org.springframework.boot.util中的类
Utility that can be used to invoke lambdas in a safe way.
LambdaSafe.Callback<C,​A> - org.springframework.boot.util中的类
Represents a single callback that can be invoked in a lambda safe way.
LambdaSafe.Callbacks<C,​A> - org.springframework.boot.util中的类
Represents a collection of callbacks that can be invoked in a lambda safe way.
LambdaSafe.InvocationResult<R> - org.springframework.boot.util中的类
The result of a callback which may be a value, null or absent entirely if the callback wasn't suitable.
LiquibaseServiceLocatorApplicationListener - org.springframework.boot.liquibase中的类
ApplicationListener that replaces the liquibase ServiceLocator with a version that works with Spring Boot executable archives.
LiquibaseServiceLocatorApplicationListener() - 类 的构造器org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
 
listeners(ApplicationListener<?>...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Add some listeners to the application (listening for SpringApplication events as well as regular Spring events once the context is running).
listOf(Class<E>) - 类 中的静态方法org.springframework.boot.context.properties.bind.Bindable
Create a new BindableList of the specified element type.
load(Class<?>, String...) - 类 中的方法org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Load bean definitions from the given XML resources.
load(String...) - 类 中的方法org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Load bean definitions from the given XML resources.
load(String, Resource) - 类 中的方法org.springframework.boot.env.PropertiesPropertySourceLoader
 
load(String, Resource) - 接口 中的方法org.springframework.boot.env.PropertySourceLoader
Load the resource into one or more property sources.
load(String, Resource) - 类 中的方法org.springframework.boot.env.YamlPropertySourceLoader
 
load(ApplicationContext, Object[]) - 类 中的方法org.springframework.boot.SpringApplication
Load beans into the application context.
load(Resource...) - 类 中的方法org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Load bean definitions from the given XML resources.
loadBeanDefinitions(DefaultListableBeanFactory) - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Register a BeanDefinition for any classes specified by AnnotationConfigReactiveWebApplicationContext.register(Class...) and scan any packages specified by AnnotationConfigReactiveWebApplicationContext.scan(String...).
loadClass(String, boolean) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
loadConfiguration(String, LogFile) - 类 中的方法org.springframework.boot.logging.java.JavaLoggingSystem
 
loadConfiguration(String, LogFile) - 类 中的方法org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem
Load a specific configuration.
loadConfiguration(LoggingInitializationContext, String, LogFile) - 类 中的方法org.springframework.boot.logging.java.JavaLoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - 类 中的方法org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - 类 中的方法org.springframework.boot.logging.logback.LogbackLoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - 类 中的方法org.springframework.boot.logging.Slf4JLoggingSystem
 
loadDefaults(LoggingInitializationContext, LogFile) - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem
Load sensible defaults for the logging system.
loadDefaults(LoggingInitializationContext, LogFile) - 类 中的方法org.springframework.boot.logging.java.JavaLoggingSystem
 
loadDefaults(LoggingInitializationContext, LogFile) - 类 中的方法org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadDefaults(LoggingInitializationContext, LogFile) - 类 中的方法org.springframework.boot.logging.logback.LogbackLoggingSystem
 
LocalServerPort - org.springframework.boot.web.server中的注释类型
Annotation at the field or method/constructor parameter level that injects the HTTP port that got allocated at runtime.
locateTransactionManager() - 类 中的方法org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
locateUserTransaction() - 类 中的方法org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
Location(int, int) - 类 的构造器org.springframework.boot.origin.TextResourceOrigin.Location
Create a new TextResourceOrigin.Location instance.
LOG - org.springframework.boot.Banner.Mode
Print the banner to the log file.
LOG_DATEFORMAT_PATTERN - 类 中的静态变量org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the log date-format pattern.
LOG_FILE - 类 中的静态变量org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the log file.
LOG_LEVEL_PATTERN - 类 中的静态变量org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the log level pattern.
LOG_PATH - 类 中的静态变量org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the log path.
Log4J2LoggingSystem - org.springframework.boot.logging.log4j2中的类
Log4J2LoggingSystem(ClassLoader) - 类 的构造器org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
LogbackLoggingSystem - org.springframework.boot.logging.logback中的类
LogbackLoggingSystem(ClassLoader) - 类 的构造器org.springframework.boot.logging.logback.LogbackLoggingSystem
 
LogFile - org.springframework.boot.logging中的类
A reference to a log output file.
logger - 类 中的变量org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
logger - 类 中的变量org.springframework.boot.web.servlet.support.SpringBootServletInitializer
 
LoggerConfiguration - org.springframework.boot.logging中的类
Immutable class that represents the configuration of a LoggingSystem's logger.
LoggerConfiguration(String, LogLevel, LogLevel) - 类 的构造器org.springframework.boot.logging.LoggerConfiguration
Create a new instance.
LOGGING_SYSTEM_BEAN_NAME - 类 中的静态变量org.springframework.boot.context.logging.LoggingApplicationListener
The name of the LoggingSystem bean.
LoggingApplicationListener - org.springframework.boot.context.logging中的类
An ApplicationListener that configures the LoggingSystem.
LoggingApplicationListener() - 类 的构造器org.springframework.boot.context.logging.LoggingApplicationListener
 
LoggingFailureAnalysisReporter - org.springframework.boot.diagnostics中的类
FailureAnalysisReporter that logs the failure analysis.
LoggingFailureAnalysisReporter() - 类 的构造器org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
 
LoggingInitializationContext - org.springframework.boot.logging中的类
Context passed to the LoggingSystem during initialization.
LoggingInitializationContext(ConfigurableEnvironment) - 类 的构造器org.springframework.boot.logging.LoggingInitializationContext
Create a new LoggingInitializationContext instance.
LoggingSystem - org.springframework.boot.logging中的类
Common abstraction over logging systems.
LoggingSystem() - 类 的构造器org.springframework.boot.logging.LoggingSystem
 
LoggingSystemProperties - org.springframework.boot.logging中的类
Utility to set system properties that can later be used by log configuration files.
LoggingSystemProperties(Environment) - 类 的构造器org.springframework.boot.logging.LoggingSystemProperties
Create a new LoggingSystemProperties instance.
LogLevel - org.springframework.boot.logging中的枚举
Logging levels supported by a LoggingSystem.
LogLevels() - 类 的构造器org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
logStartupInfo(boolean) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate the startup information should be logged.
logStartupInfo(boolean) - 类 中的方法org.springframework.boot.SpringApplication
Called to log startup information, subclasses may override to add additional logging.
logStartupProfileInfo(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.SpringApplication
Called to log active profile information.

M

MAGENTA - org.springframework.boot.ansi.AnsiBackground
 
MAGENTA - org.springframework.boot.ansi.AnsiColor
 
main(Class<?>) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Fixes the main application class that is used to anchor the startup messages.
main(String[]) - 类 中的静态方法org.springframework.boot.SpringApplication
A basic main that can be used to launch an application.
MANAGED - org.springframework.boot.jdbc.SchemaManagement
The schema is managed and will be created at the appropriate time.
map(Function<? super T, ? extends U>) - 类 中的方法org.springframework.boot.context.properties.bind.BindResult
Apply the provided mapping function to the bound value, or return an updated unbound result if no value has been bound.
map(LogLevel, T) - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
MapConfigurationPropertySource - org.springframework.boot.context.properties.source中的类
An ConfigurationPropertySource backed by a Map and using standard name mapping rules.
MapConfigurationPropertySource() - 类 的构造器org.springframework.boot.context.properties.source.MapConfigurationPropertySource
Create a new empty MapConfigurationPropertySource instance.
MapConfigurationPropertySource(Map<?, ?>) - 类 的构造器org.springframework.boot.context.properties.source.MapConfigurationPropertySource
Create a new MapConfigurationPropertySource instance with entries copies from the specified map.
mapOf(Class<K>, Class<V>) - 类 中的静态方法org.springframework.boot.context.properties.bind.Bindable
Create a new BindableMap of the specified key and value type.
Mapping(String, String) - 类 的构造器org.springframework.boot.web.server.MimeMappings.Mapping
 
mappingResources(String...) - 类 中的方法org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
The mapping resources (equivalent to <mapping-file> entries in persistence.xml) for the persistence unit.
MARIADB - org.springframework.boot.jdbc.DatabaseDriver
Maria DB.
match(MetadataReader, MetadataReaderFactory) - 类 中的方法org.springframework.boot.context.TypeExcludeFilter
 
matcher(String) - 枚举 中的方法org.springframework.boot.convert.DurationStyle
 
matches(String) - 枚举 中的方法org.springframework.boot.convert.DurationStyle
 
matches(HttpServletRequest) - 类 中的方法org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
 
matches(HttpServletRequest, Supplier<C>) - 类 中的方法org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
Decides whether the rule implemented by the strategy matches the supplied request.
matches(ServerWebExchange) - 类 中的方法org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
 
matches(ServerWebExchange, Supplier<C>) - 类 中的方法org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
Decides whether the rule implemented by the strategy matches the supplied exchange.
matchProductName(String) - 枚举 中的方法org.springframework.boot.jdbc.DatabaseDriver
 
maxPoolSize(int) - 类 中的方法org.springframework.boot.task.TaskExecutorBuilder
Set the maximum allowed number of threads.
merge(Set<Class<?>>) - 类 中的方法org.springframework.boot.context.annotation.Configurations
Merge configurations.
merge(Set<Class<?>>) - 类 中的方法org.springframework.boot.context.annotation.UserConfigurations
 
merge(Configurations) - 类 中的方法org.springframework.boot.context.annotation.Configurations
Merge configurations from another source of the same type.
mergeInitializers(ServletContextInitializer...) - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Utility method that can be used by subclasses wishing to combine the specified ServletContextInitializer parameters with those defined in this instance.
messageConverters(Collection<? extends HttpMessageConverter<?>>) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate.
messageConverters(HttpMessageConverter<?>...) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate.
MessageInterpolatorFactory - org.springframework.boot.validation中的类
ObjectFactory that can be used to create a MessageInterpolator.
MessageInterpolatorFactory() - 类 的构造器org.springframework.boot.validation.MessageInterpolatorFactory
 
messageSenders(Collection<? extends WebServiceMessageSender>) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Sets the WebServiceMessageSenders that should be used with the WebServiceTemplate.
messageSenders(WebServiceMessageSender...) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Sets the WebServiceMessageSenders that should be used with the WebServiceTemplate.
MimeMappings - org.springframework.boot.web.server中的类
Simple server-independent abstraction for mime mappings.
MimeMappings() - 类 的构造器org.springframework.boot.web.server.MimeMappings
Create a new empty MimeMappings instance.
MimeMappings(Map<String, String>) - 类 的构造器org.springframework.boot.web.server.MimeMappings
Create a new MimeMappings from the specified mappings.
MimeMappings(MimeMappings) - 类 的构造器org.springframework.boot.web.server.MimeMappings
Create a new MimeMappings instance from the specified mappings.
MimeMappings.Mapping - org.springframework.boot.web.server中的类
A single mime mapping.
MultipartConfigFactory - org.springframework.boot.web.servlet中的类
Factory that can be used to create a MultipartConfigElement.
MultipartConfigFactory() - 类 的构造器org.springframework.boot.web.servlet.MultipartConfigFactory
 
MustacheView - org.springframework.boot.web.reactive.result.view中的类
Spring WebFlux View using the Mustache template engine.
MustacheView - org.springframework.boot.web.servlet.view中的类
Spring MVC View using the Mustache template engine.
MustacheView() - 类 的构造器org.springframework.boot.web.reactive.result.view.MustacheView
 
MustacheView() - 类 的构造器org.springframework.boot.web.servlet.view.MustacheView
 
MustacheViewResolver - org.springframework.boot.web.reactive.result.view中的类
Spring WebFlux ViewResolver for Mustache.
MustacheViewResolver - org.springframework.boot.web.servlet.view中的类
Spring MVC ViewResolver for Mustache.
MustacheViewResolver() - 类 的构造器org.springframework.boot.web.reactive.result.view.MustacheViewResolver
Create a MustacheViewResolver backed by a default instance of a Mustache.Compiler.
MustacheViewResolver() - 类 的构造器org.springframework.boot.web.servlet.view.MustacheViewResolver
Create a MustacheViewResolver backed by a default instance of a Mustache.Compiler.
MustacheViewResolver(Mustache.Compiler) - 类 的构造器org.springframework.boot.web.reactive.result.view.MustacheViewResolver
Create a MustacheViewResolver backed by a custom instance of a Mustache.Compiler.
MustacheViewResolver(Mustache.Compiler) - 类 的构造器org.springframework.boot.web.servlet.view.MustacheViewResolver
Create a MustacheViewResolver backed by a custom instance of a Mustache.Compiler.
MYSQL - org.springframework.boot.jdbc.DatabaseDriver
MySQL.

N

NEED - org.springframework.boot.web.server.Ssl.ClientAuth
Client authentication is needed and mandatory.
NestedConfigurationProperty - org.springframework.boot.context.properties中的注释类型
Indicates that a field in a ConfigurationProperties object should be treated as if it were a nested type.
NettyReactiveWebServerFactory - org.springframework.boot.web.embedded.netty中的类
ReactiveWebServerFactory that can be used to create NettyWebServers.
NettyReactiveWebServerFactory() - 类 的构造器org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
 
NettyReactiveWebServerFactory(int) - 类 的构造器org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
 
NettyServerCustomizer - org.springframework.boot.web.embedded.netty中的接口
Mapping function that can be used to customize a Reactor Netty server instance.
NettyWebServer - org.springframework.boot.web.embedded.netty中的类
WebServer that can be used to control a Reactor Netty web server.
NettyWebServer(HttpServer, ReactorHttpHandlerAdapter, Duration) - 类 的构造器org.springframework.boot.web.embedded.netty.NettyWebServer
 
NEVER - org.springframework.boot.ansi.AnsiOutput.Enabled
Disable ANSI-colored output.
NEVER - org.springframework.boot.jdbc.DataSourceInitializationMode
Do not initialize the datasource.
newInstance(Configuration, String[]) - 类 中的静态方法org.springframework.boot.logging.log4j2.ColorConverter
Creates a new instance of the class.
newInstance(Configuration, String[]) - 类 中的静态方法org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
Creates a new instance of the class.
newInstance(Configuration, String[]) - 类 中的静态方法org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
Creates a new instance of the class.
NINE - org.springframework.boot.system.JavaVersion
Java 1.9.
NONE - org.springframework.boot.jdbc.EmbeddedDatabaseConnection
No Connection.
NONE - org.springframework.boot.web.server.Ssl.ClientAuth
Client authentication is not wanted.
NONE - org.springframework.boot.WebApplicationType
The application should not run as a web application and should not start an embedded web server.
NONE - 接口 中的静态变量org.springframework.boot.context.properties.bind.PlaceholdersResolver
No-op PropertyResolver.
NONE - 注释类型 中的静态变量org.springframework.boot.convert.Delimiter
A delimiter value used to indicate that no delimiter is required and the result should be a single element containing the entire string.
NONE - 类 中的静态变量org.springframework.boot.logging.LoggingSystem
The value of the LoggingSystem.SYSTEM_PROPERTY that can be used to indicate that no LoggingSystem should be used.
noResult() - 类 中的静态方法org.springframework.boot.util.LambdaSafe.InvocationResult
Return an LambdaSafe.InvocationResult instance representing no result.
NORMAL - org.springframework.boot.ansi.AnsiStyle
 
NoUnboundElementsBindHandler - org.springframework.boot.context.properties.bind.handler中的类
BindHandler to enforce that all configuration properties under the root name have been bound.
NoUnboundElementsBindHandler(BindHandler) - 类 的构造器org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
 
NoUnboundElementsBindHandler(BindHandler, Function<ConfigurationPropertySource, Boolean>) - 类 的构造器org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
 
nullSafeValue(JsonNode, Class<D>) - 类 中的方法org.springframework.boot.jackson.JsonObjectDeserializer
Helper method to extract a value from the given jsonNode or return null when the node itself is null.

O

of(CharSequence) - 类 中的静态方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return a ConfigurationPropertyName for the specified string.
of(Class<?>...) - 类 中的静态方法org.springframework.boot.context.annotation.UserConfigurations
 
of(Class<T>) - 类 中的静态方法org.springframework.boot.context.properties.bind.Bindable
Create a new Bindable of the specified type.
of(Object) - 类 中的静态方法org.springframework.boot.origin.OriginTrackedValue
 
of(Object, Origin) - 类 中的静态方法org.springframework.boot.origin.OriginTrackedValue
Create an OriginTrackedValue containing the specified value and origin.
of(ResolvableType) - 类 中的静态方法org.springframework.boot.context.properties.bind.Bindable
Create a new Bindable of the specified type.
of(R) - 类 中的静态方法org.springframework.boot.util.LambdaSafe.InvocationResult
Create a new LambdaSafe.InvocationResult instance with the specified value.
OFF - org.springframework.boot.Banner.Mode
Disable printing of the banner.
OFF - org.springframework.boot.logging.LogLevel
 
ofInstance(T) - 类 中的静态方法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(ParentContextApplicationContextInitializer.ParentContextAvailableEvent) - 类 中的方法org.springframework.boot.builder.ParentContextCloserApplicationListener
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - 类 中的方法org.springframework.boot.context.config.AnsiOutputApplicationListener
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - 类 中的方法org.springframework.boot.context.FileEncodingApplicationListener
 
onApplicationEvent(ApplicationStartingEvent) - 类 中的方法org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
 
onApplicationEvent(SpringApplicationEvent) - 类 中的方法org.springframework.boot.context.ApplicationPidFileWriter
 
onApplicationEvent(WebServerInitializedEvent) - 类 中的方法org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
 
onApplicationEvent(WebServerInitializedEvent) - 类 中的方法org.springframework.boot.web.context.WebServerPortFileWriter
 
onApplicationEvent(ApplicationEvent) - 类 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
onApplicationEvent(ApplicationEvent) - 类 中的方法org.springframework.boot.context.config.ConfigFileApplicationListener
 
onApplicationEvent(ApplicationEvent) - 类 中的方法org.springframework.boot.context.config.DelegatingApplicationListener
 
onApplicationEvent(ApplicationEvent) - 类 中的方法org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
 
onApplicationEvent(ApplicationEvent) - 类 中的方法org.springframework.boot.context.logging.LoggingApplicationListener
 
onApplicationEvent(ContextClosedEvent) - 类 中的方法org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
onClose() - 类 中的方法org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
onClose() - 类 中的方法org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - 类 中的方法org.springframework.boot.context.properties.bind.AbstractBindHandler
 
onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - 接口 中的方法org.springframework.boot.context.properties.bind.BindHandler
onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - 类 中的方法org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
 
onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - 类 中的方法org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
 
onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 类 中的方法org.springframework.boot.context.properties.bind.AbstractBindHandler
 
onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 接口 中的方法org.springframework.boot.context.properties.bind.BindHandler
Called when binding finishes, regardless of whether the property was bound or not.
onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 类 中的方法org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
 
onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 类 中的方法org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
 
onRefresh() - 类 中的方法org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
onRefresh() - 类 中的方法org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - 类 中的方法org.springframework.boot.context.properties.bind.AbstractBindHandler
 
onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - 接口 中的方法org.springframework.boot.context.properties.bind.BindHandler
Called when binding of an element starts but before any result has been determined.
onStartup(ServletContext) - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
 
onStartup(ServletContext) - 接口 中的方法org.springframework.boot.web.servlet.ServletContextInitializer
Configure the given ServletContext with any servlets, filters, listeners context-params and attributes necessary for initialization.
onStartup(ServletContext) - 类 中的方法org.springframework.boot.web.servlet.support.SpringBootServletInitializer
 
onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 类 中的方法org.springframework.boot.context.properties.bind.AbstractBindHandler
 
onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 接口 中的方法org.springframework.boot.context.properties.bind.BindHandler
Called when binding of an element ends with a successful result.
onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 类 中的方法org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
 
onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - 类 中的方法org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
 
ORACLE - org.springframework.boot.jdbc.DatabaseDriver
Oracle.
OrderedCharacterEncodingFilter - org.springframework.boot.web.servlet.filter中的类
CharacterEncodingFilter that also implements Ordered.
OrderedCharacterEncodingFilter() - 类 的构造器org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
 
OrderedFilter - org.springframework.boot.web.servlet.filter中的接口
An OrderedFilter.
OrderedFormContentFilter - org.springframework.boot.web.servlet.filter中的类
FormContentFilter that also implements Ordered.
OrderedFormContentFilter() - 类 的构造器org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
 
OrderedHiddenHttpMethodFilter - org.springframework.boot.web.reactive.filter中的类
HiddenHttpMethodFilter that also implements Ordered.
OrderedHiddenHttpMethodFilter - org.springframework.boot.web.servlet.filter中的类
HiddenHttpMethodFilter that also implements Ordered.
OrderedHiddenHttpMethodFilter() - 类 的构造器org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
 
OrderedHiddenHttpMethodFilter() - 类 的构造器org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
 
OrderedRequestContextFilter - org.springframework.boot.web.servlet.filter中的类
RequestContextFilter that also implements Ordered.
OrderedRequestContextFilter() - 类 的构造器org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
 
OrderedWebFilter - org.springframework.boot.web.reactive.filter中的接口
An OrderedWebFilter.
orElse(T) - 类 中的方法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>) - 类 中的方法org.springframework.boot.context.properties.bind.BindResult
Return the object that was bound, or a new instance of the specified class if no value has been bound.
orElseGet(Supplier<? extends T>) - 类 中的方法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>) - 类 中的方法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 - 程序包 org.springframework.boot
Core Spring Boot classes.
org.springframework.boot.admin - 程序包 org.springframework.boot.admin
Administration support for Spring Boot applications.
org.springframework.boot.ansi - 程序包 org.springframework.boot.ansi
Support classes to provide ANSI color output.
org.springframework.boot.builder - 程序包 org.springframework.boot.builder
Fluent 'builder' style API to construct a SpringApplication.
org.springframework.boot.cloud - 程序包 org.springframework.boot.cloud
Low level support for Cloud deployments.
org.springframework.boot.context - 程序包 org.springframework.boot.context
Classes related to Spring's ApplicationContext.
org.springframework.boot.context.annotation - 程序包 org.springframework.boot.context.annotation
Classes related to Spring's ApplicationContext annotations.
org.springframework.boot.context.config - 程序包 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 - 程序包 org.springframework.boot.context.event
ApplicationEvents triggered by Spring Boot.
org.springframework.boot.context.logging - 程序包 org.springframework.boot.context.logging
Logging integration with Spring's Application Context.
org.springframework.boot.context.properties - 程序包 org.springframework.boot.context.properties
Support for external configuration properties.
org.springframework.boot.context.properties.bind - 程序包 org.springframework.boot.context.properties.bind
Support for @ConfigurationProperties binding.
org.springframework.boot.context.properties.bind.handler - 程序包 org.springframework.boot.context.properties.bind.handler
General BindHandler implementations.
org.springframework.boot.context.properties.bind.validation - 程序包 org.springframework.boot.context.properties.bind.validation
Binding validation support.
org.springframework.boot.context.properties.source - 程序包 org.springframework.boot.context.properties.source
Sources for external configuration properties.
org.springframework.boot.convert - 程序包 org.springframework.boot.convert
Support for type conversion.
org.springframework.boot.diagnostics - 程序包 org.springframework.boot.diagnostics
Support for failure analysis and reporting.
org.springframework.boot.diagnostics.analyzer - 程序包 org.springframework.boot.diagnostics.analyzer
Internal FailureAnalyzer implementations.
org.springframework.boot.env - 程序包 org.springframework.boot.env
Spring Environment support.
org.springframework.boot.info - 程序包 org.springframework.boot.info
Support for providing information about an application.
org.springframework.boot.jackson - 程序包 org.springframework.boot.jackson
Custom enhancements and support for the Jackson project.
org.springframework.boot.jdbc - 程序包 org.springframework.boot.jdbc
Support for Java Database Connectivity (JDBC).
org.springframework.boot.jdbc.metadata - 程序包 org.springframework.boot.jdbc.metadata
Support for accessing JDBC DataSource metadata.
org.springframework.boot.jms - 程序包 org.springframework.boot.jms
Support for Java Message Service (JMS).
org.springframework.boot.json - 程序包 org.springframework.boot.json
Support for parsing JSON.
org.springframework.boot.jta - 程序包 org.springframework.boot.jta
Support for the Java Transaction API.
org.springframework.boot.jta.atomikos - 程序包 org.springframework.boot.jta.atomikos
Support classes for Atomikos JTA.
org.springframework.boot.jta.bitronix - 程序包 org.springframework.boot.jta.bitronix
Support classes for Bitronix JTA.
org.springframework.boot.liquibase - 程序包 org.springframework.boot.liquibase
Custom support for Liquibase database migration.
org.springframework.boot.logging - 程序包 org.springframework.boot.logging
Support and abstractions across several logging libraries.
org.springframework.boot.logging.java - 程序包 org.springframework.boot.logging.java
Support for 'Java Util Logging'.
org.springframework.boot.logging.log4j2 - 程序包 org.springframework.boot.logging.log4j2
Support for the Log4j 2 logging library.
org.springframework.boot.logging.logback - 程序包 org.springframework.boot.logging.logback
Support for the Logback logging library.
org.springframework.boot.origin - 程序包 org.springframework.boot.origin
Support for item origin tracking.
org.springframework.boot.orm.jpa - 程序包 org.springframework.boot.orm.jpa
JPA Support classes.
org.springframework.boot.orm.jpa.hibernate - 程序包 org.springframework.boot.orm.jpa.hibernate
Hibernate Support classes.
org.springframework.boot.security - 程序包 org.springframework.boot.security
Classes and utilities for Spring Security.
org.springframework.boot.security.reactive - 程序包 org.springframework.boot.security.reactive
Classes and utilities for reactive Spring Security.
org.springframework.boot.security.servlet - 程序包 org.springframework.boot.security.servlet
Classes and utilities for Servlet-based Spring Security.
org.springframework.boot.system - 程序包 org.springframework.boot.system
General system support classes.
org.springframework.boot.task - 程序包 org.springframework.boot.task
Utilities and classes related to task execution and scheduling.
org.springframework.boot.type.classreading - 程序包 org.springframework.boot.type.classreading
Support classes for reading annotation and class-level metadata.
org.springframework.boot.util - 程序包 org.springframework.boot.util
Contains miscellaneous utility classes.
org.springframework.boot.validation - 程序包 org.springframework.boot.validation
Utilities and classes related to validation.
org.springframework.boot.web.client - 程序包 org.springframework.boot.web.client
Web client utilities.
org.springframework.boot.web.codec - 程序包 org.springframework.boot.web.codec
Support for web-based codecs.
org.springframework.boot.web.context - 程序包 org.springframework.boot.web.context
Web integrations with Spring's ApplicationContext.
org.springframework.boot.web.embedded.jetty - 程序包 org.springframework.boot.web.embedded.jetty
Embedded reactive and servlet web server implementations backed by Jetty.
org.springframework.boot.web.embedded.netty - 程序包 org.springframework.boot.web.embedded.netty
Embedded reactive web server implementation backed by Netty.
org.springframework.boot.web.embedded.tomcat - 程序包 org.springframework.boot.web.embedded.tomcat
Embedded reactive and servlet web server implementations backed by Tomcat.
org.springframework.boot.web.embedded.undertow - 程序包 org.springframework.boot.web.embedded.undertow
Embedded reactive and servlet web server implementations backed by Undertow.
org.springframework.boot.web.reactive.context - 程序包 org.springframework.boot.web.reactive.context
Reactive based web integrations with Spring's ApplicationContext.
org.springframework.boot.web.reactive.error - 程序包 org.springframework.boot.web.reactive.error
Spring WebFlux error handling infrastructure.
org.springframework.boot.web.reactive.filter - 程序包 org.springframework.boot.web.reactive.filter
Spring Boot specific WebFilter implementations.
org.springframework.boot.web.reactive.function.client - 程序包 org.springframework.boot.web.reactive.function.client
Spring WebFlux WebClient support abstractions.
org.springframework.boot.web.reactive.result.view - 程序包 org.springframework.boot.web.reactive.result.view
Additional Views for use with WebFlux.
org.springframework.boot.web.reactive.server - 程序包 org.springframework.boot.web.reactive.server
Reactive web server abstractions.
org.springframework.boot.web.server - 程序包 org.springframework.boot.web.server
Support for embedded web servers.
org.springframework.boot.web.servlet - 程序包 org.springframework.boot.web.servlet
Classes and utilities designed to work with the `javax.servlet` specification.
org.springframework.boot.web.servlet.context - 程序包 org.springframework.boot.web.servlet.context
Servlet based web integrations with Spring's WebApplicationContext.
org.springframework.boot.web.servlet.error - 程序包 org.springframework.boot.web.servlet.error
Spring MVC error handling infrastructure.
org.springframework.boot.web.servlet.filter - 程序包 org.springframework.boot.web.servlet.filter
Spring Boot specific Filter implementations.
org.springframework.boot.web.servlet.server - 程序包 org.springframework.boot.web.servlet.server
Servlet web server abstractions.
org.springframework.boot.web.servlet.support - 程序包 org.springframework.boot.web.servlet.support
Support classes for Servlet-based web servers.
org.springframework.boot.web.servlet.view - 程序包 org.springframework.boot.web.servlet.view
Additional Views for use with Web MVC.
org.springframework.boot.webservices.client - 程序包 org.springframework.boot.webservices.client
Web Services client utilities.
Origin - org.springframework.boot.origin中的接口
Interface that uniquely represents the origin of an item.
ORIGINAL - org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
The original form as specified when the name was created or adapted.
OriginLookup<K> - org.springframework.boot.origin中的接口
An interface that may be implemented by an object that can lookup Origin information from a given key.
OriginProvider - org.springframework.boot.origin中的接口
Interface to provide access to the origin of an item.
OriginTrackedMapPropertySource - org.springframework.boot.env中的类
OriginLookup backed by a Map containing OriginTrackedValues.
OriginTrackedMapPropertySource(String, Map) - 类 的构造器org.springframework.boot.env.OriginTrackedMapPropertySource
 
OriginTrackedValue - org.springframework.boot.origin中的类
A wrapper for an Object value and Origin.

P

packages(Class<?>...) - 类 中的方法org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
The classes whose packages should be scanned for @Entity annotations.
packages(String...) - 类 中的方法org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
The names of packages to scan for @Entity annotations.
parent(Class<?>...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Add a parent application with the provided sources.
parent(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Add an already running parent context to an existing application.
ParentContextApplicationContextInitializer - org.springframework.boot.builder中的类
ApplicationContextInitializer for setting the parent context.
ParentContextApplicationContextInitializer(ApplicationContext) - 类 的构造器org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
ParentContextApplicationContextInitializer.ParentContextAvailableEvent - org.springframework.boot.builder中的类
ApplicationEvent fired when a parent context is available.
ParentContextAvailableEvent(ConfigurableApplicationContext) - 类 的构造器org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
 
ParentContextCloserApplicationListener - org.springframework.boot.builder中的类
Listener that closes the application context if its parent is closed.
ParentContextCloserApplicationListener() - 类 的构造器org.springframework.boot.builder.ParentContextCloserApplicationListener
 
ParentContextCloserApplicationListener.ContextCloserListener - org.springframework.boot.builder中的类
ApplicationListener to close the context.
parse(String) - 枚举 中的方法org.springframework.boot.convert.DurationStyle
Parse the given value to a duration.
parse(String, ChronoUnit) - 枚举 中的方法org.springframework.boot.convert.DurationStyle
Parse the given value to a duration.
parseList(String) - 类 中的方法org.springframework.boot.json.BasicJsonParser
 
parseList(String) - 类 中的方法org.springframework.boot.json.GsonJsonParser
 
parseList(String) - 类 中的方法org.springframework.boot.json.JacksonJsonParser
 
parseList(String) - 接口 中的方法org.springframework.boot.json.JsonParser
Parse the specified JSON string into a List.
parseList(String) - 类 中的方法org.springframework.boot.json.YamlJsonParser
 
parseList(String, Function<String, List<Object>>) - 类 中的方法org.springframework.boot.json.AbstractJsonParser
 
parseMap(String) - 类 中的方法org.springframework.boot.json.BasicJsonParser
 
parseMap(String) - 类 中的方法org.springframework.boot.json.GsonJsonParser
 
parseMap(String) - 类 中的方法org.springframework.boot.json.JacksonJsonParser
 
parseMap(String) - 接口 中的方法org.springframework.boot.json.JsonParser
Parse the specified JSON string into a Map.
parseMap(String) - 类 中的方法org.springframework.boot.json.YamlJsonParser
 
parseMap(String, Function<String, Map<String, Object>>) - 类 中的方法org.springframework.boot.json.AbstractJsonParser
 
password(String) - 类 中的方法org.springframework.boot.jdbc.DataSourceBuilder
 
PATH_PROPERTY - 类 中的静态变量org.springframework.boot.logging.LogFile
The name of the Spring property that contains the directory where log files are written.
persistenceUnit(String) - 类 中的方法org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
The name of the persistence unit.
PID_KEY - 类 中的静态变量org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the process ID.
PlaceholdersResolver - org.springframework.boot.context.properties.bind中的接口
Optional strategy that used by a Binder to resolve property placeholders.
PoolingConnectionFactoryBean - org.springframework.boot.jta.bitronix中的类
Spring friendly version of PoolingConnectionFactory.
PoolingConnectionFactoryBean() - 类 的构造器org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
PoolingConnectionFactoryBean.DirectXAConnectionFactory - org.springframework.boot.jta.bitronix中的类
A XAConnectionFactory implementation that delegates to the ThreadLocalPoolingConnectionFactoryBean.
PoolingDataSourceBean - org.springframework.boot.jta.bitronix中的类
Spring friendly version of PoolingDataSource.
PoolingDataSourceBean() - 类 的构造器org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
PoolingDataSourceBean.DirectXADataSource - org.springframework.boot.jta.bitronix中的类
A XADataSource implementation that delegates to the ThreadLocalPoolingDataSourceBean.
poolSize(int) - 类 中的方法org.springframework.boot.task.TaskSchedulerBuilder
Set the maximum allowed number of threads.
PortInUseException - org.springframework.boot.web.server中的异常错误
A PortInUseException is thrown when a web server fails to start due to a port already being in use.
PortInUseException(int) - 异常错误 的构造器org.springframework.boot.web.server.PortInUseException
Creates a new port in use exception for the given port.
POSTGRESQL - org.springframework.boot.jdbc.DatabaseDriver
Postgres.
postProcessAfterInitialization(Object, String) - 类 中的方法org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - 类 中的方法org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
 
postProcessApplicationContext(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.SpringApplication
Apply any relevant post processing the ApplicationContext.
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - 类 中的方法org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Register ServletContextAwareProcessor.
postProcessBeforeInitialization(Object, String) - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
 
postProcessContext(Context) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Post process the Tomcat Context before it's used with the Tomcat Server.
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类 中的方法org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类 中的方法org.springframework.boot.context.config.ConfigFileApplicationListener
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 接口 中的方法org.springframework.boot.env.EnvironmentPostProcessor
Post-process the given environment.
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类 中的方法org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - 类 中的方法org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
 
postProcessWebAppContext(WebAppContext) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Post process the Jetty WebAppContext before it's used with the Jetty Server.
prefix() - 注释类型 中的方法org.springframework.boot.context.properties.ConfigurationProperties
The name prefix of the properties that are valid to bind to this object.
prepareContext(Host, ServletContextInitializer[]) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
prepareContext(Host, TomcatHttpHandlerAdapter) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
prepareRefresh() - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
 
prepareRefresh() - 类 中的方法org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
 
prepareWebApplicationContext(ServletContext) - 类 中的方法org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Prepare the WebApplicationContext with the given fully loaded ServletContext.
PRESENT - org.springframework.boot.context.properties.source.ConfigurationPropertyState
The ConfigurationPropertySource has at least one matching ConfigurationProperty.
print(Duration) - 枚举 中的方法org.springframework.boot.convert.DurationStyle
Print the specified duration.
print(Duration, ChronoUnit) - 枚举 中的方法org.springframework.boot.convert.DurationStyle
Print the specified duration using the given unit.
printBanner(Environment, Class<?>, PrintStream) - 接口 中的方法org.springframework.boot.Banner
Print the banner to the specified print stream.
printBanner(Environment, Class<?>, PrintStream) - 类 中的方法org.springframework.boot.ImageBanner
 
printBanner(Environment, Class<?>, PrintStream) - 类 中的方法org.springframework.boot.ResourceBanner
 
profiles(String...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Add to the active Spring profiles for this app (and its parent and children).
properties(String...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Default properties for the environment in the form key=value or key:value.
properties(Map<String, ?>) - 类 中的方法org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
Generic properties for standard JPA or vendor-specific configuration.
properties(Map<String, Object>) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Default properties for the environment.
properties(Properties) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Default properties for the environment in the form key=value or key:value.
PropertiesPropertySourceLoader - org.springframework.boot.env中的类
Strategy to load '.properties' files into a PropertySource.
PropertiesPropertySourceLoader() - 类 的构造器org.springframework.boot.env.PropertiesPropertySourceLoader
 
PropertyMapper - org.springframework.boot.context.properties中的类
Utility that can be used to map values from a supplied source to a destination.
PropertyMapper.Source<T> - org.springframework.boot.context.properties中的类
A source that is in the process of being mapped.
PropertyMapper.SourceOperator - org.springframework.boot.context.properties中的接口
An operation that can be applied to a PropertyMapper.Source.
PropertySourceLoader - org.springframework.boot.env中的接口
Strategy interface located via SpringFactoriesLoader and used to load a PropertySource.
PropertySourceOrigin - org.springframework.boot.origin中的类
Origin from a PropertySource.
PropertySourceOrigin(PropertySource<?>, String) - 类 的构造器org.springframework.boot.origin.PropertySourceOrigin
Create a new PropertySourceOrigin instance.
PropertySourcesPlaceholdersResolver - org.springframework.boot.context.properties.bind中的类
PlaceholdersResolver to resolve placeholders from PropertySources.
PropertySourcesPlaceholdersResolver(Iterable<PropertySource<?>>) - 类 的构造器org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
 
PropertySourcesPlaceholdersResolver(Iterable<PropertySource<?>>, PropertyPlaceholderHelper) - 类 的构造器org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
 
PropertySourcesPlaceholdersResolver(Environment) - 类 的构造器org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
 
put(Object, Object) - 类 中的方法org.springframework.boot.context.properties.source.MapConfigurationPropertySource
Add an individual entry.
putAll(Map<?, ?>) - 类 中的方法org.springframework.boot.context.properties.source.MapConfigurationPropertySource
Add all entries from the specified map.

Q

queueCapacity(int) - 类 中的方法org.springframework.boot.task.TaskExecutorBuilder
Set the capacity of the queue.

R

RANDOM_PROPERTY_SOURCE_NAME - 类 中的静态变量org.springframework.boot.env.RandomValuePropertySource
Name of the random PropertySource.
RandomValuePropertySource - org.springframework.boot.env中的类
PropertySource that returns a random value for any property that starts with "random.".
RandomValuePropertySource() - 类 的构造器org.springframework.boot.env.RandomValuePropertySource
 
RandomValuePropertySource(String) - 类 的构造器org.springframework.boot.env.RandomValuePropertySource
 
REACTIVE - org.springframework.boot.WebApplicationType
The application should run as a reactive web application and should start an embedded reactive web server.
ReactiveWebApplicationContext - org.springframework.boot.web.reactive.context中的接口
Interface to provide configuration for a reactive web application.
ReactiveWebServerApplicationContext - org.springframework.boot.web.reactive.context中的类
A GenericReactiveWebApplicationContext that can be used to bootstrap itself from a contained ReactiveWebServerFactory bean.
ReactiveWebServerApplicationContext() - 类 的构造器org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
ReactiveWebServerApplicationContext(DefaultListableBeanFactory) - 类 的构造器org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
Create a new ReactiveWebServerApplicationContext with the given DefaultListableBeanFactory.
ReactiveWebServerFactory - org.springframework.boot.web.reactive.server中的接口
Factory interface that can be used to create a reactive WebServer.
ReactiveWebServerInitializedEvent - org.springframework.boot.web.reactive.context中的类
Event to be published after the ReactiveWebServerApplicationContext is refreshed and the WebServer is ready.
ReactiveWebServerInitializedEvent(WebServer, ReactiveWebServerApplicationContext) - 类 的构造器org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
 
reason() - 注释类型 中的方法org.springframework.boot.context.properties.DeprecatedConfigurationProperty
The reason for the deprecation.
Recovery() - 类 的构造器org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
RED - org.springframework.boot.ansi.AnsiBackground
 
RED - org.springframework.boot.ansi.AnsiColor
 
refresh() - 类 中的方法org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
refresh() - 类 中的方法org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
refresh(ApplicationContext) - 类 中的方法org.springframework.boot.SpringApplication
Refresh the underlying ApplicationContext.
register(Class<?>...) - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Register one or more annotated classes to be processed.
register(Class<?>...) - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Register one or more annotated classes to be processed.
register(Class<?>...) - 类 中的方法org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Register one or more annotated classes to be processed.
register(String, ServletContext) - 类 中的方法org.springframework.boot.web.servlet.DynamicRegistrationBean
 
register(String, ServletContext) - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
Register this bean with the servlet context.
register(String, ServletContext) - 类 中的方法org.springframework.boot.web.servlet.ServletListenerRegistrationBean
 
REGISTER_SHUTDOWN_HOOK_PROPERTY - 类 中的静态变量org.springframework.boot.context.logging.LoggingApplicationListener
The name of the Spring property that controls the registration of a shutdown hook to shut down the logging system when the JVM exits.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
 
registerErrorPages(ErrorPageRegistry) - 接口 中的方法org.springframework.boot.web.server.ErrorPageRegistrar
Register pages as required with the given registry.
registerJsonComponents() - 类 中的方法org.springframework.boot.jackson.JsonComponentModule
 
registerLoggedException(Throwable) - 类 中的方法org.springframework.boot.SpringApplication
Register that the given exception has been logged.
registerShutdownHook(boolean) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Sets if the created ApplicationContext should have a shutdown hook registered.
RegistrationBean - org.springframework.boot.web.servlet中的类
Base class for Servlet 3.0+ based registration beans.
RegistrationBean() - 类 的构造器org.springframework.boot.web.servlet.RegistrationBean
 
reinitialize(LoggingInitializationContext) - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem
Reinitialize the logging system if required.
reinitialize(LoggingInitializationContext) - 类 中的方法org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
reinitialize(LoggingInitializationContext) - 类 中的方法org.springframework.boot.logging.logback.LogbackLoggingSystem
 
remove(String) - 类 中的方法org.springframework.boot.web.server.MimeMappings
Remove an existing mapping.
renderInternal(Map<String, Object>, MediaType, ServerWebExchange) - 类 中的方法org.springframework.boot.web.reactive.result.view.MustacheView
 
renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.boot.web.servlet.view.MustacheView
 
replacement() - 注释类型 中的方法org.springframework.boot.context.properties.DeprecatedConfigurationProperty
The field that should be used instead (if any).
replay(Log, Class<?>) - 类 中的静态方法org.springframework.boot.logging.DeferredLog
Replay from a source log to a destination log when the source is deferred.
replay(Log, Log) - 类 中的静态方法org.springframework.boot.logging.DeferredLog
Replay from a source log to a destination log when the source is deferred.
replayTo(Class<?>) - 类 中的方法org.springframework.boot.logging.DeferredLog
Replay deferred logging to the specified destination.
replayTo(Log) - 类 中的方法org.springframework.boot.logging.DeferredLog
Replay deferred logging to the specified destination.
report(FailureAnalysis) - 接口 中的方法org.springframework.boot.diagnostics.FailureAnalysisReporter
Reports the given failureAnalysis to the user.
report(FailureAnalysis) - 类 中的方法org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
 
reportException(Throwable) - 接口 中的方法org.springframework.boot.SpringBootExceptionReporter
Report a startup failure to the user.
REQUEST - org.springframework.boot.web.servlet.DispatcherType
Apply the filter on ordinary client calls.
REQUEST_WRAPPER_FILTER_MAX_ORDER - 接口 中的静态变量org.springframework.boot.web.reactive.filter.OrderedWebFilter
Filters that wrap the request should be ordered less than or equal to this.
REQUEST_WRAPPER_FILTER_MAX_ORDER - 类 中的静态变量org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
已过时。
since 2.1.0 in favor of OrderedFilter.REQUEST_WRAPPER_FILTER_MAX_ORDER
REQUEST_WRAPPER_FILTER_MAX_ORDER - 接口 中的静态变量org.springframework.boot.web.servlet.filter.OrderedFilter
Filters that wrap the servlet request should be ordered less than or equal to this.
REQUEST_WRAPPER_FILTER_MAX_ORDER - 类 中的静态变量org.springframework.boot.web.servlet.FilterRegistrationBean
已过时。
since 2.1.0 in favor of OrderedFilter.REQUEST_WRAPPER_FILTER_MAX_ORDER
requestFactory(Class<? extends ClientHttpRequestFactory>) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestFactory class that should be used with the RestTemplate.
requestFactory(Supplier<ClientHttpRequestFactory>) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the Supplier of ClientHttpRequestFactory that should be called each time we RestTemplateBuilder.build() a new RestTemplate instance.
requestFactory(Supplier<ClientHttpRequestFactory>) - 类 中的方法org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
Set the Supplier of ClientHttpRequestFactory that should be called to create the HTTP-based WebServiceMessageSender.
requiredViewClass() - 类 中的方法org.springframework.boot.web.reactive.result.view.MustacheViewResolver
 
requiredViewClass() - 类 中的方法org.springframework.boot.web.servlet.view.MustacheViewResolver
 
reset() - 类 中的静态方法org.springframework.boot.context.ApplicationPidFileWriter
Reset the created flag for testing purposes.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.boot.web.servlet.error.DefaultErrorAttributes
 
resolvePlaceholder(String) - 类 中的方法org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
 
resolvePlaceholders(Object) - 接口 中的方法org.springframework.boot.context.properties.bind.PlaceholdersResolver
Called to resolve any placeholders in the given value.
resolvePlaceholders(Object) - 类 中的方法org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
 
ResourceBanner - org.springframework.boot中的类
Banner implementation that prints from a source text Resource.
ResourceBanner(Resource) - 类 的构造器org.springframework.boot.ResourceBanner
 
resourceLoader(ResourceLoader) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
ResourceLoader for the application context.
restore() - 类 中的方法org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.ExistingWebApplicationScopes
 
RestTemplateBuilder - org.springframework.boot.web.client中的类
Builder that can be used to configure and create a RestTemplate.
RestTemplateBuilder(RestTemplateCustomizer...) - 类 的构造器org.springframework.boot.web.client.RestTemplateBuilder
Create a new RestTemplateBuilder instance.
RestTemplateCustomizer - org.springframework.boot.web.client中的接口
Callback interface that can be used to customize a RestTemplate.
ROOT_LOGGER_NAME - 类 中的静态变量org.springframework.boot.logging.LoggingSystem
The name used for the root logger.
rootUri(String) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set a root URL that should be applied to each request that starts with '/'.
RootUriTemplateHandler - org.springframework.boot.web.client中的类
UriTemplateHandler to set the root for URI that starts with '/'.
RootUriTemplateHandler(String) - 类 的构造器org.springframework.boot.web.client.RootUriTemplateHandler
Create a new RootUriTemplateHandler instance.
RootUriTemplateHandler(String, UriTemplateHandler) - 类 的构造器org.springframework.boot.web.client.RootUriTemplateHandler
Create a new RootUriTemplateHandler instance.
RootUriTemplateHandler(UriTemplateHandler) - 类 的构造器org.springframework.boot.web.client.RootUriTemplateHandler
 
run(Class<?>[], String[]) - 类 中的静态方法org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified sources using default settings and user supplied arguments.
run(Class<?>, String...) - 类 中的静态方法org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified source using default settings.
run(String...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Create an application context (and its parent if specified) with the command line args provided.
run(String...) - 接口 中的方法org.springframework.boot.CommandLineRunner
Callback used to run the bean.
run(String...) - 类 中的方法org.springframework.boot.SpringApplication
Run the Spring application, creating and refreshing a new ApplicationContext.
run(ApplicationArguments) - 接口 中的方法org.springframework.boot.ApplicationRunner
Callback used to run the bean.
run(SpringApplication) - 类 中的方法org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Called to run a fully configured SpringApplication.
running(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.context.event.EventPublishingRunListener
 
running(ConfigurableApplicationContext) - 接口 中的方法org.springframework.boot.SpringApplicationRunListener
Called immediately before the run method finishes, when the application context has been refreshed and all CommandLineRunners and ApplicationRunners have been called.

S

SAP - org.springframework.boot.cloud.CloudPlatform
SAP Cloud platform.
scan(String...) - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Perform a scan within the specified base packages.
scan(String...) - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Perform a scan within the specified base packages.
scan(String...) - 类 中的方法org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Perform a scan within the specified base packages.
SchemaManagement - org.springframework.boot.jdbc中的枚举
An enumeration of the available schema management options.
SchemaManagementProvider - org.springframework.boot.jdbc中的接口
Strategy interface to determine the SchemaManagement of a DataSource.
serialize(T, JsonGenerator, SerializerProvider) - 类 中的方法org.springframework.boot.jackson.JsonObjectSerializer
 
serializeObject(T, JsonGenerator, SerializerProvider) - 类 中的方法org.springframework.boot.jackson.JsonObjectSerializer
Serialize JSON content into the value type this serializer handles.
ServerPortInfoApplicationContextInitializer - org.springframework.boot.web.context中的类
ApplicationContextInitializer that sets Environment properties for the ports that WebServer servers are actually listening on.
ServerPortInfoApplicationContextInitializer() - 类 的构造器org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
 
SERVLET - org.springframework.boot.WebApplicationType
The application should run as a servlet-based web application and should start an embedded servlet web server.
ServletComponentScan - org.springframework.boot.web.servlet中的注释类型
Enables scanning for Servlet components (filters, servlets, and listeners).
ServletContextApplicationContextInitializer - org.springframework.boot.web.servlet.support中的类
ApplicationContextInitializer for setting the servlet context.
ServletContextApplicationContextInitializer(ServletContext) - 类 的构造器org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
ServletContextApplicationContextInitializer(ServletContext, boolean) - 类 的构造器org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
ServletContextInitializer - org.springframework.boot.web.servlet中的接口
Interface used to configure a Servlet 3.0+ context programmatically.
ServletContextInitializerBeans - org.springframework.boot.web.servlet中的类
A collection ServletContextInitializers obtained from a ListableBeanFactory.
ServletContextInitializerBeans(ListableBeanFactory, Class<? extends ServletContextInitializer>...) - 类 的构造器org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
ServletContextInitializerBeans.RegistrationBeanAdapter<T> - org.springframework.boot.web.servlet中的接口
Adapter to convert a given Bean type into a RegistrationBean (and hence a ServletContextInitializer).
ServletContextInitializerConfiguration - org.springframework.boot.web.embedded.jetty中的类
Jetty Configuration that calls ServletContextInitializers.
ServletContextInitializerConfiguration(ServletContextInitializer...) - 类 的构造器org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
ServletListenerRegistrationBean<T extends EventListener> - org.springframework.boot.web.servlet中的类
A ServletContextInitializer to register EventListeners in a Servlet 3.0+ container.
ServletListenerRegistrationBean() - 类 的构造器org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Create a new ServletListenerRegistrationBean instance.
ServletListenerRegistrationBean(T) - 类 的构造器org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Create a new ServletListenerRegistrationBean instance.
ServletRegistrationBean<T extends javax.servlet.Servlet> - org.springframework.boot.web.servlet中的类
A ServletContextInitializer to register Servlets in a Servlet 3.0+ container.
ServletRegistrationBean() - 类 的构造器org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance.
ServletRegistrationBean(T, boolean, String...) - 类 的构造器org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance with the specified Servlet and URL mappings.
ServletRegistrationBean(T, String...) - 类 的构造器org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance with the specified Servlet and URL mappings.
ServletWebServerApplicationContext - org.springframework.boot.web.servlet.context中的类
A WebApplicationContext that can be used to bootstrap itself from a contained ServletWebServerFactory bean.
ServletWebServerApplicationContext() - 类 的构造器org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
ServletWebServerApplicationContext(DefaultListableBeanFactory) - 类 的构造器org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Create a new ServletWebServerApplicationContext with the given DefaultListableBeanFactory.
ServletWebServerApplicationContext.ExistingWebApplicationScopes - org.springframework.boot.web.servlet.context中的类
Utility class to store and restore any user defined scopes.
ServletWebServerFactory - org.springframework.boot.web.servlet.server中的接口
Factory interface that can be used to create a WebServer.
ServletWebServerInitializedEvent - org.springframework.boot.web.servlet.context中的类
Event to be published after the ServletWebServerApplicationContext is refreshed and the WebServer is ready.
ServletWebServerInitializedEvent(WebServer, ServletWebServerApplicationContext) - 类 的构造器org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
 
Session - org.springframework.boot.web.servlet.server中的类
Session properties.
Session() - 类 的构造器org.springframework.boot.web.servlet.server.Session
 
Session.Cookie - org.springframework.boot.web.servlet.server中的类
Cookie properties.
Session.SessionTrackingMode - org.springframework.boot.web.servlet.server中的枚举
Available session tracking modes (mirrors SessionTrackingMode.
setAcceptors(int) - 接口 中的方法org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
Set the number of acceptor threads to use.
setAcceptors(int) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
setAcceptors(int) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 
setAccessLogDirectory(File) - 接口 中的方法org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set the access log directory.
setAccessLogDirectory(File) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setAccessLogDirectory(File) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setAccessLogEnabled(boolean) - 接口 中的方法org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set whether access logs are enabled.
setAccessLogEnabled(boolean) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setAccessLogEnabled(boolean) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setAccessLogPattern(String) - 接口 中的方法org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set the access log pattern.
setAccessLogPattern(String) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setAccessLogPattern(String) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setAccessLogPrefix(String) - 接口 中的方法org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set the access log prefix.
setAccessLogPrefix(String) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setAccessLogPrefix(String) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setAccessLogRotate(boolean) - 接口 中的方法org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set whether access logs rotation is enabled.
setAccessLogRotate(boolean) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setAccessLogRotate(boolean) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setAccessLogSuffix(String) - 接口 中的方法org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set the access log suffix.
setAccessLogSuffix(String) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setAccessLogSuffix(String) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setAddCommandLineProperties(boolean) - 类 中的方法org.springframework.boot.SpringApplication
Sets if a CommandLinePropertySource should be added to the application context in order to expose arguments.
setAddConversionService(boolean) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate if the ApplicationConversionService should be added to the application context's Environment.
setAddConversionService(boolean) - 类 中的方法org.springframework.boot.SpringApplication
Sets if the ApplicationConversionService should be added to the application context's Environment.
setAdditionalProfiles(String...) - 类 中的方法org.springframework.boot.SpringApplication
Set additional profile values to use (on top of those set in system or command line properties).
setAddress(InetAddress) - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setAddress(InetAddress) - 接口 中的方法org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the specific network address that the server should bind to.
setAllowBeanDefinitionOverriding(boolean) - 类 中的方法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) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.boot.builder.ParentContextCloserApplicationListener
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
 
setApplicationContextClass(Class<? extends ConfigurableApplicationContext>) - 类 中的方法org.springframework.boot.SpringApplication
Sets the type of Spring ApplicationContext that will be created.
setAsyncSupported(boolean) - 类 中的方法org.springframework.boot.web.servlet.DynamicRegistrationBean
Sets if asynchronous operations are supported for this registration.
setBackgroundProcessorDelay(int) - 接口 中的方法org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Sets the background processor delay in seconds.
setBackgroundProcessorDelay(int) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
setBackgroundProcessorDelay(int) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
setBanner(Banner) - 类 中的方法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) - 类 中的方法org.springframework.boot.SpringApplication
Sets the mode used to display the banner when the application runs.
setBaseDirectory(File) - 接口 中的方法org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Set the Tomcat base directory.
setBaseDirectory(File) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
setBaseDirectory(File) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.context.TypeExcludeFilter
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.jackson.JsonComponentModule
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
 
setBeanName(String) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
setBeanName(String) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
setBeanName(String) - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
setBeanName(String) - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
setBeanNameGenerator(BeanNameGenerator) - 类 中的方法org.springframework.boot.SpringApplication
Sets the bean name generator that should be used when generating bean names.
setBeanNameGenerator(BeanNameGenerator) - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Set a custom BeanNameGenerator for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner.
setBeanNameGenerator(BeanNameGenerator) - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Provide a custom BeanNameGenerator for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner, if any.
setBeanNameGenerator(BeanNameGenerator) - 类 中的方法org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Provide a custom BeanNameGenerator for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner, if any.
setBootstrapExecutor(AsyncTaskExecutor) - 类 中的方法org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
Configure the bootstrap executor to be used by the LocalContainerEntityManagerFactoryBean.
setBufferSize(Integer) - 接口 中的方法org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set the buffer size.
setBufferSize(Integer) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setBufferSize(Integer) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Set UndertowBuilderCustomizers that should be applied to the Undertow Builder.
setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Set UndertowBuilderCustomizers that should be applied to the Undertow Undertow.Builder.
setCharset(String) - 类 中的方法org.springframework.boot.web.reactive.result.view.MustacheView
Set the charset used for reading Mustache template files.
setCharset(String) - 类 中的方法org.springframework.boot.web.reactive.result.view.MustacheViewResolver
Set the charset.
setCharset(String) - 类 中的方法org.springframework.boot.web.servlet.view.MustacheView
Set the charset used for reading Mustache template files.
setCharset(String) - 类 中的方法org.springframework.boot.web.servlet.view.MustacheViewResolver
Set the charset.
setCheckConnectionForError(boolean) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the interval between checkpoints.
setCiphers(String[]) - 类 中的方法org.springframework.boot.web.server.Ssl
 
setClassName(String) - 类 中的方法org.springframework.boot.web.servlet.server.Jsp
 
setClientAuth(Ssl.ClientAuth) - 类 中的方法org.springframework.boot.web.server.Ssl
 
setComment(String) - 类 中的方法org.springframework.boot.web.servlet.server.Session.Cookie
 
setCompiler(Mustache.Compiler) - 类 中的方法org.springframework.boot.web.reactive.result.view.MustacheView
Set the JMustache compiler to be used by this view.
setCompiler(Mustache.Compiler) - 类 中的方法org.springframework.boot.web.servlet.view.MustacheView
Set the Mustache compiler to be used by this view.
setCompression(Compression) - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setCompression(Compression) - 接口 中的方法org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the compression configuration that will be applied to the server's default connector.
setConfigurations(Collection<? extends Configuration>) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Sets Jetty Configurations that will be applied to the WebAppContext before the server is created.
setConnectionFactory(XAConnectionFactory) - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
Set the XAConnectionFactory directly, instead of calling ResourceBean.setClassName(String).
setConnectTimeout(int) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
已过时。
setConnectTimeout(Duration) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Sets the connection timeout on the underlying ClientHttpRequestFactory.
setConnectTimeout(Duration) - 类 中的方法org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
Set the connection timeout.
setConsoleAvailable(Boolean) - 类 中的静态方法org.springframework.boot.ansi.AnsiOutput
Sets if the System.console() is known to be available.
setContextLifecycleListeners(Collection<? extends LifecycleListener>) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Set LifecycleListeners that should be applied to the Tomcat Context.
setContextLifecycleListeners(Collection<? extends LifecycleListener>) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set LifecycleListeners that should be applied to the Tomcat Context.
setContextPath(String) - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setContextPath(String) - 接口 中的方法org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the context path for the web server.
setContextValves(Collection<? extends Valve>) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set Valves that should be applied to the Tomcat Context.
setDataSource(XADataSource) - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean
Set the XADataSource directly, instead of calling ResourceBean.setClassName(String).
setDefaultJtaTimeout(Duration) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
The default timeout for JTA transactions (optional, defaults to 10000 ms).
setDefaultMaxWaitTimeOnShutdown(long) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies how long should a normal shutdown (no-force) wait for transactions to complete.
setDefaultProperties(Map<String, Object>) - 类 中的方法org.springframework.boot.SpringApplication
Set default environment properties which will be used in addition to those in the existing Environment.
setDefaultProperties(Properties) - 类 中的方法org.springframework.boot.SpringApplication
setDefaultUri(String) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the default URI to be used on operations that do not have a URI parameter.
setDelay(Duration) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Set UndertowDeploymentInfoCustomizers that should be applied to the Undertow DeploymentInfo.
setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Set UndertowDeploymentInfoCustomizers that should be applied to the Undertow DeploymentInfo.
setDestinationProvider(DestinationProvider) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the DestinationProvider to use.
setDispatcherTypes(EnumSet<DispatcherType>) - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Sets the dispatcher types that should be used with the registration.
setDispatcherTypes(DispatcherType, DispatcherType...) - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Convenience method to set dispatcher types using the specified elements.
setDisplayName(String) - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setDisplayName(String) - 接口 中的方法org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the display name of the application deployed in the web server.
setDocumentRoot(File) - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setDocumentRoot(File) - 接口 中的方法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) - 类 中的方法org.springframework.boot.web.servlet.server.Session.Cookie
 
setEagerInitFilters(boolean) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Set whether filters should be initialized eagerly.
setEnabled(boolean) - 类 中的方法org.springframework.boot.web.server.Compression
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.web.server.Http2
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.web.server.Ssl
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
Flag to indicate that the registration is enabled.
setEnabled(AnsiOutput.Enabled) - 类 中的静态方法org.springframework.boot.ansi.AnsiOutput
Sets if ANSI output is enabled.
setEnabledProtocols(String[]) - 类 中的方法org.springframework.boot.web.server.Ssl
 
setEnableLogging(boolean) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies if disk logging should be enabled or not.
setEngineValves(Collection<? extends Valve>) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set Valves that should be applied to the Tomcat Engine.
setEnvironment(ConfigurableEnvironment) - 类 中的方法org.springframework.boot.SpringApplication
Sets the underlying environment that should be used with the created application context.
setEnvironment(ConfigurableEnvironment) - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
setEnvironment(ConfigurableEnvironment) - 类 中的方法org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
setEnvironment(ConfigurableEnvironment) - 类 中的方法org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
setEnvironment(Environment) - 类 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
setErrorPages(Set<? extends ErrorPage>) - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setErrorPages(Set<? extends ErrorPage>) - 接口 中的方法org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the error pages that will be used when handling exceptions.
setExcludedUserAgents(String[]) - 类 中的方法org.springframework.boot.web.server.Compression
 
setFaultMessageResolver(FaultMessageResolver) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the FaultMessageResolver to use.
setFileSizeThreshold(int) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
已过时。
setFileSizeThreshold(String) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
已过时。
setFileSizeThreshold(DataSize) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the size threshold after which files will be written to disk.
setFilter(T) - 类 中的方法org.springframework.boot.web.servlet.FilterRegistrationBean
Set the filter to be registered.
setForceShutdownOnVmExit(boolean) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies whether VM shutdown should trigger forced shutdown of the transaction core.
setForgetOrphanedLogEntriesDelay(Duration) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
setHeadless(boolean) - 类 中的方法org.springframework.boot.SpringApplication
Sets if the application is headless and should not instantiate AWT.
setHttp2(Http2) - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setHttp2(Http2) - 接口 中的方法org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the HTTP/2 configuration that will be applied to the server.
setHttpOnly(Boolean) - 类 中的方法org.springframework.boot.web.servlet.server.Session.Cookie
 
setInitializers(Collection<? extends ApplicationContextInitializer<?>>) - 类 中的方法org.springframework.boot.SpringApplication
Sets the ApplicationContextInitializer that will be applied to the Spring ApplicationContext.
setInitializers(List<? extends ServletContextInitializer>) - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setInitializers(List<? extends ServletContextInitializer>) - 接口 中的方法org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
setInitParameters(Map<String, String>) - 类 中的方法org.springframework.boot.web.servlet.DynamicRegistrationBean
Set init-parameters for this registration.
setInitParameters(Map<String, String>) - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setInitParameters(Map<String, String>) - 接口 中的方法org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the init parameters that are applied to the container's ServletContext.
setInitParameters(Map<String, String>) - 类 中的方法org.springframework.boot.web.servlet.server.Jsp
 
setIoThreads(Integer) - 接口 中的方法org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set the number of IO Threads.
setIoThreads(Integer) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setIoThreads(Integer) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setJsp(Jsp) - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setJsp(Jsp) - 接口 中的方法org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the configuration that will be applied to the server's JSP servlet.
setKeyAlias(String) - 类 中的方法org.springframework.boot.web.server.Ssl
 
setKeyPassword(String) - 类 中的方法org.springframework.boot.web.server.Ssl
 
setKeyStore(String) - 类 中的方法org.springframework.boot.web.server.Ssl
 
setKeyStorePassword(String) - 类 中的方法org.springframework.boot.web.server.Ssl
 
setKeyStoreProvider(String) - 类 中的方法org.springframework.boot.web.server.Ssl
 
setKeyStoreType(String) - 类 中的方法org.springframework.boot.web.server.Ssl
 
setLifecycleTimeout(Duration) - 类 中的方法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) - 类 中的方法org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Set the listener that will be registered.
setListeners(Collection<? extends ApplicationListener<?>>) - 类 中的方法org.springframework.boot.SpringApplication
Sets the ApplicationListeners that will be applied to the SpringApplication and registered with the ApplicationContext.
setLoadOnStartup(int) - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Sets the loadOnStartup priority.
setLocaleCharsetMappings(Map<Locale, Charset>) - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setLocaleCharsetMappings(Map<Locale, Charset>) - 接口 中的方法org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the Locale to Charset mappings.
setLocation(String) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the directory location where files will be stored.
setLogBaseDir(String) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the directory in which the log files should be stored.
setLogBaseName(String) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the transactions log file base name.
setLoginTimeout(int) - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
setLogLevel(String, LogLevel) - 类 中的方法org.springframework.boot.logging.java.JavaLoggingSystem
 
setLogLevel(String, LogLevel) - 类 中的方法org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
setLogLevel(String, LogLevel) - 类 中的方法org.springframework.boot.logging.logback.LogbackLoggingSystem
 
setLogLevel(String, LogLevel) - 类 中的方法org.springframework.boot.logging.LoggingSystem
Sets the logging level for a given logger.
setLogLevels(LoggingSystem, Environment) - 类 中的方法org.springframework.boot.context.logging.LoggingApplicationListener
 
setLogStartupInfo(boolean) - 类 中的方法org.springframework.boot.SpringApplication
Sets if the application information should be logged when the application starts.
setLogWriter(PrintWriter) - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
setMainApplicationClass(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) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the Marshaller to use to serialize messages.
setMatchAfter(boolean) - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Set if the filter mappings should be matched after any declared filter mappings of the ServletContext.
setMaxActives(int) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the maximum number of active transactions.
setMaxAge(Duration) - 类 中的方法org.springframework.boot.web.servlet.server.Session.Cookie
 
setMaxFileSize(long) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
已过时。
setMaxFileSize(String) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
已过时。
setMaxFileSize(DataSize) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum size allowed for uploaded files.
setMaxRequestSize(long) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
已过时。
setMaxRequestSize(String) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
已过时。
setMaxRequestSize(DataSize) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum DataSize allowed for multipart/form-data requests.
setMaxRetries(int) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
setMaxTimeout(Duration) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the maximum timeout that can be allowed for transactions.
setMimeMappings(MimeMappings) - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setMimeMappings(MimeMappings) - 接口 中的方法org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the mime-type mappings.
setMimeTypes(String[]) - 类 中的方法org.springframework.boot.web.server.Compression
 
setMinResponseSize(DataSize) - 类 中的方法org.springframework.boot.web.server.Compression
 
setMultipartConfig(MultipartConfigElement) - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Set the multi-part configuration.
setName(String) - 类 中的方法org.springframework.boot.web.servlet.DynamicRegistrationBean
Set the name of this registration.
setName(String) - 类 中的方法org.springframework.boot.web.servlet.server.Session.Cookie
 
setOf(Class<E>) - 类 中的静态方法org.springframework.boot.context.properties.bind.Bindable
Create a new BindableSet of the specified element type.
setOrder(int) - 类 中的方法org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
setOrder(int) - 类 中的方法org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
setOrder(int) - 类 中的方法org.springframework.boot.context.ApplicationPidFileWriter
 
setOrder(int) - 类 中的方法org.springframework.boot.context.config.ConfigFileApplicationListener
 
setOrder(int) - 类 中的方法org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
setOrder(int) - 类 中的方法org.springframework.boot.context.config.DelegatingApplicationListener
 
setOrder(int) - 类 中的方法org.springframework.boot.context.ContextIdApplicationContextInitializer
 
setOrder(int) - 类 中的方法org.springframework.boot.context.logging.LoggingApplicationListener
 
setOrder(int) - 类 中的方法org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
setOrder(int) - 类 中的方法org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
 
setOrder(int) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
setOrder(int) - 类 中的方法org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
setOrder(int) - 类 中的方法org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
Set the order for this filter.
setOrder(int) - 类 中的方法org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
Set the order for this filter.
setOrder(int) - 类 中的方法org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
Set the order for this filter.
setOrder(int) - 类 中的方法org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
Set the order for this filter.
setOrder(int) - 类 中的方法org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
Set the order for this filter.
setOrder(int) - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
Set the order of the registration bean.
setOrder(int) - 类 中的方法org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
 
setParseArgs(boolean) - 类 中的方法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) - 类 中的方法org.springframework.boot.web.servlet.server.Session.Cookie
 
setPersistent(boolean) - 类 中的方法org.springframework.boot.web.servlet.server.Session
 
setPort(int) - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setPort(int) - 接口 中的方法org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the port that the web server should listen on.
setProtocol(String) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
The Tomcat protocol to use when create the Connector.
setProtocol(String) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
The Tomcat protocol to use when create the Connector.
setProtocol(String) - 类 中的方法org.springframework.boot.web.server.Ssl
 
setReadTimeout(int) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
已过时。
setReadTimeout(Duration) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Sets the read timeout on the underlying ClientHttpRequestFactory.
setReadTimeout(Duration) - 类 中的方法org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
Set the read timeout.
setRegisterDefaultServlet(boolean) - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setRegisterDefaultServlet(boolean) - 接口 中的方法org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Set if the DefaultServlet should be registered.
setRegistered(boolean) - 类 中的方法org.springframework.boot.web.servlet.server.Jsp
 
setRegisterErrorPageFilter(boolean) - 类 中的方法org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Set if the ErrorPageFilter should be registered.
setRegisterShutdownHook(boolean) - 类 中的方法org.springframework.boot.SpringApplication
Sets if the created ApplicationContext should have a shutdown hook registered.
setResourceFactory(JettyResourceFactory) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Set the JettyResourceFactory to get the shared resources from.
setResourceFactory(ReactorResourceFactory) - 类 中的方法org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Set the ReactorResourceFactory to get the shared resources from.
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.boot.SpringApplication
Sets the ResourceLoader that should be used when loading resources.
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setRetryInterval(Duration) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
setScopeMetadataResolver(ScopeMetadataResolver) - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Set a custom ScopeMetadataResolver for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner.
setScopeMetadataResolver(ScopeMetadataResolver) - 类 中的方法org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Set the ScopeMetadataResolver to use for detected bean classes.
setScopeMetadataResolver(ScopeMetadataResolver) - 类 中的方法org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Set the ScopeMetadataResolver to use for detected bean classes.
setSearchLocations(String) - 类 中的方法org.springframework.boot.context.config.ConfigFileApplicationListener
Set the search locations that will be considered as a comma-separated list.
setSearchNames(String) - 类 中的方法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) - 类 中的方法org.springframework.boot.web.servlet.server.Session.Cookie
 
setSelectors(int) - 接口 中的方法org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
Set the number of selector threads to use.
setSelectors(int) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
setSelectors(int) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 
setSerialJtaTransactions(boolean) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies if subtransactions should be joined when possible.
setServerCustomizers(Collection<? extends JettyServerCustomizer>) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Sets JettyServerCustomizers that will be applied to the Server before it is started.
setServerCustomizers(Collection<? extends JettyServerCustomizer>) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Sets JettyServerCustomizers that will be applied to the Server before it is started.
setServerCustomizers(Collection<? extends NettyServerCustomizer>) - 类 中的方法org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Set NettyServerCustomizers that should be applied to the Netty server builder.
setServerHeader(String) - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setServerHeader(String) - 接口 中的方法org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the server header value.
setServerNamespace(String) - 接口 中的方法org.springframework.boot.web.context.ConfigurableWebServerApplicationContext
Set the server namespace of the context.
setServerNamespace(String) - 类 中的方法org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
setServerNamespace(String) - 类 中的方法org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
setService(String) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the transaction manager implementation that should be started.
setServlet(T) - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Sets the servlet to be registered.
setServletConfig(ServletConfig) - 类 中的方法org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
setServletNames(Collection<String>) - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Set servlet names that the filter will be registered against.
setServletRegistrationBeans(Collection<? extends ServletRegistrationBean<?>>) - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Set ServletRegistrationBeans that the filter will be registered against.
setSession(Session) - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setSession(Session) - 接口 中的方法org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the configuration that will be applied to the container's HTTP session support.
setSources(Set<String>) - 类 中的方法org.springframework.boot.SpringApplication
Set additional sources that will be used to create an ApplicationContext.
setSpringBootLogging(LogLevel) - 类 中的方法org.springframework.boot.context.logging.LoggingApplicationListener
Sets a custom logging level to be used for Spring Boot and related libraries.
setSsl(Ssl) - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setSsl(Ssl) - 接口 中的方法org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the SSL configuration that will be applied to the server's default connector.
setSslStoreProvider(SslStoreProvider) - 类 中的方法org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setSslStoreProvider(SslStoreProvider) - 接口 中的方法org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets a provider that will be used to obtain SSL stores.
setStoreDir(File) - 类 中的方法org.springframework.boot.web.servlet.server.Session
 
setThreadedTwoPhaseCommit(boolean) - 类 中的方法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) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Set a Jetty ThreadPool that should be used by the Server.
setThreadPool(ThreadPool) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Set a Jetty ThreadPool that should be used by the Server.
setTimeout(Duration) - 类 中的方法org.springframework.boot.web.servlet.server.Session
 
setTldSkipPatterns(Collection<String>) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set the patterns that match jars to ignore for TLD scanning.
setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Set TomcatConnectorCustomizers that should be applied to the Tomcat Connector.
setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set TomcatConnectorCustomizers that should be applied to the Tomcat Connector.
setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Set TomcatContextCustomizers that should be applied to the Tomcat Context.
setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set TomcatContextCustomizers that should be applied to the Tomcat Context.
setTrackingModes(Set<Session.SessionTrackingMode>) - 类 中的方法org.springframework.boot.web.servlet.server.Session
 
setTransactionManagerUniqueName(String) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the transaction manager's unique name.
setTransformerFactoryClass(Class<? extends TransformerFactory>) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the TransformerFactory implementation to use.
setTriggerEventType(Class<? extends SpringApplicationEvent>) - 类 中的方法org.springframework.boot.context.ApplicationPidFileWriter
Sets the type of application event that will trigger writing of the PID file.
setTrustStore(String) - 类 中的方法org.springframework.boot.web.server.Ssl
 
setTrustStorePassword(String) - 类 中的方法org.springframework.boot.web.server.Ssl
 
setTrustStoreProvider(String) - 类 中的方法org.springframework.boot.web.server.Ssl
 
setTrustStoreType(String) - 类 中的方法org.springframework.boot.web.server.Ssl
 
setUnmarshaller(Unmarshaller) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the Unmarshaller to use to deserialize messages.
setUriEncoding(Charset) - 接口 中的方法org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Set the character encoding to use for URL decoding.
setUriEncoding(Charset) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Set the character encoding to use for URL decoding.
setUriEncoding(Charset) - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
setUrlMappings(Collection<String>) - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Set the URL mappings for the servlet.
setUrlPatterns(Collection<String>) - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Set the URL patterns that the filter will be registered against.
setUseDirectBuffers(Boolean) - 接口 中的方法org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set whether direct buffers should be used.
setUseDirectBuffers(Boolean) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setUseDirectBuffers(Boolean) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setUseForwardHeaders(boolean) - 接口 中的方法org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
Set if x-forward-* headers should be processed.
setUseForwardHeaders(boolean) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
setUseForwardHeaders(boolean) - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 
setUseForwardHeaders(boolean) - 类 中的方法org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Set if x-forward-* headers should be processed.
setUseForwardHeaders(boolean) - 接口 中的方法org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set if x-forward-* headers should be processed.
setUseForwardHeaders(boolean) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setUseForwardHeaders(boolean) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setValidating(boolean) - 类 中的方法org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Set whether to use XML validation.
setWebApplicationType(WebApplicationType) - 类 中的方法org.springframework.boot.SpringApplication
Sets the type of web application to be run.
setWebServiceMessageFactory(WebServiceMessageFactory) - 类 中的方法org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Sets the WebServiceMessageFactory to use for creating messages.
setWorkerThreads(Integer) - 接口 中的方法org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set the number of Worker Threads.
setWorkerThreads(Integer) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setWorkerThreads(Integer) - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
shouldRegisterJspServlet() - 类 中的方法org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Returns whether or not the JSP servlet should be registered with the web server.
shutdown() - 接口 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBean
Shutdown the application.
sibling(Class<?>...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Create a sibling application (one with the same parent).
sibling(Class<?>[], String...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Create a sibling application (one with the same parent).
SIMPLE - org.springframework.boot.convert.DurationStyle
Simple formatting, for example '1s'.
SimpleFormatter - org.springframework.boot.logging.java中的类
Simple 'Java Logging' Formatter.
SimpleFormatter() - 类 的构造器org.springframework.boot.logging.java.SimpleFormatter
 
size() - 类 中的方法org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
Slf4JLoggingSystem - org.springframework.boot.logging中的类
Abstract base class for LoggingSystem implementations that utilize SLF4J.
Slf4JLoggingSystem(ClassLoader) - 类 的构造器org.springframework.boot.logging.Slf4JLoggingSystem
 
sort(Collection<Class<?>>) - 类 中的方法org.springframework.boot.context.annotation.Configurations
Sort configuration classes into the order that they should be applied.
sources(Class<?>...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Add more sources (configuration classes and components) to this application.
SPRING_APPLICATION_JSON_ENVIRONMENT_VARIABLE - 类 中的静态变量org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
Name of the SPRING_APPLICATION_JSON environment variable.
SPRING_APPLICATION_JSON_PROPERTY - 类 中的静态变量org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
Name of the spring.application.json property.
SpringApplication - org.springframework.boot中的类
Class that can be used to bootstrap and launch a Spring application from a Java main method.
SpringApplication(Class<?>...) - 类 的构造器org.springframework.boot.SpringApplication
Create a new SpringApplication instance.
SpringApplication(ResourceLoader, Class<?>...) - 类 的构造器org.springframework.boot.SpringApplication
Create a new SpringApplication instance.
SpringApplicationAdminMXBean - org.springframework.boot.admin中的接口
An MBean contract to control and monitor a running SpringApplication via JMX.
SpringApplicationAdminMXBeanRegistrar - org.springframework.boot.admin中的类
Register a SpringApplicationAdminMXBean implementation to the platform MBeanServer.
SpringApplicationAdminMXBeanRegistrar(String) - 类 的构造器org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
SpringApplicationBuilder - org.springframework.boot.builder中的类
Builder for SpringApplication and ApplicationContext instances with convenient fluent API and context hierarchy support.
SpringApplicationBuilder(Class<?>...) - 类 的构造器org.springframework.boot.builder.SpringApplicationBuilder
 
SpringApplicationEvent - org.springframework.boot.context.event中的类
Base class for ApplicationEvent related to a SpringApplication.
SpringApplicationEvent(SpringApplication, String[]) - 类 的构造器org.springframework.boot.context.event.SpringApplicationEvent
 
SpringApplicationJsonEnvironmentPostProcessor - 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() - 类 的构造器org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
SpringApplicationRunListener - org.springframework.boot中的接口
Listener for the SpringApplicationrun method.
SpringBootConfiguration - org.springframework.boot中的注释类型
Indicates that a class provides Spring Boot application @Configuration.
SpringBootConfigurationFactory - 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() - 类 的构造器org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
 
SpringBootExceptionReporter - org.springframework.boot中的接口
Callback interface used to support custom reporting of SpringApplication startup errors.
SpringBootServletInitializer - org.springframework.boot.web.servlet.support中的类
An opinionated WebApplicationInitializer to run a SpringApplication from a traditional WAR deployment.
SpringBootServletInitializer() - 类 的构造器org.springframework.boot.web.servlet.support.SpringBootServletInitializer
 
SpringBootVersion - org.springframework.boot中的类
Class that exposes the Spring Boot version.
SpringImplicitNamingStrategy - org.springframework.boot.orm.jpa.hibernate中的类
Hibernate ImplicitNamingStrategy that follows Spring recommended naming conventions.
SpringImplicitNamingStrategy() - 类 的构造器org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
 
SpringJtaPlatform - 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) - 类 的构造器org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
SpringPackageScanClassResolver - org.springframework.boot.liquibase中的类
Liquibase PackageScanClassResolver implementation that uses Spring's resource scanning to locate classes.
SpringPackageScanClassResolver(Log) - 类 的构造器org.springframework.boot.liquibase.SpringPackageScanClassResolver
 
SpringPhysicalNamingStrategy - org.springframework.boot.orm.jpa.hibernate中的类
Hibernate PhysicalNamingStrategy that follows Spring recommended naming conventions.
SpringPhysicalNamingStrategy() - 类 的构造器org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
SQLITE - org.springframework.boot.jdbc.DatabaseDriver
SQL Lite.
SQLSERVER - org.springframework.boot.jdbc.DatabaseDriver
SQL Server.
Ssl - org.springframework.boot.web.server中的类
Simple server-independent abstraction for SSL configuration.
Ssl() - 类 的构造器org.springframework.boot.web.server.Ssl
 
SSL - org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
Use SSL build-in mechanism to track the session.
Ssl.ClientAuth - org.springframework.boot.web.server中的枚举
Client authentication types.
SslServerCustomizer - org.springframework.boot.web.embedded.netty中的类
NettyServerCustomizer that configures SSL for the given Reactor Netty server instance.
SslServerCustomizer(Ssl, Http2, SslStoreProvider) - 类 的构造器org.springframework.boot.web.embedded.netty.SslServerCustomizer
 
SslStoreProvider - org.springframework.boot.web.server中的接口
Interface to provide SSL key stores for an WebServer to use.
StandardReactiveWebEnvironment - org.springframework.boot.web.reactive.context中的类
Environment implementation to be used by Reactive-based web applications.
StandardReactiveWebEnvironment() - 类 的构造器org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment
 
start() - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyWebServer
 
start() - 类 中的方法org.springframework.boot.web.embedded.netty.NettyWebServer
 
start() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatWebServer
 
start() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
 
start() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowWebServer
 
start() - 接口 中的方法org.springframework.boot.web.server.WebServer
Starts the web server.
started(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.context.event.EventPublishingRunListener
 
started(ConfigurableApplicationContext) - 接口 中的方法org.springframework.boot.SpringApplicationRunListener
The context has been refreshed and the application has started but CommandLineRunners and ApplicationRunners have not been called.
starting() - 类 中的方法org.springframework.boot.context.event.EventPublishingRunListener
 
starting() - 接口 中的方法org.springframework.boot.SpringApplicationRunListener
Called immediately when the run method has first started.
stop() - 类 中的方法org.springframework.boot.web.embedded.jetty.JettyWebServer
 
stop() - 类 中的方法org.springframework.boot.web.embedded.netty.NettyWebServer
 
stop() - 类 中的方法org.springframework.boot.web.embedded.tomcat.TomcatWebServer
 
stop() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
 
stop() - 类 中的方法org.springframework.boot.web.embedded.undertow.UndertowWebServer
 
stop() - 接口 中的方法org.springframework.boot.web.server.WebServer
Stops the web server.
storeErrorInformation(Throwable, ServerWebExchange) - 类 中的方法org.springframework.boot.web.reactive.error.DefaultErrorAttributes
 
storeErrorInformation(Throwable, ServerWebExchange) - 接口 中的方法org.springframework.boot.web.reactive.error.ErrorAttributes
Store the given error information in the current ServerWebExchange.
stream() - 接口 中的方法org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
Returns a sequential Stream for the names managed by this source.
stream() - 类 中的方法org.springframework.boot.context.properties.source.MapConfigurationPropertySource
 
supportsEventType(Class<? extends ApplicationEvent>) - 类 中的方法org.springframework.boot.context.config.ConfigFileApplicationListener
 
supportsEventType(ResolvableType) - 类 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
supportsEventType(ResolvableType) - 类 中的方法org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
 
supportsEventType(ResolvableType) - 类 中的方法org.springframework.boot.context.logging.LoggingApplicationListener
 
supportsSourceType(Class<?>) - 类 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
supportsSourceType(Class<?>) - 类 中的方法org.springframework.boot.context.logging.LoggingApplicationListener
 
switchTo(Class<?>) - 类 中的方法org.springframework.boot.logging.DeferredLog
Switch from deferred logging to immediate logging to the specified destination.
switchTo(Log) - 类 中的方法org.springframework.boot.logging.DeferredLog
Switch from deferred logging to immediate logging to the specified destination.
SYSTEM_PROPERTY - 类 中的静态变量org.springframework.boot.logging.LoggingSystem
A System property that can be used to indicate the LoggingSystem to use.
SystemEnvironmentOrigin - org.springframework.boot.origin中的类
Origin for an item loaded from the system environment.
SystemEnvironmentOrigin(String) - 类 的构造器org.springframework.boot.origin.SystemEnvironmentOrigin
 
SystemEnvironmentPropertySourceEnvironmentPostProcessor - org.springframework.boot.env中的类
An EnvironmentPostProcessor that replaces the systemEnvironment SystemEnvironmentPropertySource with an SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource that can track the SystemEnvironmentOrigin for every system environment property.
SystemEnvironmentPropertySourceEnvironmentPostProcessor() - 类 的构造器org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
 
SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource - org.springframework.boot.env中的类
SystemEnvironmentPropertySource that also tracks Origin.
SystemProperties - org.springframework.boot.system中的类
Access to system properties.

T

taskDecorator(TaskDecorator) - 类 中的方法org.springframework.boot.task.TaskExecutorBuilder
Set the TaskDecorator to use or null to not use any.
TaskExecutorBuilder - org.springframework.boot.task中的类
Builder that can be used to configure and create a TaskExecutor.
TaskExecutorBuilder() - 类 的构造器org.springframework.boot.task.TaskExecutorBuilder
 
TaskExecutorCustomizer - org.springframework.boot.task中的接口
Callback interface that can be used to customize a ThreadPoolTaskExecutor.
TaskSchedulerBuilder - org.springframework.boot.task中的类
Builder that can be used to configure and create a TaskScheduler.
TaskSchedulerBuilder() - 类 的构造器org.springframework.boot.task.TaskSchedulerBuilder
 
TaskSchedulerBuilder(Integer, String, Set<TaskSchedulerCustomizer>) - 类 的构造器org.springframework.boot.task.TaskSchedulerBuilder
 
TaskSchedulerCustomizer - org.springframework.boot.task中的接口
Callback interface that can be used to customize a ThreadPoolTaskScheduler.
TERADATA - org.springframework.boot.jdbc.DatabaseDriver
Teradata.
TextResourceOrigin - org.springframework.boot.origin中的类
Origin for an item loaded from a text resource.
TextResourceOrigin(Resource, TextResourceOrigin.Location) - 类 的构造器org.springframework.boot.origin.TextResourceOrigin
 
TextResourceOrigin.Location - org.springframework.boot.origin中的类
A location (line and column number) within the resource.
threadNamePrefix(String) - 类 中的方法org.springframework.boot.task.TaskExecutorBuilder
Set the prefix to use for the names of newly created threads.
threadNamePrefix(String) - 类 中的方法org.springframework.boot.task.TaskSchedulerBuilder
Set the prefix to use for the names of newly created threads.
throwableProxyToString(IThrowableProxy) - 类 中的方法org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
 
throwableProxyToString(IThrowableProxy) - 类 中的方法org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
 
throwIfHasInvalidChars(CharSequence, List<Character>) - 异常错误 中的静态方法org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
 
to(Consumer<T>) - 类 中的方法org.springframework.boot.context.properties.PropertyMapper.Source
Complete the mapping by passing any non-filtered value to the specified consumer.
toAnsiString(String, AnsiElement) - 类 中的方法org.springframework.boot.logging.logback.ColorConverter
 
toCall(Runnable) - 类 中的方法org.springframework.boot.context.properties.PropertyMapper.Source
Complete the mapping by calling the specified method when the value has not been filtered.
toInstance(Function<T, R>) - 类 中的方法org.springframework.boot.context.properties.PropertyMapper.Source
Complete the mapping by creating a new instance from the non-filtered value.
TomcatConnectorCustomizer - org.springframework.boot.web.embedded.tomcat中的接口
Callback interface that can be used to customize a Tomcat Connector.
TomcatContextCustomizer - org.springframework.boot.web.embedded.tomcat中的接口
Callback interface that can be used to customize a Tomcat Context.
TomcatDataSourcePoolMetadata - org.springframework.boot.jdbc.metadata中的类
DataSourcePoolMetadata for a Tomcat DataSource.
TomcatDataSourcePoolMetadata(DataSource) - 类 的构造器org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
TomcatEmbeddedWebappClassLoader - org.springframework.boot.web.embedded.tomcat中的类
Extension of Tomcat's ParallelWebappClassLoader that does not consider the system classloader.
TomcatEmbeddedWebappClassLoader() - 类 的构造器org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
TomcatEmbeddedWebappClassLoader(ClassLoader) - 类 的构造器org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
TomcatReactiveWebServerFactory - org.springframework.boot.web.embedded.tomcat中的类
ReactiveWebServerFactory that can be used to create a TomcatWebServer.
TomcatReactiveWebServerFactory() - 类 的构造器org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Create a new TomcatServletWebServerFactory instance.
TomcatReactiveWebServerFactory(int) - 类 的构造器org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Create a new TomcatServletWebServerFactory that listens for requests using the specified port.
TomcatServletWebServerFactory - org.springframework.boot.web.embedded.tomcat中的类
TomcatServletWebServerFactory() - 类 的构造器org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Create a new TomcatServletWebServerFactory instance.
TomcatServletWebServerFactory(int) - 类 的构造器org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Create a new TomcatServletWebServerFactory that listens for requests using the specified port.
TomcatServletWebServerFactory(String, int) - 类 的构造器org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Create a new TomcatServletWebServerFactory with the specified context path and port.
TomcatWebServer - org.springframework.boot.web.embedded.tomcat中的类
WebServer that can be used to control a Tomcat web server.
TomcatWebServer(Tomcat) - 类 的构造器org.springframework.boot.web.embedded.tomcat.TomcatWebServer
Create a new TomcatWebServer instance.
TomcatWebServer(Tomcat, boolean) - 类 的构造器org.springframework.boot.web.embedded.tomcat.TomcatWebServer
Create a new TomcatWebServer instance.
toPhysicalCatalogName(Identifier, JdbcEnvironment) - 类 中的方法org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalColumnName(Identifier, JdbcEnvironment) - 类 中的方法org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalSchemaName(Identifier, JdbcEnvironment) - 类 中的方法org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalSequenceName(Identifier, JdbcEnvironment) - 类 中的方法org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalTableName(Identifier, JdbcEnvironment) - 类 中的方法org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPropertySource() - 类 中的方法org.springframework.boot.info.InfoProperties
Return a PropertySource of this instance.
toString() - 枚举 中的方法org.springframework.boot.ansi.AnsiBackground
 
toString() - 枚举 中的方法org.springframework.boot.ansi.AnsiColor
 
toString() - 接口 中的方法org.springframework.boot.ansi.AnsiElement
 
toString() - 枚举 中的方法org.springframework.boot.ansi.AnsiStyle
 
toString() - 类 中的方法org.springframework.boot.context.properties.bind.Bindable
 
toString() - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationProperty
 
toString() - 类 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertyName
 
toString() - 类 中的方法org.springframework.boot.logging.LogFile
 
toString() - 类 中的方法org.springframework.boot.logging.LoggerConfiguration
 
toString() - 类 中的方法org.springframework.boot.origin.OriginTrackedValue
 
toString() - 类 中的方法org.springframework.boot.origin.PropertySourceOrigin
 
toString() - 类 中的方法org.springframework.boot.origin.SystemEnvironmentOrigin
 
toString() - 类 中的方法org.springframework.boot.origin.TextResourceOrigin.Location
 
toString() - 类 中的方法org.springframework.boot.origin.TextResourceOrigin
 
toString() - 类 中的方法org.springframework.boot.system.ApplicationHome
 
toString() - 类 中的方法org.springframework.boot.system.ApplicationPid
 
toString() - 类 中的方法org.springframework.boot.system.ApplicationTemp
 
toString() - 枚举 中的方法org.springframework.boot.system.JavaVersion
 
toString() - 类 中的方法org.springframework.boot.web.server.MimeMappings.Mapping
 
toString() - 类 中的方法org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
 
toString() - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
 
toString(Object...) - 类 中的静态方法org.springframework.boot.ansi.AnsiOutput
Create a new ANSI string from the specified elements.
trace(Object) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
trace(Object, Throwable) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
TRACE - org.springframework.boot.logging.LogLevel
 
transform(ILoggingEvent, String) - 类 中的方法org.springframework.boot.logging.logback.ColorConverter
 
trimParse(String, String, Function<String, T>) - 类 中的方法org.springframework.boot.json.AbstractJsonParser
 
tryParse(Callable<T>, Class<? extends Exception>) - 类 中的方法org.springframework.boot.json.AbstractJsonParser
 
type(Class<D>) - 类 中的方法org.springframework.boot.jdbc.DataSourceBuilder
 
TypeExcludeFilter - org.springframework.boot.context中的类
Provides exclusion TypeFilters that are loaded from the BeanFactory and automatically applied to SpringBootApplication scanning.
TypeExcludeFilter() - 类 的构造器org.springframework.boot.context.TypeExcludeFilter
 

U

UnboundConfigurationPropertiesException - org.springframework.boot.context.properties.bind中的异常错误
BindException thrown when ConfigurationPropertySource elements were left unbound.
UnboundConfigurationPropertiesException(Set<ConfigurationProperty>) - 异常错误 的构造器org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
 
UnboundElementsSourceFilter - org.springframework.boot.context.properties.source中的类
Function used to determine if a ConfigurationPropertySource should be included when determining unbound elements.
UnboundElementsSourceFilter() - 类 的构造器org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
 
UNDERLINE - org.springframework.boot.ansi.AnsiStyle
 
UndertowBuilderCustomizer - org.springframework.boot.web.embedded.undertow中的接口
Callback interface that can be used to customize an Undertow Undertow.Builder.
UndertowDeploymentInfoCustomizer - org.springframework.boot.web.embedded.undertow中的接口
Callback interface that can be used to customize an Undertow DeploymentInfo.
UndertowReactiveWebServerFactory - org.springframework.boot.web.embedded.undertow中的类
ReactiveWebServerFactory that can be used to create UndertowWebServers.
UndertowReactiveWebServerFactory() - 类 的构造器org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Create a new UndertowReactiveWebServerFactory instance.
UndertowReactiveWebServerFactory(int) - 类 的构造器org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Create a new UndertowReactiveWebServerFactory that listens for requests using the specified port.
UndertowServletWebServer - org.springframework.boot.web.embedded.undertow中的类
WebServer that can be used to control an embedded Undertow server.
UndertowServletWebServer(Undertow.Builder, DeploymentManager, String, boolean, boolean, Compression) - 类 的构造器org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
Create a new UndertowServletWebServer instance.
UndertowServletWebServer(Undertow.Builder, DeploymentManager, String, boolean, boolean, Compression, String) - 类 的构造器org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
Create a new UndertowServletWebServer instance.
UndertowServletWebServer(Undertow.Builder, DeploymentManager, String, boolean, Compression) - 类 的构造器org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
Create a new UndertowServletWebServer instance.
UndertowServletWebServerFactory - org.springframework.boot.web.embedded.undertow中的类
UndertowServletWebServerFactory() - 类 的构造器org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Create a new UndertowServletWebServerFactory instance.
UndertowServletWebServerFactory(int) - 类 的构造器org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Create a new UndertowServletWebServerFactory that listens for requests using the specified port.
UndertowServletWebServerFactory(String, int) - 类 的构造器org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Create a new UndertowServletWebServerFactory with the specified context path and port.
UndertowWebServer - org.springframework.boot.web.embedded.undertow中的类
WebServer that can be used to control an Undertow web server.
UndertowWebServer(Undertow.Builder, boolean) - 类 的构造器org.springframework.boot.web.embedded.undertow.UndertowWebServer
Create a new UndertowWebServer instance.
UndertowWebServer(Undertow.Builder, boolean, Closeable) - 类 的构造器org.springframework.boot.web.embedded.undertow.UndertowWebServer
Create a new UndertowWebServer instance.
UNIFORM - org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
The uniform configuration form (used for equals/hashCode; lower-case with only alphanumeric characters).
UNKNOWN - org.springframework.boot.context.properties.source.ConfigurationPropertyState
It's not possible to determine if ConfigurationPropertySource has matching ConfigurationProperties or not.
UNKNOWN - org.springframework.boot.jdbc.DatabaseDriver
Unknown type.
UNMANAGED - org.springframework.boot.jdbc.SchemaManagement
The schema is not managed.
unmodifiableMappings(MimeMappings) - 类 中的静态方法org.springframework.boot.web.server.MimeMappings
Create a new unmodifiable view of the specified mapping.
unwrap(DataSource, Class<T>) - 类 中的静态方法org.springframework.boot.jdbc.DataSourceUnwrapper
Return an object that implements the given target type, unwrapping delegate or proxy if necessary.
uriTemplateHandler(UriTemplateHandler) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the UriTemplateHandler that should be used with the RestTemplate.
url(String) - 类 中的方法org.springframework.boot.jdbc.DataSourceBuilder
 
URL - org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
Rewrite the URL to append a session ID.
UserConfigurations - org.springframework.boot.context.annotation中的类
Configurations representing user-defined @Configuration classes (i.e.
UserConfigurations(Collection<Class<?>>) - 类 的构造器org.springframework.boot.context.annotation.UserConfigurations
 
username(String) - 类 中的方法org.springframework.boot.jdbc.DataSourceBuilder
 

V

ValidationBindHandler - org.springframework.boot.context.properties.bind.validation中的类
BindHandler to apply Validators to bound results.
ValidationBindHandler(BindHandler, Validator...) - 类 的构造器org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
 
ValidationBindHandler(Validator...) - 类 的构造器org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
 
ValidationErrors - org.springframework.boot.context.properties.bind.validation中的类
A collection of ObjectErrors caused by bind validation failures.
VALIDATOR_BEAN_NAME - 类 中的静态变量org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
The bean name of the configuration properties validator.
value() - 注释类型 中的方法org.springframework.boot.context.properties.ConfigurationProperties
The name prefix of the properties that are valid to bind to this object.
value() - 注释类型 中的方法org.springframework.boot.context.properties.EnableConfigurationProperties
Convenient way to quickly register ConfigurationProperties annotated beans with Spring.
value() - 注释类型 中的方法org.springframework.boot.convert.DataSizeUnit
The DataUnit to use if one is not specified.
value() - 注释类型 中的方法org.springframework.boot.convert.Delimiter
The delimiter to use or NONE if the entire contents should be treated as a single element.
value() - 注释类型 中的方法org.springframework.boot.convert.DurationFormat
The duration format style.
value() - 注释类型 中的方法org.springframework.boot.convert.DurationUnit
The duration unit to use if one is not specified.
value() - 注释类型 中的方法org.springframework.boot.jackson.JsonComponent
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
value() - 注释类型 中的方法org.springframework.boot.web.servlet.ServletComponentScan
Alias for the ServletComponentScan.basePackages() attribute.
VALUE - 注释类型 中的静态变量org.springframework.boot.context.properties.ConfigurationPropertiesBinding
Concrete value for the @Qualifier.
valueOf(String) - 枚举 中的静态方法org.springframework.boot.ansi.AnsiBackground
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.ansi.AnsiColor
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.ansi.AnsiOutput.Enabled
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.ansi.AnsiStyle
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.Banner.Mode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.cloud.CloudPlatform
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.context.properties.source.ConfigurationPropertyState
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.convert.DurationStyle
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.jdbc.DatabaseDriver
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.jdbc.DataSourceInitializationMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.jdbc.EmbeddedDatabaseConnection
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.jdbc.SchemaManagement
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.logging.LogLevel
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.system.JavaVersion
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.web.server.Ssl.ClientAuth
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.web.servlet.DispatcherType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.WebApplicationType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.springframework.boot.ansi.AnsiBackground
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.ansi.AnsiColor
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.ansi.AnsiOutput.Enabled
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.ansi.AnsiStyle
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.Banner.Mode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.cloud.CloudPlatform
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.context.properties.source.ConfigurationPropertyState
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.convert.DurationStyle
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.jdbc.DatabaseDriver
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.jdbc.DataSourceInitializationMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.jdbc.EmbeddedDatabaseConnection
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.jdbc.SchemaManagement
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.logging.LogLevel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.system.JavaVersion
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.web.server.Ssl.ClientAuth
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.web.servlet.DispatcherType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.WebApplicationType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WANT - org.springframework.boot.web.server.Ssl.ClientAuth
Client authentication is wanted but not mandatory.
warn(Object) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
warn(Object, Throwable) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
WARN - org.springframework.boot.logging.LogLevel
 
web(WebApplicationType) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Flag to explicitly request a specific type of web application.
WebApplicationContextServletContextAwareProcessor - org.springframework.boot.web.servlet.context中的类
Variant of ServletContextAwareProcessor for use with a ConfigurableWebApplicationContext.
WebApplicationContextServletContextAwareProcessor(ConfigurableWebApplicationContext) - 类 的构造器org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
 
WebApplicationType - org.springframework.boot中的枚举
An enumeration of possible types of web application.
WebClientCustomizer - org.springframework.boot.web.reactive.function.client中的接口
Callback interface that can be used to customize a WebClient.Builder.
WebServer - org.springframework.boot.web.server中的接口
Simple interface that represents a fully configured web server (for example Tomcat, Jetty, Netty).
WebServerApplicationContext - org.springframework.boot.web.context中的接口
Interface to be implemented by application contexts that create and manage the lifecycle of an embedded WebServer.
WebServerException - org.springframework.boot.web.server中的异常错误
Exceptions thrown by an web server.
WebServerException(String, Throwable) - 异常错误 的构造器org.springframework.boot.web.server.WebServerException
 
WebServerFactory - org.springframework.boot.web.server中的接口
Tagging interface for factories that create a WebServer.
WebServerFactoryCustomizer<T extends WebServerFactory> - org.springframework.boot.web.server中的接口
Strategy interface for customizing web server factories.
WebServerFactoryCustomizerBeanPostProcessor - org.springframework.boot.web.server中的类
BeanPostProcessor that applies all WebServerFactoryCustomizer beans from the bean factory to WebServerFactory beans.
WebServerFactoryCustomizerBeanPostProcessor() - 类 的构造器org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
 
WebServerInitializedEvent - org.springframework.boot.web.context中的类
Event to be published after the application context is refreshed and the WebServer is ready.
WebServerInitializedEvent(WebServer) - 类 的构造器org.springframework.boot.web.context.WebServerInitializedEvent
 
WebServerPortFileWriter - org.springframework.boot.web.context中的类
An ApplicationListener that saves embedded server port and management port into file.
WebServerPortFileWriter() - 类 的构造器org.springframework.boot.web.context.WebServerPortFileWriter
Create a new WebServerPortFileWriter instance using the filename 'application.port'.
WebServerPortFileWriter(File) - 类 的构造器org.springframework.boot.web.context.WebServerPortFileWriter
Create a new WebServerPortFileWriter instance with a specified file.
WebServerPortFileWriter(String) - 类 的构造器org.springframework.boot.web.context.WebServerPortFileWriter
Create a new WebServerPortFileWriter instance with a specified filename.
WebServiceTemplateBuilder - org.springframework.boot.webservices.client中的类
Builder that can be used to configure and create a WebServiceTemplate.
WebServiceTemplateBuilder(WebServiceTemplateCustomizer...) - 类 的构造器org.springframework.boot.webservices.client.WebServiceTemplateBuilder
 
WebServiceTemplateCustomizer - org.springframework.boot.webservices.client中的接口
Callback interface that can be used to customize a WebServiceTemplate.
when(Predicate<T>) - 类 中的方法org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that won't map values that don't match the given predicate.
whenEqualTo(Object) - 类 中的方法org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that will only map values equal to the specified object.
whenFalse() - 类 中的方法org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that will only map values that are false.
whenHasText() - 类 中的方法org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that will only map values that have a toString() containing actual text.
whenInstanceOf(Class<R>) - 类 中的方法org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that will only map values that are an instance of the given type.
whenNonNull() - 类 中的方法org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that won't map non-null values or suppliers that throw a NullPointerException.
whenNot(Predicate<T>) - 类 中的方法org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that won't map values that match the given predicate.
whenTrue() - 类 中的方法org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that will only map values that are true.
WHITE - org.springframework.boot.ansi.AnsiBackground
 
WHITE - org.springframework.boot.ansi.AnsiColor
 
WhitespaceThrowablePatternConverter - org.springframework.boot.logging.log4j2中的类
ThrowablePatternConverter that adds some additional whitespace around the stack trace.
WhitespaceThrowableProxyConverter - org.springframework.boot.logging.logback中的类
ThrowableProxyConverter that adds some additional whitespace around the stack trace.
WhitespaceThrowableProxyConverter() - 类 的构造器org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
 
withAliases(ConfigurationPropertyNameAliases) - 接口 中的方法org.springframework.boot.context.properties.source.ConfigurationPropertySource
Return a variant of this source that supports name aliases.
withAliases(ConfigurationPropertyNameAliases) - 接口 中的方法org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
 
withAnnotations(Annotation...) - 类 中的方法org.springframework.boot.context.properties.bind.Bindable
Create an updated Bindable instance with the specified annotations.
withExistingValue(T) - 类 中的方法org.springframework.boot.context.properties.bind.Bindable
Create an updated Bindable instance with an existing value.
withSuppliedValue(Supplier<T>) - 类 中的方法org.springframework.boot.context.properties.bind.Bindable
Create an updated Bindable instance with a value supplier.
wrapConnectionFactory(XAConnectionFactory) - 接口 中的方法org.springframework.boot.jms.XAConnectionFactoryWrapper
Wrap the specific XAConnectionFactory and enroll it with a JTA TransactionManager.
wrapConnectionFactory(XAConnectionFactory) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
 
wrapConnectionFactory(XAConnectionFactory) - 类 中的方法org.springframework.boot.jta.bitronix.BitronixXAConnectionFactoryWrapper
 
wrapDataSource(XADataSource) - 接口 中的方法org.springframework.boot.jdbc.XADataSourceWrapper
Wrap the specific XADataSource and enroll it with a JTA TransactionManager.
wrapDataSource(XADataSource) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
 
wrapDataSource(XADataSource) - 类 中的方法org.springframework.boot.jta.bitronix.BitronixXADataSourceWrapper
 
write(File) - 类 中的方法org.springframework.boot.system.ApplicationPid
Write the PID to the specified file.

X

XAConnectionFactoryWrapper - org.springframework.boot.jms中的接口
Strategy interface used to wrap a JMS XAConnectionFactory enrolling it with a JTA TransactionManager.
XADataSourceWrapper - org.springframework.boot.jdbc中的接口
Strategy interface used to wrap an XADataSource enrolling it with a JTA TransactionManager.
XmlServletWebServerApplicationContext - org.springframework.boot.web.servlet.context中的类
ServletWebServerApplicationContext which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
XmlServletWebServerApplicationContext() - 类 的构造器org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Create a new XmlServletWebServerApplicationContext that needs to be loaded and then manually refreshed.
XmlServletWebServerApplicationContext(Class<?>, String...) - 类 的构造器org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Create a new XmlServletWebServerApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.
XmlServletWebServerApplicationContext(String...) - 类 的构造器org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Create a new XmlServletWebServerApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.
XmlServletWebServerApplicationContext(Resource...) - 类 的构造器org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Create a new XmlServletWebServerApplicationContext, loading bean definitions from the given resources and automatically refreshing the context.

Y

YamlJsonParser - org.springframework.boot.json中的类
Thin wrapper to adapt Snake Yaml to JsonParser.
YamlJsonParser() - 类 的构造器org.springframework.boot.json.YamlJsonParser
 
YamlPropertySourceLoader - org.springframework.boot.env中的类
Strategy to load '.yml' (or '.yaml') files into a PropertySource.
YamlPropertySourceLoader() - 类 的构造器org.springframework.boot.env.YamlPropertySourceLoader
 
YELLOW - org.springframework.boot.ansi.AnsiBackground
 
YELLOW - org.springframework.boot.ansi.AnsiColor
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
所有类 所有程序包