索引

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
常量字段值|所有程序包|所有类和接口|序列化表格

C

cache(String, String) - 类中的方法 org.springframework.boot.actuate.cache.CachesEndpoint
Return a CachesEndpoint.CacheDescriptor for the specified cache.
cache(String, String) - 类中的方法 org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
Cache - org.springframework.boot.buildpack.platform.build中的类
Details of a cache for use by the CNB builder.
Cache() - 类的构造器 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
Cache() - 类的构造器 org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
Cache() - 类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
 
Cache() - 类的构造器 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
 
Cache.Bind - org.springframework.boot.buildpack.platform.build中的类
Details of a cache stored in a bind mount.
Cache.Format - org.springframework.boot.buildpack.platform.build中的枚举类
The format of the cache.
Cache.Volume - org.springframework.boot.buildpack.platform.build中的类
Details of a cache stored in a Docker volume.
CACHE2K - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.cache.CacheType
Cache2k backed caching.
Cache2kBuilderCustomizer - org.springframework.boot.autoconfigure.cache中的接口
Callback interface that can be implemented by beans wishing to customize the default setup for caches added to the manager through addCaches and for dynamically created caches.
Cache2kCacheMeterBinderProvider - org.springframework.boot.actuate.metrics.cache中的类
CacheMeterBinderProvider implementation for cache2k.
Cache2kCacheMeterBinderProvider() - 类的构造器 org.springframework.boot.actuate.metrics.cache.Cache2kCacheMeterBinderProvider
 
CacheAutoConfiguration - org.springframework.boot.autoconfigure.cache中的类
Auto-configuration for the cache abstraction.
CacheAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
cacheAutoConfigurationValidator(CacheProperties, ObjectProvider<CacheManager>) - 类中的方法 org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
Cachecontrol() - 类的构造器 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
 
CacheDescriptor(String) - 类的构造器 org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
 
CacheEntryDescriptor(Cache, String) - 类的构造器 org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntryDescriptor
 
cacheManager(CacheManagerCustomizers, EmbeddedCacheManager) - 类中的方法 org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
CacheManagerCustomizer<T> - org.springframework.boot.autoconfigure.cache中的接口
Callback interface that can be implemented by beans wishing to customize the cache manager before it is fully initialized, in particular to tune its configuration.
cacheManagerCustomizers(ObjectProvider<CacheManagerCustomizer<?>>) - 类中的方法 org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
CacheManagerCustomizers - org.springframework.boot.autoconfigure.cache中的类
Invokes the available CacheManagerCustomizer instances in the context for a given CacheManager.
CacheManagerCustomizers(List<? extends CacheManagerCustomizer<?>>) - 类的构造器 org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
 
CacheManagerDescriptor(Map<String, CachesEndpoint.CacheDescriptor>) - 类的构造器 org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
 
CacheMeterBinderProvider<C> - org.springframework.boot.actuate.metrics.cache中的接口
Provide a MeterBinder based on a Cache.
CacheMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.cache中的类
Auto-configuration for metrics on all available caches.
CacheMetricsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsAutoConfiguration
 
CacheMetricsRegistrar - org.springframework.boot.actuate.metrics.cache中的类
Register supported Cache to a MeterRegistry.
CacheMetricsRegistrar(MeterRegistry, Collection<CacheMeterBinderProvider<?>>) - 类的构造器 org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Creates a new registrar.
CacheProperties - org.springframework.boot.autoconfigure.cache中的类
Configuration properties for the cache abstraction.
CacheProperties() - 类的构造器 org.springframework.boot.autoconfigure.cache.CacheProperties
 
CacheProperties.Caffeine - org.springframework.boot.autoconfigure.cache中的类
Caffeine specific cache properties.
CacheProperties.Couchbase - org.springframework.boot.autoconfigure.cache中的类
Couchbase specific cache properties.
CacheProperties.Infinispan - org.springframework.boot.autoconfigure.cache中的类
Infinispan specific cache properties.
CacheProperties.JCache - org.springframework.boot.autoconfigure.cache中的类
JCache (JSR-107) specific cache properties.
CacheProperties.Redis - org.springframework.boot.autoconfigure.cache中的类
Redis-specific cache properties.
cacheProvider() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.core.AutoConfigureCache
 
caches() - 类中的方法 org.springframework.boot.actuate.cache.CachesEndpoint
Return a CachesEndpoint.CachesDescriptor of all available caches.
CachesDescriptor(Map<String, CachesEndpoint.CacheManagerDescriptor>) - 类的构造器 org.springframework.boot.actuate.cache.CachesEndpoint.CachesDescriptor
 
