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

A

AbstractConfigurableEmbeddedServletContainer - org.springframework.boot.context.embedded中的类
Abstract base class for ConfigurableEmbeddedServletContainer implementations.
AbstractConfigurableEmbeddedServletContainer() - 类 的构造器org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
AbstractConfigurableEmbeddedServletContainer(int) - 类 的构造器org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Create a new AbstractConfigurableEmbeddedServletContainer instance with the specified port.
AbstractConfigurableEmbeddedServletContainer(String, int) - 类 的构造器org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Create a new AbstractConfigurableEmbeddedServletContainer instance with the specified context path and port.
AbstractEmbeddedServletContainerFactory - org.springframework.boot.context.embedded中的类
Abstract base class for EmbeddedServletContainerFactory implementations.
AbstractEmbeddedServletContainerFactory() - 类 的构造器org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
AbstractEmbeddedServletContainerFactory(int) - 类 的构造器org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
AbstractEmbeddedServletContainerFactory(String, int) - 类 的构造器org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
AbstractFailureAnalyzer<T extends Throwable> - org.springframework.boot.diagnostics中的类
Abstract base class for most FailureAnalyzer implementations.
AbstractFailureAnalyzer() - 类 的构造器org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
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
 
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.
ACTIVE_PROFILES_PROPERTY - 类 中的静态变量org.springframework.boot.context.config.ConfigFileApplicationListener
The "active profiles" property name.
add(String, String) - 类 中的方法org.springframework.boot.context.embedded.MimeMappings
Add a new mime mapping.
add(PropertySource<?>) - 类 中的方法org.springframework.boot.env.EnumerableCompositePropertySource
 
addActiveProfiles(String...) - 类 中的方法org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
addAdditionalTomcatConnectors(Connector...) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add Connectors in addition to the default connector, e.g. for SSL or AJP
addBuilderCustomizers(UndertowBuilderCustomizer...) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Add UndertowBuilderCustomizers that should be used to customize the Undertow Undertow.Builder.
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.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Add Configurations that will be applied to the WebAppContext before the server is started.
addConnectorCustomizers(TomcatConnectorCustomizer...) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Connector.
addContextCustomizers(TomcatContextCustomizer...) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Context.
addContextLifecycleListeners(LifecycleListener...) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add LifecycleListeners that should be added to the Tomcat Context.
addContextValves(Valve...) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add Valves that should be applied to the Tomcat Context.
addDefaultServlet(WebAppContext) - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Add Jetty's DefaultServlet to the given WebAppContext.
addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Add UndertowDeploymentInfoCustomizers that should be used to customize the Undertow DeploymentInfo.
addEngineValves(Valve...) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add Valves that should be applied to the Tomcat Engine.
addErrorPages(ErrorPage...) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
addErrorPages(ErrorPage...) - 接口 中的方法org.springframework.boot.web.servlet.ErrorPageRegistry
Adds error pages that will be used when handling exceptions.
addErrorPages(ErrorPage...) - 类 中的方法org.springframework.boot.web.support.ErrorPageFilter
 
addInitializers(ServletContextInitializer...) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
addInitializers(ServletContextInitializer...) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
addInitializers(ApplicationContextInitializer<?>...) - 类 中的方法org.springframework.boot.SpringApplication
Add ApplicationContextInitializers to be applied to the Spring ApplicationContext.
addInitParameter(String, String) - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
Add a single init-parameter, replacing any existing parameter with the same name.
additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Add RestTemplateCustomizers that should be applied to the RestTemplate.
additionalCustomizers(RestTemplateCustomizer...) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Add RestTemplateCustomizers that should be applied to the RestTemplate.
additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Add additional ClientHttpRequestInterceptors that should be used with the RestTemplate.
additionalInterceptors(ClientHttpRequestInterceptor...) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Add additional ClientHttpRequestInterceptors that should be used with the RestTemplate.
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.
addJspServlet(WebAppContext) - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
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.
addPropertyAlias(String, Class<?>, String) - 类 中的方法org.springframework.boot.bind.YamlJavaBeanPropertyConstructor
Adds an alias for a JavaBean property name on a particular type.
addPropertySources(ConfigurableEnvironment, ResourceLoader) - 类 中的方法org.springframework.boot.context.config.ConfigFileApplicationListener
Add config file property sources to the specified environment.
addServerCustomizers(JettyServerCustomizer...) - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Add JettyServerCustomizers that will be applied to the Server before it is started.
addTldSkipPatterns(String...) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
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.context.config.RandomValuePropertySource
 
addURL(URL) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
addUrlMappings(String...) - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Add URL mappings for the servlet.
afterPropertiesSet() - 类 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.bind.YamlConfigurationFactory
 
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
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaConfigurationBean
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean
 
afterRefresh(ConfigurableApplicationContext, ApplicationArguments) - 类 中的方法org.springframework.boot.SpringApplication
Called after the context has been refreshed.
ALWAYS - org.springframework.boot.ansi.AnsiOutput.Enabled
Enable ANSI-colored output.
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 failure, 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 failure, or null if no analysis was possible.
analyzeAndReport(Throwable) - 类 中的方法org.springframework.boot.diagnostics.FailureAnalyzers
Analyze and report the specified failure.
AnnotationConfigEmbeddedWebApplicationContext - org.springframework.boot.context.embedded中的类
EmbeddedWebApplicationContext 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.
AnnotationConfigEmbeddedWebApplicationContext() - 类 的构造器org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
AnnotationConfigEmbeddedWebApplicationContext(Class<?>...) - 类 的构造器org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Create a new AnnotationConfigEmbeddedWebApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigEmbeddedWebApplicationContext(String...) - 类 的构造器org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Create a new AnnotationConfigEmbeddedWebApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
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(ILoggingEvent) - 类 中的方法org.springframework.boot.logging.logback.LevelRemappingAppender
 
AppendableLogger(Logger) - 类 的构造器org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
 
appendAnsiString(StringBuilder, String, AnsiElement) - 类 中的方法org.springframework.boot.logging.log4j2.ColorConverter
 
application() - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application.
APPLICATION_CONFIGURATION_PROPERTY_SOURCE_NAME - 类 中的静态变量org.springframework.boot.context.config.ConfigFileApplicationListener
Name of the application configuration PropertySource.
ApplicationArguments - org.springframework.boot中的接口
Provides access to the arguments that were used to run a SpringApplication.
ApplicationContextHeaderFilter - org.springframework.boot.web.filter中的类
OncePerRequestFilter to add a X-Application-Context header that contains the ApplicationContext ID.
ApplicationContextHeaderFilter(ApplicationContext) - 类 的构造器org.springframework.boot.web.filter.ApplicationContextHeaderFilter
 
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中的类
Provides access to the application home directory.
ApplicationHome() - 类 的构造器org.springframework.boot.ApplicationHome
Create a new ApplicationHome instance.
ApplicationHome(Class<?>) - 类 的构造器org.springframework.boot.ApplicationHome
Create a new ApplicationHome instance for the specified source class.
ApplicationPid - org.springframework.boot中的类
An application process ID.
ApplicationPid() - 类 的构造器org.springframework.boot.ApplicationPid
 
ApplicationPid(String) - 类 的构造器org.springframework.boot.ApplicationPid
 
ApplicationPidFileWriter - org.springframework.boot.system中的类
An ApplicationListener that saves application PID into file.
ApplicationPidFileWriter() - 类 的构造器org.springframework.boot.system.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance using the filename 'application.pid'.
ApplicationPidFileWriter(File) - 类 的构造器org.springframework.boot.system.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance with a specified file.
ApplicationPidFileWriter(String) - 类 的构造器org.springframework.boot.system.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中的类
已过时。
as of 1.5 in favor of ApplicationStartingEvent
ApplicationStartedEvent(SpringApplication, String[]) - 类 的构造器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中的类
Provides access to an application specific temporary directory.
ApplicationTemp() - 类 的构造器org.springframework.boot.ApplicationTemp
Create a new ApplicationTemp instance.
ApplicationTemp(Class<?>) - 类 的构造器org.springframework.boot.ApplicationTemp
Create a new ApplicationTemp instance for the specified source class.
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.
asProperties() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Returns the properties as a Properties object that can be used with Atomikos.
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
 
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
 

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.
basicAuthorization(String, String) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Add HTTP basic authentication to requests.
BasicJsonParser - org.springframework.boot.json中的类
Really basic JSON parser for when you have nothing else available.
BasicJsonParser() - 类 的构造器org.springframework.boot.json.BasicJsonParser
 
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
 
BINDER_BEAN_NAME - 类 中的静态变量org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
bindPropertiesToTarget() - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
 
bindTo(String, Object) - 类 中的方法org.springframework.boot.bind.PropertySourcesBinder
Bind the specified target from the environment using the prefix.
bindToSpringApplication(ConfigurableEnvironment, SpringApplication) - 类 中的方法org.springframework.boot.context.config.ConfigFileApplicationListener
Bind the environment to the SpringApplication.
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.orm.jpa.EntityManagerFactoryBuilder.Builder
 
build() - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Build a new RestTemplate instance 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(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.

C

callAppenders(ILoggingEvent) - 类 中的方法org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
 
changesSince(PropertyValues) - 类 中的方法org.springframework.boot.bind.PropertySourcesPropertyValues
 
child(Object...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Create a child application with the provided sources.
ClasspathLoggingApplicationListener - org.springframework.boot.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.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
 
clear(String) - 类 中的方法org.springframework.boot.context.embedded.undertow.FileSessionPersistence
 
clearCache() - 类 中的方法org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Clear the entire MetadataReader cache, removing all cached class metadata.
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.
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.
commit(Xid, boolean) - 类 中的方法org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
CommonsLoggingLiquibaseLogger - org.springframework.boot.liquibase中的类
Liquibase Logger that delegates to an Apache Commons Log.
CommonsLoggingLiquibaseLogger() - 类 的构造器org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
ComponentScanPackageCheck() - 类 的构造器org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
Compression - org.springframework.boot.context.embedded中的类
Simple container-independent abstraction for compression configuration.
Compression() - 类 的构造器org.springframework.boot.context.embedded.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_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.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
 
ConfigurableEmbeddedServletContainer - org.springframework.boot.context.embedded中的接口
Simple interface that represents customizations to an EmbeddedServletContainerFactory.
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.
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
 
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(Registration.Dynamic) - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
Configure registration base settings.
configure(ServletRegistration.Dynamic) - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Configure registration settings.
configure(WebAppContext) - 类 中的方法org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
 
configure(SpringApplicationBuilder) - 类 中的方法org.springframework.boot.web.support.SpringBootServletInitializer
Configure the application.
configure(T) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Configure the provided RestTemplate instance using this builder.
configureContext(Context, ServletContextInitializer[]) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
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.
configureSsl(AbstractHttp11JsseProtocol<?>, Ssl) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Configure Tomcat's AbstractHttp11JsseProtocol for SSL.
configureSsl(SslContextFactory, Ssl) - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Configure the SSL connection.
configureSslStoreProvider(AbstractHttp11JsseProtocol<?>, SslStoreProvider) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
configureWebAppContext(WebAppContext, ServletContextInitializer...) - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Configure the given Jetty WebAppContext for use.
ConnectorStartFailedException - org.springframework.boot.context.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.context.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.LoggingApplicationListener
The name of the System property that contains the console log pattern.
contains(String) - 类 中的方法org.springframework.boot.bind.PropertySourcesPropertyValues
 
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
 
containsProperty(String) - 类 中的方法org.springframework.boot.bind.RelaxedPropertyResolver
 
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 set the Spring ApplicationContext ID.
ContextIdApplicationContextInitializer() - 类 的构造器org.springframework.boot.context.ContextIdApplicationContextInitializer
 
ContextIdApplicationContextInitializer(String) - 类 的构造器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
 
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.
createBeanPropertyBindingResult() - 类 中的方法org.springframework.boot.bind.RelaxedDataBinder
 
createContextCloserListener(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.builder.ParentContextCloserApplicationListener
Subclasses may override to create their own subclass of ContextCloserListener.
createLogger(String) - 类 中的方法org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
Factory method used to create the logger.
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
 
createRootApplicationContext(ServletContext) - 类 中的方法org.springframework.boot.web.support.SpringBootServletInitializer
 
createSpringApplication(Object...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Creates a new SpringApplication instances from the given sources.
createSpringApplicationBuilder() - 类 中的方法org.springframework.boot.web.support.SpringBootServletInitializer
Returns the SpringApplicationBuilder that is used to configure and create the SpringApplication.
createTempDir(String) - 类 中的方法org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Returns the absolute temp dir for given servlet container.
createXAConnection() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
createXAConnection(String, String) - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
customize(DeploymentInfo) - 接口 中的方法org.springframework.boot.context.embedded.undertow.UndertowDeploymentInfoCustomizer
Customize the deployment info.
customize(Undertow.Builder) - 接口 中的方法org.springframework.boot.context.embedded.undertow.UndertowBuilderCustomizer
Customize the builder.
customize(Connector) - 接口 中的方法org.springframework.boot.context.embedded.tomcat.TomcatConnectorCustomizer
Customize the connector.
customize(Context) - 接口 中的方法org.springframework.boot.context.embedded.tomcat.TomcatContextCustomizer
Customize the context.
customize(Server) - 接口 中的方法org.springframework.boot.context.embedded.jetty.JettyServerCustomizer
Customize the server.
customize(ConfigurableEmbeddedServletContainer) - 接口 中的方法org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
Customize the specified ConfigurableEmbeddedServletContainer.
customize(RestTemplate) - 接口 中的方法org.springframework.boot.web.client.RestTemplateCustomizer
Callback to customize a RestTemplate instance.
customizeBinder(DataBinder) - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
Customize the data binder.
customizeConnector(Connector) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
customizers(Collection<? extends RestTemplateCustomizer>) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.
customizers(RestTemplateCustomizer...) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.
CYAN - org.springframework.boot.ansi.AnsiBackground
 
CYAN - org.springframework.boot.ansi.AnsiColor
 

D

DatabaseDriver - org.springframework.boot.jdbc中的枚举
Enumeration of common database drivers.
dataSource(DataSource) - 类 中的方法org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
 
DataSourceXAResourceRecoveryHelper - org.springframework.boot.jta.narayana中的类
XAResourceRecoveryHelper implementation which gets XIDs, which needs to be recovered, from the database.
DataSourceXAResourceRecoveryHelper(XADataSource) - 类 的构造器org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
Create a new DataSourceXAResourceRecoveryHelper instance.
DataSourceXAResourceRecoveryHelper(XADataSource, String, String) - 类 的构造器org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
Create a new DataSourceXAResourceRecoveryHelper instance.
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(String) - 类 中的方法org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
debug(String, Throwable) - 类 中的方法org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
DEBUG - org.springframework.boot.logging.LogLevel
 
DEFAULT - org.springframework.boot.ansi.AnsiBackground
 
DEFAULT - org.springframework.boot.ansi.AnsiColor
 
DEFAULT - 类 中的静态变量org.springframework.boot.context.embedded.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.env.SpringApplicationJsonEnvironmentPostProcessor
The default order for the processor.
DEFAULT_ORDER - 类 中的静态变量org.springframework.boot.logging.LoggingApplicationListener
The default order for the LoggingApplicationListener.
DEFAULT_ORDER - 类 中的静态变量org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
The default order is high to ensure the filter is applied before Spring Security.
DEFAULT_ORDER - 类 中的静态变量org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
Higher order to ensure the filter is applied before Spring Security.
DEFAULT_PROTOCOL - 类 中的静态变量org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
The class name of default protocol used.
DEFAULT_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
 
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.
DeprecatedConfigurationProperty - org.springframework.boot.context.properties中的注释类型
Indicates that a getter in a ConfigurationProperties object is deprecated.
DERBY - org.springframework.boot.jdbc.DatabaseDriver
Apache Derby.
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.context.properties.ConfigurationPropertiesBindingPostProcessor
 
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.jta.narayana.NarayanaRecoveryManagerBean
 
destroy() - 类 中的方法org.springframework.boot.web.support.ErrorPageFilter
 
DETECT - org.springframework.boot.ansi.AnsiOutput.Enabled
Try to detect whether ANSI coloring capabilities are available.
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.context.embedded.EmbeddedWebApplicationContext
Constant value for the DispatcherServlet bean name.
doBind(MutablePropertyValues) - 类 中的方法org.springframework.boot.bind.RelaxedDataBinder
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.springframework.boot.web.support.ErrorPageFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.boot.web.filter.ApplicationContextHeaderFilter
 

E

EmbeddedServerPortFileWriter - org.springframework.boot.system中的类
An ApplicationListener that saves embedded server port and management port into file.
EmbeddedServerPortFileWriter() - 类 的构造器org.springframework.boot.system.EmbeddedServerPortFileWriter
Create a new EmbeddedServerPortFileWriter instance using the filename 'application.port'.
EmbeddedServerPortFileWriter(File) - 类 的构造器org.springframework.boot.system.EmbeddedServerPortFileWriter
Create a new EmbeddedServerPortFileWriter instance with a specified file.
EmbeddedServerPortFileWriter(String) - 类 的构造器org.springframework.boot.system.EmbeddedServerPortFileWriter
Create a new EmbeddedServerPortFileWriter instance with a specified filename.
EmbeddedServletContainer - org.springframework.boot.context.embedded中的接口
Simple interface that represents a fully configured embedded servlet container (for example Tomcat or Jetty).
EmbeddedServletContainerCustomizer - org.springframework.boot.context.embedded中的接口
Strategy interface for customizing auto-configured embedded servlet containers.
EmbeddedServletContainerCustomizerBeanPostProcessor - org.springframework.boot.context.embedded中的类
BeanPostProcessor that applies all EmbeddedServletContainerCustomizers from the bean factory to ConfigurableEmbeddedServletContainer beans.
EmbeddedServletContainerCustomizerBeanPostProcessor() - 类 的构造器org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
EmbeddedServletContainerException - org.springframework.boot.context.embedded中的异常错误
Exceptions thrown by an embedded servlet container.
EmbeddedServletContainerException(String, Throwable) - 异常错误 的构造器org.springframework.boot.context.embedded.EmbeddedServletContainerException
 
EmbeddedServletContainerFactory - org.springframework.boot.context.embedded中的接口
Factory interface that can be used to create EmbeddedServletContainers.
EmbeddedServletContainerInitializedEvent - org.springframework.boot.context.embedded中的类
Event to be published after the context is refreshed and the EmbeddedServletContainer is ready.
EmbeddedServletContainerInitializedEvent(EmbeddedWebApplicationContext, EmbeddedServletContainer) - 类 的构造器org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
 
EmbeddedWebApplicationContext - org.springframework.boot.context.embedded中的类
A WebApplicationContext that can be used to bootstrap itself from a contained EmbeddedServletContainerFactory bean.
EmbeddedWebApplicationContext() - 类 的构造器org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
EmbeddedWebApplicationContext.ExistingWebApplicationScopes - org.springframework.boot.context.embedded中的类
Utility class to store and restore any user defined scopes.
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.
end(Xid, int) - 类 中的方法org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
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.
EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback - org.springframework.boot.orm.jpa中的接口
A callback for new entity manager factory beans created by a Builder.
EnumerableCompositePropertySource - org.springframework.boot.env中的类
An mutable, enumerable, composite property source.
EnumerableCompositePropertySource(String) - 类 的构造器org.springframework.boot.env.EnumerableCompositePropertySource
 
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.ApplicationPid
 
equals(Object) - 类 中的方法org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
equals(Object) - 类 中的方法org.springframework.boot.context.embedded.MimeMappings
 
equals(Object) - 类 中的方法org.springframework.boot.context.embedded.MimeMappings.Mapping
 
equals(Object) - 类 中的方法org.springframework.boot.context.TypeExcludeFilter
 
equals(Object) - 类 中的方法org.springframework.boot.logging.LoggerConfiguration
 
equals(Object) - 类 中的方法org.springframework.boot.web.servlet.ErrorPage
 
error(Object) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
error(Object, Throwable) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
ERROR - org.springframework.boot.logging.LogLevel
 
ERROR_REQUEST_URI - 类 中的静态变量org.springframework.boot.web.support.ErrorPageFilter
The name of the servlet attribute containing request URI.
errorHandler(ResponseErrorHandler) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the ResponseErrorHandler that should be used with the RestTemplate.
ErrorPage - org.springframework.boot.web.servlet中的类
Simple container-independent abstraction for servlet error pages.
ErrorPage(Class<? extends Throwable>, String) - 类 的构造器org.springframework.boot.web.servlet.ErrorPage
 
ErrorPage(String) - 类 的构造器org.springframework.boot.web.servlet.ErrorPage
 
ErrorPage(HttpStatus, String) - 类 的构造器org.springframework.boot.web.servlet.ErrorPage
 
ErrorPageFilter - org.springframework.boot.web.support中的类
A Servlet Filter that provides an ErrorPageRegistry for non-embedded applications (i.e. deployed WAR files).
ErrorPageFilter() - 类 的构造器org.springframework.boot.web.support.ErrorPageFilter
 
ErrorPageRegistrar - org.springframework.boot.web.servlet中的接口
Interface to be implemented by types that register ErrorPages.
ErrorPageRegistrarBeanPostProcessor - org.springframework.boot.web.servlet中的类
BeanPostProcessor that applies all ErrorPageRegistrars from the bean factory to ErrorPageRegistry beans.
ErrorPageRegistrarBeanPostProcessor() - 类 的构造器org.springframework.boot.web.servlet.ErrorPageRegistrarBeanPostProcessor
 
ErrorPageRegistry - org.springframework.boot.web.servlet中的接口
Interface for a registry that holds ErrorPages.
EventPublishingRunListener - org.springframework.boot.context.event中的类
EventPublishingRunListener(SpringApplication, String[]) - 类 的构造器org.springframework.boot.context.event.EventPublishingRunListener
 
EXCEPTION_CONVERSION_WORD - 类 中的静态变量org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the exception conversion word.
exceptionIfInvalid() - 注释类型 中的方法org.springframework.boot.context.properties.ConfigurationProperties
已过时。
as of 1.5 since validation only kicks in when @Validated is present
execute(LocalContainerEntityManagerFactoryBean) - 接口 中的方法org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback
 
ExistingWebApplicationScopes(ConfigurableListableBeanFactory) - 类 的构造器org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.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
 
extractAll(String) - 类 中的方法org.springframework.boot.bind.PropertySourcesBinder
Extract the keys using the specified prefix.

F

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.
FailureAnalyzers - org.springframework.boot.diagnostics中的类
Utility to trigger FailureAnalyzer and FailureAnalysisReporter instances loaded from spring.factories.
FailureAnalyzers(ConfigurableApplicationContext) - 类 的构造器org.springframework.boot.diagnostics.FailureAnalyzers
Create a new FailureAnalyzers instance.
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.LoggingApplicationListener
The name of the System property that contains the file log pattern.
FILE_PROPERTY - 类 中的静态变量org.springframework.boot.logging.LogFile
The name of the Spring property that contains the name of the log file.
FILE_PROPERTY - 类 中的静态变量org.springframework.boot.logging.LoggingApplicationListener
已过时。
as of 1.5 in favor of LogFile.FILE_PROPERTY
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
 
FileSessionPersistence - org.springframework.boot.context.embedded.undertow中的类
SessionPersistenceManager that stores session information in a file.
FileSessionPersistence(File) - 类 的构造器org.springframework.boot.context.embedded.undertow.FileSessionPersistence
 
FilterRegistrationBean - 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(Filter, 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
 
finished(ConfigurableApplicationContext, Throwable) - 类 中的方法org.springframework.boot.context.event.EventPublishingRunListener
 
finished(ConfigurableApplicationContext, Throwable) - 接口 中的方法org.springframework.boot.SpringApplicationRunListener
Called immediately before the run method finishes.
finishRefresh() - 类 中的方法org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
FIREBIRD - org.springframework.boot.jdbc.DatabaseDriver
Firebird.
forCamelCase(String) - 类 中的静态方法org.springframework.boot.bind.RelaxedNames
Return a RelaxedNames for the given source camelCase source name.
foreignKeyColumnName(String, String, String, String) - 类 中的方法org.springframework.boot.orm.jpa.hibernate.SpringNamingStrategy
 
forget(Xid) - 类 中的方法org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
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
 
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.
get(ClassLoader) - 类 中的静态方法org.springframework.boot.logging.LoggingSystem
Detect and return the logging system in use.
get(String) - 类 中的方法org.springframework.boot.context.embedded.MimeMappings
Get a mime mapping for the given extension.
get(String) - 类 中的方法org.springframework.boot.info.InfoProperties
Return the value of the specified property or null.
get(PropertyResolver) - 类 中的静态方法org.springframework.boot.logging.LogFile
Get a LogFile from the given Spring Environment.
getAccessLogPrefix() - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
getAction() - 类 中的方法org.springframework.boot.diagnostics.FailureAnalysis
Returns the action, if any, to be taken to address the failure.
getActive(Environment) - 枚举 中的静态方法org.springframework.boot.cloud.CloudPlatform
Returns the active CloudPlatform or null if one cannot be deduced.
getAdditionalTomcatConnectors() - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the Connectors that will be added to the Tomcat.
getAddress() - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Return the address that the embedded container binds to.
getAll() - 类 中的方法org.springframework.boot.context.embedded.MimeMappings
Returns all defined mappings.
getAllFileExtensions() - 类 中的方法org.springframework.boot.env.PropertySourcesLoader
Returns all file extensions that could be loaded.
getApplicationContext() - 类 中的方法org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
 
getApplicationContext() - 类 中的方法org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
Access the application context that the container was created in.
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.
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.
getAsText() - 类 中的方法org.springframework.boot.bind.InetAddressEditor
 
getBeansWithFactoryAnnotation(Class<A>) - 类 中的方法org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
 
getBootVersion() - 类 中的方法org.springframework.boot.ResourceBanner
 
getBranch() - 类 中的方法org.springframework.boot.info.GitProperties
Return the name of the branch or null.
getBuilderCustomizers() - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
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.context.embedded.Ssl
 
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.context.embedded.JspServlet
 
getClientAuth() - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
getClosest(Color) - 类 中的静态方法org.springframework.boot.ansi.AnsiColors
 
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.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getConfiguration(LoggerContext, ConfigurationSource) - 类 中的方法org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
 
getConfigurations() - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
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.
getConnection() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
getConnection(String, String) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
getConnectionFactory() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
getConnectionFactory() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
getContextLifecycleListeners() - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the LifecycleListeners that will be applied to the Tomcat Context .
getContextPath() - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns the context path for the embedded servlet container.
getContextValves() - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the Valves that will be applied to the Tomcat Context.
getConversionService() - 类 中的方法org.springframework.boot.bind.PropertySourcesBinder
 
getDataSource() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getDataSource() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
getDate(String) - 类 中的方法org.springframework.boot.info.InfoProperties
Return the value of the specified property as a Date or null if the value is not a valid Long representation of an epoch time.
getDefaultJtaTimeout() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getDefaultTimeout() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
getDeploymentInfoCustomizers() - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Returns a mutable collection of the UndertowDeploymentInfoCustomizers that will be applied to the Undertow DeploymentInfo .
getDescription() - 类 中的方法org.springframework.boot.diagnostics.FailureAnalysis
Returns a description of the failure.
getDescription(HttpServletRequest) - 类 中的方法org.springframework.boot.web.support.ErrorPageFilter
Return the description for the given request.
getDir() - 类 中的方法org.springframework.boot.ApplicationHome
Returns the application home directory.
getDir() - 类 中的方法org.springframework.boot.ApplicationTemp
Return the directory to be used for application specific temp files.
getDir(String) - 类 中的方法org.springframework.boot.ApplicationTemp
Return a sub-directory of the application temp.
getDisplayName() - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getDocumentRoot() - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns the document root which will be used by the web context to serve static files.
getDriverClassName() - 枚举 中的方法org.springframework.boot.jdbc.DatabaseDriver
Return the driver class name.
getEffectiveLevel() - 类 中的方法org.springframework.boot.logging.LoggerConfiguration
Returns the effective level of the logger.
getEmbeddedServletContainer() - 类 中的方法org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
getEmbeddedServletContainer() - 类 中的方法org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Returns the EmbeddedServletContainer that was created by the context or null if the container has not yet been created.
getEmbeddedServletContainer(ServletContextInitializer...) - 接口 中的方法org.springframework.boot.context.embedded.EmbeddedServletContainerFactory
Gets a new fully configured but paused EmbeddedServletContainer instance.
getEmbeddedServletContainer(ServletContextInitializer...) - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
 
getEmbeddedServletContainer(ServletContextInitializer...) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
getEmbeddedServletContainer(ServletContextInitializer...) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
getEmbeddedServletContainerFactory() - 类 中的方法org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Returns the EmbeddedServletContainerFactory that should be used to create the embedded servlet container.
getEnabled() - 类 中的方法org.springframework.boot.context.embedded.Compression
 
getEnabledProtocols() - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
getEngineValves() - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
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.
getErrorPages() - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns a mutable set of ErrorPages that will be used when handling exceptions.
getException() - 类 中的方法org.springframework.boot.context.event.ApplicationFailedEvent
Return the exception that caused the failure.
getException() - 类 中的方法org.springframework.boot.web.servlet.ErrorPage
Returns the exception type (or null for a page that matches by status).
getExceptionName() - 类 中的方法org.springframework.boot.web.servlet.ErrorPage
The exception type name.
getExcludedUserAgents() - 类 中的方法org.springframework.boot.context.embedded.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.
getExpiryScanners() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
getExtension() - 类 中的方法org.springframework.boot.context.embedded.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.DelegatingFilterProxyRegistrationBean
 
getFilter() - 类 中的方法org.springframework.boot.web.servlet.FilterRegistrationBean
 
getGroup() - 类 中的方法org.springframework.boot.info.BuildProperties
Return the groupId of the project or null.
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 the 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.context.embedded.JspServlet
 
getInitParameters() - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
Returns a mutable Map of the registration init-parameters.
getJettyEmbeddedServletContainer(Server) - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Factory method called to create the JettyEmbeddedServletContainer .
getJsonParser() - 类 中的静态方法org.springframework.boot.json.JsonParserFactory
Static factory for the "best" JSON parser available on the classpath.
getJspServlet() - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getKey() - 类 中的方法org.springframework.boot.info.InfoProperties.Entry
 
getKeyAlias() - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
getKeyPassword() - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
getKeyStore() - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
getKeyStore() - 接口 中的方法org.springframework.boot.context.embedded.SslStoreProvider
Return the key store that should be used.
getKeyStorePassword() - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
getKeyStoreProvider() - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
getKeyStoreType() - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
getListener() - 类 中的方法org.springframework.boot.web.servlet.ServletListenerRegistrationBean
 
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.context.embedded.AbstractConfigurableEmbeddedServletContainer
Return the Locale to Charset mappings.
getLogBaseDir() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getLogBaseName() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getLogDir() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
getLogger(String) - 类 中的方法org.springframework.boot.logging.logback.LevelRemappingAppender
 
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
 
getLoginTimeout() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
getLogWriter() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getLogWriter() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
getMainApplicationClass() - 类 中的方法org.springframework.boot.SpringApplication
Returns the main application class that has been deduced or explicitly configured.
getMaxActives() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getMaxTimeout() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getMessage() - 异常错误 中的方法org.springframework.boot.bind.RelaxedBindingNotWritablePropertyException
 
getMetadataReader(Resource) - 类 中的方法org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
 
getMimeMappings() - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns the mime-type mappings.
getMimeType() - 类 中的方法org.springframework.boot.context.embedded.MimeMappings.Mapping
 
getMimeTypes() - 类 中的方法org.springframework.boot.context.embedded.Compression
 
getMinResponseSize() - 类 中的方法org.springframework.boot.context.embedded.Compression
 
getMultipartConfig() - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Returns the multi-part configuration to be applied or null.
getName() - 类 中的方法org.springframework.boot.bind.PropertyOrigin
 
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.
getNamespace() - 类 中的方法org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
getNonOptionArgs() - 接口 中的方法org.springframework.boot.ApplicationArguments
Return the collection of non-option arguments parsed.
getNonOptionArgs() - 类 中的方法org.springframework.boot.DefaultApplicationArguments
 
getObject() - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
 
getObject() - 类 中的方法org.springframework.boot.bind.YamlConfigurationFactory
 
getObject() - 类 中的方法org.springframework.boot.validation.MessageInterpolatorFactory
 
getObjectType() - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
 
getObjectType() - 类 中的方法org.springframework.boot.bind.YamlConfigurationFactory
 
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.RegistrationBean
Deduces the name for this registration.
getOrder() - 类 中的方法org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
getOrder() - 类 中的方法org.springframework.boot.builder.ParentContextCloserApplicationListener
 
getOrder() - 类 中的方法org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
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.properties.ConfigurationPropertiesBindingPostProcessor
Return the order of the bean.
getOrder() - 类 中的方法org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
getOrder() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
getOrder() - 类 中的方法org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
getOrder() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaBeanFactoryPostProcessor
 
getOrder() - 类 中的方法org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
getOrder() - 类 中的方法org.springframework.boot.logging.LoggingApplicationListener
 
getOrder() - 类 中的方法org.springframework.boot.system.ApplicationPidFileWriter
 
getOrder() - 类 中的方法org.springframework.boot.web.filter.OrderedCharacterEncodingFilter
 
getOrder() - 类 中的方法org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
 
getOrder() - 类 中的方法org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
 
getOrder() - 类 中的方法org.springframework.boot.web.filter.OrderedRequestContextFilter
 
getOrder() - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
Get the order of the registration bean.
getOrder() - 类 中的方法org.springframework.boot.web.support.ServletContextApplicationContextInitializer
 
getPackagedConfigFile(String) - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem
 
getParentLogger() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getParentLogger() - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
getParentLogger() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
getPath() - 类 中的方法org.springframework.boot.web.servlet.ErrorPage
The path to render (usually implemented as a forward), starting with "/".
getPeriodicRecoveryPeriod() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
getPort() - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
The port that the embedded server listens on.
getPort() - 接口 中的方法org.springframework.boot.context.embedded.EmbeddedServletContainer
Return the port this server is listening on.
getPort() - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
 
getPort() - 异常错误 中的方法org.springframework.boot.context.embedded.PortInUseException
Returns the port that was in use.
getPort() - 异常错误 中的方法org.springframework.boot.context.embedded.tomcat.ConnectorStartFailedException
 
getPort() - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
 
getPort() - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
 
getPortFile(EmbeddedWebApplicationContext) - 类 中的方法org.springframework.boot.system.EmbeddedServerPortFileWriter
Return the actual port file that should be written for the given application context.
getPriority() - 类 中的方法org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
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.bind.RelaxedPropertyResolver
 
getProperty(String) - 类 中的方法org.springframework.boot.context.config.RandomValuePropertySource
 
getProperty(String) - 类 中的方法org.springframework.boot.env.EnumerableCompositePropertySource
 
getProperty(String, Class<T>) - 类 中的方法org.springframework.boot.bind.RelaxedPropertyResolver
 
getProperty(String, Class<T>, T) - 类 中的方法org.springframework.boot.bind.RelaxedPropertyResolver
 
getProperty(String, String) - 类 中的方法org.springframework.boot.bind.RelaxedPropertyResolver
 
getPropertyAsClass(String, Class<T>) - 类 中的方法org.springframework.boot.bind.RelaxedPropertyResolver
已过时。
getPropertyName() - 异常错误 中的方法org.springframework.boot.context.config.ResourceNotFoundException
Return the name of the property that defines the resource.
getPropertyName(EmbeddedWebApplicationContext) - 类 中的方法org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
 
getPropertyNames() - 类 中的方法org.springframework.boot.env.EnumerableCompositePropertySource
 
getPropertyOrigin() - 异常错误 中的方法org.springframework.boot.bind.RelaxedBindingNotWritablePropertyException
 
getPropertyResolvers(Environment, Class<?>) - 类 中的方法org.springframework.boot.ResourceBanner
 
getPropertySources() - 类 中的方法org.springframework.boot.bind.PropertySourcesBinder
 
getPropertySources() - 类 中的方法org.springframework.boot.env.PropertySourcesLoader
Return the MutablePropertySources being loaded.
getPropertyValue(String) - 类 中的方法org.springframework.boot.bind.PropertySourcesPropertyValues
 
getPropertyValues() - 类 中的方法org.springframework.boot.bind.PropertySourcesPropertyValues
 
getProtocol() - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
getRecoveryBackoffPeriod() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
getRecoveryDbPass() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
getRecoveryDbUser() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
getRecoveryJmsPass() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
getRecoveryJmsUser() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
getRecoveryModules() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
getRegistered() - 类 中的方法org.springframework.boot.context.embedded.JspServlet
 
getRequiredNode(JsonNode, String) - 类 中的方法org.springframework.boot.jackson.JsonObjectDeserializer
Helper method to return a JsonNode from the tree.
getRequiredProperty(String) - 类 中的方法org.springframework.boot.bind.RelaxedPropertyResolver
 
getRequiredProperty(String, Class<T>) - 类 中的方法org.springframework.boot.bind.RelaxedPropertyResolver
 
getResource() - 异常错误 中的方法org.springframework.boot.context.config.ResourceNotFoundException
Return the Resource.
getResourceByPath(String) - 类 中的方法org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
getResourceLoader() - 类 中的方法org.springframework.boot.SpringApplication
The ResourceLoader that will be used in the ApplicationContext.
getRootUri() - 类 中的方法org.springframework.boot.web.client.RootUriTemplateHandler
 
getSelfInitializationConfig() - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem
Return any self initialization config that has been applied.
getServer() - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
Returns access to the underlying Jetty Server.
getServerCustomizers() - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Returns a mutable collection of Jetty Configurations that will be applied to the WebAppContext before the server is created.
getServerHeader() - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getService() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getServlet() - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Returns the servlet being registered.
getServletConfig() - 类 中的方法org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
getServletConfig() - 类 中的方法org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor
 
getServletContext() - 类 中的方法org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor
 
getServletContextInitializerBeans() - 类 中的方法org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Returns ServletContextInitializers that should be used with the embedded Servlet context.
getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
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.
getSessionStoreDir() - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getSessionTimeout() - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Return the session timeout in seconds.
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.ApplicationHome
Returns the underlying source used to find the home directory.
getSource() - 类 中的方法org.springframework.boot.bind.PropertyOrigin
 
getSource() - 类 中的方法org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
Access the source of the event (an EmbeddedServletContainer).
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.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.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getSslStoreProvider() - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
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.servlet.ErrorPage
The HTTP status value that this error page matches (or null for a page that matches by exception).
getStatusCode() - 类 中的方法org.springframework.boot.web.servlet.ErrorPage
The HTTP status value that this error page matches.
getSubProperties(String) - 类 中的方法org.springframework.boot.bind.RelaxedPropertyResolver
Return a Map of all values from all underlying properties that start with the specified key.
getSubProperties(PropertySources, String) - 类 中的静态方法org.springframework.boot.bind.PropertySourceUtils
Return a Map of all values from the specified PropertySources that start with a particular key.
getSubProperties(PropertySources, String, String) - 类 中的静态方法org.springframework.boot.bind.PropertySourceUtils
Return a Map of all values from the specified PropertySources that start with a particular key.
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.
getTargetBeanName() - 类 中的方法org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
 
getThreadPool() - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
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.
getTldSkipPatterns() - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable set of the patterns that match jars to ignore for TLD scanning.
getTomcat() - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
Returns access to the underlying Tomcat server.
getTomcatConnectorCustomizers() - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the TomcatConnectorCustomizers that will be applied to the Tomcat Context .
getTomcatContextCustomizers() - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the TomcatContextCustomizers that will be applied to the Tomcat Context .
getTomcatEmbeddedServletContainer(Tomcat) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Factory method called to create the TomcatEmbeddedServletContainer.
getTransactionManagerId() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
getTransactionManagerUniqueName() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
getTransactionTimeout() - 类 中的方法org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
getTrustStore() - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
getTrustStore() - 接口 中的方法org.springframework.boot.context.embedded.SslStoreProvider
Return the trust store that should be used.
getTrustStorePassword() - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
getTrustStoreProvider() - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
getTrustStoreType() - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
getUndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, int) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Factory method called to create the UndertowEmbeddedServletContainer.
getUriEncoding() - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns the character encoding to use for URL decoding.
getUrlMappings() - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Return a mutable collection of the URL mappings for the servlet.
getUrlPrefixes() - 枚举 中的方法org.springframework.boot.jdbc.DatabaseDriver
 
getUrlsOfJarsWithMetaInfResources() - 类 中的方法org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
getValidationQuery() - 枚举 中的方法org.springframework.boot.jdbc.DatabaseDriver
Return the validation query.
getValidDocumentRoot() - 类 中的方法org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Returns the absolute document root when it points to a valid directory, logging a warning and returning null otherwise.
getValidSessionStoreDir() - 类 中的方法org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
getValidSessionStoreDir(boolean) - 类 中的方法org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
getValue() - 类 中的方法org.springframework.boot.info.InfoProperties.Entry
 
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.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Return the Jetty Configurations that should be applied to the server.
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.
getXaResourceOrphanFilters() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
getXAResources() - 类 中的方法org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
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.
handlesThrowable() - 类 中的方法org.springframework.boot.logging.log4j2.ColorConverter
 
hashCode() - 类 中的方法org.springframework.boot.ApplicationPid
 
hashCode() - 类 中的方法org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
hashCode() - 类 中的方法org.springframework.boot.context.embedded.MimeMappings
 
hashCode() - 类 中的方法org.springframework.boot.context.embedded.MimeMappings.Mapping
 
hashCode() - 类 中的方法org.springframework.boot.context.TypeExcludeFilter
 
hashCode() - 类 中的方法org.springframework.boot.logging.LoggerConfiguration
 
hashCode() - 类 中的方法org.springframework.boot.web.servlet.ErrorPage
 
HEADER_NAME - 类 中的静态变量org.springframework.boot.web.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.
HSQLDB - org.springframework.boot.jdbc.DatabaseDriver
HyperSQL DataBase.

I

ignoreInvalidFields() - 注释类型 中的方法org.springframework.boot.context.properties.ConfigurationProperties
Flag to indicate that when binding to this object invalid fields should be ignored.
ignoreNestedProperties() - 注释类型 中的方法org.springframework.boot.context.properties.ConfigurationProperties
Flag to indicate that when binding to this object fields with periods in their names should be ignored.
ignoreUnknownFields() - 注释类型 中的方法org.springframework.boot.context.properties.ConfigurationProperties
Flag to indicate that when binding to this object unknown fields should be ignored.
ignoringUnresolvableNestedPlaceholders(Environment, String) - 类 中的静态方法org.springframework.boot.bind.RelaxedPropertyResolver
Return a property resolver for the environment, preferring one that ignores unresolvable nested placeholders.
ImageBanner - org.springframework.boot中的类
Banner implementation that prints ASCII art generated from an image resource Resource.
ImageBanner(Resource) - 类 的构造器org.springframework.boot.ImageBanner
 
INCLUDE_PROFILES_PROPERTY - 类 中的静态变量org.springframework.boot.context.config.ConfigFileApplicationListener
The "includes profiles" property name.
InetAddressEditor - org.springframework.boot.bind中的类
InetAddressEditor() - 类 的构造器org.springframework.boot.bind.InetAddressEditor
 
info(Object) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
info(Object, Throwable) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
info(String) - 类 中的方法org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
info(String, Throwable) - 类 中的方法org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
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.support.ErrorPageFilter
 
initialise(String) - 类 中的方法org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
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.context.embedded.ServerPortInfoApplicationContextInitializer
 
initialize(ConfigurableEnvironment, ClassLoader) - 类 中的方法org.springframework.boot.logging.LoggingApplicationListener
Initialize the logging system according to preferences expressed through the Environment and the classpath.
initialize(ConfigurableWebApplicationContext) - 类 中的方法org.springframework.boot.web.support.ServletContextApplicationContextInitializer
 
initializeLogLevel(LoggingSystem, LogLevel) - 类 中的方法org.springframework.boot.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).
InitParameterConfiguringServletContextInitializer - org.springframework.boot.context.embedded中的类
A ServletContextInitializer that configures init parameters on the ServletContext.
InitParameterConfiguringServletContextInitializer(Map<String, String>) - 类 的构造器org.springframework.boot.context.embedded.InitParameterConfiguringServletContextInitializer
 
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.
isAccessLogEnabled() - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
isActive(Environment) - 枚举 中的方法org.springframework.boot.cloud.CloudPlatform
Determines if the platform is active (i.e. the application is running in it).
isAsyncSupported() - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
Returns if asynchronous operations are support for this registration.
isBridgeHandlerAvailable() - 类 中的方法org.springframework.boot.logging.Slf4JLoggingSystem
 
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
 
isEmbeddedWebApplication() - 接口 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBean
Specify if the application runs in an embedded web container.
isEmpty() - 类 中的方法org.springframework.boot.bind.PropertySourcesPropertyValues
 
isEnabled() - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
isEnabled() - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
Return if the registration is enabled.
isEnableLogging() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
isErrorEnabled() - 类 中的方法org.springframework.boot.logging.DeferredLog
 
isFatalEnabled() - 类 中的方法org.springframework.boot.logging.DeferredLog
 
isForceShutdownOnVmExit() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
isGlobal() - 类 中的方法org.springframework.boot.web.servlet.ErrorPage
Return if this error page is a global one (matches all unmatched status and exception types).
isInfoEnabled() - 类 中的方法org.springframework.boot.logging.DeferredLog
 
isOnePhaseCommit() - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
isPersistSession() - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
isReady() - 接口 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBean
Specify if the application has fully started and is now ready.
isRegisterDefaultServlet() - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Flag to indicate that the default servlet should be registered.
isSameRM(XAResource) - 类 中的方法org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
isSerialJtaTransactions() - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
 
isSingleton() - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
 
isSingleton() - 类 中的方法org.springframework.boot.bind.YamlConfigurationFactory
 
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.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
isUsingForwardHeaders() - 枚举 中的方法org.springframework.boot.cloud.CloudPlatform
Returns if the platform is behind a load balancer and uses X-Forwarded-For headers.
isWarnEnabled() - 类 中的方法org.springframework.boot.logging.DeferredLog
 
isWebEnvironment() - 类 中的方法org.springframework.boot.SpringApplication
Returns whether this SpringApplication is running within a web environment.
isWrapperFor(Class<?>) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
ITALIC - org.springframework.boot.ansi.AnsiStyle
 
iterator() - 类 中的方法org.springframework.boot.bind.RelaxedNames
 
iterator() - 类 中的方法org.springframework.boot.context.embedded.MimeMappings
 
iterator() - 类 中的方法org.springframework.boot.info.InfoProperties
 
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
 
JavaLoggingSystem - org.springframework.boot.logging.java中的类
JavaLoggingSystem(ClassLoader) - 类 的构造器org.springframework.boot.logging.java.JavaLoggingSystem
 
JettyEmbeddedServletContainer - org.springframework.boot.context.embedded.jetty中的类
EmbeddedServletContainer that can be used to control an embedded Jetty server.
JettyEmbeddedServletContainer(Server) - 类 的构造器org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
Create a new JettyEmbeddedServletContainer instance.
JettyEmbeddedServletContainer(Server, boolean) - 类 的构造器org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
Create a new JettyEmbeddedServletContainer instance.
JettyEmbeddedServletContainerFactory - org.springframework.boot.context.embedded.jetty中的类
JettyEmbeddedServletContainerFactory() - 类 的构造器org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
JettyEmbeddedServletContainerFactory(int) - 类 的构造器org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Create a new JettyEmbeddedServletContainerFactory that listens for requests using the specified port.
JettyEmbeddedServletContainerFactory(String, int) - 类 的构造器org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Create a new JettyEmbeddedServletContainerFactory with the specified context path and port.
JettyServerCustomizer - org.springframework.boot.context.embedded.jetty中的接口
Callback interface that can be used to customize a Jetty Server.
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
 
JsonJsonParser - org.springframework.boot.json中的类
Thin wrapper to adapt org.json.JSONObject to a JsonParser.
JsonJsonParser() - 类 的构造器org.springframework.boot.json.JsonJsonParser
 
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
 
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
 
JsonSimpleJsonParser - org.springframework.boot.json中的类
Thin wrapper to adapt JSONObject to a JsonParser.
JsonSimpleJsonParser() - 类 的构造器org.springframework.boot.json.JsonSimpleJsonParser
 
JspServlet - org.springframework.boot.context.embedded中的类
Configuration for the container's JSP servlet.
JspServlet() - 类 的构造器org.springframework.boot.context.embedded.JspServlet
 
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.

L

LevelRemappingAppender - org.springframework.boot.logging.logback中的类
Appender that can remap ILoggingEventLevels as they are written.
LevelRemappingAppender() - 类 的构造器org.springframework.boot.logging.logback.LevelRemappingAppender
LevelRemappingAppender(String) - 类 的构造器org.springframework.boot.logging.logback.LevelRemappingAppender
Create a new LevelRemappingAppender with a specific destination logger.
LevelRemappingAppender.AppendableLogger - org.springframework.boot.logging.logback中的类
Simple wrapper around a logger that can have events appended.
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).
load(Class<?>, String...) - 类 中的方法org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Load bean definitions from the given XML resources.
load(String...) - 类 中的方法org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Load bean definitions from the given XML resources.
load(String, Resource, String) - 类 中的方法org.springframework.boot.env.PropertiesPropertySourceLoader
 
load(String, Resource, String) - 接口 中的方法org.springframework.boot.env.PropertySourceLoader
Load the resource into a property source.
load(String, Resource, String) - 类 中的方法org.springframework.boot.env.YamlPropertySourceLoader
 
load(ApplicationContext, Object[]) - 类 中的方法org.springframework.boot.SpringApplication
Load beans into the application context.
load(Resource) - 类 中的方法org.springframework.boot.env.PropertySourcesLoader
Load the specified resource (if possible) and add it as the first source.
load(Resource...) - 类 中的方法org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Load bean definitions from the given XML resources.
load(Resource, String) - 类 中的方法org.springframework.boot.env.PropertySourcesLoader
Load the profile-specific properties from the specified resource (if any) and add it as the first source.
load(Resource, String, String) - 类 中的方法org.springframework.boot.env.PropertySourcesLoader
Load the profile-specific properties from the specified resource (if any), give the name provided and add it as the first source.
load(Resource, String, String, String) - 类 中的方法org.springframework.boot.env.PropertySourcesLoader
Load the profile-specific properties from the specified resource (if any), give the name provided and add it to a group of property sources identified by the group name.
loadClass(String, boolean) - 类 中的方法org.springframework.boot.context.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
 
loadSessionAttributes(String, ClassLoader) - 类 中的方法org.springframework.boot.context.embedded.undertow.FileSessionPersistence
 
LocalServerPort - org.springframework.boot.context.embedded中的注释类型
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
 
LOG - org.springframework.boot.Banner.Mode
Print the banner to the log file.
LOG_FILE - 类 中的静态变量org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the log file.
LOG_LEVEL_PATTERN - 类 中的静态变量org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the log level pattern.
LOG_PATH - 类 中的静态变量org.springframework.boot.logging.LoggingApplicationListener
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.context.embedded.AbstractEmbeddedServletContainerFactory
 
logger - 类 中的变量org.springframework.boot.web.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.logging.LoggingApplicationListener
The name of the LoggingSystem bean.
LoggingApplicationListener - org.springframework.boot.logging中的类
An ApplicationListener that configures the LoggingSystem.
LoggingApplicationListener() - 类 的构造器org.springframework.boot.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
 
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.
map(LogLevel, T) - 类 中的方法org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
Mapping(String, String) - 类 的构造器org.springframework.boot.context.embedded.MimeMappings.Mapping
 
MARIADB - org.springframework.boot.jdbc.DatabaseDriver
Maria DB.
match(MetadataReader, MetadataReaderFactory) - 类 中的方法org.springframework.boot.context.TypeExcludeFilter
 
matches(Properties) - 类 中的方法org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
matchProductName(String) - 枚举 中的方法org.springframework.boot.jdbc.DatabaseDriver
 
mergeInitializers(ServletContextInitializer...) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
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
 
MimeMappings - org.springframework.boot.context.embedded中的类
Simple container-independent abstraction for servlet mime mappings.
MimeMappings() - 类 的构造器org.springframework.boot.context.embedded.MimeMappings
Create a new empty MimeMappings instance.
MimeMappings(Map<String, String>) - 类 的构造器org.springframework.boot.context.embedded.MimeMappings
Create a new MimeMappings from the specified mappings.
MimeMappings(MimeMappings) - 类 的构造器org.springframework.boot.context.embedded.MimeMappings
Create a new MimeMappings instance from the specified mappings.
MimeMappings.Mapping - org.springframework.boot.context.embedded中的类
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
 
MYSQL - org.springframework.boot.jdbc.DatabaseDriver
MySQL.

N

NarayanaBeanFactoryPostProcessor - org.springframework.boot.jta.narayana中的类
BeanFactoryPostProcessor to automatically setup correct beans ordering.
NarayanaBeanFactoryPostProcessor() - 类 的构造器org.springframework.boot.jta.narayana.NarayanaBeanFactoryPostProcessor
 
NarayanaConfigurationBean - org.springframework.boot.jta.narayana中的类
Bean that configures Narayana transaction manager.
NarayanaConfigurationBean(NarayanaProperties) - 类 的构造器org.springframework.boot.jta.narayana.NarayanaConfigurationBean
 
NarayanaDataSourceBean - org.springframework.boot.jta.narayana中的类
DataSource implementation wrapping XADataSource and using ConnectionManager to acquire connections.
NarayanaDataSourceBean(XADataSource) - 类 的构造器org.springframework.boot.jta.narayana.NarayanaDataSourceBean
Create a new NarayanaDataSourceBean instance.
NarayanaProperties - org.springframework.boot.jta.narayana中的类
Subset of Narayana properties which can be configured via Spring configuration.
NarayanaProperties() - 类 的构造器org.springframework.boot.jta.narayana.NarayanaProperties
 
NarayanaRecoveryManagerBean - org.springframework.boot.jta.narayana中的类
Bean to set up Narayana recovery manager.
NarayanaRecoveryManagerBean(RecoveryManagerService) - 类 的构造器org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean
 
NarayanaXAConnectionFactoryWrapper - org.springframework.boot.jta.narayana中的类
XAConnectionFactoryWrapper that uses ConnectionFactoryProxy to wrap an XAConnectionFactory.
NarayanaXAConnectionFactoryWrapper(TransactionManager, NarayanaRecoveryManagerBean, NarayanaProperties) - 类 的构造器org.springframework.boot.jta.narayana.NarayanaXAConnectionFactoryWrapper
Create a new NarayanaXAConnectionFactoryWrapper instance.
NarayanaXADataSourceWrapper - org.springframework.boot.jta.narayana中的类
NarayanaXADataSourceWrapper(NarayanaRecoveryManagerBean, NarayanaProperties) - 类 的构造器org.springframework.boot.jta.narayana.NarayanaXADataSourceWrapper
Create a new NarayanaXADataSourceWrapper instance.
NEED - org.springframework.boot.context.embedded.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.
NEVER - org.springframework.boot.ansi.AnsiOutput.Enabled
Disable ANSI-colored output.
newInstance(String[]) - 类 中的静态方法org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
Creates a new instance of the class.
newInstance(String[]) - 类 中的静态方法org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
Creates a new instance of the class.
newInstance(Configuration, String[]) - 类 中的静态方法org.springframework.boot.logging.log4j2.ColorConverter
Creates a new instance of the class.
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.
NORMAL - org.springframework.boot.ansi.AnsiStyle
 
normalizePath(BeanWrapper, String) - 类 中的方法org.springframework.boot.bind.RelaxedDataBinder
Normalize a bean property path to a format understood by a BeanWrapper.
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

OFF - org.springframework.boot.Banner.Mode
Disable printing of the banner.
OFF - org.springframework.boot.logging.LogLevel
 
onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent) - 类 中的方法org.springframework.boot.builder.ParentContextCloserApplicationListener
 
onApplicationEvent(EmbeddedServletContainerInitializedEvent) - 类 中的方法org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
 
onApplicationEvent(EmbeddedServletContainerInitializedEvent) - 类 中的方法org.springframework.boot.system.EmbeddedServerPortFileWriter
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - 类 中的方法org.springframework.boot.context.config.AnsiOutputApplicationListener
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - 类 中的方法org.springframework.boot.context.FileEncodingApplicationListener
 
onApplicationEvent(ApplicationReadyEvent) - 类 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
onApplicationEvent(ApplicationStartingEvent) - 类 中的方法org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
 
onApplicationEvent(SpringApplicationEvent) - 类 中的方法org.springframework.boot.system.ApplicationPidFileWriter
 
onApplicationEvent(ApplicationEvent) - 类 中的方法org.springframework.boot.context.config.ConfigFileApplicationListener
 
onApplicationEvent(ApplicationEvent) - 类 中的方法org.springframework.boot.context.config.DelegatingApplicationListener
 
onApplicationEvent(ApplicationEvent) - 类 中的方法org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
onApplicationEvent(ApplicationEvent) - 类 中的方法org.springframework.boot.logging.LoggingApplicationListener
 
onApplicationEvent(ContextClosedEvent) - 类 中的方法org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
onApplicationEvent(ContextRefreshedEvent) - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
onClose() - 类 中的方法org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
onRefresh() - 类 中的方法org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
onStartup(ServletContext) - 类 中的方法org.springframework.boot.context.embedded.InitParameterConfiguringServletContextInitializer
 
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.ServletListenerRegistrationBean
 
onStartup(ServletContext) - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
 
onStartup(ServletContext) - 类 中的方法org.springframework.boot.web.support.SpringBootServletInitializer
 
ORACLE - org.springframework.boot.jdbc.DatabaseDriver
Oracle.
OrderedCharacterEncodingFilter - org.springframework.boot.web.filter中的类
CharacterEncodingFilter that also implements Ordered.
OrderedCharacterEncodingFilter() - 类 的构造器org.springframework.boot.web.filter.OrderedCharacterEncodingFilter
 
OrderedHiddenHttpMethodFilter - org.springframework.boot.web.filter中的类
HiddenHttpMethodFilter that also implements Ordered.
OrderedHiddenHttpMethodFilter() - 类 的构造器org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
 
OrderedHttpPutFormContentFilter - org.springframework.boot.web.filter中的类
HttpPutFormContentFilter that also implements Ordered.
OrderedHttpPutFormContentFilter() - 类 的构造器org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
 
OrderedRequestContextFilter - org.springframework.boot.web.filter中的类
RequestContextFilter that also implements Ordered.
OrderedRequestContextFilter() - 类 的构造器org.springframework.boot.web.filter.OrderedRequestContextFilter
 
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.bind - 程序包 org.springframework.boot.bind
Classes and utilities to help when binding spring based configuration files to objects.
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.embedded - 程序包 org.springframework.boot.context.embedded
Specialized ApplicationContext that supports embedded servlet containers.
org.springframework.boot.context.embedded.jetty - 程序包 org.springframework.boot.context.embedded.jetty
Support for Jetty EmbeddedServletContainers.
org.springframework.boot.context.embedded.tomcat - 程序包 org.springframework.boot.context.embedded.tomcat
Support for Tomcat EmbeddedServletContainers.
org.springframework.boot.context.embedded.undertow - 程序包 org.springframework.boot.context.embedded.undertow
Support for Undertow EmbeddedServletContainers.
org.springframework.boot.context.event - 程序包 org.springframework.boot.context.event
ApplicationEvents triggered by Spring Boot.
org.springframework.boot.context.properties - 程序包 org.springframework.boot.context.properties
Support for external configuration binding via the @ConfigurationProperties annotation.
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
 
org.springframework.boot.jackson - 程序包 org.springframework.boot.jackson
Custom enhancements and support for the Jackson project.
org.springframework.boot.jdbc - 程序包 org.springframework.boot.jdbc
 
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.jta.narayana - 程序包 org.springframework.boot.jta.narayana
Support classes for Narayana JTA.
org.springframework.boot.lang - 程序包 org.springframework.boot.lang
Language feature annotations.
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.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.system - 程序包 org.springframework.boot.system
General system support classes.
org.springframework.boot.type.classreading - 程序包 org.springframework.boot.type.classreading
 
org.springframework.boot.validation - 程序包 org.springframework.boot.validation
Utilities and classes related to validation.
org.springframework.boot.web.client - 程序包 org.springframework.boot.web.client
 
org.springframework.boot.web.filter - 程序包 org.springframework.boot.web.filter
Spring Boot specific Filter implementations.
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.support - 程序包 org.springframework.boot.web.support
 
org.springframework.boot.yaml - 程序包 org.springframework.boot.yaml
Spring Boot extensions to Spring Framework's support for parsing YAML.

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(Object...) - 类 中的方法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.
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.JsonJsonParser
 
parseList(String) - 接口 中的方法org.springframework.boot.json.JsonParser
Parse the specified JSON string into a List.
parseList(String) - 类 中的方法org.springframework.boot.json.JsonSimpleJsonParser
 
parseList(String) - 类 中的方法org.springframework.boot.json.YamlJsonParser
 
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.JsonJsonParser
 
parseMap(String) - 接口 中的方法org.springframework.boot.json.JsonParser
Parse the specified JSON string into a Map.
parseMap(String) - 类 中的方法org.springframework.boot.json.JsonSimpleJsonParser
 
parseMap(String) - 类 中的方法org.springframework.boot.json.YamlJsonParser
 
PATH_PROPERTY - 类 中的静态变量org.springframework.boot.logging.LogFile
The name of the Spring property that contains the directory where log files are written.
PATH_PROPERTY - 类 中的静态变量org.springframework.boot.logging.LoggingApplicationListener
已过时。
as of 1.5 in favor of LogFile.PATH_PROPERTY
persistenceUnit(String) - 类 中的方法org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
The name of the persistence unit.
persistSessions(String, Map<String, SessionPersistenceManager.PersistentSession>) - 类 中的方法org.springframework.boot.context.embedded.undertow.FileSessionPersistence
 
PID_KEY - 类 中的静态变量org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the process ID.
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.
PortInUseException - org.springframework.boot.context.embedded中的异常错误
A PortInUseException is thrown when an embedded servlet container fails to start due to a port already being in use.
PortInUseException(int) - 异常错误 的构造器org.springframework.boot.context.embedded.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.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
postProcessAfterInitialization(Object, String) - 类 中的方法org.springframework.boot.web.servlet.ErrorPageRegistrarBeanPostProcessor
 
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.embedded.AnnotationConfigEmbeddedWebApplicationContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Register ServletContextAwareProcessor.
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.jta.narayana.NarayanaBeanFactoryPostProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法org.springframework.boot.web.servlet.ErrorPageRegistrarBeanPostProcessor
 
postProcessContext(Context) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Post process the Tomcat Context before it 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
 
postProcessWebAppContext(WebAppContext) - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Post process the Jetty WebAppContext before it 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.
prepare(Xid) - 类 中的方法org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
prepareContext(Host, ServletContextInitializer[]) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
prepareEmbeddedWebApplicationContext(ServletContext) - 类 中的方法org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Prepare the WebApplicationContext with the given fully loaded ServletContext.
prepareRefresh() - 类 中的方法org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
 
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
 
PRIORITY - 类 中的静态变量org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
The priority for the CommonsLoggingLiquibaseLogger.
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.
PROPERTIES_PREFIX - 类 中的静态变量org.springframework.boot.jta.narayana.NarayanaProperties
Prefix for Narayana specific properties.
PropertiesConfigurationFactory<T> - org.springframework.boot.bind中的类
Validate some Properties (or optionally PropertySources) by binding them to an object of a specified type and then optionally running a Validator over it.
PropertiesConfigurationFactory(Class<?>) - 类 的构造器org.springframework.boot.bind.PropertiesConfigurationFactory
Create a new PropertiesConfigurationFactory instance.
PropertiesConfigurationFactory(T) - 类 的构造器org.springframework.boot.bind.PropertiesConfigurationFactory
Create a new PropertiesConfigurationFactory instance.
PropertiesPropertySourceLoader - org.springframework.boot.env中的类
Strategy to load '.properties' files into a PropertySource.
PropertiesPropertySourceLoader() - 类 的构造器org.springframework.boot.env.PropertiesPropertySourceLoader
 
PropertyOrigin - org.springframework.boot.bind中的类
The origin of a property, specifically its source and its name before any prefix was removed.
PropertySourceLoader - org.springframework.boot.env中的接口
Strategy interface located via SpringFactoriesLoader and used to load a PropertySource.
PropertySourcesBinder - org.springframework.boot.bind中的类
Helper extracting info from PropertySources.
PropertySourcesBinder(ConfigurableEnvironment) - 类 的构造器org.springframework.boot.bind.PropertySourcesBinder
Create a new instance using the Environment as the property sources.
PropertySourcesBinder(PropertySource<?>) - 类 的构造器org.springframework.boot.bind.PropertySourcesBinder
Create a new instance from a single PropertySource.
PropertySourcesBinder(PropertySources) - 类 的构造器org.springframework.boot.bind.PropertySourcesBinder
Create a new instance.
PropertySourcesLoader - org.springframework.boot.env中的类
Utility that can be used to MutablePropertySources using PropertySourceLoaders.
PropertySourcesLoader() - 类 的构造器org.springframework.boot.env.PropertySourcesLoader
Create a new PropertySourceLoader instance backed by a new MutablePropertySources.
PropertySourcesLoader(MutablePropertySources) - 类 的构造器org.springframework.boot.env.PropertySourcesLoader
Create a new PropertySourceLoader instance backed by the specified MutablePropertySources.
PropertySourcesPropertyValues - org.springframework.boot.bind中的类
A PropertyValues implementation backed by a PropertySources, bridging the two abstractions and allowing (for instance) a regular DataBinder to be used with the latter.
PropertySourcesPropertyValues(PropertySources) - 类 的构造器org.springframework.boot.bind.PropertySourcesPropertyValues
Create a new PropertyValues from the given PropertySources.
PropertySourcesPropertyValues(PropertySources, boolean) - 类 的构造器org.springframework.boot.bind.PropertySourcesPropertyValues
Create a new PropertyValues from the given PropertySources that will optionally resolve placeholders.
PropertySourcesPropertyValues(PropertySources, Collection<String>, Collection<String>) - 类 的构造器org.springframework.boot.bind.PropertySourcesPropertyValues
Create a new PropertyValues from the given PropertySources.
PropertySourceUtils - org.springframework.boot.bind中的类
Convenience class for manipulating PropertySources.
PropertySourceUtils() - 类 的构造器org.springframework.boot.bind.PropertySourceUtils
 

R

RANDOM_PROPERTY_SOURCE_NAME - 类 中的静态变量org.springframework.boot.context.config.RandomValuePropertySource
Name of the random PropertySource.
RandomValuePropertySource - org.springframework.boot.context.config中的类
PropertySource that returns a random value for any property that starts with "random.".
RandomValuePropertySource() - 类 的构造器org.springframework.boot.context.config.RandomValuePropertySource
 
RandomValuePropertySource(String) - 类 的构造器org.springframework.boot.context.config.RandomValuePropertySource
 
reason() - 注释类型 中的方法org.springframework.boot.context.properties.DeprecatedConfigurationProperty
The reason for the deprecation.
recover(int) - 类 中的方法org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
RED - org.springframework.boot.ansi.AnsiBackground
 
RED - org.springframework.boot.ansi.AnsiColor
 
refresh() - 类 中的方法org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
refresh(ApplicationContext) - 类 中的方法org.springframework.boot.SpringApplication
Refresh the underlying ApplicationContext.
register(Class<?>...) - 类 中的方法org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Register one or more annotated classes to be processed.
REGISTER_SHUTDOWN_HOOK_PROPERTY - 类 中的静态变量org.springframework.boot.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.servlet.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
 
RelaxedBindingNotWritablePropertyException - org.springframework.boot.bind中的异常错误
A custom NotWritablePropertyException that is thrown when a failure occurs during relaxed binding.
RelaxedDataBinder - org.springframework.boot.bind中的类
Binder implementation that allows caller to bind to maps and also allows property names to match a bit loosely (if underscores or dashes are removed and replaced with camel case for example).
RelaxedDataBinder(Object) - 类 的构造器org.springframework.boot.bind.RelaxedDataBinder
Create a new RelaxedDataBinder instance.
RelaxedDataBinder(Object, String) - 类 的构造器org.springframework.boot.bind.RelaxedDataBinder
Create a new RelaxedDataBinder instance.
RelaxedNames - org.springframework.boot.bind中的类
Generates relaxed name variations from a given source.
RelaxedNames(String) - 类 的构造器org.springframework.boot.bind.RelaxedNames
Create a new RelaxedNames instance.
RelaxedPropertyResolver - org.springframework.boot.bind中的类
PropertyResolver that attempts to resolve values using RelaxedNames.
RelaxedPropertyResolver(PropertyResolver) - 类 的构造器org.springframework.boot.bind.RelaxedPropertyResolver
 
RelaxedPropertyResolver(PropertyResolver, String) - 类 的构造器org.springframework.boot.bind.RelaxedPropertyResolver
 
remove(String) - 类 中的方法org.springframework.boot.context.embedded.MimeMappings
Remove an existing mapping.
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(Log, Log) - 类 中的静态方法org.springframework.boot.logging.DeferredLog
 
replayTo(Class<?>) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
replayTo(Log) - 类 中的方法org.springframework.boot.logging.DeferredLog
 
report(FailureAnalysis) - 接口 中的方法org.springframework.boot.diagnostics.FailureAnalysisReporter
Reports the given failureAnalysis to the user.
report(FailureAnalysis) - 类 中的方法org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
 
REQUEST_WRAPPER_FILTER_MAX_ORDER - 类 中的静态变量org.springframework.boot.web.servlet.FilterRegistrationBean
Filters that wrap the servlet request should be ordered less than or equal to this.
requestFactory(Class<? extends ClientHttpRequestFactory>) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestFactory class that should be used with the RestTemplate.
requestFactory(ClientHttpRequestFactory) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestFactory that should be used with the RestTemplate.
reset() - 类 中的静态方法org.springframework.boot.system.ApplicationPidFileWriter
Reset the created flag for testing purposes.
resolvePlaceholders(String) - 类 中的方法org.springframework.boot.bind.RelaxedPropertyResolver
 
resolveRequiredPlaceholders(String) - 类 中的方法org.springframework.boot.bind.RelaxedPropertyResolver
 
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.
ResourceNotFoundException - org.springframework.boot.context.config中的异常错误
Exception thrown when a Resource defined by a property is not found.
ResourceNotFoundException(String, Resource) - 异常错误 的构造器org.springframework.boot.context.config.ResourceNotFoundException
 
restore() - 类 中的方法org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.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.
rollback(Xid) - 类 中的方法org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
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(Object[], 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(Object, 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.support.SpringBootServletInitializer
Called to run a fully configured SpringApplication.

S

scan(String...) - 类 中的方法org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Perform a scan within the specified base packages.
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.context.embedded中的类
ApplicationContextInitializer that sets Environment properties for the ports that EmbeddedServletContainer servers are actually listening on.
ServerPortInfoApplicationContextInitializer() - 类 的构造器org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
 
ServletComponentScan - org.springframework.boot.web.servlet中的注释类型
Enables scanning for Servlet components (filters, servlets, and listeners).
ServletContextApplicationContextInitializer - org.springframework.boot.web.support中的类
ApplicationContextInitializer for setting the servlet context.
ServletContextApplicationContextInitializer(ServletContext) - 类 的构造器org.springframework.boot.web.support.ServletContextApplicationContextInitializer
ServletContextApplicationContextInitializer(ServletContext, boolean) - 类 的构造器org.springframework.boot.web.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) - 类 的构造器org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
ServletContextInitializerConfiguration - org.springframework.boot.context.embedded.jetty中的类
Jetty Configuration that calls ServletContextInitializers.
ServletContextInitializerConfiguration(ServletContextInitializer...) - 类 的构造器org.springframework.boot.context.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 - 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(Servlet, boolean, String...) - 类 的构造器org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance with the specified Servlet and URL mappings.
ServletRegistrationBean(Servlet, String...) - 类 的构造器org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance with the specified Servlet and URL mappings.
setAcceptors(int) - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Set the number of acceptor threads to use.
setAccessLogDirectory(File) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAccessLogEnabled(boolean) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAccessLogPattern(String) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAccessLogPrefix(String) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAccessLogRotate(boolean) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAccessLogSuffix(String) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAddCommandLineProperties(boolean) - 类 中的方法org.springframework.boot.SpringApplication
Sets if a CommandLinePropertySource should be added to the application context in order to expose arguments.
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.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setAddress(InetAddress) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the specific network address that the server should bind to.
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.
setAsText(String) - 类 中的方法org.springframework.boot.bind.InetAddressEditor
 
setAsyncSupported(boolean) - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
Sets if asynchronous operations are support for this registration.
setBackgroundProcessorDelay(int) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Sets the background processor delay in seconds.
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.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set the Tomcat base directory.
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.context.TypeExcludeFilter
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.jackson.JsonComponentModule
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.web.servlet.ErrorPageRegistrarBeanPostProcessor
 
setBeanMetaDataStore(ConfigurationBeanFactoryMetaData) - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Set the bean meta-data store.
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.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Provide a custom BeanNameGenerator for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner , if any.
setBeanNameGenerator(BeanNameGenerator) - 类 中的方法org.springframework.boot.SpringApplication
Sets the bean name generator that should be used when generating bean names.
setBufferSize(Integer) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setBuffersPerRegion(Integer) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
已过时。
setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Set UndertowBuilderCustomizers that should be applied to the Undertow Undertow.Builder.
setCallback(EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback) - 类 中的方法org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
An optional callback for new entity manager factory beans.
setCheckpointInterval(long) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the interval between checkpoints.
setCiphers(String[]) - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
setClassName(String) - 类 中的方法org.springframework.boot.context.embedded.JspServlet
 
setClientAuth(Ssl.ClientAuth) - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
setCompression(Compression) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setCompression(Compression) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the compression configuration that will be applied to the container's default connector.
setConfigurations(Collection<? extends Configuration>) - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
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
Sets the connect timeout in milliseconds on the underlying ClientHttpRequestFactory.
setConsoleAvailable(Boolean) - 类 中的静态方法org.springframework.boot.ansi.AnsiOutput
Sets if the System.console() is known to be available.
setContextLifecycleListeners(Collection<? extends LifecycleListener>) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set LifecycleListeners that should be applied to the Tomcat Context .
setContextPath(String) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setContextPath(String) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the context path for the embedded servlet container.
setContextValves(Collection<? extends Valve>) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set Valves that should be applied to the Tomcat Context.
setConversionService(ConversionService) - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
Set the conversion service.
setConversionService(ConversionService) - 类 中的方法org.springframework.boot.bind.PropertySourcesBinder
 
setConversionService(ConversionService) - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Set the conversion service used to convert property values.
setConverters(List<Converter<?, ?>>) - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
A list of custom converters (in addition to the defaults) to use when converting properties for binding.
setDataSource(XADataSource) - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean
Set the XADataSource directly, instead of calling ResourceBean.setClassName(String).
setDefaultJtaTimeout(long) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
The default timeout for JTA transactions (optional, defaults to 10000 ms).
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
setDefaultTimeout(int) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Set UndertowDeploymentInfoCustomizers that should be applied to the Undertow DeploymentInfo.
setDestinationLogger(String) - 类 中的方法org.springframework.boot.logging.logback.LevelRemappingAppender
Sets the destination logger that will be used to send remapped events.
setDirectBuffers(Boolean) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setDisplayName(String) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setDisplayName(String) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the display name of the application deployed in the embedded servlet container.
setDocumentRoot(File) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setDocumentRoot(File) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the document root directory which will be used by the web context to serve static files.
setEnabled(boolean) - 类 中的方法org.springframework.boot.context.embedded.Compression
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.context.embedded.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.context.embedded.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.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set Valves that should be applied to the Tomcat Engine.
setEnvironment(ConfigurableEnvironment) - 类 中的方法org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
setEnvironment(ConfigurableEnvironment) - 类 中的方法org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
setEnvironment(ConfigurableEnvironment) - 类 中的方法org.springframework.boot.SpringApplication
Sets the underlying environment that should be used with the created application context.
setEnvironment(Environment) - 类 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
setEnvironment(Environment) - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
setErrorPages(Set<? extends ErrorPage>) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setErrorPages(Set<? extends ErrorPage>) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the error pages that will be used when handling exceptions.
setExceptionIfInvalid(boolean) - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
已过时。
as of 1.5, do not specify a Validator if validation should not occur
setExceptionIfInvalid(boolean) - 类 中的方法org.springframework.boot.bind.YamlConfigurationFactory
已过时。
as of 1.5, do not specify a Validator if validation should not occur
setExcludedUserAgents(String[]) - 类 中的方法org.springframework.boot.context.embedded.Compression
 
setExpiryScanners(List<String>) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
setFileSizeThreshold(int) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the size threshold in bytes after which files will be written to disk.
setFileSizeThreshold(String) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the size threshold after which files will be written to disk.
setFilter(Filter) - 类 中的方法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.
setGenericConverters(List<GenericConverter>) - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
A list of custom converters (in addition to the defaults) to use when converting properties for binding.
setHeadless(boolean) - 类 中的方法org.springframework.boot.SpringApplication
Sets if the application is headless and should not instantiate AWT.
setIgnoreInvalidFields(boolean) - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
Set whether to ignore invalid fields, that is, whether to ignore bind parameters that have corresponding fields in the target object which are not accessible (for example because of null values in the nested path).
setIgnoreNestedProperties(boolean) - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
Flag to disable binding of nested properties (i.e. those with period separators in their paths).
setIgnoreNestedProperties(boolean) - 类 中的方法org.springframework.boot.bind.RelaxedDataBinder
Flag to disable binding of nested properties (i.e. those with period separators in their paths).
setIgnoreUnknownFields(boolean) - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
Set whether to ignore unknown fields, that is, whether to ignore bind parameters that do not have corresponding fields in the target object.
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.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setInitializers(List<? extends ServletContextInitializer>) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
setInitParameters(Map<String, String>) - 类 中的方法org.springframework.boot.context.embedded.JspServlet
 
setInitParameters(Map<String, String>) - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
Set init-parameters for this registration.
setIoThreads(Integer) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setJspServlet(JspServlet) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setJspServlet(JspServlet) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the configuration that will be applied to the container's JSP servlet.
setKeyAlias(String) - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
setKeyPassword(String) - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
setKeyStore(String) - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
setKeyStorePassword(String) - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
setKeyStoreProvider(String) - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
setKeyStoreType(String) - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
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.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setLocaleCharsetMappings(Map<Locale, Charset>) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
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.
setLogDir(String) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
setLoginTimeout(int) - 类 中的方法org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
setLoginTimeout(int) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
setLogLevel(String, String) - 类 中的方法org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
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.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
 
setLogWriter(PrintWriter) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
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.
setMaxActives(int) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the maximum number of active transactions.
setMaxFileSize(long) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum size in bytes allowed for uploaded files.
setMaxFileSize(String) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum size allowed for uploaded files.
setMaxRequestSize(long) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum size allowed in bytes for multipart/form-data requests.
setMaxRequestSize(String) - 类 中的方法org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum size allowed for multipart/form-data requests.
setMaxTimeout(long) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the maximum timeout (in milliseconds) that can be allowed for transactions.
setMessageSource(MessageSource) - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
Set the message source.
setMessageSource(MessageSource) - 类 中的方法org.springframework.boot.bind.YamlConfigurationFactory
Set the message source.
setMimeMappings(MimeMappings) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setMimeMappings(MimeMappings) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the mime-type mappings.
setMimeTypes(String[]) - 类 中的方法org.springframework.boot.context.embedded.Compression
 
setMinResponseSize(int) - 类 中的方法org.springframework.boot.context.embedded.Compression
 
setMultipartConfig(MultipartConfigElement) - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Set the multi-part configuration.
setName(String) - 类 中的方法org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
setName(String) - 类 中的方法org.springframework.boot.web.servlet.RegistrationBean
Set the name of this registration.
setNameAliases(Map<String, List<String>>) - 类 中的方法org.springframework.boot.bind.RelaxedDataBinder
Set name aliases.
setNamespace(String) - 类 中的方法org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
setOnePhaseCommit(boolean) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
setOrder(int) - 类 中的方法org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
setOrder(int) - 类 中的方法org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
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.properties.ConfigurationPropertiesBindingPostProcessor
Set the order of the bean.
setOrder(int) - 类 中的方法org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
setOrder(int) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
setOrder(int) - 类 中的方法org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
setOrder(int) - 类 中的方法org.springframework.boot.logging.LoggingApplicationListener
 
setOrder(int) - 类 中的方法org.springframework.boot.system.ApplicationPidFileWriter
 
setOrder(int) - 类 中的方法org.springframework.boot.web.filter.OrderedCharacterEncodingFilter
Set the order for this filter.
setOrder(int) - 类 中的方法org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
Set the order for this filter.
setOrder(int) - 类 中的方法org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
Set the order for this filter.
setOrder(int) - 类 中的方法org.springframework.boot.web.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.support.ServletContextApplicationContextInitializer
 
setParseArgs(boolean) - 类 中的方法org.springframework.boot.logging.LoggingApplicationListener
Sets if initialization arguments should be parsed for --debug and --trace options.
setPeriodicRecoveryPeriod(int) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
setPersistSession(boolean) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setPersistSession(boolean) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets if session data should be persisted between restarts.
setPort(int) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setPort(int) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the port that the embedded servlet container should listen on.
setPropertyAliases(Map<Class<?>, Map<String, String>>) - 类 中的方法org.springframework.boot.bind.YamlConfigurationFactory
Set the property aliases.
setPropertySources(PropertySources) - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
Set the property sources.
setPropertySources(PropertySources) - 类 中的方法org.springframework.boot.bind.PropertySourcesBinder
 
setPropertySources(PropertySources) - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Set the property sources to bind.
setProtocol(String) - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
setProtocol(String) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
The Tomcat protocol to use when create the Connector.
setReadTimeout(int) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Sets the read timeout in milliseconds on the underlying ClientHttpRequestFactory.
setRecoveryBackoffPeriod(int) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
setRecoveryDbPass(String) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
setRecoveryDbUser(String) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
setRecoveryJmsPass(String) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
setRecoveryJmsUser(String) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
setRecoveryModules(List<String>) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
setRegisterDefaultServlet(boolean) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setRegisterDefaultServlet(boolean) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Set if the DefaultServlet should be registered.
setRegistered(boolean) - 类 中的方法org.springframework.boot.context.embedded.JspServlet
 
setRegisterErrorPageFilter(boolean) - 类 中的方法org.springframework.boot.web.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.
setRemapLevels(String) - 类 中的方法org.springframework.boot.logging.logback.LevelRemappingAppender
Set the remapped level.
setResolvePlaceholders(boolean) - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
Flag to indicate that placeholders should be replaced during binding.
setResource(Resource) - 类 中的方法org.springframework.boot.bind.YamlConfigurationFactory
Set the resource.
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
 
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.boot.SpringApplication
Sets the ResourceLoader that should be used when loading resources.
setScopeMetadataResolver(ScopeMetadataResolver) - 类 中的方法org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
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.
setSelectors(int) - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Set the number of selector threads to use.
setSerialJtaTransactions(boolean) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies if subtransactions should be joined when possible.
setServerCustomizers(Collection<? extends JettyServerCustomizer>) - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Sets JettyServerCustomizers that will be applied to the Server before it is started.
setServerHeader(String) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setServerHeader(String) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the server header value.
setService(String) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the transaction manager implementation that should be started.
setServlet(Servlet) - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Sets the servlet to be registered.
setServletConfig(ServletConfig) - 类 中的方法org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
setSessionStoreDir(File) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSessionStoreDir(File) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Set the directory used to store serialized session data.
setSessionTimeout(int) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSessionTimeout(int) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
The session timeout in seconds (default 30 minutes).
setSessionTimeout(int, TimeUnit) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSessionTimeout(int, TimeUnit) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
The session timeout in the specified TimeUnit (default 30 minutes).
setSources(Set<Object>) - 类 中的方法org.springframework.boot.SpringApplication
The sources that will be used to create an ApplicationContext.
setSpringBootLogging(LogLevel) - 类 中的方法org.springframework.boot.logging.LoggingApplicationListener
Sets a custom logging level to be used for Spring Boot and related libraries.
setSsl(Ssl) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSsl(Ssl) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the SSL configuration that will be applied to the container's default connector.
setSslStoreProvider(SslStoreProvider) - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSslStoreProvider(SslStoreProvider) - 接口 中的方法org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets a provider that will be used to obtain SSL stores.
setTargetName(String) - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
Set the target name.
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.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Set a Jetty ThreadPool that should be used by the Server.
setTldSkip(String) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
setTldSkipPatterns(Collection<String>) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set the patterns that match jars to ignore for TLD scanning.
setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set TomcatConnectorCustomizers that should be applied to the Tomcat Connector .
setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set TomcatContextCustomizers that should be applied to the Tomcat Context .
setTransactionManagerId(String) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
setTransactionManagerUniqueName(String) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the transaction manager's unique name.
setTransactionTimeout(int) - 类 中的方法org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
setTriggerEventType(Class<? extends SpringApplicationEvent>) - 类 中的方法org.springframework.boot.system.ApplicationPidFileWriter
Sets the type of application event that will trigger writing of the PID file.
setTrustStore(String) - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
setTrustStorePassword(String) - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
setTrustStoreProvider(String) - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
setTrustStoreType(String) - 类 中的方法org.springframework.boot.context.embedded.Ssl
 
setUriEncoding(Charset) - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set the character encoding to use for URL decoding.
setUrlMappings(Collection<String>) - 类 中的方法org.springframework.boot.web.servlet.ServletRegistrationBean
Set the URL mappings for the servlet.
setUseForwardHeaders(boolean) - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Set if x-forward-* headers should be processed.
setUseForwardHeaders(boolean) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Set if x-forward-* headers should be processed.
setValidating(boolean) - 类 中的方法org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Set whether to use XML validation.
setValidator(Validator) - 类 中的方法org.springframework.boot.bind.PropertiesConfigurationFactory
Set the validator.
setValidator(Validator) - 类 中的方法org.springframework.boot.bind.YamlConfigurationFactory
Set the validator.
setValidator(Validator) - 类 中的方法org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Set the bean validator used to validate property fields.
setWebEnvironment(boolean) - 类 中的方法org.springframework.boot.SpringApplication
Sets if this application is running within a web environment.
setWorkerThreads(Integer) - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setXaResourceOrphanFilters(List<String>) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaProperties
 
setYaml(String) - 类 中的方法org.springframework.boot.bind.YamlConfigurationFactory
Set the YAML.
severe(String) - 类 中的方法org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
severe(String, Throwable) - 类 中的方法org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
shouldRegisterJspServlet() - 类 中的方法org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns whether or not the JSP servlet should be registered with the embedded container.
shutdown() - 接口 中的方法org.springframework.boot.admin.SpringApplicationAdminMXBean
Shutdown the application.
sibling(Object...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Create a sibling application (one with the same parent).
sibling(Object[], String...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Create a sibling application (one with the same parent).
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
 
sources(Class<?>...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Add more sources (configuration classes and components) to this application.
sources(Object...) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Add more sources to use in this application.
SpringApplication - org.springframework.boot中的类
Classes that can be used to bootstrap and launch a Spring application from a Java main method.
SpringApplication(Object...) - 类 的构造器org.springframework.boot.SpringApplication
Create a new SpringApplication instance.
SpringApplication(ResourceLoader, Object...) - 类 的构造器org.springframework.boot.SpringApplication
Create a new SpringApplication instance.
SpringApplicationAdminMXBean - org.springframework.boot.admin中的接口
A 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(Object...) - 类 的构造器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 prevents logger warnings from being printed when the application first starts.
SpringBootConfigurationFactory() - 类 的构造器org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
 
SpringBootServletInitializer - org.springframework.boot.web.support中的类
An opinionated WebApplicationInitializer to run a SpringApplication from a traditional WAR deployment.
SpringBootServletInitializer() - 类 的构造器org.springframework.boot.web.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
 
SpringNamingStrategy - org.springframework.boot.orm.jpa.hibernate中的类
Hibernate NamingStrategy that follows Spring recommended naming conventions.
SpringNamingStrategy() - 类 的构造器org.springframework.boot.orm.jpa.hibernate.SpringNamingStrategy
 
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
 
SpringProfileDocumentMatcher - org.springframework.boot.yaml中的类
YamlProcessor.DocumentMatcher backed by Environment.getActiveProfiles().
SpringProfileDocumentMatcher() - 类 的构造器org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
SpringProfileDocumentMatcher(String...) - 类 的构造器org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
SQLITE - org.springframework.boot.jdbc.DatabaseDriver
SQL Lite.
SQLSERVER - org.springframework.boot.jdbc.DatabaseDriver
SQL Server.
Ssl - org.springframework.boot.context.embedded中的类
Simple container-independent abstraction for SSL configuration.
Ssl() - 类 的构造器org.springframework.boot.context.embedded.Ssl
 
Ssl.ClientAuth - org.springframework.boot.context.embedded中的枚举
Client authentication types.
SslStoreProvider - org.springframework.boot.context.embedded中的接口
Interface to provide SSL key stores for an EmbeddedServletContainer to use.
start() - 接口 中的方法org.springframework.boot.context.embedded.EmbeddedServletContainer
Starts the embedded servlet container.
start() - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
 
start() - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
 
start() - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
 
start(Xid, int) - 类 中的方法org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
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.context.embedded.EmbeddedServletContainer
Stops the embedded servlet container.
stop() - 类 中的方法org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
 
stop() - 类 中的方法org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
 
stop() - 类 中的方法org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
 
supportsEventType(Class<? extends ApplicationEvent>) - 类 中的方法org.springframework.boot.context.config.ConfigFileApplicationListener
 
supportsEventType(ResolvableType) - 类 中的方法org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
supportsEventType(ResolvableType) - 类 中的方法org.springframework.boot.logging.LoggingApplicationListener
 
supportsSourceType(Class<?>) - 类 中的方法org.springframework.boot.context.config.ConfigFileApplicationListener
 
supportsSourceType(Class<?>) - 类 中的方法org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
supportsSourceType(Class<?>) - 类 中的方法org.springframework.boot.logging.LoggingApplicationListener
 
SYSTEM_PROPERTY - 类 中的静态变量org.springframework.boot.logging.LoggingSystem
A System property that can be used to indicate the LoggingSystem to use.

T

TERADATA - org.springframework.boot.jdbc.DatabaseDriver
Teradata.
throwableProxyToString(IThrowableProxy) - 类 中的方法org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
 
throwableProxyToString(IThrowableProxy) - 类 中的方法org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
 
toAnsiString(String, AnsiElement) - 类 中的方法org.springframework.boot.logging.logback.ColorConverter
 
TomcatConnectorCustomizer - org.springframework.boot.context.embedded.tomcat中的接口
Callback interface that can be used to customize a Tomcat Connector.
TomcatContextCustomizer - org.springframework.boot.context.embedded.tomcat中的接口
Callback interface that can be used to customize a Tomcat Context.
TomcatEmbeddedServletContainer - org.springframework.boot.context.embedded.tomcat中的类
EmbeddedServletContainer that can be used to control an embedded Tomcat server.
TomcatEmbeddedServletContainer(Tomcat) - 类 的构造器org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
Create a new TomcatEmbeddedServletContainer instance.
TomcatEmbeddedServletContainer(Tomcat, boolean) - 类 的构造器org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
Create a new TomcatEmbeddedServletContainer instance.
TomcatEmbeddedServletContainerFactory - org.springframework.boot.context.embedded.tomcat中的类
TomcatEmbeddedServletContainerFactory() - 类 的构造器org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
TomcatEmbeddedServletContainerFactory(int) - 类 的构造器org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Create a new TomcatEmbeddedServletContainerFactory that listens for requests using the specified port.
TomcatEmbeddedServletContainerFactory(String, int) - 类 的构造器org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Create a new TomcatEmbeddedServletContainerFactory with the specified context path and port.
TomcatEmbeddedWebappClassLoader - org.springframework.boot.context.embedded.tomcat中的类
Extension of Tomcat's WebappClassLoader that does not consider the system classloader.
TomcatEmbeddedWebappClassLoader() - 类 的构造器org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
TomcatEmbeddedWebappClassLoader(ClassLoader) - 类 的构造器org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
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.ApplicationHome
 
toString() - 类 中的方法org.springframework.boot.ApplicationPid
 
toString() - 类 中的方法org.springframework.boot.ApplicationTemp
 
toString() - 类 中的方法org.springframework.boot.context.embedded.MimeMappings.Mapping
 
toString() - 类 中的方法org.springframework.boot.logging.LogFile
 
toString() - 类 中的方法org.springframework.boot.logging.LoggerConfiguration
 
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
 
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

UNDERLINE - org.springframework.boot.ansi.AnsiStyle
 
UndertowBuilderCustomizer - org.springframework.boot.context.embedded.undertow中的接口
Callback interface that can be used to customize an Undertow Undertow.Builder.
UndertowDeploymentInfoCustomizer - org.springframework.boot.context.embedded.undertow中的接口
Callback interface that can be used to customize an Undertow DeploymentInfo.
UndertowEmbeddedServletContainer - org.springframework.boot.context.embedded.undertow中的类
EmbeddedServletContainer that can be used to control an embedded Undertow server.
UndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, String, boolean, boolean, Compression) - 类 的构造器org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
Create a new UndertowEmbeddedServletContainer instance.
UndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, String, boolean, boolean, Compression, String) - 类 的构造器org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
Create a new UndertowEmbeddedServletContainer instance.
UndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, String, boolean, Compression) - 类 的构造器org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
Create a new UndertowEmbeddedServletContainer instance.
UndertowEmbeddedServletContainerFactory - org.springframework.boot.context.embedded.undertow中的类
UndertowEmbeddedServletContainerFactory() - 类 的构造器org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
UndertowEmbeddedServletContainerFactory(int) - 类 的构造器org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Create a new UndertowEmbeddedServletContainerFactory that listens for requests using the specified port.
UndertowEmbeddedServletContainerFactory(String, int) - 类 的构造器org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Create a new UndertowEmbeddedServletContainerFactory with the specified context path and port.
UNKNOWN - org.springframework.boot.jdbc.DatabaseDriver
Unknown type.
unmodifiableMappings(MimeMappings) - 类 中的静态方法org.springframework.boot.context.embedded.MimeMappings
Create a new unmodifiable view of the specified mapping.
unwrap(Class<T>) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
uriTemplateHandler(UriTemplateHandler) - 类 中的方法org.springframework.boot.web.client.RestTemplateBuilder
Set the UriTemplateHandler that should be used with the RestTemplate.
UsesUnsafeJava - org.springframework.boot.lang中的注释类型
Indicates that the annotated element uses unsafe Java calls.

V

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.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.
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.embedded.Ssl.ClientAuth
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.jdbc.DatabaseDriver
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.logging.LogLevel
返回带有指定名称的该类型的枚举常量。
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.embedded.Ssl.ClientAuth
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.jdbc.DatabaseDriver
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.logging.LogLevel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WANT - org.springframework.boot.context.embedded.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
 
warning(String) - 类 中的方法org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
warning(String, Throwable) - 类 中的方法org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
web(boolean) - 类 中的方法org.springframework.boot.builder.SpringApplicationBuilder
Flag to explicitly request a web or non-web environment (auto detected based on classpath if not set).
WebApplicationContextServletContextAwareProcessor - org.springframework.boot.context.embedded中的类
Variant of ServletContextAwareProcessor for use with a ConfigurableWebApplicationContext.
WebApplicationContextServletContextAwareProcessor(ConfigurableWebApplicationContext) - 类 的构造器org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor
 
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
 
withAlias(String, String...) - 类 中的方法org.springframework.boot.bind.RelaxedDataBinder
Add aliases to the DataBinder.
wrapConnectionFactory(XAConnectionFactory) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
 
wrapConnectionFactory(XAConnectionFactory) - 类 中的方法org.springframework.boot.jta.bitronix.BitronixXAConnectionFactoryWrapper
 
wrapConnectionFactory(XAConnectionFactory) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaXAConnectionFactoryWrapper
 
wrapConnectionFactory(XAConnectionFactory) - 接口 中的方法org.springframework.boot.jta.XAConnectionFactoryWrapper
Wrap the specific XAConnectionFactory and enroll it with a JTA TransactionManager.
wrapDataSource(XADataSource) - 类 中的方法org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
 
wrapDataSource(XADataSource) - 类 中的方法org.springframework.boot.jta.bitronix.BitronixXADataSourceWrapper
 
wrapDataSource(XADataSource) - 类 中的方法org.springframework.boot.jta.narayana.NarayanaXADataSourceWrapper
 
wrapDataSource(XADataSource) - 接口 中的方法org.springframework.boot.jta.XADataSourceWrapper
Wrap the specific XADataSource and enroll it with a JTA TransactionManager.
write(File) - 类 中的方法org.springframework.boot.ApplicationPid
Write the PID to the specified file.

X

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

Y

YamlConfigurationFactory<T> - org.springframework.boot.bind中的类
Validate some YAML by binding it to an object of a specified type and then optionally running a Validator over it.
YamlConfigurationFactory(Class<?>) - 类 的构造器org.springframework.boot.bind.YamlConfigurationFactory
Sets a validation constructor which will be applied to the YAML doc to see whether it matches the expected JavaBean.
YamlJavaBeanPropertyConstructor - org.springframework.boot.bind中的类
Extended version of snakeyaml's Constructor class to facilitate mapping custom YAML keys to JavaBean property names.
YamlJavaBeanPropertyConstructor(Class<?>) - 类 的构造器org.springframework.boot.bind.YamlJavaBeanPropertyConstructor
 
YamlJavaBeanPropertyConstructor(Class<?>, Map<Class<?>, Map<String, String>>) - 类 的构造器org.springframework.boot.bind.YamlJavaBeanPropertyConstructor
 
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 L M N O P R S T U V W X Y 
所有类 所有程序包