spring-boot-4.0.0-M2.jar中文-英文对照文档.zip

org.springframework.bootspring-boot4.0.0-M2API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: spring-boot-4.0.0-M2.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 6.32 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

spring-boot-4.0.0-M2.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:spring-boot-4.0.0-M2.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:spring-boot-4.0.0-M2.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:spring-boot-4.0.0-M2.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:spring-boot-4.0.0-M2-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 spring-boot-4.0.0-M2.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: spring-boot
  • 描述: Spring Boot
  • 版本: 4.0.0-M2

Maven依赖

<dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot</artifactId>
	<version>4.0.0-M2</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.springframework.boot', name: 'spring-boot', version: '4.0.0-M2'
Gradle (Short):
	implementation 'org.springframework.boot:spring-boot:4.0.0-M2'
Gradle (Kotlin):
	implementation("org.springframework.boot:spring-boot:4.0.0-M2")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.springframework.boot
org.springframework.boot.admin
org.springframework.boot.ansi
org.springframework.boot.availability
org.springframework.boot.builder
org.springframework.boot.cloud
org.springframework.boot.context
org.springframework.boot.context.annotation
org.springframework.boot.context.config
org.springframework.boot.context.event
org.springframework.boot.context.logging
org.springframework.boot.context.metrics.buffering
org.springframework.boot.context.properties
org.springframework.boot.context.properties.bind
org.springframework.boot.context.properties.bind.handler
org.springframework.boot.context.properties.bind.validation
org.springframework.boot.context.properties.source
org.springframework.boot.convert
org.springframework.boot.diagnostics
org.springframework.boot.diagnostics.analyzer
org.springframework.boot.env
org.springframework.boot.info
org.springframework.boot.io
org.springframework.boot.json
org.springframework.boot.logging
org.springframework.boot.logging.java
org.springframework.boot.logging.log4j2
org.springframework.boot.logging.logback
org.springframework.boot.logging.structured
org.springframework.boot.origin
org.springframework.boot.ssl
org.springframework.boot.ssl.jks
org.springframework.boot.ssl.pem
org.springframework.boot.system
org.springframework.boot.task
org.springframework.boot.thread
org.springframework.boot.type.classreading
org.springframework.boot.util
org.springframework.boot.validation
org.springframework.boot.validation.beanvalidation
org.springframework.boot.web.context.reactive
org.springframework.boot.web.context.servlet
org.springframework.boot.web.error
org.springframework.boot.web.servlet
org.springframework.boot.web.servlet.support

本组件包含的 Java class(类)