cachesEndpoint(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
 
CachesEndpoint - org.springframework.boot.actuate.cache中的类
@Endpoint to expose available caches.
CachesEndpoint(Map<String, CacheManager>) - 类的构造器 org.springframework.boot.actuate.cache.CachesEndpoint
Create a new endpoint with the CacheManager instances to use.
CachesEndpoint.CacheDescriptor - org.springframework.boot.actuate.cache中的类
Description of a Cache.
CachesEndpoint.CacheEntryDescriptor - org.springframework.boot.actuate.cache中的类
Description of a Cache entry.
CachesEndpoint.CacheManagerDescriptor - org.springframework.boot.actuate.cache中的类
Description of a CacheManager.
CachesEndpoint.CachesDescriptor - org.springframework.boot.actuate.cache中的类
Description of the caches.
CachesEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.cache中的类
CachesEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
 
cachesEndpointWebExtension(CachesEndpoint) - 类中的方法 org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
 
CachesEndpointWebExtension - org.springframework.boot.actuate.cache中的类
CachesEndpointWebExtension(CachesEndpoint) - 类的构造器 org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
CacheType - org.springframework.boot.autoconfigure.cache中的枚举类
Supported cache types (defined in order of precedence).
CachingConnectionFactoryConfigurer - org.springframework.boot.autoconfigure.amqp中的类
Configures Rabbit CachingConnectionFactory with sensible defaults.
CachingConnectionFactoryConfigurer(RabbitProperties) - 类的构造器 org.springframework.boot.autoconfigure.amqp.CachingConnectionFactoryConfigurer
Creates a new configurer that will configure the connection factory using the given properties.
CachingConnectionFactoryConfigurer(RabbitProperties, RabbitConnectionDetails) - 类的构造器 org.springframework.boot.autoconfigure.amqp.CachingConnectionFactoryConfigurer
Creates a new configurer that will configure the connection factory using the given properties and connectionDetails, with the latter taking priority.
CachingOperationInvoker - org.springframework.boot.actuate.endpoint.invoker.cache中的类
An OperationInvoker that caches the response of an operation with a configurable time to live.
CachingOperationInvokerAdvisor - org.springframework.boot.actuate.endpoint.invoker.cache中的类
OperationInvokerAdvisor to optionally provide result caching support.
CachingOperationInvokerAdvisor(Function<EndpointId, Long>) - 类的构造器 org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
 
Caffeine() - 类的构造器 org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
CAFFEINE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.cache.CacheType
Caffeine backed caching.
CaffeineCacheMeterBinderProvider - org.springframework.boot.actuate.metrics.cache中的类
CacheMeterBinderProvider implementation for Caffeine.
CaffeineCacheMeterBinderProvider() - 类的构造器 org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
 
CalendarIntervalTriggerDescriptor(CalendarIntervalTrigger) - 类的构造器 org.springframework.boot.actuate.quartz.QuartzEndpoint.CalendarIntervalTriggerDescriptor
 
callback(Class<C>, C, A, Object...) - 类中的静态方法 org.springframework.boot.util.LambdaSafe
Start a call to a single callback instance, dealing with common generic type concerns and exceptions.
callbacks(Class<C>, Collection<? extends C>, A, Object...) - 类中的静态方法 org.springframework.boot.util.LambdaSafe
Start a call to callback instances, dealing with common generic type concerns and exceptions.
canResolve(Class<?>) - 类中的方法 org.springframework.boot.actuate.endpoint.InvocationContext
Returns whether the context is capable of resolving an argument of the given type.
canResolve(Class<?>) - 接口中的方法 org.springframework.boot.actuate.endpoint.OperationArgumentResolver
Return whether an argument of the given type can be resolved.
canResolve(Class<?>) - 类中的方法 org.springframework.boot.actuate.endpoint.ProducibleOperationArgumentResolver
 
cap(Access) - 枚举类中的方法 org.springframework.boot.actuate.endpoint.Access
Cap access to a maximum permitted.
CapturedOutput - org.springframework.boot.test.system中的接口
Provides access to System.out and System.err output that has been captured by the OutputCaptureExtension or OutputCaptureRule.
CassandraAutoConfiguration - org.springframework.boot.autoconfigure.cassandra中的类
Auto-configuration for Cassandra.
CassandraConnectionDetails - org.springframework.boot.autoconfigure.cassandra中的接口
Details required to establish a connection to a Cassandra service.
CassandraConnectionDetails.Node - org.springframework.boot.autoconfigure.cassandra中的记录类
A Cassandra node.
cassandraConverter(CassandraMappingContext, CassandraCustomConversions) - 类中的方法 org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraCustomConversions() - 类中的方法 org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CassandraDataAutoConfiguration - org.springframework.boot.autoconfigure.data.cassandra中的类
Auto-configuration for Spring Data's Cassandra support.
CassandraDataAutoConfiguration(CqlSession) - 类的构造器 org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraDriverConfigLoader(CassandraConnectionDetails, ObjectProvider<DriverConfigLoaderBuilderCustomizer>) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
CassandraDriverHealthIndicator - org.springframework.boot.actuate.cassandra中的类
Simple implementation of a HealthIndicator returning status information for Cassandra data stores.
CassandraDriverHealthIndicator(CqlSession) - 类的构造器 org.springframework.boot.actuate.cassandra.CassandraDriverHealthIndicator
Create a new CassandraDriverHealthIndicator instance.
CassandraDriverReactiveHealthIndicator - org.springframework.boot.actuate.cassandra中的类
Simple implementation of a ReactiveHealthIndicator returning status information for Cassandra data stores.
CassandraDriverReactiveHealthIndicator(CqlSession) - 类的构造器 org.springframework.boot.actuate.cassandra.CassandraDriverReactiveHealthIndicator
CassandraHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.cassandra中的类
CassandraHealthContributorAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.cassandra.CassandraHealthContributorAutoConfiguration
 
cassandraManagedTypes(BeanFactory) - 类中的静态方法 org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraMappingContext(CassandraManagedTypes, CassandraCustomConversions) - 类中的方法 org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CassandraProperties - org.springframework.boot.autoconfigure.cassandra中的类
Configuration properties for Cassandra.
CassandraProperties() - 类的构造器 org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
CassandraProperties.Compression - org.springframework.boot.autoconfigure.cassandra中的枚举类
Name of the algorithm used to compress protocol frames.
CassandraProperties.Connection - org.springframework.boot.autoconfigure.cassandra中的类
 
CassandraProperties.Controlconnection - org.springframework.boot.autoconfigure.cassandra中的类
 
CassandraProperties.Pool - org.springframework.boot.autoconfigure.cassandra中的类
Pool properties.
CassandraProperties.Request - org.springframework.boot.autoconfigure.cassandra中的类
 
CassandraProperties.Ssl - org.springframework.boot.autoconfigure.cassandra中的类
 
CassandraProperties.Throttler - org.springframework.boot.autoconfigure.cassandra中的类
 
CassandraProperties.ThrottlerType - org.springframework.boot.autoconfigure.cassandra中的枚举类
 
CassandraReactiveDataAutoConfiguration - org.springframework.boot.autoconfigure.data.cassandra中的类
Auto-configuration for Spring Data's reactive Cassandra support.
CassandraReactiveDataAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 
CassandraReactiveHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.cassandra中的类
CassandraReactiveHealthContributorAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.cassandra.CassandraReactiveHealthContributorAutoConfiguration
 
CassandraReactiveRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.cassandra中的类
Auto-configuration for Spring Data's Cassandra Reactive Repositories.
CassandraReactiveRepositoriesAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveRepositoriesAutoConfiguration
 
CassandraRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.cassandra中的类
Auto-configuration for Spring Data's Cassandra Repositories.
CassandraRepositoriesAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.cassandra.CassandraRepositoriesAutoConfiguration
 
cassandraSession(CqlSessionBuilder) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
cassandraSessionBuilder(DriverConfigLoader, CassandraConnectionDetails, ObjectProvider<CqlSessionBuilderCustomizer>, ObjectProvider<SslBundles>) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
cassandraSessionFactory(Environment, CassandraConverter) - 类中的方法 org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraTemplate(SessionFactory, CassandraConverter) - 类中的方法 org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CENATT - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENATX - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENCOM - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENCRC - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENDSK - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENEXT - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENFLG - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENHDR - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENHOW - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENLEN - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENNAM - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENOFF - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENSIG - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENSIZ - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENTIM - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENVEM - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
CENVER - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
certificates() - 接口中的方法 org.springframework.boot.ssl.pem.PemSslStore
The certificates for this store.
certificates() - 记录类中的方法 org.springframework.boot.ssl.pem.PemSslStoreDetails
返回 certificates 记录组件的值。
CglibAutoProxyConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration
 
Chain() - 类的构造器 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
 
ChangedFile - org.springframework.boot.devtools.filewatch中的类
A single file that has changed.
ChangedFile(File, File, ChangedFile.Type) - 类的构造器 org.springframework.boot.devtools.filewatch.ChangedFile
Create a new ChangedFile instance.
ChangedFile.Type - org.springframework.boot.devtools.filewatch中的枚举类
Change types.
ChangedFiles - org.springframework.boot.devtools.filewatch中的类
A collections of files from a specific source directory that have changed.
ChangedFiles(File, Set<ChangedFile>) - 类的构造器 org.springframework.boot.devtools.filewatch.ChangedFiles
 
changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - 类中的方法 org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
ChangeSetDescriptor(RanChangeSet) - 类的构造器 org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
 
Channel() - 类的构造器 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
Channel() - 类的构造器 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
 
characterEncodingFilter() - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
 
charAt(int) - 接口中的方法 org.springframework.boot.test.system.CapturedOutput
 
checkAccess(Path, AccessMode...) - 类中的方法 org.springframework.boot.loader.nio.file.NestedFileSystemProvider
 
checkResource(Locale) - 类中的方法 org.springframework.boot.web.servlet.view.MustacheView
 
checkResourceExists(Locale) - 类中的方法 org.springframework.boot.web.reactive.result.view.MustacheView
 
checkTemplateLocationExists() - 类中的方法 org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
 
checkTemplateLocationExists() - 类中的方法 org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
checkTemplateLocationExists() - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
child(int) - 记录类中的方法 org.springframework.boot.json.JsonWriter.MemberPath
Create a new child from this path with the specified index.
child(Class<?>...) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
Create a child application with the provided sources.
child(String) - 记录类中的方法 org.springframework.boot.json.JsonWriter.MemberPath
Create a new child from this path with the specified name.
CHILD - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
The management context is a separate context that is a child of the main application context.
childrenAt(String, Function<JsonNode, T>) - 类中的方法 org.springframework.boot.buildpack.platform.json.MappedObject
Get children at the given JSON path expression by constructing them using the given factory.
chop(int) - 类中的方法 org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return a new ConfigurationPropertyName by chopping this name to the given size.
classes() - 批注接口 中的元素 org.springframework.boot.autoconfigure.ImportAutoConfiguration
The auto-configuration classes that should be imported.
classes() - 批注接口 中的元素 org.springframework.boot.test.context.SpringBootTest
The component classes to use for loading an ApplicationContext.
classes() - 批注接口 中的元素 org.springframework.boot.test.mock.mockito.MockBean
已过时。
The classes to mock.
classes() - 批注接口 中的元素 org.springframework.boot.test.mock.mockito.SpyBean
已过时。
The classes to spy.
CLASSIC - 枚举类 中的枚举常量 org.springframework.boot.loader.tools.LoaderImplementation
The classic loader implementation as used with Spring Boot 3.1 and earlier.
ClassLoaderFile - org.springframework.boot.devtools.restart.classloader中的类
A single file that may be served from a ClassLoader.
ClassLoaderFile(ClassLoaderFile.Kind, byte[]) - 类的构造器 org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Create a new ClassLoaderFile instance.
ClassLoaderFile(ClassLoaderFile.Kind, long, byte[]) - 类的构造器 org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Create a new ClassLoaderFile instance.
ClassLoaderFile.Kind - org.springframework.boot.devtools.restart.classloader中的枚举类
The kinds of class load files.
ClassLoaderFileRepository - org.springframework.boot.devtools.restart.classloader中的接口
A container for files that may be served from a ClassLoader.
ClassLoaderFiles - org.springframework.boot.devtools.restart.classloader中的类
ClassLoaderFileRepository that maintains a collection of ClassLoaderFile items grouped by source directories.
ClassLoaderFiles() - 类的构造器 org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Create a new ClassLoaderFiles instance.
ClassLoaderFiles(ClassLoaderFiles) - 类的构造器 org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Create a new ClassLoaderFiles instance.
ClassLoaderFiles.SourceDirectory - org.springframework.boot.devtools.restart.classloader中的类
An individual source directory that is being managed by the collection.
ClassLoaderFileURLStreamHandler - org.springframework.boot.devtools.restart.classloader中的类
URLStreamHandler for the contents of a ClassLoaderFile.
ClassLoaderFileURLStreamHandler(ClassLoaderFile) - 类的构造器 org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
 
classLoaderMetrics() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
 
ClassPathChangedEvent - org.springframework.boot.devtools.classpath中的类
ApplicationEvent containing details of a classpath change.
ClassPathChangedEvent(Object, Set<ChangedFiles>, boolean) - 类的构造器 org.springframework.boot.devtools.classpath.ClassPathChangedEvent
Create a new ClassPathChangedEvent.
ClassPathChangeUploader - org.springframework.boot.devtools.remote.client中的类
Listens and pushes any classpath updates to a remote endpoint.
ClassPathChangeUploader(String, ClientHttpRequestFactory) - 类的构造器 org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
 
ClassPathDirectories - org.springframework.boot.devtools.classpath中的类
Provides access to entries on the classpath that refer to directories.
ClassPathDirectories(URL[]) - 类的构造器 org.springframework.boot.devtools.classpath.ClassPathDirectories
 
ClassPathFileSystemWatcher - org.springframework.boot.devtools.classpath中的类
Encapsulates a FileSystemWatcher to watch the local classpath directories for changes.
ClassPathFileSystemWatcher(FileSystemWatcherFactory, ClassPathRestartStrategy, URL[]) - 类的构造器 org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
Create a new ClassPathFileSystemWatcher instance.
classPathIndex - 类中的变量 org.springframework.boot.loader.launch.Launcher
 
ClassPathRestartStrategy - org.springframework.boot.devtools.classpath中的接口
Strategy interface used to determine when a changed classpath file should trigger a full application restart.
CLEAN_HISTORY_ON_START - 枚举类 中的枚举常量 org.springframework.boot.logging.logback.RollingPolicySystemProperty
Logging system property for the clean history on start flag.
Cleaner - org.springframework.boot.loader.ref中的接口
Wrapper for Cleaner providing registration support.
cleanUp() - 类中的方法 org.springframework.boot.logging.java.JavaLoggingSystem
 
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.autoconfigure.kafka.KafkaProperties.Cleanup
 
clear() - 接口中的方法 org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
Clear the cache and force it to be reloaded on next access.
clear() - 类中的方法 org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Clear the persistence context, causing all managed entities to become detached.
clearCache() - 类中的方法 org.springframework.boot.loader.jar.NestedJarFile
Clear any internal caches.
clearCache() - 类中的静态方法 org.springframework.boot.loader.net.protocol.jar.Handler
Clear any internal caches.
clearCache() - 类中的方法 org.springframework.boot.loader.net.protocol.jar.JarUrlClassLoader
Clear any caches.
clearCache() - 类中的静态方法 org.springframework.boot.loader.net.protocol.nested.Handler
Clear any internal caches.
clearCache() - 类中的方法 org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Clear the entire MetadataReader cache, removing all cached class metadata.
clearCache(String, String) - 类中的方法 org.springframework.boot.actuate.cache.CachesEndpoint
Clear the specific Cache.
clearCache(String, String) - 类中的方法 org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
clearCaches() - 类中的方法 org.springframework.boot.actuate.cache.CachesEndpoint
Clear all the available caches.
clearInstance() - 类中的静态方法 org.springframework.boot.devtools.restart.Restarter
Clear the instance.
CLICKHOUSE - 枚举类 中的枚举常量 org.springframework.boot.jdbc.DatabaseDriver
ClickHouse.
Client() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
 
Client() - 类的构造器 org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.Http.Client
 
Client() - 类的构造器 org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
 
Client() - 类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
 
Client() - 类的构造器 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
CLIENT - 类中的静态变量 org.springframework.boot.autoconfigure.jms.AcknowledgeMode
Messages are acknowledged once the message listener implementation has called Message.acknowledge().
CLIENT_ERROR - 枚举类 中的枚举常量 org.springframework.boot.actuate.metrics.http.Outcome
Outcome of the request was client error.
ClientHttpConnectorAutoConfiguration - org.springframework.boot.autoconfigure.web.reactive.function.client中的类
ClientHttpConnectorAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
 
ClientHttpRequestFactories - org.springframework.boot.web.client中的类
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.4.0 for removal in 4.0.0 in favor of ClientHttpRequestFactoryBuilder
clientHttpRequestFactory() - 类中的方法 org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
ClientHttpRequestFactoryBuilder<T> - org.springframework.boot.http.client中的接口
Interface used to build a fully configured ClientHttpRequestFactory.
ClientHttpRequestFactorySettings - org.springframework.boot.http.client中的记录类
Settings that can be applied when creating a ClientHttpRequestFactory.
ClientHttpRequestFactorySettings - org.springframework.boot.web.client中的记录类
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.4.0 for removal in 4.0.0 in favor of ClientHttpRequestFactorySettings
ClientHttpRequestFactorySettings(Duration, Duration, SslBundle) - 记录类的构造器 org.springframework.boot.web.client.ClientHttpRequestFactorySettings
已过时。
创建 ClientHttpRequestFactorySettings 记录类的实例。
ClientHttpRequestFactorySettings(ClientHttpRequestFactorySettings.Redirects, Duration, Duration, SslBundle) - 记录类的构造器 org.springframework.boot.http.client.ClientHttpRequestFactorySettings
创建 ClientHttpRequestFactorySettings 记录类的实例。
ClientHttpRequestFactorySettings.Redirects - org.springframework.boot.http.client中的枚举类
Redirect strategies.
clientProviderType() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
 
ClientRequests() - 类的构造器 org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.Http.Client.ClientRequests
 
ClientResourcesBuilderCustomizer - org.springframework.boot.autoconfigure.data.redis中的接口
Callback interface that can be implemented by beans wishing to customize the ClientResources through a ClientResources.Builder whilst retaining default auto-configuration.
clientRSocketConnector(IntegrationProperties, RSocketStrategies) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketClientConfiguration
 
ClientsConfiguredCondition - org.springframework.boot.autoconfigure.security.oauth2.client中的类
Condition that matches if any spring.security.oauth2.client.registration properties are defined.
ClientsConfiguredCondition() - 类的构造器 org.springframework.boot.autoconfigure.security.oauth2.client.ClientsConfiguredCondition
 
close() - 类中的方法 org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
close() - 类中的方法 org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
 
close() - 类中的方法 org.springframework.boot.buildpack.platform.socket.NamedPipeSocket
 
close() - 类中的方法 org.springframework.boot.buildpack.platform.socket.UnixDomainSocket
 
close() - 类中的方法 org.springframework.boot.loader.jar.NestedJarFile
 
close() - 接口中的方法 org.springframework.boot.loader.launch.Archive
Closes the Archive, releasing any open resources.
close() - 类中的方法 org.springframework.boot.loader.net.protocol.jar.JarUrlClassLoader
 
close() - 类中的方法 org.springframework.boot.loader.tools.JarWriter
Close the writer.
close() - 类中的方法 org.springframework.boot.loader.zip.ZipContent
Close this jar file, releasing the underlying file if this was the last reference.
close() - 接口中的方法 org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
 
close(ConfigurableApplicationContext) - 类中的方法 org.springframework.boot.DefaultBootstrapContext
Method to be called when BootstrapContext is closed and the ApplicationContext is prepared.
CloseableDataBlock - org.springframework.boot.loader.zip中的接口
closeAll(ApplicationContext) - 类中的静态方法 org.springframework.boot.test.util.ApplicationContextTestUtils
Closes this ApplicationContext and its parent hierarchy if any.
CLOUD_FOUNDRY - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.endpoint.expose.EndpointExposure
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.4.0 for removal in 4.0.0 in favor of using EndpointExposure.WEB
CLOUD_FOUNDRY - 枚举类 中的枚举常量 org.springframework.boot.cloud.CloudPlatform
Cloud Foundry platform.
CloudFoundryActuatorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet中的类
Auto-configuration to expose actuator endpoints for Cloud Foundry to use.
CloudFoundryActuatorAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
 
CloudFoundryActuatorAutoConfiguration.IgnoredCloudFoundryPathsWebSecurityConfiguration - org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet中的类
WebSecurityConfigurer to tell Spring Security to ignore cloudfoundry specific paths.
CloudFoundryAuthorizationException - org.springframework.boot.actuate.autoconfigure.cloudfoundry中的异常错误类
Authorization exceptions thrown to limit access to the endpoints.
CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String) - 异常错误类的构造器 org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
 
CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String, Throwable) - 异常错误类的构造器 org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
 
CloudFoundryAuthorizationException.Reason - org.springframework.boot.actuate.autoconfigure.cloudfoundry中的枚举类
Reasons why the exception can be thrown.
cloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - 类中的方法 org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
 
CloudFoundryHealthEndpointWebExtension - org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet中的类
@EndpointExtension for the HealthEndpoint that always exposes full health details.
CloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - 类的构造器 org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryHealthEndpointWebExtension
 
cloudFoundryInfoEndpointWebExtension(GitProperties, ObjectProvider<InfoContributor>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
 
cloudFoundryInfoEndpointWebExtension(GitProperties, ObjectProvider<InfoContributor>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
 
CloudFoundryInfoEndpointWebExtension - org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet中的类
@EndpointExtension for the InfoEndpoint that always exposes full git details.
CloudFoundryInfoEndpointWebExtension(InfoEndpoint) - 类的构造器 org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryInfoEndpointWebExtension
 
cloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - 类中的方法 org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
 
CloudFoundryReactiveHealthEndpointWebExtension - org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive中的类
Reactive @EndpointExtension for the HealthEndpoint that always exposes full health details.
CloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - 类的构造器 org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.CloudFoundryReactiveHealthEndpointWebExtension
 
CloudFoundryVcapEnvironmentPostProcessor - org.springframework.boot.cloud中的类
An EnvironmentPostProcessor that knows where to find VCAP (a.k.a.
CloudFoundryVcapEnvironmentPostProcessor(DeferredLogFactory) - 类的构造器 org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
CloudFoundryWebEndpointDiscoverer - org.springframework.boot.actuate.autoconfigure.cloudfoundry中的类
WebEndpointDiscoverer for Cloud Foundry that uses Cloud Foundry specific extensions for the HealthEndpoint.
CloudFoundryWebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>) - 类的构造器 org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryWebEndpointDiscoverer
已过时, 待删除: 此 API 元素将从以后的版本中删除。
CloudFoundryWebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>, Collection<OperationFilter<WebOperation>>) - 类的构造器 org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryWebEndpointDiscoverer
Create a new WebEndpointDiscoverer instance.
cloudFoundryWebEndpointServletHandlerMapping(ParameterValueMapper, EndpointMediaTypes, RestTemplateBuilder, ServletEndpointsSupplier, ControllerEndpointsSupplier, ApplicationContext) - 类中的方法 org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
 
cloudFoundryWebFluxEndpointHandlerMapping(ParameterValueMapper, EndpointMediaTypes, WebClient.Builder, ControllerEndpointsSupplier, ApplicationContext) - 类中的方法 org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
 
CloudPlatform - org.springframework.boot.cloud中的枚举类
Simple detection for well known cloud platforms.
Cluster() - 类的构造器 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
Cluster() - 类的构造器 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster
 
ClusterEnvironmentBuilderCustomizer - org.springframework.boot.autoconfigure.couchbase中的接口
Callback interface that can be implemented by beans wishing to customize the ClusterEnvironment through a ClusterEnvironment.Builder whilst retaining default auto-configuration.
CodecCustomizer - org.springframework.boot.web.codec中的接口
Callback interface that can be used to customize codecs configuration for an HTTP client and/or server with a CodecConfigurer.
CodecProperties - org.springframework.boot.autoconfigure.codec中的类
Properties for reactive codecs.
CodecProperties() - 类的构造器 org.springframework.boot.autoconfigure.codec.CodecProperties
 
CodecsAutoConfiguration - org.springframework.boot.autoconfigure.http.codec中的类
CodecsAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration
 
collate(Collection<Configurations>) - 类中的静态方法 org.springframework.boot.context.annotation.Configurations
Collate the given configuration by sorting and merging them.
ColorConverter - org.springframework.boot.logging.log4j2中的类
Log4j2 LogEventPatternConverter to color output using the AnsiOutput class.
ColorConverter - org.springframework.boot.logging.logback中的类
Logback CompositeConverter to color 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(TransactionContext) - 类中的方法 org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 
CommonFormatters() - 类的构造器 org.springframework.boot.logging.structured.StructuredLogFormatterFactory.CommonFormatters
 
CommonsDbcp2DataSourcePoolMetadata - org.springframework.boot.jdbc.metadata中的类
DataSourcePoolMetadata for an Apache Commons DBCP2 DataSource.
CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - 类的构造器 org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
CommonStructuredLogFormat - org.springframework.boot.logging.structured中的枚举类
Common structured log formats supported by Spring Boot.
compareTo(ConfigurationProperty) - 类中的方法 org.springframework.boot.context.properties.source.ConfigurationProperty
 
compareTo(ConfigurationPropertyName) - 类中的方法 org.springframework.boot.context.properties.source.ConfigurationPropertyName
 
COMPILE - 接口中的静态变量 org.springframework.boot.loader.tools.LibraryScope
The library is used at compile time and runtime.
components() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.web.client.RestClientTest
Specifies the components to test.
components() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTest
Specifies the components to test.
ComponentScanPackageCheck() - 类的构造器 org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
composeFile() - 记录类中的方法 org.springframework.boot.docker.compose.core.DockerComposeOrigin
返回 composeFile 记录组件的值。
CompositeDataSourcePoolMetadataProvider - org.springframework.boot.jdbc.metadata中的类
A DataSourcePoolMetadataProvider implementation that returns the first DataSourcePoolMetadata that is found by one of its delegate.
CompositeDataSourcePoolMetadataProvider(Collection<? extends DataSourcePoolMetadataProvider>) - 类的构造器 org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
Create a CompositeDataSourcePoolMetadataProvider instance with an initial collection of delegates to use.
CompositeHealth - org.springframework.boot.actuate.health中的类
A HealthComponent that is composed of other HealthComponent instances.
CompositeHealthContributor - org.springframework.boot.actuate.health中的接口
A HealthContributor that is composed of other HealthContributor instances.
CompositeHealthContributorConfiguration<I,B> - org.springframework.boot.actuate.autoconfigure.health中的类
Base class for health contributor configurations that can combine source beans into a composite.
CompositeHealthContributorConfiguration(Function<B, I>) - 类的构造器 org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration
Creates a CompositeHealthContributorConfiguration that will use the given indicatorFactory to create HealthIndicator instances.
CompositeMeterRegistryAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics中的类
Auto-configuration for a CompositeMeterRegistry.
CompositeMeterRegistryAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration
 
CompositeReactiveHealthContributor - org.springframework.boot.actuate.health中的接口
A ReactiveHealthContributor that is composed of other ReactiveHealthContributor instances.
CompositeReactiveHealthContributorConfiguration<I,B> - org.springframework.boot.actuate.autoconfigure.health中的类
Base class for health contributor configurations that can combine source beans into a composite.
CompositeReactiveHealthContributorConfiguration(Function<B, I>) - 类的构造器 org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthContributorConfiguration
Creates a CompositeReactiveHealthContributorConfiguration that will use the given indicatorFactory to create ReactiveHealthIndicator instances.
Compression - org.springframework.boot.web.server中的类
Simple server-independent abstraction for compression configuration.
Compression() - 类的构造器 org.springframework.boot.web.server.Compression
 
CONCURRENCY_LIMITING - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
Limit the number of requests that can be executed in parallel.
concurrencyLimit(Integer) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
Set the concurrency limit.
concurrencyLimit(Integer) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
Set the concurrency limit.
ConcurrentKafkaListenerContainerFactoryConfigurer - org.springframework.boot.autoconfigure.kafka中的类
Configure ConcurrentKafkaListenerContainerFactory with sensible defaults.
ConcurrentKafkaListenerContainerFactoryConfigurer() - 类的构造器 org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
 
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.
ConditionalOnAvailableEndpoint - org.springframework.boot.actuate.autoconfigure.endpoint.condition中的批注接口
@Conditional that checks whether an endpoint is available.
ConditionalOnBean - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that only matches when beans meeting all the specified requirements are already contained in the BeanFactory.
ConditionalOnCheckpointRestore - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that only matches when coordinated restore at checkpoint is to be used.
ConditionalOnClass - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that only matches when the specified classes are on the classpath.
ConditionalOnCloudPlatform - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that matches when the specified cloud platform is active.
ConditionalOnDefaultWebSecurity - org.springframework.boot.autoconfigure.security中的批注接口
@Conditional that only matches when web security is available and the user has not defined their own configuration.
ConditionalOnEnabledHealthIndicator - org.springframework.boot.actuate.autoconfigure.health中的批注接口
@Conditional that checks whether a default health indicator is enabled.
ConditionalOnEnabledInfoContributor - org.springframework.boot.actuate.autoconfigure.info中的批注接口
@Conditional that checks whether an info contributor is enabled.
ConditionalOnEnabledLoggingExport - org.springframework.boot.actuate.autoconfigure.logging中的批注接口
@Conditional that checks whether logging export is enabled.
ConditionalOnEnabledMetricsExport - org.springframework.boot.actuate.autoconfigure.metrics.export中的批注接口
@Conditional that checks whether a metrics exporter is enabled.
ConditionalOnEnabledResourceChain - org.springframework.boot.autoconfigure.web中的批注接口
@Conditional that checks whether the Spring resource handling chain is enabled.
ConditionalOnEnabledTracing - org.springframework.boot.actuate.autoconfigure.tracing中的批注接口
@Conditional that checks whether tracing is enabled.
ConditionalOnExpression - org.springframework.boot.autoconfigure.condition中的批注接口
Configuration annotation for a conditional element that depends on the value of a SpEL expression.
ConditionalOnGraphQlSchema - org.springframework.boot.autoconfigure.graphql中的批注接口
@Conditional that only matches when a GraphQL schema is defined for the application, through schema files or infrastructure beans.
ConditionalOnInitializedRestarter - org.springframework.boot.devtools.restart中的批注接口
@Conditional that only matches when the RestartInitializer has been applied with non null URLs.
ConditionalOnJava - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that matches based on the JVM version the application is running on.
ConditionalOnJava.Range - org.springframework.boot.autoconfigure.condition中的枚举类
Range options.
ConditionalOnJndi - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that matches based on the availability of a JNDI InitialContext and the ability to lookup specific locations.
ConditionalOnManagementPort - org.springframework.boot.actuate.autoconfigure.web.server中的批注接口
@Conditional that matches based on the configuration of the management port.
ConditionalOnMissingBean - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that only matches when no beans meeting the specified requirements are already contained in the BeanFactory.
ConditionalOnMissingClass - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that only matches when the specified classes are not on the classpath.
ConditionalOnMissingFilterBean - org.springframework.boot.autoconfigure.web.servlet中的批注接口
@Conditional that only matches when no Filter beans of the specified type are contained in the BeanFactory.
ConditionalOnNotWarDeployment - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that only matches when the application is not a traditional WAR deployment.
ConditionalOnNotWebApplication - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that only matches when the application context is a not a web application context.
ConditionalOnProperty - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that checks if the specified properties have a specific value.
ConditionalOnRepositoryType - org.springframework.boot.autoconfigure.data中的批注接口
@Conditional that only matches when a particular type of Spring Data repository has been enabled.
ConditionalOnResource - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that only matches when the specified resources are on the classpath.
ConditionalOnSingleCandidate - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that only matches when a bean of the specified class is already contained in the BeanFactory and a single candidate can be determined.
ConditionalOnThreading - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that matches when the specified threading is active.
ConditionalOnWarDeployment - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that matches when the application is a traditional WAR deployment.
ConditionalOnWebApplication - org.springframework.boot.autoconfigure.condition中的批注接口
@Conditional that matches when the application is a web application.
ConditionalOnWebApplication.Type - org.springframework.boot.autoconfigure.condition中的枚举类
Available application types.
ConditionAndOutcome(Condition, ConditionOutcome) - 类的构造器 org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
ConditionAndOutcomes() - 类的构造器 org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
ConditionEvaluationReport - org.springframework.boot.autoconfigure.condition中的类
Records condition evaluation details for reporting and logging.
ConditionEvaluationReport.ConditionAndOutcome - org.springframework.boot.autoconfigure.condition中的类
Provides access to a single Condition and ConditionOutcome.
ConditionEvaluationReport.ConditionAndOutcomes - org.springframework.boot.autoconfigure.condition中的类
Provides access to a number of ConditionEvaluationReport.ConditionAndOutcome items.
ConditionEvaluationReportLoggingListener - org.springframework.boot.autoconfigure.logging中的类
ConditionEvaluationReportLoggingListener() - 类的构造器 org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 
ConditionEvaluationReportMessage - org.springframework.boot.autoconfigure.logging中的类
A condition evaluation report message that can logged or printed.
ConditionEvaluationReportMessage(ConditionEvaluationReport) - 类的构造器 org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
 
ConditionEvaluationReportMessage(ConditionEvaluationReport, String) - 类的构造器 org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
 
ConditionMessage - org.springframework.boot.autoconfigure.condition中的类
A message associated with a ConditionOutcome.
ConditionMessage.Builder - org.springframework.boot.autoconfigure.condition中的类
Builder used to create a ConditionMessage for a condition.
ConditionMessage.ItemsBuilder - org.springframework.boot.autoconfigure.condition中的类
Builder used to create an ConditionMessage.ItemsBuilder for a condition.
ConditionMessage.Style - org.springframework.boot.autoconfigure.condition中的枚举类
Render styles.
ConditionOutcome - org.springframework.boot.autoconfigure.condition中的类
Outcome for a condition match, including log message.
ConditionOutcome(boolean, String) - 类的构造器 org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance.
ConditionOutcome(boolean, ConditionMessage) - 类的构造器 org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance.
ConditionReportApplicationContextFailureProcessor - org.springframework.boot.test.autoconfigure中的类
已过时, 待删除: 此 API 元素将从以后的版本中删除。
in 3.2.11 for removal in 4.0.0
ConditionReportApplicationContextFailureProcessor() - 类的构造器 org.springframework.boot.test.autoconfigure.ConditionReportApplicationContextFailureProcessor
已过时。
 
conditions() - 类中的方法 org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
 
conditionsReportEndpoint(ConfigurableApplicationContext) - 类中的方法 org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration
 
ConditionsReportEndpoint - org.springframework.boot.actuate.autoconfigure.condition中的类
ConditionsReportEndpoint(ConfigurableApplicationContext) - 类的构造器 org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
 
ConditionsReportEndpoint.ConditionsDescriptor - org.springframework.boot.actuate.autoconfigure.condition中的类
A description of an application's condition evaluation.
ConditionsReportEndpoint.ContextConditionsDescriptor - org.springframework.boot.actuate.autoconfigure.condition中的类
A description of an application context's condition evaluation, primarily intended for serialization to JSON.
ConditionsReportEndpoint.MessageAndConditionDescriptor - org.springframework.boot.actuate.autoconfigure.condition中的类
Adapts ConditionEvaluationReport.ConditionAndOutcome to a JSON friendly structure.
ConditionsReportEndpoint.MessageAndConditionsDescriptor - org.springframework.boot.actuate.autoconfigure.condition中的类
Adapts ConditionEvaluationReport.ConditionAndOutcomes to a JSON friendly structure.
ConditionsReportEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.condition中的类
ConditionsReportEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration
 
CONFIG_LOCATION - 类中的静态变量 org.springframework.boot.loader.launch.PropertiesLauncher
Properties key for config file location (including optional classpath:, file: or URL prefix).
CONFIG_NAME - 类中的静态变量 org.springframework.boot.loader.launch.PropertiesLauncher
Properties key for name of external configuration file (excluding suffix).
CONFIG_PROPERTY - 类中的静态变量 org.springframework.boot.context.logging.LoggingApplicationListener
The name of the Spring property that contains a reference to the logging configuration to load.
ConfigBuilderCustomizer - org.springframework.boot.autoconfigure.neo4j中的接口
Callback interface that can be implemented by beans wishing to customize the Config through a Config.ConfigBuilder whilst retaining default auto-configuration.
ConfigData - org.springframework.boot.context.config中的类
Configuration data that has been loaded from a ConfigDataResource and may ultimately contribute property sources to Spring's Environment.
ConfigData(Collection<? extends PropertySource<?>>, ConfigData.Option...) - 类的构造器 org.springframework.boot.context.config.ConfigData
Create a new ConfigData instance with the same options applied to each source.
ConfigData(Collection<? extends PropertySource<?>>, ConfigData.PropertySourceOptions) - 类的构造器 org.springframework.boot.context.config.ConfigData
Create a new ConfigData instance with specific property source options.
ConfigData.Option - org.springframework.boot.context.config中的枚举类
Option flags that can be applied.
ConfigData.Options - org.springframework.boot.context.config中的类
A set of ConfigData.Option flags.
ConfigData.PropertySourceOptions - org.springframework.boot.context.config中的接口
Strategy interface used to supply ConfigData.Options for a given PropertySource.
ConfigDataApplicationContextInitializer - org.springframework.boot.test.context中的类
ApplicationContextInitializer that can be used with the ContextConfiguration.initializers() to trigger loading of ConfigData such as application.properties.
ConfigDataApplicationContextInitializer() - 类的构造器 org.springframework.boot.test.context.ConfigDataApplicationContextInitializer
 
ConfigDataEnvironmentPostProcessor - org.springframework.boot.context.config中的类
EnvironmentPostProcessor that loads and applies ConfigData to Spring's Environment.
ConfigDataEnvironmentPostProcessor(DeferredLogFactory, ConfigurableBootstrapContext) - 类的构造器 org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
 
ConfigDataEnvironmentUpdateListener - org.springframework.boot.context.config中的接口
EventListener to listen to Environment updates triggered by the ConfigDataEnvironmentPostProcessor.
ConfigDataException - org.springframework.boot.context.config中的异常错误类
Abstract base class for configuration data exceptions.
ConfigDataException(String, Throwable) - 异常错误类的构造器 org.springframework.boot.context.config.ConfigDataException
Create a new ConfigDataException instance.
ConfigDataLoader<R> - org.springframework.boot.context.config中的接口
Strategy class that can be used to load ConfigData for a given ConfigDataResource.
ConfigDataLoaderContext - org.springframework.boot.context.config中的接口
Context provided to ConfigDataLoader methods.
ConfigDataLocation - org.springframework.boot.context.config中的类
A user specified location that can be resolved to one or more config data resources.
ConfigDataLocationNotFoundException - org.springframework.boot.context.config中的异常错误类
ConfigDataNotFoundException thrown when a ConfigDataLocation cannot be found.
ConfigDataLocationNotFoundException(ConfigDataLocation) - 异常错误类的构造器 org.springframework.boot.context.config.ConfigDataLocationNotFoundException
ConfigDataLocationNotFoundException(ConfigDataLocation, String, Throwable) - 异常错误类的构造器 org.springframework.boot.context.config.ConfigDataLocationNotFoundException
ConfigDataLocationNotFoundException(ConfigDataLocation, Throwable) - 异常错误类的构造器 org.springframework.boot.context.config.ConfigDataLocationNotFoundException
ConfigDataLocationResolver<R> - org.springframework.boot.context.config中的接口
Strategy interface used to resolve locations into one or more resources.
ConfigDataLocationResolverContext - org.springframework.boot.context.config中的接口
Context provided to ConfigDataLocationResolver methods.
ConfigDataNotFoundAction - org.springframework.boot.context.config中的枚举类
Action to take when an uncaught ConfigDataNotFoundException is thrown.
ConfigDataNotFoundException - org.springframework.boot.context.config中的异常错误类
ConfigDataNotFoundException thrown when a ConfigData cannot be found.
ConfigDataResource - org.springframework.boot.context.config中的类
A single resource from which ConfigData can be loaded.
ConfigDataResource() - 类的构造器 org.springframework.boot.context.config.ConfigDataResource
Create a new non-optional ConfigDataResource instance.
ConfigDataResource(boolean) - 类的构造器 org.springframework.boot.context.config.ConfigDataResource
Create a new ConfigDataResource instance.
ConfigDataResourceNotFoundException - org.springframework.boot.context.config中的异常错误类
ConfigDataNotFoundException thrown when a ConfigDataResource cannot be found.
ConfigDataResourceNotFoundException(ConfigDataResource) - 异常错误类的构造器 org.springframework.boot.context.config.ConfigDataResourceNotFoundException
ConfigDataResourceNotFoundException(ConfigDataResource, Throwable) - 异常错误类的构造器 org.springframework.boot.context.config.ConfigDataResourceNotFoundException
ConfigTreeConfigDataLoader - org.springframework.boot.context.config中的类
ConfigDataLoader for config tree locations.
ConfigTreeConfigDataLoader() - 类的构造器 org.springframework.boot.context.config.ConfigTreeConfigDataLoader
 
ConfigTreeConfigDataLocationResolver - org.springframework.boot.context.config中的类
ConfigDataLocationResolver for config tree locations.
ConfigTreeConfigDataLocationResolver(ResourceLoader) - 类的构造器 org.springframework.boot.context.config.ConfigTreeConfigDataLocationResolver
 
ConfigTreeConfigDataResource - org.springframework.boot.context.config中的类
ConfigDataResource backed by a config tree directory.
ConfigTreePropertySource - org.springframework.boot.env中的类
PropertySource backed by a directory tree that contains files for each value.
ConfigTreePropertySource(String, Path) - 类的构造器 org.springframework.boot.env.ConfigTreePropertySource
Create a new ConfigTreePropertySource instance.
ConfigTreePropertySource(String, Path, ConfigTreePropertySource.Option...) - 类的构造器 org.springframework.boot.env.ConfigTreePropertySource
Create a new ConfigTreePropertySource instance.
ConfigTreePropertySource.Option - org.springframework.boot.env中的枚举类
Property source options.
ConfigTreePropertySource.Value - org.springframework.boot.env中的接口
A value returned from the property source which exposes the contents of the property file.
ConfigurableBootstrapContext - org.springframework.boot中的接口
A BootstrapContext that also provides configuration methods through the BootstrapRegistry interface.
ConfigurableJettyWebServerFactory - org.springframework.boot.web.embedded.jetty中的接口
ConfigurableWebServerFactory for Jetty-specific features.
ConfigurableReactiveWebApplicationContext - org.springframework.boot.web.reactive.context中的接口
Interface to provide configuration for a reactive web application.
ConfigurableReactiveWebEnvironment - org.springframework.boot.web.reactive.context中的接口
Specialization of ConfigurableEnvironment for reactive application contexts.
ConfigurableReactiveWebServerFactory - org.springframework.boot.web.reactive.server中的接口
ConfigurableRSocketServerFactory - org.springframework.boot.rsocket.server中的接口
A configurable RSocketServerFactory.
ConfigurableServletWebServerFactory - org.springframework.boot.web.servlet.server中的接口
A configurable ServletWebServerFactory.
ConfigurableTomcatWebServerFactory - org.springframework.boot.web.embedded.tomcat中的接口
ConfigurableWebServerFactory for Tomcat-specific features.
ConfigurableUndertowWebServerFactory - org.springframework.boot.web.embedded.undertow中的接口
ConfigurableWebServerFactory for Undertow-specific features.
ConfigurableWebServerApplicationContext - org.springframework.boot.web.context中的接口
SPI interface to be implemented by most if not all web server application contexts.
ConfigurableWebServerFactory - org.springframework.boot.web.server中的接口
A configurable WebServerFactory.
CONFIGURATION_COMPARATOR - 类中的静态变量 org.springframework.boot.logging.AbstractLoggingSystem
 
configurationProperties() - 类中的方法 org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
configurationProperties(SecurityContext) - 类中的方法 org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension
 
ConfigurationProperties - org.springframework.boot.context.properties中的批注接口
Annotation for externalized configuration.
ConfigurationPropertiesAutoConfiguration - org.springframework.boot.autoconfigure.context中的类
ConfigurationPropertiesAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
 
ConfigurationPropertiesBean - org.springframework.boot.context.properties中的类
Provides access to @ConfigurationProperties bean details, regardless of if the annotation was used directly or on a @Bean factory method.
ConfigurationPropertiesBindException - org.springframework.boot.context.properties中的异常错误类
Exception thrown when @ConfigurationProperties binding fails.
ConfigurationPropertiesBindHandlerAdvisor - org.springframework.boot.context.properties中的接口
Allows additional functionality to be applied to the BindHandler used by the ConfigurationPropertiesBindingPostProcessor.
ConfigurationPropertiesBinding - org.springframework.boot.context.properties中的批注接口
Qualifier for beans that are needed to configure the binding of @ConfigurationProperties (e.g.
ConfigurationPropertiesBindingPostProcessor - org.springframework.boot.context.properties中的类
ConfigurationPropertiesBindingPostProcessor() - 类的构造器 org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
configurationPropertiesReportEndpoint(ConfigurationPropertiesReportEndpointProperties, ObjectProvider<SanitizingFunction>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
 
ConfigurationPropertiesReportEndpoint - org.springframework.boot.actuate.context.properties中的类
@Endpoint to expose application properties from @ConfigurationProperties annotated beans.
ConfigurationPropertiesReportEndpoint(Iterable<SanitizingFunction>, Show) - 类的构造器 org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor - org.springframework.boot.actuate.context.properties中的类
Description of a @ConfigurationProperties bean.
ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesDescriptor - org.springframework.boot.actuate.context.properties中的类
Description of an application's @ConfigurationProperties beans.
ConfigurationPropertiesReportEndpoint.ContextConfigurationPropertiesDescriptor - org.springframework.boot.actuate.context.properties中的类
Description of an application context's @ConfigurationProperties beans.
ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - org.springframework.boot.actuate.context.properties中的类
BeanSerializerModifier to return only relevant configuration properties.
ConfigurationPropertiesReportEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.context.properties中的类
ConfigurationPropertiesReportEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
 
ConfigurationPropertiesReportEndpointProperties - org.springframework.boot.actuate.autoconfigure.context.properties中的类
Configuration properties for ConfigurationPropertiesReportEndpoint.
ConfigurationPropertiesReportEndpointProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
 
configurationPropertiesReportEndpointWebExtension(ConfigurationPropertiesReportEndpoint, ConfigurationPropertiesReportEndpointProperties) - 类中的方法 org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
 
ConfigurationPropertiesReportEndpointWebExtension - org.springframework.boot.actuate.context.properties中的类
ConfigurationPropertiesReportEndpointWebExtension(ConfigurationPropertiesReportEndpoint, Show, Set<String>) - 类的构造器 org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension
 
ConfigurationPropertiesScan - org.springframework.boot.context.properties中的批注接口
Configures the base packages used when scanning for @ConfigurationProperties classes.
configurationPropertiesWithPrefix(String) - 类中的方法 org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
configurationPropertiesWithPrefix(SecurityContext, String) - 类中的方法 org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension
 
ConfigurationProperty - org.springframework.boot.context.properties.source中的类
A single configuration property obtained from a ConfigurationPropertySource consisting of a name, value and optional origin.
ConfigurationProperty(ConfigurationPropertyName, Object, Origin) - 类的构造器 org.springframework.boot.context.properties.source.ConfigurationProperty
 
ConfigurationPropertyCaching - org.springframework.boot.context.properties.source中的接口
Interface that can be used to control configuration property source caches.
ConfigurationPropertyName - org.springframework.boot.context.properties.source中的类
A configuration property name composed of elements separated by dots.
ConfigurationPropertyName.Form - org.springframework.boot.context.properties.source中的枚举类
The various forms that a non-indexed element value can take.
ConfigurationPropertyNameAliases - org.springframework.boot.context.properties.source中的类
Maintains a mapping of ConfigurationPropertyName aliases.
ConfigurationPropertyNameAliases() - 类的构造器 org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
ConfigurationPropertyNameAliases(String, String...) - 类的构造器 org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
ConfigurationPropertyNameAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - 类的构造器 org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
ConfigurationPropertySource - org.springframework.boot.context.properties.source中的接口
ConfigurationPropertySources - org.springframework.boot.context.properties.source中的类
Provides access to ConfigurationPropertySources.
ConfigurationPropertyState - org.springframework.boot.context.properties.source中的枚举类
The state of content from a ConfigurationPropertySource.
Configurations - org.springframework.boot.context.annotation中的类
A set of @Configuration classes that can be registered in ApplicationContext.
Configurations(Collection<Class<?>>) - 类的构造器 org.springframework.boot.context.annotation.Configurations
Create a new Configurations instance.
Configurations(UnaryOperator<Collection<Class<?>>>, Collection<Class<?>>, Function<Class<?>, String>) - 类的构造器 org.springframework.boot.context.annotation.Configurations
Create a new Configurations instance.
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中的类
ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - 类的构造器 org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
configure(LoggerContext) - 类中的方法 org.springframework.boot.logging.logback.RootLogLevelConfigurator
 
configure(D) - 类中的方法 org.springframework.boot.web.servlet.DynamicRegistrationBean
 
configure(Meter.Id, DistributionStatisticConfig) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
 
configure(FilterRegistration.Dynamic) - 类中的方法 org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Configure registration settings.
configure(ServletRegistration.Dynamic) - 类中的方法 org.springframework.boot.web.servlet.ServletRegistrationBean
Configure registration settings.
configure(Consumer<ConnectionFactoryOptions.Builder>) - 类中的方法 org.springframework.boot.r2dbc.ConnectionFactoryBuilder
Configure additional options.
configure(Map<String, ?>) - 类中的方法 org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
 
configure(WebAppContext) - 类中的方法 org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
 
configure(DirectRabbitListenerContainerFactory, ConnectionFactory) - 类中的方法 org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
 
configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - 类中的方法 org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
 
configure(CachingConnectionFactory, RabbitProperties) - 类中的方法 org.springframework.boot.autoconfigure.amqp.CachingConnectionFactoryConfigurer
 
configure(RabbitConnectionFactoryBean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
Configure the specified rabbit connection factory bean.
configure(RabbitTemplate, ConnectionFactory) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
Configure the specified RabbitTemplate.
configure(SpringApplicationBuilder) - 类中的方法 org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Configure the application.
configure(RestTemplateBuilder) - 类中的方法 org.springframework.boot.autoconfigure.web.client.RestTemplateBuilderConfigurer
Configure the specified RestTemplateBuilder.
configure(FormatterRegistry) - 类中的静态方法 org.springframework.boot.convert.ApplicationConversionService
Configure the given FormatterRegistry with formatters and converters appropriate for most Spring Boot applications.
configure(DefaultJmsListenerContainerFactory, ConnectionFactory) - 类中的方法 org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
Configure the specified jms listener container factory.
configure(ConcurrentKafkaListenerContainerFactory<Object, Object>, ConsumerFactory<Object, Object>) - 类中的方法 org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
Configure the specified Kafka listener container factory.
configure(RabbitStreamTemplate) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
Configure the specified RabbitStreamTemplate.
configure(RestClient.Builder) - 类中的方法 org.springframework.boot.autoconfigure.web.client.RestClientBuilderConfigurer
Configure the specified RestClient.Builder.
configure(HttpClient) - 接口中的方法 org.springframework.boot.autoconfigure.web.reactive.function.client.ReactorNettyHttpClientMapper
Configure the given HttpClient and return the newly created instance.
configure(T) - 类中的方法 org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
Configures the given connectionFactory with sensible defaults.
configure(T) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
Configure the provided SimpleAsyncTaskExecutor instance using this builder.
configure(T) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
Configure the provided SimpleAsyncTaskScheduler instance using this builder.
configure(T) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
Configure the provided ThreadPoolTaskExecutor instance using this builder.
configure(T) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
Configure the provided ThreadPoolTaskScheduler instance using this builder.
configure(T) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
Configure the provided RestTemplate instance using this builder.
configure(T) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Configure the provided WebServiceTemplate instance using this builder.
configure(T, ConnectionFactory) - 类中的方法 org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Configure the specified rabbit listener container factory.
configure(T, ConnectionFactory, RabbitProperties.AmqpContainer) - 类中的方法 org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
 
configure(T, RabbitProperties) - 类中的方法 org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
Configures the given connectionFactory using the given rabbitProperties.
configureArgumentResolvers(ArgumentResolverConfigurer) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
configureAsyncSupport(AsyncSupportConfigurer) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureBlockingExecution(BlockingExecutionConfigurer) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
configureContentNegotiation(ContentNegotiationConfigurer) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureContext(Context) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Configure the Tomcat Context.
configureContext(Context, ServletContextInitializer[]) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Configure the Tomcat Context.
configureEnvironment(ConfigurableEnvironment, String[]) - 类中的方法 org.springframework.boot.SpringApplication
configureHttpMessageCodecs(ServerCodecConfigurer) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
configureJsonMapper(JsonMapper.Builder) - 类中的方法 org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
Configure Jackson's JsonMapper to be used to serialize the @ConfigurationProperties objects into a Map structure.
configureLogLevel(String, LogLevel) - 类中的方法 org.springframework.boot.actuate.logging.LoggersEndpoint
 
configureLogLevel(LogLevel, BiConsumer<String, LogLevel>) - 类中的方法 org.springframework.boot.logging.LoggerGroup
 
configureMessageConverters(List<HttpMessageConverter<?>>) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configurePathMatch(PathMatchConfigurer) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
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.
configureViewResolvers(ViewResolverRegistry) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
configureWebAppContext(WebAppContext, ServletContextInitializer...) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Configure the given Jetty WebAppContext for use.
connect(SocketAddress) - 类中的方法 org.springframework.boot.buildpack.platform.socket.UnixDomainSocket
 
connect(SocketAddress) - 类中的方法 org.springframework.boot.buildpack.platform.socket.NamedPipeSocket
 
connect(SocketAddress, int) - 类中的方法 org.springframework.boot.buildpack.platform.socket.UnixDomainSocket
 
connect(SocketAddress, int) - 类中的方法 org.springframework.boot.buildpack.platform.socket.NamedPipeSocket
 
connection() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase
The type of connection to be established when replacing the DataSource.
Connection() - 类的构造器 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
Connection() - 类的构造器 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Connection
 
ConnectionDetails - org.springframework.boot.autoconfigure.service.connection中的接口
Base interface for types that provide the details required to establish a connection to a remote service.
ConnectionDetailsFactories - org.springframework.boot.autoconfigure.service.connection中的类
A registry of ConnectionDetailsFactory instances.
ConnectionDetailsFactories() - 类的构造器 org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactories
 
ConnectionDetailsFactory<S,D> - org.springframework.boot.autoconfigure.service.connection中的接口
A factory to create ConnectionDetails from a given source.
ConnectionDetailsFactoryNotFoundException - org.springframework.boot.autoconfigure.service.connection中的异常错误类
RuntimeException thrown when a ConnectionDetailsFactory could not be found.
ConnectionDetailsFactoryNotFoundException(String) - 异常错误类的构造器 org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactoryNotFoundException
 
ConnectionDetailsFactoryNotFoundException(String, Throwable) - 异常错误类的构造器 org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactoryNotFoundException
 
ConnectionDetailsNotFoundException - org.springframework.boot.autoconfigure.service.connection中的异常错误类
RuntimeException thrown when required ConnectionDetails could not be found.
ConnectionDetailsNotFoundException(String) - 异常错误类的构造器 org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundException
 
ConnectionDetailsNotFoundException(String, Throwable) - 异常错误类的构造器 org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundException
 
ConnectionFactoryBuilder - org.springframework.boot.r2dbc中的类
Builder for ConnectionFactory.
ConnectionFactoryCustomizer - org.springframework.boot.autoconfigure.amqp中的接口
Callback interface that can be implemented by beans wishing to customize the auto-configured RabbitMQ ConnectionFactory.
ConnectionFactoryDecorator - org.springframework.boot.r2dbc中的接口
Decorator for connection factories.
ConnectionFactoryHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.r2dbc中的类
ConnectionFactoryHealthIndicator - org.springframework.boot.actuate.r2dbc中的类
A HealthIndicator to validate a R2DBC ConnectionFactory.
ConnectionFactoryHealthIndicator(ConnectionFactory) - 类的构造器 org.springframework.boot.actuate.r2dbc.ConnectionFactoryHealthIndicator
Create a new ConnectionFactoryHealthIndicator using the specified ConnectionFactory and no validation query.
ConnectionFactoryHealthIndicator(ConnectionFactory, String) - 类的构造器 org.springframework.boot.actuate.r2dbc.ConnectionFactoryHealthIndicator
Create a new ConnectionFactoryHealthIndicator using the specified ConnectionFactory and validation query.
ConnectionFactoryOptionsBuilder - org.springframework.boot.docker.compose.service.connection.r2dbc中的类
Utility used to build an R2DBC ConnectionFactoryOptions for a RunningService.
ConnectionFactoryOptionsBuilder(String, int) - 类的构造器 org.springframework.boot.docker.compose.service.connection.r2dbc.ConnectionFactoryOptionsBuilder
Create a new JdbcUrlBuilder instance.
ConnectionFactoryOptionsBuilderCustomizer - org.springframework.boot.autoconfigure.r2dbc中的接口
Callback interface that can be implemented by beans wishing to customize the ConnectionFactoryOptions through a ConnectionFactoryOptions.Builder whilst retaining default auto-configuration.
connectionFactoryTransactionManager(ConnectionFactory) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcTransactionManagerAutoConfiguration
 
ConnectionFactoryUnwrapper - org.springframework.boot.jms中的类
Unwrap a ConnectionFactory that may have been wrapped to perform caching or pooling.
ConnectionPoolMetrics - org.springframework.boot.actuate.metrics.r2dbc中的类
A MeterBinder for a ConnectionPool.
ConnectionPoolMetrics(ConnectionPool, String, Iterable<Tag>) - 类的构造器 org.springframework.boot.actuate.metrics.r2dbc.ConnectionPoolMetrics
 
ConnectionPoolMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.r2dbc中的类
Auto-configuration for metrics on all available R2DBC connection factories.
ConnectionPoolMetricsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.r2dbc.ConnectionPoolMetricsAutoConfiguration
 
ConnectionPorts - org.springframework.boot.docker.compose.core中的接口
Provides access to the ports that can be used to connect to a RunningService.
ConnectorStartFailedException - org.springframework.boot.web.embedded.tomcat中的异常错误类
A ConnectorStartFailedException is thrown when a Tomcat Connector fails to start, for example due to a port clash or incorrect SSL configuration.
ConnectorStartFailedException(int) - 异常错误类的构造器 org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
Creates a new ConnectorStartFailedException for a connector that's configured to listen on the given port.
connectTimeout() - 记录类中的方法 org.springframework.boot.http.client.ClientHttpRequestFactorySettings
返回 connectTimeout 记录组件的值。
connectTimeout() - 记录类中的方法 org.springframework.boot.web.client.ClientHttpRequestFactorySettings
已过时。
返回 connectTimeout 记录组件的值。
connectTimeout(Duration) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
Sets the connection timeout on the underlying ClientHttpRequestFactory.
CONSOLE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummaryOutput
Output the summary to the console.
CONSOLE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.UiService
Console-based UIService.
CONSOLE - 枚举类 中的枚举常量 org.springframework.boot.Banner.Mode
Print the banner to System.out.
CONSOLE_CHARSET - 枚举类 中的枚举常量 org.springframework.boot.logging.LoggingSystemProperty
Logging system property for the console log charset.
CONSOLE_PATTERN - 枚举类 中的枚举常量 org.springframework.boot.logging.LoggingSystemProperty
Logging system property for the console log pattern.
CONSOLE_STRUCTURED_FORMAT - 枚举类 中的枚举常量 org.springframework.boot.logging.LoggingSystemProperty
Logging system property for the console structured logging format.
CONSOLE_THRESHOLD - 枚举类 中的枚举常量 org.springframework.boot.logging.LoggingSystemProperty
Logging system property for the console log.
ConstructorBinding - org.springframework.boot.context.properties.bind中的批注接口
Annotation that can be used to indicate which constructor to use when binding configuration properties using constructor arguments rather than by calling setters.
ConstructorBound - org.springframework.boot.context.properties中的类
Helper class to programmatically bind configuration properties that use constructor injection.
ConstructorBound() - 类的构造器 org.springframework.boot.context.properties.ConstructorBound
 
Consumer() - 类的构造器 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
Consumer() - 类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
container() - 类中的方法 org.springframework.boot.buildpack.platform.docker.DockerApi
Return the Docker API for container operations.
ContainerConfig - org.springframework.boot.buildpack.platform.docker.type中的类
Configuration used when creating a new container.
ContainerConfig.Update - org.springframework.boot.buildpack.platform.docker.type中的类
Update class used to change data when creating a container config.
ContainerConnectionDetails(ContainerConnectionSource<C>) - 类的构造器 org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory.ContainerConnectionDetails
ContainerConnectionDetailsFactory<C,D> - org.springframework.boot.testcontainers.service.connection中的类
Base class for ConnectionDetailsFactory implementations that provide ConnectionDetails from a ContainerConnectionSource.
ContainerConnectionDetailsFactory() - 类的构造器 org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
Create a new ContainerConnectionDetailsFactory instance that accepts any connection name.
ContainerConnectionDetailsFactory(String, String...) - 类的构造器 org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
Create a new ContainerConnectionDetailsFactory instance with the given connection name restriction.
ContainerConnectionDetailsFactory(List<String>, String...) - 类的构造器 org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
Create a new ContainerConnectionDetailsFactory instance with the given supported connection names.
ContainerConnectionDetailsFactory.ContainerConnectionDetails<C> - org.springframework.boot.testcontainers.service.connection中的类
Base class for ConnectionDetails results that are backed by a ContainerConnectionSource.
ContainerConnectionSource<C> - org.springframework.boot.testcontainers.service.connection中的类
Passed to ContainerConnectionDetailsFactory to provide details of the @ServiceConnection annotated Container that provides the service.
ContainerContent - org.springframework.boot.buildpack.platform.docker.type中的接口
Additional content that can be written to a created container.
ContainerImageMetadata - org.springframework.boot.autoconfigure.container中的记录类
Metadata about a container image that can be added to an AttributeAccessor.
ContainerImageMetadata(String) - 记录类的构造器 org.springframework.boot.autoconfigure.container.ContainerImageMetadata
创建 ContainerImageMetadata 记录类的实例。
ContainerReference - org.springframework.boot.buildpack.platform.docker.type中的类
A reference to a Docker container.
ContainerStatus - org.springframework.boot.buildpack.platform.docker.type中的类
Status details returned from Docker container wait.
contains(ConfigData.Option) - 类中的方法 org.springframework.boot.context.config.ConfigData.Options
Returns if the given option is contained in this set.
contains(T) - 接口中的方法 org.springframework.boot.loader.tools.layer.ContentSelector
Returns true if the specified item is contained in this selection.
contains(T) - 类中的方法 org.springframework.boot.loader.tools.layer.IncludeExcludeContentSelector
 
containsDescendantOf(ConfigurationPropertyName) - 接口中的方法 org.springframework.boot.context.properties.source.ConfigurationPropertySource
Returns if the source contains any descendants of the specified name.
containsDescendantOf(ConfigurationPropertyName) - 接口中的方法 org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
 
containsOption(String) - 接口中的方法 org.springframework.boot.ApplicationArguments
Return whether the set of option arguments parsed from the arguments contains an option with the given name.
containsOption(String) - 类中的方法 org.springframework.boot.DefaultApplicationArguments
 
containsProperty(String) - 类中的方法 org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
 
containsProperty(String) - 类中的方法 org.springframework.boot.logging.log4j2.SpringBootPropertySource
 
containsProperty(String) - 类中的方法 org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
Content - org.springframework.boot.buildpack.platform.io中的接口
Content with a known size that can be written to an OutputStream.
Content() - 类的构造器 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
 
CONTENT_TYPE_004 - 枚举类 中的枚举常量 org.springframework.boot.actuate.metrics.export.prometheus.PrometheusOutputFormat
Prometheus text version 0.0.4.
CONTENT_TYPE_004 - 枚举类 中的枚举常量 org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
已过时。
Prometheus text version 0.0.4.
CONTENT_TYPE_OPENMETRICS_100 - 枚举类 中的枚举常量 org.springframework.boot.actuate.metrics.export.prometheus.PrometheusOutputFormat
OpenMetrics text version 1.0.0.
CONTENT_TYPE_OPENMETRICS_100 - 枚举类 中的枚举常量 org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
已过时。
OpenMetrics text version 1.0.0.
CONTENT_TYPE_PROTOBUF - 枚举类 中的枚举常量 org.springframework.boot.actuate.metrics.export.prometheus.PrometheusOutputFormat
Prometheus metrics protobuf.
ContentFilter<T> - org.springframework.boot.loader.tools.layer中的接口
Callback interface that can be used to filter layer contents.
contentLength() - 类中的方法 org.springframework.boot.origin.OriginTrackedResource
 
Contentnegotiation() - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
ContentSelector<T> - org.springframework.boot.loader.tools.layer中的接口
Strategy used by CustomLayers to select the layer of an item.
context() - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application context.
ContextCloserListener(ConfigurableApplicationContext) - 类的构造器 org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
ContextConditionsDescriptor(ConfigurableApplicationContext) - 类的构造器 org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionsDescriptor
 
ContextConsumer<C> - org.springframework.boot.test.context.runner中的接口
Callback interface used to process an ApplicationContext with the ability to throw a (checked) exception.
ContextExpressionDescriptor(Set<String>) - 类的构造器 org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpressionDescriptor
 
contextFactory(ApplicationContextFactory) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
Explicitly set the factory used to create the application context.
ContextIdApplicationContextInitializer - org.springframework.boot.context中的类
ContextIdApplicationContextInitializer() - 类的构造器 org.springframework.boot.context.ContextIdApplicationContextInitializer
 
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.SpringApplicationRunListener
Called once the ApplicationContext has been created and prepared, but before sources have been loaded.
continueOnError(boolean) - 类中的方法 org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
 
contribute(Info.Builder) - 类中的方法 org.springframework.boot.actuate.info.BuildInfoContributor
 
contribute(Info.Builder) - 类中的方法 org.springframework.boot.actuate.info.EnvironmentInfoContributor
 
contribute(Info.Builder) - 类中的方法 org.springframework.boot.actuate.info.GitInfoContributor
 
contribute(Info.Builder) - 接口中的方法 org.springframework.boot.actuate.info.InfoContributor
Contributes additional details using the specified Builder.
contribute(Info.Builder) - 类中的方法 org.springframework.boot.actuate.info.JavaInfoContributor
 
contribute(Info.Builder) - 类中的方法 org.springframework.boot.actuate.info.MapInfoContributor
 
contribute(Info.Builder) - 类中的方法 org.springframework.boot.actuate.info.OsInfoContributor
 
contribute(Info.Builder) - 类中的方法 org.springframework.boot.actuate.info.ProcessInfoContributor
 
contribute(Info.Builder) - 类中的方法 org.springframework.boot.actuate.info.SimpleInfoContributor
 
contribute(Info.Builder) - 类中的方法 org.springframework.boot.actuate.info.SslInfoContributor
 
ContributorRegistry<C> - org.springframework.boot.actuate.health中的接口
A mutable registry of health endpoint contributors (either HealthContributor or ReactiveHealthContributor).
Controlconnection() - 类的构造器 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Controlconnection
 
ControllerEndpoint - org.springframework.boot.actuate.endpoint.web.annotation中的批注接口
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.3.0 in favor of @Endpoint and @WebEndpoint
controllerEndpointDiscoverer(ObjectProvider<PathMapper>, ObjectProvider<Collection<EndpointFilter<ExposableControllerEndpoint>>>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
 
ControllerEndpointDiscoverer - org.springframework.boot.actuate.endpoint.web.annotation中的类
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.3.0 in favor of @Endpoint and @WebEndpoint support
ControllerEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableControllerEndpoint>>) - 类的构造器 org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
已过时。
Create a new ControllerEndpointDiscoverer instance.
controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties, EndpointAccessResolver) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive.WebFluxEndpointManagementContextConfiguration
已过时, 待删除: 此 API 元素将从以后的版本中删除。
controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties, EndpointAccessResolver) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration
已过时, 待删除: 此 API 元素将从以后的版本中删除。
ControllerEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.reactive中的类
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.3.5 in favor of @Endpoint and @WebEndpoint support
ControllerEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.servlet中的类
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.3.5 in favor of @Endpoint and @WebEndpoint support
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - 类的构造器 org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
已过时。
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - 类的构造器 org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
已过时。
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration, EndpointAccessResolver) - 类的构造器 org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
已过时。
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration, EndpointAccessResolver) - 类的构造器 org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
已过时。
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointsSupplier - org.springframework.boot.actuate.endpoint.web.annotation中的接口
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.3.3 in favor of @Endpoint and @WebEndpoint support
controllerExposeExcludePropertyEndpointFilter() - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
 