org.springframework.boot.AotInitializerNotFoundException
org.springframework.boot.ApplicationArguments
org.springframework.boot.ApplicationContextFactory
org.springframework.boot.ApplicationRunner
org.springframework.boot.Banner
org.springframework.boot.BootstrapContext
org.springframework.boot.BootstrapContextClosedEvent
org.springframework.boot.BootstrapRegistry
org.springframework.boot.BootstrapRegistry.InstanceSupplier<T>
org.springframework.boot.BootstrapRegistryInitializer
org.springframework.boot.CommandLineRunner
org.springframework.boot.ConfigurableBootstrapContext
org.springframework.boot.DefaultApplicationArguments
org.springframework.boot.DefaultBootstrapContext
org.springframework.boot.DefaultPropertiesPropertySource
org.springframework.boot.ExitCodeEvent
org.springframework.boot.ExitCodeExceptionMapper
org.springframework.boot.ExitCodeGenerator
org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
org.springframework.boot.LazyInitializationExcludeFilter
org.springframework.boot.ResourceBanner
org.springframework.boot.SpringApplication
org.springframework.boot.SpringApplication.AbandonedRunException
org.springframework.boot.SpringApplication.Augmented
org.springframework.boot.SpringApplication.Running
org.springframework.boot.SpringApplicationAotProcessor
org.springframework.boot.SpringApplicationHook
org.springframework.boot.SpringApplicationRunListener
org.springframework.boot.SpringApplicationShutdownHandlers
org.springframework.boot.SpringBootExceptionReporter
org.springframework.boot.SpringBootVersion
org.springframework.boot.admin.SpringApplicationAdminMXBean
org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
org.springframework.boot.ansi.Ansi
org.springframework.boot.ansi.Ansi8BitColor
org.springframework.boot.ansi.AnsiElement
org.springframework.boot.ansi.AnsiOutput
org.springframework.boot.ansi.AnsiPropertySource
org.springframework.boot.application
org.springframework.boot.availability.ApplicationAvailability
org.springframework.boot.availability.ApplicationAvailabilityBean
org.springframework.boot.availability.AvailabilityChangeEvent<S>
org.springframework.boot.availability.AvailabilityState
org.springframework.boot.availability.availability state
org.springframework.boot.availability.change events
org.springframework.boot.builder.ParentContextApplicationContextInitializer
org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
org.springframework.boot.builder.ParentContextCloserApplicationListener
org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
org.springframework.boot.builder.SpringApplicationBuilder
org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
org.springframework.boot.command line
org.springframework.boot.context.ApplicationPidFileWriter
org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.Check
org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
org.springframework.boot.context.ContextIdApplicationContextInitializer
org.springframework.boot.context.FileEncodingApplicationListener
org.springframework.boot.context.TypeExcludeFilter
org.springframework.boot.context.annotation.Configurations
org.springframework.boot.context.annotation.DeterminableImports
org.springframework.boot.context.annotation.ImportCandidates
org.springframework.boot.context.annotation.UserConfigurations
org.springframework.boot.context.config.AnsiOutputApplicationListener
org.springframework.boot.context.config.ConfigData
org.springframework.boot.context.config.ConfigData.Options
org.springframework.boot.context.config.ConfigData.PropertySourceOptions
org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
org.springframework.boot.context.config.ConfigDataEnvironmentUpdateListener
org.springframework.boot.context.config.ConfigDataException
org.springframework.boot.context.config.ConfigDataLoader
org.springframework.boot.context.config.ConfigDataLoader<R>
org.springframework.boot.context.config.ConfigDataLoaderContext
org.springframework.boot.context.config.ConfigDataLocation
org.springframework.boot.context.config.ConfigDataLocationNotFoundException
org.springframework.boot.context.config.ConfigDataLocationResolver
org.springframework.boot.context.config.ConfigDataLocationResolver<R>
org.springframework.boot.context.config.ConfigDataLocationResolverContext
org.springframework.boot.context.config.ConfigDataNotFoundException
org.springframework.boot.context.config.ConfigDataResource
org.springframework.boot.context.config.ConfigDataResourceNotFoundException
org.springframework.boot.context.config.ConfigTreeConfigDataLoader
org.springframework.boot.context.config.ConfigTreeConfigDataLocationResolver
org.springframework.boot.context.config.ConfigTreeConfigDataResource
org.springframework.boot.context.config.InactiveConfigDataAccessException
org.springframework.boot.context.config.InvalidConfigDataPropertyException
org.springframework.boot.context.config.Profiles
org.springframework.boot.context.config.StandardConfigDataLoader
org.springframework.boot.context.config.StandardConfigDataLocationResolver
org.springframework.boot.context.config.StandardConfigDataResource
org.springframework.boot.context.config.UnsupportedConfigDataLocationException
org.springframework.boot.context.config.config data resources
org.springframework.boot.context.config.locations
org.springframework.boot.context.config.resolved
org.springframework.boot.context.config.resources
org.springframework.boot.context.event.ApplicationContextInitializedEvent
org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
org.springframework.boot.context.event.ApplicationFailedEvent
org.springframework.boot.context.event.ApplicationPreparedEvent
org.springframework.boot.context.event.ApplicationReadyEvent
org.springframework.boot.context.event.ApplicationStartedEvent
org.springframework.boot.context.event.ApplicationStartingEvent
org.springframework.boot.context.event.SpringApplicationEvent
org.springframework.boot.context.logging.LoggingApplicationListener
org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
org.springframework.boot.context.metrics.buffering.StartupTimeline
org.springframework.boot.context.metrics.buffering.StartupTimeline.TimelineEvent
org.springframework.boot.context.properties.BoundConfigurationProperties
org.springframework.boot.context.properties.ConfigurationPropertiesBean
org.springframework.boot.context.properties.ConfigurationPropertiesBindException
org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
org.springframework.boot.context.properties.ConstructorBound
org.springframework.boot.context.properties.IncompatibleConfigurationException
org.springframework.boot.context.properties.PropertyMapper
org.springframework.boot.context.properties.PropertyMapper.Source
org.springframework.boot.context.properties.PropertyMapper.Source<T>
org.springframework.boot.context.properties.PropertyMapper.SourceOperator
org.springframework.boot.context.properties.bind.AbstractBindHandler
org.springframework.boot.context.properties.bind.BindConstructorProvider
org.springframework.boot.context.properties.bind.BindContext
org.springframework.boot.context.properties.bind.BindException
org.springframework.boot.context.properties.bind.BindHandler
org.springframework.boot.context.properties.bind.BindHandlers
org.springframework.boot.context.properties.bind.BindResult<T>
org.springframework.boot.context.properties.bind.Bindable
org.springframework.boot.context.properties.bind.Bindable<T>
org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
org.springframework.boot.context.properties.bind.Binder
org.springframework.boot.context.properties.bind.BoundPropertiesTrackingBindHandler
org.springframework.boot.context.properties.bind.DataObjectPropertyName
org.springframework.boot.context.properties.bind.PlaceholdersResolver
org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
org.springframework.boot.context.properties.bind.binding
org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
org.springframework.boot.context.properties.bind.validation.BindValidationException
org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
org.springframework.boot.context.properties.bind.validation.ValidationErrors
org.springframework.boot.context.properties.source.ConfigurationProperties
org.springframework.boot.context.properties.source.ConfigurationProperty
org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
org.springframework.boot.context.properties.source.ConfigurationPropertyCaching.CacheOverride
org.springframework.boot.context.properties.source.ConfigurationPropertyName
org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
org.springframework.boot.context.properties.source.ConfigurationPropertySource
org.springframework.boot.context.properties.source.ConfigurationPropertySources
org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
org.springframework.boot.context.properties.source.MapConfigurationPropertySource
org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
org.springframework.boot.convert.ApplicationConversionService
org.springframework.boot.diagnostics.AbstractFailureAnalyzer
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<T>
org.springframework.boot.diagnostics.FailureAnalysis
org.springframework.boot.diagnostics.FailureAnalysisReporter
org.springframework.boot.diagnostics.FailureAnalyzer
org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer<T>
org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
org.springframework.boot.env.ConfigTreePropertySource
org.springframework.boot.env.ConfigTreePropertySource.Value
org.springframework.boot.env.EnvironmentPostProcessor
org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
org.springframework.boot.env.EnvironmentPostProcessors
org.springframework.boot.env.EnvironmentPostProcessorsFactory
org.springframework.boot.env.OriginTrackedMapPropertySource
org.springframework.boot.env.PropertiesPropertySourceLoader
org.springframework.boot.env.PropertySourceLoader
org.springframework.boot.env.RandomValuePropertySource
org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor
org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
org.springframework.boot.env.YamlPropertySourceLoader
org.springframework.boot.excluded
org.springframework.boot.info.BuildProperties
org.springframework.boot.info.GitProperties
org.springframework.boot.info.InfoProperties
org.springframework.boot.info.InfoProperties.Entry
org.springframework.boot.info.JavaInfo
org.springframework.boot.info.JavaInfo.JavaRuntimeEnvironmentInfo
org.springframework.boot.info.JavaInfo.JavaVendorInfo
org.springframework.boot.info.JavaInfo.JavaVirtualMachineInfo
org.springframework.boot.info.OsInfo
org.springframework.boot.info.ProcessInfo
org.springframework.boot.info.ProcessInfo.MemoryInfo
org.springframework.boot.info.ProcessInfo.MemoryInfo.GarbageCollectorInfo
org.springframework.boot.info.ProcessInfo.MemoryInfo.MemoryUsageInfo
org.springframework.boot.info.ProcessInfo.VirtualThreadsInfo
org.springframework.boot.info.SslInfo
org.springframework.boot.info.SslInfo.CertificateValidityInfo
org.springframework.boot.io.ApplicationResourceLoader
org.springframework.boot.io.ApplicationResourceLoader.FilePathResolver
org.springframework.boot.json.AbstractJsonParser
org.springframework.boot.json.BasicJsonParser
org.springframework.boot.json.GsonJsonParser
org.springframework.boot.json.JacksonJsonParser
org.springframework.boot.json.JsonParseException
org.springframework.boot.json.JsonParser
org.springframework.boot.json.JsonParserFactory
org.springframework.boot.json.JsonWriter
org.springframework.boot.json.JsonWriter.Member<T>
org.springframework.boot.json.JsonWriter.MemberPath
org.springframework.boot.json.JsonWriter.Members
org.springframework.boot.json.JsonWriter.Members<T>
org.springframework.boot.json.JsonWriter.NameProcessor
org.springframework.boot.json.JsonWriter.PairExtractor<E>
org.springframework.boot.json.JsonWriter.ValueProcessor<T>
org.springframework.boot.json.JsonWriter<T>
org.springframework.boot.json.WritableJson
org.springframework.boot.logging.AbstractLoggingSystem
org.springframework.boot.logging.AbstractLoggingSystem.LogLevels<T>
org.springframework.boot.logging.CorrelationIdFormatter
org.springframework.boot.logging.DeferredLog
org.springframework.boot.logging.DeferredLogFactory
org.springframework.boot.logging.DeferredLogs
org.springframework.boot.logging.LogFile
org.springframework.boot.logging.LoggerConfiguration
org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
org.springframework.boot.logging.LoggerGroup
org.springframework.boot.logging.LoggerGroups
org.springframework.boot.logging.LoggingInitializationContext
org.springframework.boot.logging.LoggingSystem
org.springframework.boot.logging.LoggingSystemFactory
org.springframework.boot.logging.LoggingSystemProperties
org.springframework.boot.logging.StackTracePrinter
org.springframework.boot.logging.StandardStackTracePrinter
org.springframework.boot.logging.java.JavaLoggingSystem
org.springframework.boot.logging.java.JavaLoggingSystem.Factory
org.springframework.boot.logging.java.SimpleFormatter
org.springframework.boot.logging.log4j2.ColorConverter
org.springframework.boot.logging.log4j2.CorrelationIdConverter
org.springframework.boot.logging.log4j2.EnclosedInSquareBracketsConverter
org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
org.springframework.boot.logging.log4j2.Log4J2LoggingSystem.Factory
org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
org.springframework.boot.logging.log4j2.SpringBootPropertySource
org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
org.springframework.boot.logging.logback.ColorConverter
org.springframework.boot.logging.logback.CorrelationIdConverter
org.springframework.boot.logging.logback.EnclosedInSquareBracketsConverter
org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
org.springframework.boot.logging.logback.LogbackLoggingSystem
org.springframework.boot.logging.logback.LogbackLoggingSystem.Factory
org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
org.springframework.boot.logging.logback.RootLogLevelConfigurator
org.springframework.boot.logging.logback.StructuredLogEncoder
org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
org.springframework.boot.logging.structured.ContextPairs
org.springframework.boot.logging.structured.ElasticCommonSchemaProperties
org.springframework.boot.logging.structured.ElasticCommonSchemaProperties.Service
org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties
org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties.Service
org.springframework.boot.logging.structured.JsonWriterStructuredLogFormatter<E>
org.springframework.boot.logging.structured.StructuredLogFormatter
org.springframework.boot.logging.structured.StructuredLogFormatter<E>
org.springframework.boot.logging.structured.StructuredLogFormatterFactory.CommonFormatterFactory
org.springframework.boot.logging.structured.StructuredLogFormatterFactory.CommonFormatterFactory<E>
org.springframework.boot.logging.structured.StructuredLogFormatterFactory.CommonFormatters<E>
org.springframework.boot.logging.structured.StructuredLogFormatterFactory<E>
org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer
org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer.Builder<T>
org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer<T>
org.springframework.boot.origin.Origin
org.springframework.boot.origin.OriginLookup
org.springframework.boot.origin.OriginLookup<K>
org.springframework.boot.origin.OriginProvider
org.springframework.boot.origin.OriginTrackedResource
org.springframework.boot.origin.OriginTrackedResource.OriginTrackedWritableResource
org.springframework.boot.origin.OriginTrackedValue
org.springframework.boot.origin.OriginTrackedValues
org.springframework.boot.origin.PropertySourceOrigin
org.springframework.boot.origin.SystemEnvironmentOrigin
org.springframework.boot.origin.TextResourceOrigin
org.springframework.boot.origin.TextResourceOrigin.Location
org.springframework.boot.ssl.DefaultSslBundleRegistry
org.springframework.boot.ssl.NoSuchSslBundleException
org.springframework.boot.ssl.SslBundle
org.springframework.boot.ssl.SslBundleKey
org.springframework.boot.ssl.SslBundleRegistry
org.springframework.boot.ssl.SslBundles
org.springframework.boot.ssl.SslManagerBundle
org.springframework.boot.ssl.SslOptions
org.springframework.boot.ssl.SslStoreBundle
org.springframework.boot.ssl.jks.JksSslStoreBundle
org.springframework.boot.ssl.jks.JksSslStoreDetails
org.springframework.boot.ssl.pem.PemContent
org.springframework.boot.ssl.pem.PemSslStore
org.springframework.boot.ssl.pem.PemSslStoreBundle
org.springframework.boot.ssl.pem.PemSslStoreDetails
org.springframework.boot.system.ApplicationHome
org.springframework.boot.system.ApplicationPid
org.springframework.boot.system.ApplicationTemp
org.springframework.boot.system.SystemProperties
org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
org.springframework.boot.task.SimpleAsyncTaskExecutorCustomizer
org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
org.springframework.boot.task.SimpleAsyncTaskSchedulerCustomizer
org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
org.springframework.boot.task.ThreadPoolTaskExecutorCustomizer
org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
org.springframework.boot.task.ThreadPoolTaskSchedulerCustomizer
org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
org.springframework.boot.util.Instantiator.AvailableParameters
org.springframework.boot.util.Instantiator.FailureHandler
org.springframework.boot.util.Instantiator<T>
org.springframework.boot.util.LambdaSafe
org.springframework.boot.util.LambdaSafe.Callback<C,A>
org.springframework.boot.util.LambdaSafe.Callbacks<C,A>
org.springframework.boot.util.LambdaSafe.Filter<C,A>
org.springframework.boot.util.LambdaSafe.InvocationResult<R>
org.springframework.boot.util.LambdaSafe.LambdaSafeCallback<C,A,SELF>
org.springframework.boot.validation.MessageInterpolatorFactory
org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessor
org.springframework.boot.validation.beanvalidation.MethodValidationExcludeFilter
org.springframework.boot.validation.beanvalidation.exclusion filters
org.springframework.boot.web.context.reactive.AnnotationConfigReactiveWebApplicationContext
org.springframework.boot.web.context.reactive.ConfigurableReactiveWebApplicationContext
org.springframework.boot.web.context.reactive.ConfigurableReactiveWebEnvironment
org.springframework.boot.web.context.reactive.GenericReactiveWebApplicationContext
org.springframework.boot.web.context.reactive.ReactiveWebApplicationContext
org.springframework.boot.web.context.reactive.StandardReactiveWebEnvironment
org.springframework.boot.web.context.servlet.AnnotationConfigServletWebApplicationContext
org.springframework.boot.web.context.servlet.ApplicationServletEnvironment
org.springframework.boot.web.context.servlet.WebApplicationContextInitializer
org.springframework.boot.web.error.Error
org.springframework.boot.web.error.ErrorAttributeOptions
org.springframework.boot.web.error.ErrorPage
org.springframework.boot.web.error.ErrorPageRegistrar
org.springframework.boot.web.error.ErrorPageRegistrarBeanPostProcessor
org.springframework.boot.web.error.ErrorPageRegistry
org.springframework.boot.web.error.ErrorPages
org.springframework.boot.web.servlet.AbstractFilterRegistrationBean<T>
org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
org.springframework.boot.web.servlet.DynamicRegistrationBean<D>
org.springframework.boot.web.servlet.FilterRegistrationBean<T>
org.springframework.boot.web.servlet.RegistrationBean
org.springframework.boot.web.servlet.ServletContextInitializer
org.springframework.boot.web.servlet.ServletContextInitializerBeans
org.springframework.boot.web.servlet.ServletContextInitializerBeans.RegistrationBeanAdapter<T>
org.springframework.boot.web.servlet.ServletListenerRegistrationBean<T>
org.springframework.boot.web.servlet.ServletRegistrationBean<T>
org.springframework.boot.web.servlet.support.ErrorPageFilter
org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
org.springframework.boot.web.servlet.support.SpringBootServletInitializer