controllers() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.graphql.GraphQlTest
Specifies the controllers to test.
controllers() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest
Specifies the controllers to test.
controllers() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest
Specifies the controllers to test.
ConversionServiceParameterValueMapper - org.springframework.boot.actuate.endpoint.invoke.convert中的类
ConversionServiceParameterValueMapper() - 类的构造器 org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
ConversionServiceParameterValueMapper(ConversionService) - 类的构造器 org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
Create a new ConversionServiceParameterValueMapper instance backed by a specific conversion service.
convert(ILoggingEvent) - 类中的方法 org.springframework.boot.logging.logback.ApplicationNameConverter
已过时。
 
convert(ILoggingEvent) - 类中的方法 org.springframework.boot.logging.logback.CorrelationIdConverter
 
convert(String) - 类中的方法 org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
convertNativeToSystem(T) - 类中的方法 org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
convertSystemToNative(LogLevel) - 类中的方法 org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
Cookie - org.springframework.boot.web.server中的类
Cookie properties.
Cookie() - 类的构造器 org.springframework.boot.web.server.Cookie
 
Cookie() - 类的构造器 org.springframework.boot.web.servlet.server.Session.Cookie
 
COOKIE - 枚举类 中的枚举常量 org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
Send a cookie in response to the client's first request.
COOKIE_HEADERS - 枚举类 中的枚举常量 org.springframework.boot.actuate.web.exchanges.Include
Include "Cookie" header (if any) in request headers and "Set-Cookie" (if any) in response headers.
Cookie.SameSite - org.springframework.boot.web.server中的枚举类
SameSite values.
CookieSameSiteSupplier - org.springframework.boot.web.servlet.server中的接口
Strategy interface that can be used with ConfigurableServletWebServerFactory implementations in order to supply custom Cookie.SameSite values for specific cookies.
copy(Path, Path, CopyOption...) - 类中的方法 org.springframework.boot.loader.nio.file.NestedFileSystemProvider
 
copy(Consumer<ImageConfig.Update>) - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.ImageConfig
Create an updated copy of this image config.
copyIfSet(Properties, String) - 类中的方法 org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Copy the specified key to the target Properties if it is set.
corePoolSize(int) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
Set the core number of threads.
CORRECT - 枚举类 中的枚举常量 org.springframework.boot.availability.LivenessState
The application is running and its internal state is correct.
Correlation() - 类的构造器 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage.Correlation
 
CORRELATION_PATTERN - 枚举类 中的枚举常量 org.springframework.boot.logging.LoggingSystemProperty
Logging system property for the correlation pattern.
CorrelationIdConverter - org.springframework.boot.logging.log4j2中的类
Log4j2 LogEventPatternConverter to convert a CorrelationIdFormatter pattern into formatted output using data from the MDC.
CorrelationIdConverter - org.springframework.boot.logging.logback中的类
Logback DynamicConverter to convert a CorrelationIdFormatter pattern into formatted output using data from the MDC and Environment.
CorrelationIdConverter() - 类的构造器 org.springframework.boot.logging.logback.CorrelationIdConverter
 
CorrelationIdFormatter - org.springframework.boot.logging中的类
Utility class that can be used to format a correlation identifier for logging based on W3C recommendations.
CorsEndpointProperties - org.springframework.boot.actuate.autoconfigure.endpoint.web中的类
Configuration properties for web endpoints' CORS support.
CorsEndpointProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
Couchbase() - 类的构造器 org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
COUCHBASE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.cache.CacheType
Couchbase backed caching.
couchbaseAuthenticator(CouchbaseConnectionDetails) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
 
CouchbaseAutoConfiguration - org.springframework.boot.autoconfigure.couchbase中的类
Auto-configuration for Couchbase.
CouchbaseCacheManagerBuilderCustomizer - org.springframework.boot.autoconfigure.cache中的接口
Callback interface that can be implemented by beans wishing to customize the CouchbaseCacheManager.CouchbaseCacheManagerBuilder before it is used to build the auto-configured CouchbaseCacheManager.
couchbaseCluster(ClusterEnvironment, Authenticator, CouchbaseConnectionDetails) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
 
couchbaseClusterEnvironment(ObjectProvider<ClusterEnvironmentBuilderCustomizer>, ObjectProvider<SslBundles>) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
 
CouchbaseConnectionDetails - org.springframework.boot.autoconfigure.couchbase中的接口
Details required to establish a connection to a Couchbase service.
CouchbaseDataAutoConfiguration - org.springframework.boot.autoconfigure.data.couchbase中的类
Auto-configuration for Spring Data's Couchbase support.
CouchbaseDataAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration
 
CouchbaseDataAutoConfiguration.ValidationConfiguration - org.springframework.boot.autoconfigure.data.couchbase中的类
 
CouchbaseDataProperties - org.springframework.boot.autoconfigure.data.couchbase中的类
Configuration properties for Spring Data Couchbase.
CouchbaseDataProperties() - 类的构造器 org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
couchbaseHealthContributor(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthContributorAutoConfiguration
 
couchbaseHealthContributor(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseReactiveHealthContributorAutoConfiguration
 
CouchbaseHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.couchbase中的类
CouchbaseHealthContributorAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthContributorAutoConfiguration
 
CouchbaseHealthIndicator - org.springframework.boot.actuate.couchbase中的类
HealthIndicator for Couchbase.
CouchbaseHealthIndicator(Cluster) - 类的构造器 org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
Create an indicator with the specified Cluster.
CouchbaseProperties - org.springframework.boot.autoconfigure.couchbase中的类
Configuration properties for Couchbase.
CouchbaseProperties() - 类的构造器 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
CouchbaseProperties.Authentication - org.springframework.boot.autoconfigure.couchbase中的类
 
CouchbaseProperties.Authentication.Jks - org.springframework.boot.autoconfigure.couchbase中的类
 
CouchbaseProperties.Authentication.Pem - org.springframework.boot.autoconfigure.couchbase中的类
 
CouchbaseProperties.Env - org.springframework.boot.autoconfigure.couchbase中的类
 
CouchbaseProperties.Io - org.springframework.boot.autoconfigure.couchbase中的类
 
CouchbaseProperties.Ssl - org.springframework.boot.autoconfigure.couchbase中的类
 
CouchbaseProperties.Timeouts - org.springframework.boot.autoconfigure.couchbase中的类
 
CouchbaseReactiveDataAutoConfiguration - org.springframework.boot.autoconfigure.data.couchbase中的类
Auto-configuration for Spring Data's Reactive Couchbase support.
CouchbaseReactiveDataAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveDataAutoConfiguration
 
CouchbaseReactiveHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.couchbase中的类
CouchbaseReactiveHealthContributorAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseReactiveHealthContributorAutoConfiguration
 
CouchbaseReactiveHealthIndicator - org.springframework.boot.actuate.couchbase中的类
A ReactiveHealthIndicator for Couchbase.
CouchbaseReactiveHealthIndicator(Cluster) - 类的构造器 org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
Create a new CouchbaseReactiveHealthIndicator instance.
CouchbaseReactiveRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.couchbase中的类
Auto-configuration for Spring Data's Couchbase Reactive Repositories.
CouchbaseReactiveRepositoriesAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveRepositoriesAutoConfiguration
 
CouchbaseRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.couchbase中的类
Auto-configuration for Spring Data's Couchbase Repositories.
CouchbaseRepositoriesAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.couchbase.CouchbaseRepositoriesAutoConfiguration
 
CqlSessionBuilderCustomizer - org.springframework.boot.autoconfigure.cassandra中的接口
Callback interface that can be implemented by beans wishing to customize the CqlSession through a CqlSessionBuilder whilst retaining default auto-configuration.
create() - 类中的静态方法 org.springframework.boot.jdbc.DataSourceBuilder
Create a new DataSourceBuilder instance.
create() - 类中的方法 org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
 
create(SocketAcceptor) - 类中的方法 org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
 
create(SocketAcceptor) - 接口中的方法 org.springframework.boot.rsocket.server.RSocketServerFactory
Gets a new fully configured but paused RSocketServer instance.
create(File) - 接口中的静态方法 org.springframework.boot.loader.launch.Archive
Factory method to create an Archive from the given File target.
create(File) - 类中的静态方法 org.springframework.boot.loader.net.protocol.jar.JarUrl
Create a new jar URL.
create(File, String) - 类中的静态方法 org.springframework.boot.loader.net.protocol.jar.JarUrl
Create a new jar URL.
create(File, String, String) - 类中的静态方法 org.springframework.boot.loader.net.protocol.jar.JarUrl
Create a new jar URL.
create(File, JarEntry) - 类中的静态方法 org.springframework.boot.loader.net.protocol.jar.JarUrl
Create a new jar URL.
create(Class<?>) - 接口中的静态方法 org.springframework.boot.loader.launch.Archive
Factory method to create an appropriate Archive from the given Class target.
create(ClassLoader) - 类中的静态方法 org.springframework.boot.jdbc.DataSourceBuilder
Create a new DataSourceBuilder instance.
create(ProtectionDomain) - 接口中的静态方法 org.springframework.boot.loader.launch.Archive
 
create(Consumer<JsonMixinModuleEntries.Builder>) - 类中的静态方法 org.springframework.boot.jackson.JsonMixinModuleEntries
Create an instance using the specified JsonMixinModuleEntries.Builder.
create(DockerConfiguration.DockerHostConfiguration) - 接口中的静态方法 org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
Create the most suitable HttpTransport based on the DockerHost.
create(ContainerConfig, ImagePlatform, ContainerContent...) - 类中的方法 org.springframework.boot.buildpack.platform.docker.DockerApi.ContainerApi
Create a new container a ContainerConfig.
create(WebApplicationType) - 接口中的方法 org.springframework.boot.ApplicationContextFactory
Creates the application context for a SpringApplication, respecting the given webApplicationType.
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.
createBuildInfo(BuildPropertiesWriter.ProjectDetails) - 类中的方法 org.springframework.boot.loader.tools.BuildPropertiesWriter
 
createClassLoader(Collection<URL>) - 类中的方法 org.springframework.boot.loader.launch.ExecutableArchiveLauncher
 
createClassLoader(Collection<URL>) - 类中的方法 org.springframework.boot.loader.launch.Launcher
Create a classloader for the specified archives.
createClassLoader(Collection<URL>) - 类中的方法 org.springframework.boot.loader.launch.PropertiesLauncher
 
createClassPathScanningCandidateComponentProvider(ApplicationContext) - 类中的方法 org.springframework.boot.autoconfigure.domain.EntityScanner
Create a ClassPathScanningCandidateComponentProvider to scan entities based on the specified ApplicationContext.
createClientHttpRequestFactory(ClientHttpRequestFactorySettings) - 类中的方法 org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
 
createClientHttpRequestFactory(ClientHttpRequestFactorySettings) - 类中的方法 org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
 
createClientHttpRequestFactory(ClientHttpRequestFactorySettings) - 类中的方法 org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
 
createClientHttpRequestFactory(ClientHttpRequestFactorySettings) - 类中的方法 org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
 
createClientHttpRequestFactory(ClientHttpRequestFactorySettings) - 类中的方法 org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
 
createClientSslEngine(String, int, String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
 
createComposite(Map<String, B>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
 
createComposite(Map<String, B>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration
 
createComposite(Map<String, B>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthContributorConfiguration
 
createConnection(Socket, InputStream, OutputStream) - 类中的方法 org.springframework.boot.devtools.livereload.LiveReloadServer
Factory method used to create the Connection.
createContextCloserListener(ConfigurableApplicationContext) - 类中的方法 org.springframework.boot.builder.ParentContextCloserApplicationListener
Subclasses may override to create their own subclass of ContextCloserListener.
createContributor(Map<String, B>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
 
createContributor(ConfigurableListableBeanFactory, Class<B>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
Creates a composite contributor from the beans of the given beanType retrieved from the given beanFactory.
createDelegate(WebEndpointProperties) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.LinksServerWebExchangeMatcher
 
createDelegate(PathMappedEndpoints) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
 
createDelegate(PathMappedEndpoints) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
 
createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
 
createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
 
createDirectory(Path, FileAttribute<?>...) - 类中的方法 org.springframework.boot.loader.nio.file.NestedFileSystemProvider
 
createEndpoint(Object, EndpointId, boolean, Collection<O>) - 类中的方法 org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
已过时, 待删除: 此 API 元素将从以后的版本中删除。
createEndpoint(Object, EndpointId, Access, Collection<O>) - 类中的方法 org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Factory method called to create the endpoint.
createEndpoint(Object, EndpointId, Access, Collection<JmxOperation>) - 类中的方法 org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createEndpoint(Object, EndpointId, Access, Collection<Operation>) - 类中的方法 org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
已过时。
 
createEndpoint(Object, EndpointId, Access, Collection<Operation>) - 类中的方法 org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
已过时。
 
createEndpoint(Object, EndpointId, Access, Collection<WebOperation>) - 类中的方法 org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createEndpointResources(EndpointMapping, Collection<ExposableWebEndpoint>) - 类中的方法 org.springframework.boot.actuate.endpoint.web.jersey.JerseyHealthEndpointAdditionalPathResourceFactory
 
createEndpointResources(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, EndpointLinksResolver, boolean) - 类中的方法 org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
Creates Resources for the operations of the given webEndpoints.
createEnvironment() - 类中的方法 org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
 
createEnvironment() - 类中的方法 org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
 
createEnvironment(WebApplicationType) - 接口中的方法 org.springframework.boot.ApplicationContextFactory
Create a new Environment to be set on the created application context.
createExceptionHandlerExceptionResolver() - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createExpectationManager() - 类中的方法 org.springframework.boot.test.web.client.MockServerRestClientCustomizer
 
createExpectationManager() - 类中的方法 org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
createFormatter(Instantiator<?>) - 接口中的方法 org.springframework.boot.logging.structured.StructuredLogFormatterFactory.CommonFormatterFactory
Create the StructuredLogFormatter instance.
createHandlerMethod(Object, Method) - 类中的方法 org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
createHandlerMethod(Object, Method) - 类中的方法 org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
createHeapDumper() - 类中的方法 org.springframework.boot.actuate.management.HeapDumpWebEndpoint
Factory method used to create the HeapDumpWebEndpoint.HeapDumper.
createHttpContext(HttpMethod, URI) - 类中的方法 org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
 
createHttpHandler() - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
 
createHttpHandler() - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowWebServer
 
createIndicator(B) - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
 
createJettyServer(JettyHttpHandlerAdapter) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
createJpaVendorAdapter() - 类中的方法 org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
createManagementContext(ApplicationContext) - 类中的方法 org.springframework.boot.actuate.autoconfigure.web.ManagementContextFactory
 
createMetadataReader(Resource) - 类中的方法 org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create the meta-data reader.
createModifiedConfig(MergedContextConfiguration, Class<?>[]) - 类中的方法 org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Create a new MergedContextConfiguration with different classes.
createModifiedConfig(MergedContextConfiguration, Class<?>[], String[]) - 类中的方法 org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Create a new MergedContextConfiguration with different classes and properties.
createMongoClient(MongoClientSettings) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoClientFactorySupport
 
createMultipartConfig() - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
Create a new MultipartConfigElement using the properties.
createMultipartConfig() - 类中的方法 org.springframework.boot.web.servlet.MultipartConfigFactory
Create a new MultipartConfigElement instance.
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - 类中的方法 org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Factory method to create an endpoint operation.
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - 类中的方法 org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - 类中的方法 org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
已过时。
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - 类中的方法 org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
已过时。
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - 类中的方法 org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createOperationKey(O) - 类中的方法 org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Create an EndpointDiscoverer.OperationKey for the given operation.
createOperationKey(JmxOperation) - 类中的方法 org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createOperationKey(Operation) - 类中的方法 org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
已过时。
 
createOperationKey(Operation) - 类中的方法 org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
已过时。
 
createOperationKey(WebOperation) - 类中的方法 org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createPooledConnectionFactory(ConnectionFactory) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory
Create a JmsPoolConnectionFactory based on the specified ConnectionFactory.
createPropertyResolver(MutablePropertySources) - 类中的静态方法 org.springframework.boot.context.properties.source.ConfigurationPropertySources
Create a new PropertyResolver that resolves property values against an underlying set of PropertySources.
createRegistrationBean(String, T, int) - 接口中的方法 org.springframework.boot.web.servlet.ServletContextInitializerBeans.RegistrationBeanAdapter
 
createRelative(String) - 类中的方法 org.springframework.boot.origin.OriginTrackedResource
 
createRequestConfig() - 类中的方法 org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
 
createRequestMappingHandlerAdapter() - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
createRequestMappingHandlerAdapter() - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createRequestMappingHandlerMapping() - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
createRequestMappingHandlerMapping() - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createResource(EndpointMapping, WebOperation) - 类中的方法 org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
 
createRootApplicationContext(ServletContext) - 类中的方法 org.springframework.boot.web.servlet.support.SpringBootServletInitializer
 
createServerSslEngine(String, int) - 类中的方法 org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
 
createSpringApplication(ResourceLoader, Class<?>...) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
Creates a new SpringApplication instance from the given sources using the given ResourceLoader.
createSpringApplicationBuilder() - 类中的方法 org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Returns the SpringApplicationBuilder that is used to configure and create the SpringApplication.
createSpyIfNecessary(Object, String) - 类中的方法 org.springframework.boot.test.mock.mockito.MockitoPostProcessor
已过时。
 
createSslContext() - 接口中的方法 org.springframework.boot.ssl.SslBundle
Factory method to create a new SSLContext for this bundle.
createSslContext(String) - 接口中的方法 org.springframework.boot.ssl.SslManagerBundle
Factory method to create a new SSLContext for the key managers and trust managers managed by this instance.
createSslContextSpec(SslBundle) - 类中的方法 org.springframework.boot.web.embedded.netty.SslServerCustomizer
Create an AbstractProtocolSslContextSpec for a given SslBundle.
createSubPath(String) - 类中的方法 org.springframework.boot.actuate.endpoint.web.EndpointMapping
 
createTempDir(String) - 类中的方法 org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
Return the absolute temp dir for given web server.
createTester(Class<?>, ResolvableType, M) - 类中的方法 org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
createView(String) - 类中的方法 org.springframework.boot.web.reactive.result.view.MustacheViewResolver
 
Creator - org.springframework.boot.buildpack.platform.build中的类
Identifying information about the tooling that created a builder.
Credential() - 类的构造器 org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
Credential() - 类的构造器 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Verification.Credential
 
Credential() - 类的构造器 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption.Credential
 
Credential() - 类的构造器 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
 
CronTriggerDescriptor(CronTrigger) - 类的构造器 org.springframework.boot.actuate.quartz.QuartzEndpoint.CronTriggerDescriptor
 
CSP_API_TOKEN - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.TokenType
CSP API token.
CSP_CLIENT_CREDENTIALS - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.TokenType
CSP client credentials.
CSS - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.security.StaticResourceLocation
Resources under "/css".
CUMULATIVE - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties.HistogramType
Cumulative histogram.
CURRENT - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.condition.SearchStrategy
Search only the current context.
CUSTOM - 接口中的静态变量 org.springframework.boot.loader.tools.LibraryScope
Marker for custom scope when custom configuration is used.
CustomHttpComponentsClientHttpRequestFactory(TestRestTemplate.HttpClientOption[], ClientHttpRequestFactorySettings) - 类的构造器 org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
CustomHttpComponentsClientHttpRequestFactory(TestRestTemplate.HttpClientOption[], ClientHttpRequestFactorySettings) - 类的构造器 org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
已过时, 待删除: 此 API 元素将从以后的版本中删除。
customize(ClusterEnvironment.Builder) - 接口中的方法 org.springframework.boot.autoconfigure.couchbase.ClusterEnvironmentBuilderCustomizer
Customize the ClusterEnvironment.Builder.
customize(ProgrammaticDriverConfigLoaderBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.cassandra.DriverConfigLoaderBuilderCustomizer
Customize the DriverConfigLoader builder.
customize(CqlSessionBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.cassandra.CqlSessionBuilderCustomizer
Customize the CqlSessionBuilder.
customize(GsonBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.gson.GsonBuilderCustomizer
Customize the GsonBuilder.
customize(Config) - 接口中的方法 org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigCustomizer
Customize the configuration.
customize(MongoClientSettings.Builder) - 接口中的方法 org.springframework.boot.autoconfigure.mongo.MongoClientSettingsBuilderCustomizer
Customize the MongoClientSettings.Builder.
customize(MongoClientSettings.Builder) - 类中的方法 org.springframework.boot.autoconfigure.mongo.StandardMongoClientSettingsBuilderCustomizer
 
customize(ConnectionFactory) - 接口中的方法 org.springframework.boot.autoconfigure.amqp.ConnectionFactoryCustomizer
Customize the ConnectionFactory.
customize(EnvironmentBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.amqp.EnvironmentBuilderCustomizer
Customize the EnvironmentBuilder.
customize(ClientOptions.Builder) - 接口中的方法 org.springframework.boot.autoconfigure.data.redis.LettuceClientOptionsBuilderCustomizer
Customize the ClientOptions.Builder.
customize(ClientResources.Builder) - 接口中的方法 org.springframework.boot.autoconfigure.data.redis.ClientResourcesBuilderCustomizer
Customize the ClientResources.Builder.
customize(SdkLoggerProviderBuilder) - 接口中的方法 org.springframework.boot.actuate.autoconfigure.logging.SdkLoggerProviderBuilderCustomizer
Customize the given builder.
customize(SdkTracerProviderBuilder) - 接口中的方法 org.springframework.boot.actuate.autoconfigure.tracing.SdkTracerProviderBuilderCustomizer
Customize the given builder.
customize(ProxyConnectionFactory.Builder) - 接口中的方法 org.springframework.boot.autoconfigure.r2dbc.ProxyConnectionFactoryCustomizer
Callback to customize a ProxyConnectionFactory.Builder instance.
customize(ConnectionFactoryOptions.Builder) - 接口中的方法 org.springframework.boot.autoconfigure.r2dbc.ConnectionFactoryOptionsBuilderCustomizer
Customize the ConnectionFactoryOptions.Builder.
customize(RSocketServer) - 接口中的方法 org.springframework.boot.rsocket.server.RSocketServerCustomizer
Callback to customize a RSocketServer instance.
customize(DeploymentInfo) - 接口中的方法 org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
Customize the deployment info.
customize(Undertow.Builder) - 接口中的方法 org.springframework.boot.web.embedded.undertow.UndertowBuilderCustomizer
Customize the builder.
customize(Configuration<?>) - 接口中的方法 org.springframework.boot.autoconfigure.validation.ValidationConfigurationCustomizer
Customize the given configuration.
customize(HttpClient.Builder) - 接口中的方法 org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinHttpClientBuilderCustomizer
Customize the http client builder.
customize(Map<String, Object>) - 接口中的方法 org.springframework.boot.autoconfigure.orm.jpa.HibernatePropertiesCustomizer
Customize the specified JPA vendor properties.
customize(Properties) - 接口中的方法 org.springframework.boot.autoconfigure.cache.JCachePropertiesCustomizer
Customize the properties.
customize(CacheManager) - 接口中的方法 org.springframework.boot.autoconfigure.cache.JCacheManagerCustomizer
Customize the cache manager.
customize(ActiveMQConnectionFactory) - 接口中的方法 org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionFactoryCustomizer
Customize the ActiveMQConnectionFactory.
customize(Configuration) - 接口中的方法 org.springframework.boot.autoconfigure.jms.artemis.ArtemisConfigurationCustomizer
Customize the configuration.
customize(Connector) - 接口中的方法 org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer
Customize the connector.
customize(Context) - 接口中的方法 org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
Customize the context.
customize(RequestConfig.Builder) - 接口中的方法 org.springframework.boot.autoconfigure.elasticsearch.RestClientBuilderCustomizer
Customize the RequestConfig.Builder.
customize(HttpAsyncClientBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.elasticsearch.RestClientBuilderCustomizer
Customize the HttpAsyncClientBuilder.
customize(Cache2kBuilder<?, ?>) - 接口中的方法 org.springframework.boot.autoconfigure.cache.Cache2kBuilderCustomizer
Customize the default cache settings.
customize(Server) - 接口中的方法 org.springframework.boot.web.embedded.jetty.JettyServerCustomizer
Customize the server.
customize(RestClientBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.elasticsearch.RestClientBuilderCustomizer
Customize the RestClientBuilder.
customize(FluentConfiguration) - 接口中的方法 org.springframework.boot.autoconfigure.flyway.FlywayConfigurationCustomizer
Customize the flyway configuration.
customize(ResourceConfig) - 接口中的方法 org.springframework.boot.actuate.autoconfigure.web.jersey.ManagementContextResourceConfigCustomizer
Customize the resource config.
customize(ResourceConfig) - 接口中的方法 org.springframework.boot.autoconfigure.jersey.ResourceConfigCustomizer
Customize the resource config.
customize(DefaultConfiguration) - 接口中的方法 org.springframework.boot.autoconfigure.jooq.DefaultConfigurationCustomizer
Customize the jOOQ Configuration.
customize(Config.ConfigBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.neo4j.ConfigBuilderCustomizer
Customize the Config.ConfigBuilder.
customize(RabbitTemplate) - 接口中的方法 org.springframework.boot.autoconfigure.amqp.RabbitTemplateCustomizer
Callback to customize a RabbitTemplate instance.
customize(RabbitRetryTemplateCustomizer.Target, RetryTemplate) - 接口中的方法 org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer
Callback to customize a RetryTemplate instance used in the context of the specified RabbitRetryTemplateCustomizer.Target.
customize(JsonWriter.Members<T>) - 接口中的方法 org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer
Customize the given JsonWriter.Members instance.
customize(EntityManagerFactoryBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilderCustomizer
Customize the given builder.
customize(RestTemplateBuilder) - 接口中的方法 org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinRestTemplateBuilderCustomizer
已过时。
Customize the rest template builder.
customize(ConfigurableJettyWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.web.embedded.JettyVirtualThreadsWebServerFactoryCustomizer
 
customize(ConfigurableJettyWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
 
customize(JettyReactiveWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.websocket.reactive.JettyWebSocketReactiveWebServerCustomizer
 
customize(JettyServletWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
 
customize(NettyReactiveWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.web.embedded.NettyWebServerFactoryCustomizer
 
customize(ConfigurableTomcatWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.web.embedded.TomcatVirtualThreadsWebServerFactoryCustomizer
 
customize(ConfigurableTomcatWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
 
customize(TomcatReactiveWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.TomcatReactiveWebServerFactoryCustomizer
 
customize(TomcatReactiveWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
 
customize(TomcatServletWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
 
customize(TomcatServletWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
 
customize(ConfigurableUndertowWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
 
customize(UndertowServletWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.UndertowServletWebServerFactoryCustomizer
 
customize(UndertowServletWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
 
customize(ConfigurableReactiveWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
 
customize(ConfigurableServletWebServerFactory) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
 
customize(ConfigurableConversionService) - 接口中的方法 org.springframework.boot.autoconfigure.batch.BatchConversionServiceCustomizer
customize(SimpleAsyncTaskExecutor) - 接口中的方法 org.springframework.boot.task.SimpleAsyncTaskExecutorCustomizer
Callback to customize a SimpleAsyncTaskExecutor instance.
customize(CouchbaseCacheManager.CouchbaseCacheManagerBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.cache.CouchbaseCacheManagerBuilderCustomizer
Customize the CouchbaseCacheManager.CouchbaseCacheManagerBuilder.
customize(RedisCacheManager.RedisCacheManagerBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.cache.RedisCacheManagerBuilderCustomizer
Customize the RedisCacheManager.RedisCacheManagerBuilder.
customize(JedisClientConfiguration.JedisClientConfigurationBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.data.redis.JedisClientConfigurationBuilderCustomizer
Customize the JedisClientConfiguration.JedisClientConfigurationBuilder.
customize(LettuceClientConfiguration.LettuceClientConfigurationBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.data.redis.LettuceClientConfigurationBuilderCustomizer
Customize the LettuceClientConfiguration.LettuceClientConfigurationBuilder.
customize(GraphQlSource.SchemaResourceBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlSourceBuilderCustomizer
Customize the Builder instance.
customize(CodecConfigurer) - 接口中的方法 org.springframework.boot.web.codec.CodecCustomizer
Callback to customize a CodecConfigurer instance.
customize(Jackson2ObjectMapperBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer
Customize the JacksonObjectMapperBuilder.
customize(ResourceDatabasePopulator) - 类中的方法 org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
 
customize(ResourceDatabasePopulator) - 类中的方法 org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
customize(StreamsBuilderFactoryBean) - 接口中的方法 org.springframework.boot.autoconfigure.kafka.StreamsBuilderFactoryBeanCustomizer
Customize the StreamsBuilderFactoryBean.
customize(DefaultKafkaConsumerFactory<?, ?>) - 接口中的方法 org.springframework.boot.autoconfigure.kafka.DefaultKafkaConsumerFactoryCustomizer
Customize the DefaultKafkaConsumerFactory.
customize(DefaultKafkaProducerFactory<?, ?>) - 接口中的方法 org.springframework.boot.autoconfigure.kafka.DefaultKafkaProducerFactoryCustomizer
Customize the DefaultKafkaProducerFactory.
customize(RSocketMessageHandler) - 接口中的方法 org.springframework.boot.autoconfigure.rsocket.RSocketMessageHandlerCustomizer
Customize the RSocketMessageHandler.
customize(RSocketStrategies.Builder) - 接口中的方法 org.springframework.boot.rsocket.messaging.RSocketStrategiesCustomizer
Callback to customize a RSocketStrategies.builder() instance.
customize(MockMvcRestDocumentationConfigurer) - 接口中的方法 org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcConfigurationCustomizer
Customize the given configurer.
customize(RestAssuredRestDocumentationConfigurer) - 接口中的方法 org.springframework.boot.test.autoconfigure.restdocs.RestDocsRestAssuredConfigurationCustomizer
Customize the given configurer.
customize(WebTestClientRestDocumentationConfigurer) - 接口中的方法 org.springframework.boot.test.autoconfigure.restdocs.RestDocsWebTestClientConfigurationCustomizer
Customize the given configurer.
customize(SimpleAsyncTaskScheduler) - 接口中的方法 org.springframework.boot.task.SimpleAsyncTaskSchedulerCustomizer
Callback to customize a SimpleAsyncTaskScheduler instance.
customize(ThreadPoolTaskExecutor) - 接口中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorCustomizer
Callback to customize a ThreadPoolTaskExecutor instance.
customize(ThreadPoolTaskScheduler) - 接口中的方法 org.springframework.boot.task.ThreadPoolTaskSchedulerCustomizer
Callback to customize a ThreadPoolTaskScheduler instance.
customize(SchedulerFactoryBean) - 接口中的方法 org.springframework.boot.autoconfigure.quartz.SchedulerFactoryBeanCustomizer
Customize the SchedulerFactoryBean.
customize(NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.JwkSetUriJwtDecoderBuilderCustomizer
Customize the given builder.
customize(NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.security.oauth2.resource.reactive.JwkSetUriReactiveJwtDecoderBuilderCustomizer
Customize the given builder.
customize(DefaultCookieSerializer) - 接口中的方法 org.springframework.boot.autoconfigure.session.DefaultCookieSerializerCustomizer
Customize the cookie serializer.
customize(WebTestClient.Builder) - 类中的方法 org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
 
customize(WebTestClient.Builder) - 接口中的方法 org.springframework.boot.test.web.reactive.server.WebTestClientBuilderCustomizer
Customize the given builder.
customize(ConfigurableMockMvcBuilder<?>) - 类中的方法 org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer
 
customize(ConfigurableMockMvcBuilder<?>) - 接口中的方法 org.springframework.boot.test.autoconfigure.web.servlet.MockMvcBuilderCustomizer
Customize the given builder.
customize(ConfigurableMockMvcBuilder<?>) - 类中的方法 org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
customize(AbstractPlatformTransactionManager) - 类中的方法 org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
customize(TransactionManager) - 类中的方法 org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
Customize the given transactionManager.
customize(RestClient.Builder) - 类中的方法 org.springframework.boot.actuate.metrics.web.client.ObservationRestClientCustomizer
 
customize(RestClient.Builder) - 类中的方法 org.springframework.boot.autoconfigure.web.client.HttpMessageConvertersRestClientCustomizer
 
customize(RestClient.Builder) - 类中的方法 org.springframework.boot.test.web.client.MockServerRestClientCustomizer
 
customize(RestClient.Builder) - 接口中的方法 org.springframework.boot.web.client.RestClientCustomizer
Callback to customize a RestClient.Builder instance.
customize(RestTemplate) - 类中的方法 org.springframework.boot.actuate.metrics.web.client.ObservationRestTemplateCustomizer
 
customize(RestTemplate) - 类中的方法 org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
customize(RestTemplate) - 接口中的方法 org.springframework.boot.web.client.RestTemplateCustomizer
Callback to customize a RestTemplate instance.
customize(ResourceHandlerRegistration) - 接口中的方法 org.springframework.boot.autoconfigure.web.reactive.ResourceHandlerRegistrationCustomizer
Customize the given ResourceHandlerRegistration.
customize(WebClient.Builder) - 接口中的方法 org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinWebClientBuilderCustomizer
已过时。
Customize the web client builder.
customize(WebClient.Builder) - 类中的方法 org.springframework.boot.actuate.metrics.web.reactive.client.ObservationWebClientCustomizer
 
customize(WebClient.Builder) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer
 
customize(WebClient.Builder) - 接口中的方法 org.springframework.boot.web.reactive.function.client.WebClientCustomizer
Callback to customize a WebClient.Builder instance.
customize(WebHttpHandlerBuilder) - 接口中的方法 org.springframework.boot.autoconfigure.web.reactive.WebHttpHandlerBuilderCustomizer
Callback to customize a WebHttpHandlerBuilder instance.
customize(WebServiceTemplate) - 接口中的方法 org.springframework.boot.webservices.client.WebServiceTemplateCustomizer
Callback to customize a WebServiceTemplate instance.
customize(T) - 接口中的方法 org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer
Customize the given registry.
customize(T) - 接口中的方法 org.springframework.boot.actuate.autoconfigure.observation.ObservationRegistryCustomizer
Customize the given registry.
customize(T) - 类中的方法 org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
 
customize(T) - 接口中的方法 org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer
Customize the cache manager.
customize(T) - 类中的方法 org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
Customize the specified CacheManager.
customize(T) - 接口中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarContainerFactoryCustomizer
Customize the container factory.
customize(T) - 接口中的方法 org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizer
Customize the given transaction manager.
customize(T) - 接口中的方法 org.springframework.boot.web.client.RestTemplateRequestCustomizer
Customize the specified ClientHttpRequest.
customize(T) - 接口中的方法 org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer
Customize the protocol handler.
customize(T) - 接口中的方法 org.springframework.boot.web.server.WebServerFactoryCustomizer
Customize the specified WebServerFactory.
customize(T, ManagementServerProperties, ServerProperties) - 类中的方法 org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
 
customizeConnector(Connector) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
customizeConnector(Connector) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
customizeFreeMarkerVariables(Map<String, Object>) - 接口中的方法 org.springframework.boot.autoconfigure.freemarker.FreeMarkerVariablesCustomizer
Customize the variables to be set as well-known FreeMarker objects.
customizers(Iterable<? extends SimpleAsyncTaskExecutorCustomizer>) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
Set the customizers that should be applied to the SimpleAsyncTaskExecutor.
customizers(Iterable<? extends SimpleAsyncTaskSchedulerCustomizer>) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
Set the customizers that should be applied to the SimpleAsyncTaskScheduler.
customizers(Iterable<? extends ThreadPoolTaskExecutorCustomizer>) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
Set the ThreadPoolTaskExecutorCustomizers that should be applied to the ThreadPoolTaskExecutor.
customizers(Iterable<? extends ThreadPoolTaskSchedulerCustomizer>) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
Set the threadPoolTaskSchedulerCustomizers that should be applied to the ThreadPoolTaskScheduler.
customizers(Collection<? extends RestTemplateCustomizer>) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.
customizers(Collection<? extends WebServiceTemplateCustomizer>) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set WebServiceTemplateCustomizers that should be applied to the WebServiceTemplate.
customizers(SimpleAsyncTaskExecutorCustomizer...) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
Set the customizers that should be applied to the SimpleAsyncTaskExecutor.
customizers(SimpleAsyncTaskSchedulerCustomizer...) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
Set the customizers that should be applied to the SimpleAsyncTaskScheduler.
customizers(ThreadPoolTaskExecutorCustomizer...) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
Set the ThreadPoolTaskExecutorCustomizers that should be applied to the ThreadPoolTaskExecutor.
customizers(ThreadPoolTaskSchedulerCustomizer...) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
Set the threadPoolTaskSchedulerCustomizers that should be applied to the ThreadPoolTaskScheduler.
customizers(RestTemplateCustomizer...) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.
customizers(WebServiceTemplateCustomizer...) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set WebServiceTemplateCustomizers that should be applied to the WebServiceTemplate.
customizeVendorProperties(Map<String, Object>) - 类中的方法 org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Customize vendor properties before they are used.
CustomLayers - org.springframework.boot.loader.tools.layer中的类
Custom Layers implementation where layer content is selected by the user.
CustomLayers(List<Layer>, List<ContentSelector<String>>, List<ContentSelector<Library>>) - 类的构造器 org.springframework.boot.loader.tools.layer.CustomLayers
 
CustomLoaderLayout - org.springframework.boot.loader.tools中的接口
Additional interface that can be implemented by Layouts that write their own loader classes.
CustomTriggerDescriptor(Trigger) - 类的构造器 org.springframework.boot.actuate.quartz.QuartzEndpoint.CustomTriggerDescriptor
 
CYAN - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiBackground
 
CYAN - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiColor
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
常量字段值|所有程序包|所有类和接口|序列化表格