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

A

AbstractDependsOnBeanFactoryPostProcessor - org.springframework.boot.autoconfigure中的类
Abstract base class for a BeanFactoryPostProcessor that can be used to dynamically declare that all beans of a specific type should depend on one or more specific beans.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, String...) - 类 的构造器org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
 
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, String...) - 类 的构造器org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
Create an instance with target bean class and dependencies.
AbstractErrorController - org.springframework.boot.autoconfigure.web.servlet.error中的类
Abstract base class for error Controller implementations.
AbstractErrorController(ErrorAttributes) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
AbstractErrorController(ErrorAttributes, List<ErrorViewResolver>) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
AbstractErrorWebExceptionHandler - org.springframework.boot.autoconfigure.web.reactive.error中的类
Abstract base class for ErrorWebExceptionHandler implementations.
AbstractErrorWebExceptionHandler(ErrorAttributes, ResourceProperties, ApplicationContext) - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
 
AbstractNestedCondition - org.springframework.boot.autoconfigure.condition中的类
Abstract base class for nested conditions.
AbstractNestedCondition.MemberMatchOutcomes - org.springframework.boot.autoconfigure.condition中的类
 
AbstractRabbitListenerContainerFactoryConfigurer<T extends org.springframework.amqp.rabbit.config.AbstractRabbitListenerContainerFactory<?>> - org.springframework.boot.autoconfigure.amqp中的类
Configure RabbitListenerContainerFactory with sensible defaults.
AbstractRabbitListenerContainerFactoryConfigurer() - 类 的构造器org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
 
AbstractRepositoryConfigurationSourceSupport - org.springframework.boot.autoconfigure.data中的类
Base ImportBeanDefinitionRegistrar used to auto-configure Spring Data Repositories.
AbstractRepositoryConfigurationSourceSupport() - 类 的构造器org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
AbstractTemplateViewResolverProperties - org.springframework.boot.autoconfigure.template中的类
Base class for ConfigurationProperties of a AbstractTemplateViewResolver.
AbstractTemplateViewResolverProperties(String, String) - 类 的构造器org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
AbstractViewResolverProperties - org.springframework.boot.autoconfigure.template中的类
Base class for ConfigurationProperties of a ViewResolver.
AbstractViewResolverProperties() - 类 的构造器org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
ACCEPT_HEADER - org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.LocaleResolver
Use the "Accept-Language" header or the configured locale if the header is not set.
acceptsTextHtml() - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Predicate that checks whether the current request explicitly support "text/html" media type.
Accesslog() - 类 的构造器org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
Accesslog() - 类 的构造器org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
Accesslog() - 类 的构造器org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
ActiveMQAutoConfiguration - org.springframework.boot.autoconfigure.jms.activemq中的类
Auto-configuration to integrate with an ActiveMQ broker.
ActiveMQAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration
 
ActiveMQConnectionFactoryCustomizer - org.springframework.boot.autoconfigure.jms.activemq中的接口
Callback interface that can be implemented by beans wishing to customize the ActiveMQConnectionFactory whilst retaining default auto-configuration.
ActiveMQProperties - org.springframework.boot.autoconfigure.jms.activemq中的类
Configuration properties for ActiveMQ.
ActiveMQProperties() - 类 的构造器org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
ActiveMQProperties.Packages - org.springframework.boot.autoconfigure.jms.activemq中的类
 
add(Condition, ConditionOutcome) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
addFormatters(FormatterRegistry) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
addFormatters(FormatterRegistry) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
addInterceptors(InterceptorRegistry) - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration.Neo4jWebConfiguration.Neo4jWebMvcConfiguration
 
addInterceptors(InterceptorRegistry) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
 
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
addUrlMappings(String...) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
 
Admin() - 类 的构造器org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
afterPropertiesSet() - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
 
ALL - org.springframework.boot.autoconfigure.condition.SearchStrategy
Search the entire hierarchy.
AllNestedConditions - org.springframework.boot.autoconfigure.condition中的类
Condition that will match when all nested class conditions match.
AllNestedConditions(ConfigurationCondition.ConfigurationPhase) - 类 的构造器org.springframework.boot.autoconfigure.condition.AllNestedConditions
 
ALWAYS - org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Always add stacktrace information.
amqpAdmin(ConnectionFactory) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
AmqpContainer() - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
ANCESTORS - org.springframework.boot.autoconfigure.condition.SearchStrategy
Search all ancestors, but not the current context.
andCondition(Class<? extends Annotation>, Object...) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage
Return a new builder to construct a new ConditionMessage based on the instance and a new condition outcome.
andCondition(String, Object...) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage
Return a new builder to construct a new ConditionMessage based on the instance and a new condition outcome.
annotation() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnBean
The annotation type decorating a bean that should be checked.
annotation() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The annotation type decorating a bean that should be checked.
AnnotationConfig(ApplicationContext) - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration.AnnotationConfig
 
ANY - org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
Any web application will match.
anyMatches(ConditionContext, AnnotatedTypeMetadata, Condition...) - 类 中的方法org.springframework.boot.autoconfigure.condition.SpringBootCondition
Return true if any of the specified conditions match.
AnyNestedCondition - org.springframework.boot.autoconfigure.condition中的类
Condition that will match when any nested class condition matches.
AnyNestedCondition(ConfigurationCondition.ConfigurationPhase) - 类 的构造器org.springframework.boot.autoconfigure.condition.AnyNestedCondition
 
AopAutoConfiguration - org.springframework.boot.autoconfigure.aop中的类
Auto-configuration for Spring's AOP support.
AopAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.aop.AopAutoConfiguration
 
AopAutoConfiguration.CglibAutoProxyConfiguration - org.springframework.boot.autoconfigure.aop中的类
 
AopAutoConfiguration.JdkDynamicAutoProxyConfiguration - org.springframework.boot.autoconfigure.aop中的类
 
append(String) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage
Return a new ConditionMessage based on the instance and an appended message.
APPLICATION_TASK_EXECUTOR_BEAN_NAME - 类 中的静态变量org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
Bean name of the application TaskExecutor.
applicationTaskExecutor(TaskExecutorBuilder) - 类 中的方法org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
 
applyTo(Collection<?>) - 枚举 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 
applyTo(RepositoryRestConfiguration) - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
applyToItem(Object) - 枚举 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 
applyToMvcViewResolver(Object) - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
Apply the given properties to a AbstractTemplateViewResolver.
ArtemisAutoConfiguration - org.springframework.boot.autoconfigure.jms.artemis中的类
Auto-configuration to integrate with an Artemis broker.
ArtemisAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.jms.artemis.ArtemisAutoConfiguration
 
ArtemisConfigurationCustomizer - org.springframework.boot.autoconfigure.jms.artemis中的接口
Callback interface that can be implemented by beans wishing to customize the Artemis JMS server Configuration before it is used by an auto-configured EmbeddedJMS instance.
ArtemisMode - org.springframework.boot.autoconfigure.jms.artemis中的枚举
Define the mode in which Artemis can operate.
ArtemisNoOpBindingRegistry - org.springframework.boot.autoconfigure.jms.artemis中的类
A no-op implementation of the BindingRegistry.
ArtemisNoOpBindingRegistry() - 类 的构造器org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
ArtemisProperties - org.springframework.boot.autoconfigure.jms.artemis中的类
Configuration properties for Artemis.
ArtemisProperties() - 类 的构造器org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
ArtemisProperties.Embedded - org.springframework.boot.autoconfigure.jms.artemis中的类
Configuration for an embedded Artemis server.
asList(AnnotationAttributes, String) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
Async() - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
 
at(Set<StaticResourceLocation>) - 类 中的方法org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
Returns a matcher that includes the specified Locations.
at(Set<StaticResourceLocation>) - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
Returns a matcher that includes the specified Locations.
at(StaticResourceLocation, StaticResourceLocation...) - 类 中的方法org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
Returns a matcher that includes the specified Locations.
at(StaticResourceLocation, StaticResourceLocation...) - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
Returns a matcher that includes the specified Locations.
atAll() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Used when no items are available.
atCommonLocations() - 类 中的方法org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
Returns a matcher that includes all commonly used Locations.
atCommonLocations() - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
Returns a matcher that includes all commonly used Locations.
authenticationEventPublisher(ApplicationEventPublisher) - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
 
authorizedClientRepository(ReactiveOAuth2AuthorizedClientService) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
 
authorizedClientService(ReactiveClientRegistrationRepository) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
 
AUTO - org.springframework.boot.autoconfigure.data.RepositoryType
Enables all repository types automatically based on their availability.
AUTO - org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
Messages sent or received from the session are automatically acknowledged.
AutoConfigurationExcludeFilter - org.springframework.boot.autoconfigure中的类
A TypeFilter implementation that matches registered auto-configuration classes.
AutoConfigurationExcludeFilter() - 类 的构造器org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
 
AutoConfigurationImportEvent - org.springframework.boot.autoconfigure中的类
Event fired when auto-configuration classes are imported.
AutoConfigurationImportEvent(Object, List<String>, Set<String>) - 类 的构造器org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
 
AutoConfigurationImportFilter - org.springframework.boot.autoconfigure中的接口
Filter that can be registered in spring.factories to limit the auto-configuration classes considered.
AutoConfigurationImportListener - org.springframework.boot.autoconfigure中的接口
Listener that can be registered with spring.factories to receive details of imported auto-configurations.
AutoConfigurationImportSelector - org.springframework.boot.autoconfigure中的类
DeferredImportSelector to handle auto-configuration.
AutoConfigurationImportSelector() - 类 的构造器org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
AutoConfigurationImportSelector.AutoConfigurationEntry - org.springframework.boot.autoconfigure中的类
 
AutoConfigurationMetadata - org.springframework.boot.autoconfigure中的接口
Provides access to meta-data written by the auto-configure annotation processor.
AutoConfigurationPackage - org.springframework.boot.autoconfigure中的注释类型
Indicates that the package containing the annotated class should be registered with AutoConfigurationPackages.
AutoConfigurationPackages - org.springframework.boot.autoconfigure中的类
Class for storing auto-configuration packages for reference later (e.g. by JPA entity scanner).
AutoConfigurationPackages() - 类 的构造器org.springframework.boot.autoconfigure.AutoConfigurationPackages
 
AutoConfigurations - org.springframework.boot.autoconfigure中的类
Configurations representing auto-configuration @Configuration classes.
AutoConfigurations(Collection<Class<?>>) - 类 的构造器org.springframework.boot.autoconfigure.AutoConfigurations
 
AutoConfigureAfter - org.springframework.boot.autoconfigure中的注释类型
Hint for that an auto-configuration should be applied after other specified auto-configuration classes.
AutoConfigureBefore - org.springframework.boot.autoconfigure中的注释类型
Hint for that an auto-configuration should be applied before other specified auto-configuration classes.
AutoConfigureOrder - org.springframework.boot.autoconfigure中的注释类型
Auto-configuration specific variant of Spring Framework's Order annotation.
available(String) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates something is available.

B

BackgroundPreinitializer - org.springframework.boot.autoconfigure中的类
ApplicationListener to trigger early initialization in a background thread of time consuming tasks.
BackgroundPreinitializer() - 类 的构造器org.springframework.boot.autoconfigure.BackgroundPreinitializer
 
basePackageClasses() - 注释类型 中的方法org.springframework.boot.autoconfigure.domain.EntityScan
Type-safe alternative to EntityScan.basePackages() for specifying the packages to scan for entities.
basePackages() - 注释类型 中的方法org.springframework.boot.autoconfigure.domain.EntityScan
Base packages to scan for entities.
BASIC_AUTH_ORDER - 类 中的静态变量org.springframework.boot.autoconfigure.security.SecurityProperties
Order applied to the WebSecurityConfigurerAdapter that is used to configure basic authentication for application endpoints.
BasicBatchConfigurer - org.springframework.boot.autoconfigure.batch中的类
Basic BatchConfigurer implementation.
BasicBatchConfigurer(BatchProperties, DataSource, TransactionManagerCustomizers) - 类 的构造器org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
Create a new BasicBatchConfigurer instance.
basicErrorController(ErrorAttributes) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 
BasicErrorController - org.springframework.boot.autoconfigure.web.servlet.error中的类
Basic global error Controller, rendering ErrorAttributes.
BasicErrorController(ErrorAttributes, ErrorProperties) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Create a new BasicErrorController instance.
BasicErrorController(ErrorAttributes, ErrorProperties, List<ErrorViewResolver>) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Create a new BasicErrorController instance.
BATCH - org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
Invokes the endpoint with a batch of ConsumerRecords.
BatchAutoConfiguration - org.springframework.boot.autoconfigure.batch中的类
Auto-configuration for Spring Batch.
BatchAutoConfiguration(BatchProperties, ObjectProvider<JobParametersConverter>) - 类 的构造器org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
batchDataSourceInitializer(DataSource, ResourceLoader) - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
BatchDataSourceInitializer - org.springframework.boot.autoconfigure.batch中的类
Initialize the Spring Batch schema (ignoring errors, so should be idempotent).
BatchDataSourceInitializer(DataSource, ResourceLoader, BatchProperties) - 类 的构造器org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
 
BatchProperties - org.springframework.boot.autoconfigure.batch中的类
Configuration properties for Spring Batch.
BatchProperties() - 类 的构造器org.springframework.boot.autoconfigure.batch.BatchProperties
 
BatchProperties.Job - org.springframework.boot.autoconfigure.batch中的类
 
beanNameViewResolver() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
beanNameViewResolver() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
BeanPostProcessorsRegistrar() - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
BeanPostProcessorsRegistrar() - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
because(String) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates the reason.
begin(TransactionContext) - 类 中的方法org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 
bind(String, Object) - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
Bucket() - 类 的构造器org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
Build() - 类 的构造器org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
buildAdminProperties() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
Create an initial map of admin properties from the state of this instance.
buildConsumerProperties() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
Create an initial map of consumer properties from the state of this instance.
buildProducerProperties() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
Create an initial map of producer properties from the state of this instance.
buildProperties() - 类 中的方法org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
buildProperties() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
buildProperties() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
buildProperties() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
buildProperties() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
buildProperties() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
buildStreamsProperties() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
Create an initial map of streams properties from the state of this instance.

C

Cache() - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
Cache() - 类 的构造器org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
Cache() - 类 的构造器org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
 
CacheAutoConfiguration - org.springframework.boot.autoconfigure.cache中的类
Auto-configuration for the cache abstraction.
CacheAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration - org.springframework.boot.autoconfigure.cache中的类
 
cacheAutoConfigurationValidator(CacheProperties, ObjectProvider<CacheManager>) - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
Cachecontrol() - 类 的构造器org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
cacheManager() - 类 中的方法org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
 
cacheManager(EmbeddedCacheManager) - 类 中的方法org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
CacheManagerCustomizer<T extends org.springframework.cache.CacheManager> - 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
 
CacheManagerJpaDependencyConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration
 
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.EhCache - org.springframework.boot.autoconfigure.cache中的类
EhCache 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.
CacheType - org.springframework.boot.autoconfigure.cache中的枚举
Supported cache types (defined in order of precedence).
Caffeine() - 类 的构造器org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
CAFFEINE - org.springframework.boot.autoconfigure.cache.CacheType
Caffeine backed caching.
CassandraAutoConfiguration - org.springframework.boot.autoconfigure.cassandra中的类
Auto-configuration for Cassandra.
CassandraAutoConfiguration(CassandraProperties, ObjectProvider<ClusterBuilderCustomizer>) - 类 的构造器org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
cassandraCluster() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
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(BeanFactory, CassandraProperties, Cluster, Environment) - 类 的构造器org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraMapping(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.Pool - org.springframework.boot.autoconfigure.cassandra中的类
Pool properties.
CassandraReactiveDataAutoConfiguration - org.springframework.boot.autoconfigure.data.cassandra中的类
Auto-configuration for Spring Data's reactive Cassandra support.
CassandraReactiveDataAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 
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(CassandraConverter) - 类 中的方法org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraTemplate(Session, CassandraConverter) - 类 中的方法org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CglibAutoProxyConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.CglibAutoProxyConfiguration
 
CglibAutoProxyConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration
 
Chain() - 类 的构造器org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
Channel() - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
characterEncodingFilter() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
 
checkChangelogExists() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
checkSessionTimeout() - 类 中的方法org.springframework.boot.autoconfigure.session.SessionProperties
 
checkTemplateLocationExists() - 类 中的方法org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
 
checkTemplateLocationExists() - 类 中的方法org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
checkTemplateLocationExists() - 类 中的方法org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
classes() - 注释类型 中的方法org.springframework.boot.autoconfigure.ImportAutoConfiguration
The auto-configuration classes that should be imported.
CLIENT - org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
Messages are acknowledged once the message listener implementation has called Message.acknowledge().
clientConnectorCustomizer(ClientHttpConnector) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
 
ClientHttpConnectorAutoConfiguration - org.springframework.boot.autoconfigure.web.reactive.function.client中的类
Auto-configuration for ClientHttpConnector.
ClientHttpConnectorAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
 
clientRegistrationRepository() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
 
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.jdbc.EmbeddedDataSourceConfiguration
 
close() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
close() - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
close() - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
close() - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
 
CloudServiceConnectorsAutoConfiguration - org.springframework.boot.autoconfigure.cloud中的类
Auto-configuration for Spring Cloud Service Connectors.
CloudServiceConnectorsAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.cloud.CloudServiceConnectorsAutoConfiguration
 
Cluster() - 类 的构造器org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
ClusterBuilderCustomizer - org.springframework.boot.autoconfigure.cassandra中的接口
Callback interface that can be implemented by beans wishing to customize the Cluster via a Cluster.Builder whilst retaining default auto-configuration.
CodecsAutoConfiguration - org.springframework.boot.autoconfigure.http.codec中的类
Auto-configuration for Encoders and Decoders.
CodecsAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration
 
commit(TransactionContext) - 类 中的方法org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 
ConcurrentKafkaListenerContainerFactoryConfigurer - org.springframework.boot.autoconfigure.kafka中的类
Configure ConcurrentKafkaListenerContainerFactory with sensible defaults.
ConcurrentKafkaListenerContainerFactoryConfigurer() - 类 的构造器org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
 
ConditionalOnBean - org.springframework.boot.autoconfigure.condition中的注释类型
Conditional that only matches when beans meeting all the specified requirements are already contained in the BeanFactory.
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.
ConditionalOnEnabledResourceChain - org.springframework.boot.autoconfigure.web中的注释类型
Conditional that checks whether or not the Spring resource handling chain is enabled.
ConditionalOnExpression - org.springframework.boot.autoconfigure.condition中的注释类型
Configuration annotation for a conditional element that depends on the value of a SpEL expression.
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.
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.
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.
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中的类
ApplicationContextInitializer that writes the ConditionEvaluationReport to the log.
ConditionEvaluationReportLoggingListener() - 类 的构造器org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 
ConditionEvaluationReportLoggingListener(LogLevel) - 类 的构造器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 a 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.
configuration(Neo4jProperties) - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
ConfigurationPropertiesAutoConfiguration - org.springframework.boot.autoconfigure.context中的类
Auto-configuration for ConfigurationProperties beans.
ConfigurationPropertiesAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
 
configure(DirectRabbitListenerContainerFactory, ConnectionFactory) - 类 中的方法org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
 
configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - 类 中的方法org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
 
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(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
 
configureArgumentResolvers(ArgumentResolverConfigurer) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
configureAsyncSupport(AsyncSupportConfigurer) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureContentNegotiation(ContentNegotiationConfigurer) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
configureHttpMessageCodecs(ServerCodecConfigurer) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
configureMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configurePathMatch(PathMatchConfigurer) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureViewResolvers(ViewResolverRegistry) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
Connection() - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
connectionFactory() - 类 中的方法org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
 
Consumer() - 类 的构造器org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
Content() - 类 的构造器org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
Contentnegotiation() - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
Couchbase() - 类 的构造器org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
COUCHBASE - org.springframework.boot.autoconfigure.cache.CacheType
Couchbase backed caching.
CouchbaseAutoConfiguration - org.springframework.boot.autoconfigure.couchbase中的类
Auto-configuration for Couchbase.
CouchbaseAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
 
CouchbaseCacheConfiguration - org.springframework.boot.autoconfigure.cache中的类
Couchbase cache configuration.
CouchbaseCacheConfiguration(CacheProperties, CacheManagerCustomizers, Bucket) - 类 的构造器org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
 
couchbaseClient() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
 
couchbaseClient() - 类 中的方法org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseCluster() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
 
couchbaseCluster() - 类 中的方法org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseClusterInfo() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
 
couchbaseClusterInfo() - 类 中的方法org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
CouchbaseConfiguration - org.springframework.boot.autoconfigure.couchbase中的类
Support class to configure Couchbase based on CouchbaseProperties.
CouchbaseConfiguration(CouchbaseProperties) - 类 的构造器org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
 
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
 
couchbaseEnvironment() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
 
couchbaseEnvironment() - 类 中的方法org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
CouchbaseProperties - org.springframework.boot.autoconfigure.couchbase中的类
Configuration properties for Couchbase.
CouchbaseProperties() - 类 的构造器org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
CouchbaseProperties.Bucket - org.springframework.boot.autoconfigure.couchbase中的类
 
CouchbaseProperties.Endpoints - org.springframework.boot.autoconfigure.couchbase中的类
 
CouchbaseProperties.Endpoints.CouchbaseService - org.springframework.boot.autoconfigure.couchbase中的类
 
CouchbaseProperties.Env - 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
 
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
 
CouchbaseService() - 类 的构造器org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
 
createConfiguration() - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
Create a Configuration based on the state of this instance.
createExceptionHandlerExceptionResolver() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createFetcher(Object, String) - 类 中的方法org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
 
createHttpClientConfig() - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
 
createJobExplorer() - 类 中的方法org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createJobLauncher() - 类 中的方法org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createJobRepository() - 类 中的方法org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createJpaVendorAdapter() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
createMongoClient(MongoClientOptions) - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoClientFactory
Creates a MongoClient using the given options.
createMongoClient(MongoClientSettings) - 类 中的方法org.springframework.boot.autoconfigure.mongo.ReactiveMongoClientFactory
Creates a MongoClient using the given settings.
createMultipartConfig() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
Create a new MultipartConfigElement using the properties.
createPooledConnectionFactory(ConnectionFactory) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory
Create a JmsPoolConnectionFactory based on the specified ConnectionFactory.
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
 
createTransactionManager() - 类 中的方法org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createTransactionManager() - 类 中的方法org.springframework.boot.autoconfigure.batch.JpaBatchConfigurer
 
Credential() - 类 的构造器org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
CSS - org.springframework.boot.autoconfigure.security.StaticResourceLocation
Resources under "/css".
CURRENT - org.springframework.boot.autoconfigure.condition.SearchStrategy
Search only the current context.
customize(Cluster.Builder) - 接口 中的方法org.springframework.boot.autoconfigure.cassandra.ClusterBuilderCustomizer
Customize the Cluster.Builder.
customize(GsonBuilder) - 接口 中的方法org.springframework.boot.autoconfigure.gson.GsonBuilderCustomizer
Customize the GsonBuilder.
customize(MongoClientSettings.Builder) - 接口 中的方法org.springframework.boot.autoconfigure.mongo.MongoClientSettingsBuilderCustomizer
Customize the MongoClientSettings.Builder.
customize(HttpClientConfig.Builder) - 接口 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.HttpClientConfigBuilderCustomizer
Customize the HttpClientConfig.Builder.
customize(Map<String, Object>) - 接口 中的方法org.springframework.boot.autoconfigure.orm.jpa.HibernatePropertiesCustomizer
Customize the specified JPA vendor 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(RestClientBuilder) - 接口 中的方法org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientBuilderCustomizer
Customize the RestClientBuilder.
customize(FluentConfiguration) - 接口 中的方法org.springframework.boot.autoconfigure.flyway.FlywayConfigurationCustomizer
Customize the flyway configuration.
customize(ResourceConfig) - 接口 中的方法org.springframework.boot.autoconfigure.jersey.ResourceConfigCustomizer
Customize the resource config.
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(EntityManagerFactoryBuilder) - 接口 中的方法org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilderCustomizer
Customize the given builder.
customize(ConfigurableJettyWebServerFactory) - 类 中的方法org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
 
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.TomcatWebServerFactoryCustomizer
 
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.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
 
customize(ConfigurableReactiveWebServerFactory) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
 
customize(ConfigurableServletWebServerFactory) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
 
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(Jackson2ObjectMapperBuilder) - 接口 中的方法org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer
Customize the JacksonObjectMapperBuilder.
customize(ResourceDatabasePopulator) - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
 
customize(SchedulerFactoryBean) - 接口 中的方法org.springframework.boot.autoconfigure.quartz.SchedulerFactoryBeanCustomizer
Customize the SchedulerFactoryBean.
customize(PlatformTransactionManager) - 类 中的方法org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
 
customize(AbstractPlatformTransactionManager) - 类 中的方法org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
customize(ResourceHandlerRegistration) - 接口 中的方法org.springframework.boot.autoconfigure.web.reactive.ResourceHandlerRegistrationCustomizer
Customize the given ResourceHandlerRegistration.
customize(WebClient.Builder) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer
 
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.transaction.PlatformTransactionManagerCustomizer
Customize the given transaction manager.
customizeVendorProperties(Map<String, Object>) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Customize vendor properties before they are used.

D

DataAttributeDialectConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DataAttributeDialectConfiguration
 
dataSource() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
dataSource() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
dataSource(DataSourceProperties) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
 
DataSourceAutoConfiguration - org.springframework.boot.autoconfigure.jdbc中的类
DataSourceAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
 
DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration - org.springframework.boot.autoconfigure.jdbc中的类
 
DataSourceAutoConfiguration.PooledDataSourceConfiguration - org.springframework.boot.autoconfigure.jdbc中的类
 
DataSourceClosingSpringLiquibase - org.springframework.boot.autoconfigure.liquibase中的类
A custom SpringLiquibase extension that closes the underlying DataSource once the database has been migrated.
DataSourceClosingSpringLiquibase() - 类 的构造器org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
 
dataSourceConnectionProvider(DataSource) - 类 中的方法org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
dataSourceCustomizer(QuartzProperties, DataSource, ObjectProvider<DataSource>, ObjectProvider<PlatformTransactionManager>) - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
 
dataSourceInitializerSchedulerDependencyPostProcessor() - 类 中的静态方法org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
 
DataSourcePoolMetadataProvidersConfiguration - org.springframework.boot.autoconfigure.jdbc.metadata中的类
Register the DataSourcePoolMetadataProvider instances for the supported data sources.
DataSourcePoolMetadataProvidersConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration
 
DataSourceProperties - org.springframework.boot.autoconfigure.jdbc中的类
Base class for configuration of a data source.
DataSourceProperties() - 类 的构造器org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
DataSourceProperties.Xa - org.springframework.boot.autoconfigure.jdbc中的类
XA Specific datasource settings.
DataSourceSchemaCreatedEvent - org.springframework.boot.autoconfigure.jdbc中的类
ApplicationEvent used internally to indicate that the schema of a new DataSource has been created.
DataSourceSchemaCreatedEvent(DataSource) - 类 的构造器org.springframework.boot.autoconfigure.jdbc.DataSourceSchemaCreatedEvent
DataSourceTransactionManagerAutoConfiguration - org.springframework.boot.autoconfigure.jdbc中的类
Auto-configuration for DataSourceTransactionManager.
DataSourceTransactionManagerAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
 
ddlAuto(Supplier<String>) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 
DEFAULT_CHARSET - 类 中的静态变量org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
DEFAULT_DISPATCHER_SERVLET_BEAN_NAME - 类 中的静态变量org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
 
DEFAULT_DISPATCHER_SERVLET_REGISTRATION_BEAN_NAME - 类 中的静态变量org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
 
DEFAULT_FILTER_ORDER - 类 中的静态变量org.springframework.boot.autoconfigure.security.SecurityProperties
Default order of Spring Security's Filter in the servlet container (i.e. amongst other filters registered with the container).
DEFAULT_ORDER - 注释类型 中的静态变量org.springframework.boot.autoconfigure.AutoConfigureOrder
 
DEFAULT_ORDER - 类 中的静态变量org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
The default order for the command line runner.
DEFAULT_PORT - 类 中的静态变量org.springframework.boot.autoconfigure.mongo.MongoProperties
Default port used when the configured port is null.
DEFAULT_PREFIX - 类 中的静态变量org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
DEFAULT_PREFIX - 类 中的静态变量org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_PREFIX - 类 中的静态变量org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
DEFAULT_PREFIX - 类 中的静态变量org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
DEFAULT_PREFIX - 类 中的静态变量org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
 
DEFAULT_REQUEST_CONTEXT_ATTRIBUTE - 类 中的静态变量org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_RESOURCE_LOADER_PATH - 类 中的静态变量org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_SUFFIX - 类 中的静态变量org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
DEFAULT_SUFFIX - 类 中的静态变量org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_SUFFIX - 类 中的静态变量org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
DEFAULT_SUFFIX - 类 中的静态变量org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
DEFAULT_SUFFIX - 类 中的静态变量org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
 
DEFAULT_TEMPLATE_LOADER_PATH - 类 中的静态变量org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
DEFAULT_URI - 类 中的静态变量org.springframework.boot.autoconfigure.mongo.MongoProperties
Default URI used when the configured URI is null.
defaultErrorView() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
DefaultErrorViewResolver - org.springframework.boot.autoconfigure.web.servlet.error中的类
Default ErrorViewResolver implementation that attempts to resolve error views using well known conventions.
DefaultErrorViewResolver(ApplicationContext, ResourceProperties) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
Create a new DefaultErrorViewResolver instance.
DefaultErrorWebExceptionHandler - org.springframework.boot.autoconfigure.web.reactive.error中的类
Basic global WebExceptionHandler, rendering ErrorAttributes.
DefaultErrorWebExceptionHandler(ErrorAttributes, ResourceProperties, ErrorProperties, ApplicationContext) - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Create a new DefaultErrorWebExceptionHandler instance.
DefaultJmsListenerContainerFactoryConfigurer - org.springframework.boot.autoconfigure.jms中的类
Configure DefaultJmsListenerContainerFactory with sensible defaults.
DefaultJmsListenerContainerFactoryConfigurer() - 类 的构造器org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
 
defaultValidator() - 类 中的静态方法org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
 
defaultViewResolver() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
destroy() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
 
destroy() - 类 中的方法org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
determineAddresses() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
Returns the comma-separated addresses or a single address (host:port) created from the configured host and port if no addresses have been set.
determineBootstrapHosts() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
Determine the Couchbase nodes to bootstrap from.
determineDatabase(DataSource) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
Determine the Database to use based on this configuration and the primary DataSource.
determineDatabaseName() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the name to used based on this configuration.
determineDriverClassName() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the driver to use based on this configuration and the environment.
determineHibernateProperties(Map<String, String>, HibernateSettings) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
Determine the configuration properties for the initialization of the main Hibernate EntityManagerFactory based on standard JPA properties and HibernateSettings.
determineHost() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
Returns the host from the first address, or the configured host if no addresses have been set.
determineIsolationLevel() - 类 中的方法org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
Determine the isolation level for create* operation of the JobRepository.
determineIsolationLevel() - 类 中的方法org.springframework.boot.autoconfigure.batch.JpaBatchConfigurer
 
determinePassword() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
If addresses have been set and the first address has a password it is returned.
determinePassword() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the password to use based on this configuration and the environment.
determinePort() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
Returns the port from the first address, or the configured port if no addresses have been set.
determineQosEnabled() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
determineSqlDialect(DataSource) - 类 中的方法org.springframework.boot.autoconfigure.jooq.JooqProperties
Determine the SQLDialect to use based on this configuration and the primary DataSource.
determineUri() - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
determineUrl() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the url to use based on this configuration and the environment.
determineUrls(Environment) - 类 中的方法org.springframework.boot.autoconfigure.ldap.LdapProperties
 
determineUsername() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
If addresses have been set and the first address has a username it is returned.
determineUsername() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the username to use based on this configuration and the environment.
determineVirtualHost() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
If addresses have been set and the first address has a virtual host it is returned.
dialect() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DataAttributeDialectConfiguration
 
didNotFind(String) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were not found.
didNotFind(String, String) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were found.
DIRECT - org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
Container where the listener is invoked directly on the RabbitMQ consumer thread.
DirectContainer() - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
 
directoryServer() - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
DirectRabbitListenerContainerFactoryConfigurer - org.springframework.boot.autoconfigure.amqp中的类
Configure DirectRabbitListenerContainerFactoryConfigurer with sensible defaults.
DirectRabbitListenerContainerFactoryConfigurer() - 类 的构造器org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
 
dispatcherServlet() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
DispatcherServletAutoConfiguration - org.springframework.boot.autoconfigure.web.servlet中的类
Auto-configuration for the Spring DispatcherServlet.
DispatcherServletAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
 
DispatcherServletAutoConfiguration.DispatcherServletConfiguration - org.springframework.boot.autoconfigure.web.servlet中的类
 
DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration - org.springframework.boot.autoconfigure.web.servlet中的类
 
DispatcherServletConfiguration(HttpProperties, WebMvcProperties) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
DispatcherServletPath - org.springframework.boot.autoconfigure.web.servlet中的接口
Interface that can be used by auto-configurations that need path details for the defaultDispatcherServlet.
DispatcherServletPathProvider - org.springframework.boot.autoconfigure.web.servlet中的接口
已过时。
dispatcherServletRegistration(DispatcherServlet) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
 
DispatcherServletRegistrationBean - org.springframework.boot.autoconfigure.web.servlet中的类
ServletRegistrationBean for the auto-configured DispatcherServlet.
DispatcherServletRegistrationBean(DispatcherServlet, String) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
Create a new DispatcherServletRegistrationBean instance for the given servlet and path.
DispatcherServletRegistrationConfiguration(WebMvcProperties, ObjectProvider<MultipartConfigElement>) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
 
dslContext(Configuration) - 类 中的方法org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
DslContextConfiguration(JooqProperties, ConnectionProvider, DataSource, ObjectProvider<TransactionProvider>, ObjectProvider<RecordMapperProvider>, ObjectProvider<RecordUnmapperProvider>, ObjectProvider<Settings>, ObjectProvider<RecordListenerProvider[]>, ExecuteListenerProvider[], ObjectProvider<VisitListenerProvider[]>, ObjectProvider<TransactionListenerProvider[]>, ObjectProvider<ExecutorProvider>) - 类 的构造器org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
DUPS_OK - org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
Similar to auto acknowledgment except that said acknowledgment is lazy.

E

EhCache() - 类 的构造器org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
 
EHCACHE - org.springframework.boot.autoconfigure.cache.CacheType
EhCache backed caching.
ElasticsearchAutoConfiguration - org.springframework.boot.autoconfigure.data.elasticsearch中的类
Auto-configuration for Elasticsearch.
ElasticsearchAutoConfiguration(ElasticsearchProperties) - 类 的构造器org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchAutoConfiguration
 
elasticsearchClient() - 类 中的方法org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchAutoConfiguration
 
elasticsearchConverter(SimpleElasticsearchMappingContext) - 类 中的方法org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 
ElasticsearchDataAutoConfiguration - org.springframework.boot.autoconfigure.data.elasticsearch中的类
Auto-configuration for Spring Data's Elasticsearch support.
ElasticsearchDataAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 
ElasticsearchProperties - org.springframework.boot.autoconfigure.data.elasticsearch中的类
Configuration properties for Elasticsearch.
ElasticsearchProperties() - 类 的构造器org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
ElasticsearchRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.elasticsearch中的类
Auto-configuration for Spring Data's Elasticsearch Repositories.
ElasticsearchRepositoriesAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchRepositoriesAutoConfiguration
 
elasticsearchTemplate(Client, ElasticsearchConverter) - 类 中的方法org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 
Embedded() - 类 的构造器org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties.Embedded
 
Embedded() - 类 的构造器org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
EMBEDDED - org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
Embed (i.e. start) the broker in the application.
EmbeddedDatabaseConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration
 
EmbeddedDataSourceConfiguration - org.springframework.boot.autoconfigure.jdbc中的类
Configuration for embedded data sources.
EmbeddedDataSourceConfiguration(DataSourceProperties) - 类 的构造器org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
EmbeddedLdapAutoConfiguration - org.springframework.boot.autoconfigure.ldap.embedded中的类
Auto-configuration for Embedded LDAP.
EmbeddedLdapAutoConfiguration(EmbeddedLdapProperties, LdapProperties, ConfigurableApplicationContext, Environment) - 类 的构造器org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
EmbeddedLdapProperties - org.springframework.boot.autoconfigure.ldap.embedded中的类
Configuration properties for Embedded LDAP.
EmbeddedLdapProperties() - 类 的构造器org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
EmbeddedLdapProperties.Credential - org.springframework.boot.autoconfigure.ldap.embedded中的类
 
EmbeddedLdapProperties.Validation - org.springframework.boot.autoconfigure.ldap.embedded中的类
 
EmbeddedMongoAutoConfiguration - org.springframework.boot.autoconfigure.mongo.embedded中的类
Auto-configuration for Embedded Mongo.
EmbeddedMongoAutoConfiguration(MongoProperties, EmbeddedMongoProperties, ApplicationContext, IRuntimeConfig) - 类 的构造器org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
 
EmbeddedMongoAutoConfiguration.EmbeddedMongoDependencyConfiguration - org.springframework.boot.autoconfigure.mongo.embedded中的类
Additional configuration to ensure that MongoClient beans depend on the embeddedMongoServer bean.
EmbeddedMongoAutoConfiguration.EmbeddedReactiveMongoDependencyConfiguration - org.springframework.boot.autoconfigure.mongo.embedded中的类
Additional configuration to ensure that MongoClient beans depend on the embeddedMongoServer bean.
embeddedMongoConfiguration() - 类 中的方法org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
 
EmbeddedMongoDependencyConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration.EmbeddedMongoDependencyConfiguration
 
EmbeddedMongoProperties - org.springframework.boot.autoconfigure.mongo.embedded中的类
Configuration properties for Embedded Mongo.
EmbeddedMongoProperties() - 类 的构造器org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
EmbeddedMongoProperties.Storage - org.springframework.boot.autoconfigure.mongo.embedded中的类
 
embeddedMongoServer(IMongodConfig) - 类 中的方法org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
 
EmbeddedReactiveMongoDependencyConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration.EmbeddedReactiveMongoDependencyConfiguration
 
EmbeddedWebServerFactoryCustomizerAutoConfiguration - org.springframework.boot.autoconfigure.web.embedded中的类
Auto-configuration for embedded servlet and reactive web servers customizations.
EmbeddedWebServerFactoryCustomizerAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration
 
EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration - org.springframework.boot.autoconfigure.web.embedded中的类
Nested configuration if Jetty is being used.
EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration - org.springframework.boot.autoconfigure.web.embedded中的类
Nested configuration if Netty is being used.
EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration - org.springframework.boot.autoconfigure.web.embedded中的类
Nested configuration if Tomcat is being used.
EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration - org.springframework.boot.autoconfigure.web.embedded中的类
Nested configuration if Undertow is being used.
empty() - 类 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method to return a new empty ConditionMessage.
EnableAutoConfiguration - org.springframework.boot.autoconfigure中的注释类型
Enable auto-configuration of the Spring Application Context, attempting to guess and configure beans that you are likely to need.
ENABLED_OVERRIDE_PROPERTY - 注释类型 中的静态变量org.springframework.boot.autoconfigure.EnableAutoConfiguration
 
EnableIntegrationManagementConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationManagementConfiguration.EnableIntegrationManagementConfiguration
 
EnableTransactionManagementConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration
 
EnableWebFluxConfiguration(WebFluxProperties, ObjectProvider<WebFluxRegistrations>) - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
EnableWebMvcConfiguration(ObjectProvider<WebMvcProperties>, ObjectProvider<WebMvcRegistrations>, ListableBeanFactory) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
Encoding() - 类 的构造器org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
Endpoints() - 类 的构造器org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
EntityLinksConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration.EntityLinksConfiguration
 
entityManagerFactory(EntityManagerFactoryBuilder) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
entityManagerFactoryBootstrapExecutorCustomizer(ObjectProvider<AsyncTaskExecutor>) - 类 中的方法org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration
 
entityManagerFactoryBuilder(JpaVendorAdapter, ObjectProvider<PersistenceUnitManager>, ObjectProvider<EntityManagerFactoryBuilderCustomizer>) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
EntityManagerFactoryBuilderCustomizer - org.springframework.boot.autoconfigure.orm.jpa中的接口
Callback interface that can be used to customize the auto-configured EntityManagerFactoryBuilder.
EntityManagerFactoryDependsOnPostProcessor - org.springframework.boot.autoconfigure.data.jpa中的类
BeanFactoryPostProcessor that can be used to dynamically declare that all EntityManagerFactory beans should "depend on" one or more specific beans.
EntityManagerFactoryDependsOnPostProcessor(String...) - 类 的构造器org.springframework.boot.autoconfigure.data.jpa.EntityManagerFactoryDependsOnPostProcessor
 
EntityScan - org.springframework.boot.autoconfigure.domain中的注释类型
Configures the base packages used by auto-configuration when scanning for entity classes.
EntityScanner - org.springframework.boot.autoconfigure.domain中的类
An entity scanner that searches the classpath from an @EntityScan specified packages.
EntityScanner(ApplicationContext) - 类 的构造器org.springframework.boot.autoconfigure.domain.EntityScanner
Create a new EntityScanner instance.
EntityScanPackages - org.springframework.boot.autoconfigure.domain中的类
Class for storing @EntityScan specified packages for reference later (e.g. by JPA auto-configuration).
Env() - 类 的构造器org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
EQUAL_OR_NEWER - org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
Equal to, or newer than the specified JavaVersion.
equals(Object) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
equals(Object) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage
 
equals(Object) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
error(HttpServletRequest) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
 
errorAttributes() - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration
 
errorAttributes() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 
errorHtml(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
 
ErrorMvcAutoConfiguration - org.springframework.boot.autoconfigure.web.servlet.error中的类
Auto-configuration to render errors via an MVC error controller.
ErrorMvcAutoConfiguration(ServerProperties, DispatcherServletPath, ObjectProvider<ErrorViewResolver>) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration - org.springframework.boot.autoconfigure.web.servlet.error中的类
 
errorPageCustomizer() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 
ErrorProperties - org.springframework.boot.autoconfigure.web中的类
Configuration properties for web error handling.
ErrorProperties() - 类 的构造器org.springframework.boot.autoconfigure.web.ErrorProperties
 
ErrorProperties.IncludeStacktrace - org.springframework.boot.autoconfigure.web中的枚举
Include Stacktrace attribute options.
ErrorProperties.Whitelabel - org.springframework.boot.autoconfigure.web中的类
 
ErrorViewResolver - org.springframework.boot.autoconfigure.web.servlet.error中的接口
Interface that can be implemented by beans that resolve error views.
errorWebExceptionHandler(ErrorAttributes) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration
 
ErrorWebFluxAutoConfiguration - org.springframework.boot.autoconfigure.web.reactive.error中的类
Auto-configuration to render errors via a WebFlux WebExceptionHandler.
ErrorWebFluxAutoConfiguration(ServerProperties, ResourceProperties, ObjectProvider<ViewResolver>, ServerCodecConfigurer, ApplicationContext) - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration
 
exception(ExecuteContext) - 类 中的方法org.springframework.boot.autoconfigure.jooq.JooqExceptionTranslator
 
exchangeStrategiesCustomizer(List<CodecCustomizer>) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration.WebClientCodecsConfiguration
 
exclude() - 注释类型 中的方法org.springframework.boot.autoconfigure.EnableAutoConfiguration
Exclude specific auto-configuration classes such that they will never be applied.
exclude() - 注释类型 中的方法org.springframework.boot.autoconfigure.ImportAutoConfiguration
Exclude specific auto-configuration classes such that they will never be applied.
exclude() - 注释类型 中的方法org.springframework.boot.autoconfigure.SpringBootApplication
Exclude specific auto-configuration classes such that they will never be applied.
excludeName() - 注释类型 中的方法org.springframework.boot.autoconfigure.EnableAutoConfiguration
Exclude specific auto-configuration class names such that they will never be applied.
excludeName() - 注释类型 中的方法org.springframework.boot.autoconfigure.SpringBootApplication
Exclude specific auto-configuration class names such that they will never be applied.
excluding(Set<StaticResourceLocation>) - 类 中的方法org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
Return a new StaticResourceRequest.StaticResourceServerWebExchange based on this one but excluding the specified locations.
excluding(Set<StaticResourceLocation>) - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
Return a new StaticResourceRequest.StaticResourceRequestMatcher based on this one but excluding the specified locations.
excluding(StaticResourceLocation, StaticResourceLocation...) - 类 中的方法org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
Return a new StaticResourceRequest.StaticResourceServerWebExchange based on this one but excluding the specified locations.
excluding(StaticResourceLocation, StaticResourceLocation...) - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
Return a new StaticResourceRequest.StaticResourceRequestMatcher based on this one but excluding the specified locations.
execute(Job, JobParameters) - 类 中的方法org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
exists(ResourcePatternResolver) - 类 中的方法org.springframework.boot.autoconfigure.template.TemplateLocation
Determine if this template location exists using the specified ResourcePatternResolver.

F

FAVICON - org.springframework.boot.autoconfigure.security.StaticResourceLocation
The "favicon.ico" resource.
FaviconConfiguration(ResourceProperties) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
faviconHandlerMapping() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
faviconRequestHandler() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
Filter() - 类 的构造器org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
Filter() - 类 的构造器org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
FILTER - org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
 
find(BeanFactory) - 类 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Attempt to find the ConditionEvaluationReport for the specified bean factory.
Fixed() - 类 的构造器org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
FIXED - org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.LocaleResolver
Always use the configured locale.
flyway() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
FlywayAutoConfiguration - org.springframework.boot.autoconfigure.flyway中的类
Auto-configuration for Flyway database migrations.
FlywayAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
 
FlywayAutoConfiguration.FlywayConfiguration - org.springframework.boot.autoconfigure.flyway中的类
 
FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJdbcOperationsDependencyConfiguration - org.springframework.boot.autoconfigure.flyway中的类
Additional configuration to ensure that JdbcOperations beans depend on the flywayInitializer bean.
FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJpaDependencyConfiguration - org.springframework.boot.autoconfigure.flyway中的类
Additional configuration to ensure that EntityManagerFactory beans depend on the flywayInitializer bean.
FlywayAutoConfiguration.FlywayJdbcOperationsDependencyConfiguration - org.springframework.boot.autoconfigure.flyway中的类
Additional configuration to ensure that JdbcOperations beans depend on the flyway bean.
FlywayAutoConfiguration.FlywayJpaDependencyConfiguration - org.springframework.boot.autoconfigure.flyway中的类
Additional configuration to ensure that EntityManagerFactory beans depend on the flyway bean.
FlywayConfiguration(FlywayProperties, DataSourceProperties, ResourceLoader, ObjectProvider<DataSource>, ObjectProvider<DataSource>, ObjectProvider<FlywayMigrationStrategy>, ObjectProvider<FlywayConfigurationCustomizer>, ObjectProvider<Callback>, ObjectProvider<FlywayCallback>) - 类 的构造器org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
FlywayConfigurationCustomizer - org.springframework.boot.autoconfigure.flyway中的接口
Callback interface that can be implemented by beans wishing to customize the flyway configuration.
FlywayDataSource - org.springframework.boot.autoconfigure.flyway中的注释类型
Qualifier annotation for a DataSource to be injected in to Flyway.
flywayDefaultDdlModeProvider(ObjectProvider<Flyway>) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
 
flywayInitializer(Flyway) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
FlywayInitializerJdbcOperationsDependencyConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJdbcOperationsDependencyConfiguration
 
FlywayInitializerJpaDependencyConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJpaDependencyConfiguration
 
FlywayJdbcOperationsDependencyConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayJdbcOperationsDependencyConfiguration
 
FlywayJpaDependencyConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayJpaDependencyConfiguration
 
FlywayMigrationInitializer - org.springframework.boot.autoconfigure.flyway中的类
InitializingBean used to trigger Flyway migration via the FlywayMigrationStrategy.
FlywayMigrationInitializer(Flyway) - 类 的构造器org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
Create a new FlywayMigrationInitializer instance.
FlywayMigrationInitializer(Flyway, FlywayMigrationStrategy) - 类 的构造器org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
Create a new FlywayMigrationInitializer instance.
FlywayMigrationStrategy - org.springframework.boot.autoconfigure.flyway中的接口
Strategy used to initialize Flyway migration.
FlywayProperties - org.springframework.boot.autoconfigure.flyway中的类
Configuration properties for Flyway database migrations.
FlywayProperties() - 类 的构造器org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
forCondition(Class<? extends Annotation>, Object...) - 类 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method for a builder to construct a new ConditionMessage for a condition.
forCondition(String, Object...) - 类 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method for a builder to construct a new ConditionMessage for a condition.
formatConcurrency() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
formContentFilter() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
 
found(String) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were found.
found(String, String) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were found.
foundExactly(Object) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that an exact result was found.
FreeMarkerAutoConfiguration - org.springframework.boot.autoconfigure.freemarker中的类
Auto-configuration for FreeMarker.
FreeMarkerAutoConfiguration(ApplicationContext, FreeMarkerProperties) - 类 的构造器org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
 
FreeMarkerProperties - org.springframework.boot.autoconfigure.freemarker中的类
ConfigurationProperties for configuring FreeMarker.
FreeMarkerProperties() - 类 的构造器org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
FreeMarkerTemplateAvailabilityProvider - org.springframework.boot.autoconfigure.freemarker中的类
TemplateAvailabilityProvider that provides availability information for FreeMarker view templates.
FreeMarkerTemplateAvailabilityProvider() - 类 的构造器org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider
 

G

generateTransportParameters() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
Creates the minimal transport parameters for an embedded transport configuration.
GENERIC - org.springframework.boot.autoconfigure.cache.CacheType
Generic caching using 'Cache' beans from the context.
get(String, String) - 接口 中的方法org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an String value from the meta-data.
get(String, String, String) - 接口 中的方法org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an String value from the meta-data.
get(BeanFactory) - 类 中的静态方法org.springframework.boot.autoconfigure.AutoConfigurationPackages
Return the auto-configuration base packages for the given bean factory.
get(BeanFactory) - 类 中的静态方法org.springframework.boot.autoconfigure.domain.EntityScanPackages
Return the EntityScanPackages for the given bean factory.
get(ConfigurableListableBeanFactory) - 类 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Obtain a ConditionEvaluationReport for the specified bean factory.
get(ApplicationContext, Validator) - 类 中的静态方法org.springframework.boot.autoconfigure.validation.ValidatorAdapter
Return a Validator that only implements the Validator interface, wrapping it if necessary.
getAcceptCount() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getAcceptors() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getAccesslog() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getAccesslog() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getAccesslog() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getAckCount() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getAckMode() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getAcknowledgeMode() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getAcknowledgeMode() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getAcks() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getAckTime() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getAdditionalTldSkipPatterns() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getAddress() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
getAddresses() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getAdmin() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getAlgorithm() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getAll() - 类 中的方法org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
 
getAnnotation() - 类 中的方法org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The Spring Data annotation used to enable the particular repository support.
getAnnotationClass() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the source annotation class used by the selector.
getAnonymousReadOnly() - 类 中的方法org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getApiKey() - 类 中的方法org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
getApplicationDisplayName() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getApplicationId() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getApplicationPath() - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getAsync() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getAttributes(AnnotationMetadata) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the appropriate AnnotationAttributes from the AnnotationMetadata.
getAuthenticationDatabase() - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getAuthorizationGrantType() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getAuthorizationUri() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getAutoCommitInterval() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getAutoConfigurationEntry(AutoConfigurationMetadata, AnnotationMetadata) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the AutoConfigurationImportSelector.AutoConfigurationEntry based on the AnnotationMetadata of the importing @Configuration class.
getAutoConfigurationImportFilters() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getAutoConfigurationImportListeners() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getAutoConfigurations() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
 
getAutoIndex() - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getAutoOffsetReset() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getAvailableCandidates() - 异常错误 中的方法org.springframework.boot.autoconfigure.session.NonUniqueSessionRepositoryException
 
getBackgroundProcessorDelay() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getBase() - 类 中的方法org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getBasedir() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getBaseDn() - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getBaseEnvironment() - 类 中的方法org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getBaselineDescription() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getBaselineVersion() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getBasename() - 类 中的方法org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
getBasePackages() - 类 中的方法org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
getBasePath() - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getBatchSize() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getBeanClassLoader() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getBeanFactory() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getBlockIfFullTimeout() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getBootstrapHosts() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getBootstrapMode() - 类 中的方法org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The BootstrapMode for the particular repository support.
getBootstrapServers() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getBootstrapServers() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getBootstrapServers() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getBootstrapServers() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getBrokerUrl() - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getBucket() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getBufferMemory() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getBufferSize() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getBuild() - 类 中的方法org.springframework.boot.autoconfigure.info.ProjectInfoProperties
 
getCache() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getCache() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties
 
getCache() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties
 
getCachecontrol() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
 
getCacheDuration() - 类 中的方法org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
getCacheMaxBytesBuffering() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
已过时。
getCacheMaxSizeBuffering() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getCacheNames() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCachePrivate() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getCachePublic() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getCacheTtl() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
 
getCaffeine() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCandidateConfigurations() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
Return the auto-configuration candidate configurations that are going to be imported.
getCandidateConfigurations(AnnotationMetadata, AnnotationAttributes) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the auto-configuration class names that should be considered.
getChain() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties
 
getChangeLog() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getChannel() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
getCharset() - 类 中的方法org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
getCharset() - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getCharsetName() - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getCheckoutTimeout() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
getChunkedModeViewNames() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
getClassLoader() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getCleanupCron() - 类 中的方法org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getCleanupCron() - 类 中的方法org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getClientAuthenticationMethod() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getClientId() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
getClientId() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getClientId() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getClientId() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getClientId() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getClientId() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getClientId() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getClientName() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getClientRegistrations(OAuth2ClientProperties) - 类 中的静态方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesRegistrationAdapter
 
getClientSecret() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getCloseTimeout() - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getCluster() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getClusterName() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getClusterName() - 类 中的方法org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
getClusterNodes() - 类 中的方法org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
getClusterPassword() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getCollectionName() - 类 中的方法org.springframework.boot.autoconfigure.session.MongoSessionProperties
 
getCommentPrefix() - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
getCompression() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getCompression() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
getCompressionType() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getConcurrency() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
getConcurrency() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getConcurrency() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getCondition() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
getConditionAndOutcomesBySource() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns condition outcomes from this report, grouped by the source.
getConditionMessage() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return an outcome message or null.
getConfig() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
 
getConfig() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
 
getConfig() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
getConfig() - 类 中的方法org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
getConfigurableWebBindingInitializer() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
getConfiguration() - 类 中的方法org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The configuration class that will be used by Spring Boot as a template.
getConfigurationPhase() - 类 中的方法org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
 
getConfigurations() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.AutoConfigurationEntry
 
getConnect() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getConnection() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
getConnectionTimeout() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getConnectionTimeout() - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getConnectionTimeout() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
getConnectRetries() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getConnectTimeout() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getConsistency() - 类 中的方法org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
getConsistencyLevel() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getConsumer() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getConsumersPerQueue() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
 
getContactPoints() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getContent() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
 
getContentnegotiation() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getContentType() - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getContentType() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
 
getContextParameters() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getContextPath() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getContexts() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getControlFlag() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
getConverters() - 类 中的方法org.springframework.boot.autoconfigure.http.HttpMessageConverters
Return an immutable list of the converters in the order that they will be registered.
getCoreSize() - 类 中的方法org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
getCouchbase() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCredential() - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getData() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getDatabase() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getDatabase() - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getDatabase() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getDatabaseChangeLogLockTable() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getDatabaseChangeLogTable() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getDatabaseDir() - 类 中的方法org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
getDatabaseName() - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
 
getDatabaseName() - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
 
getDatabasePlatform() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getDataDirectory() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getDataPassword() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getDataSource() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Return the DataSource.
getDataSourceClassName() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
getDataUsername() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getDateFormat() - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
getDateFormat() - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDateFormat() - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
getDateFormat() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getDateFormat() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getDdlAuto() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
getDdlAuto() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 
getDefaultDestination() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getDefaultEncoding() - 类 中的方法org.springframework.boot.autoconfigure.mail.MailProperties
 
getDefaultMediaType() - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getDefaultPageSize() - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getDefaultPageSize() - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getDefaultPropertyInclusion() - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDefaultReceiveQueue() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getDefaultRequeueRejected() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getDefaultSchema() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getDefaultTimeout() - 类 中的方法org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
getDefaultTopic() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
getDeliveryDelay() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getDeliveryMode() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getDelta(ConditionEvaluationReport) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
 
getDeserialization() - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDetectionStrategy() - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getDir() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getDirect() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getDirectBuffers() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getDirectory() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getDisableHtmlEscaping() - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
getDisableInnerClassSerialization() - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
getDispatcherTypes() - 类 中的方法org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
getDriverClassName() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured driver or null if none was configured.
getEhcache() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties
 
getEmbedded() - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getEmbedded() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getEnableAutoCommit() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getEnableComplexMapKeySerialization() - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
getEnabled() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getEnabled() - 类 中的方法org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getEnabled() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
Return whether the resource chain is enabled.
getEnabled() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getEnableEnumTranslation() - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getEncoding() - 类 中的方法org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
getEncoding() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getEncoding() - 类 中的方法org.springframework.boot.autoconfigure.http.HttpProperties
 
getEncoding() - 类 中的方法org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
getEncoding() - 类 中的方法org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
getEncoding() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getEndpoints() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getEnv() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getEnvironment() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getError() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
getError(ServerRequest) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Extract the original error from the current request.
getErrorAttributes(HttpServletRequest, boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getErrorAttributes(ServerRequest, boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Extract the error attributes from the current request, to be used to populate error views or JSON payloads.
getErrorPath() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
 
getErrorProperties() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Provide access to the error properties.
getExceptionHandlerExceptionResolver() - 接口 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
Return the custom ExceptionHandlerExceptionResolver that should be used and processed by the MVC configuration.
getExchange() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getExcludedViewNames() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getExcludeFieldsWithoutExposeAnnotation() - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
getExclusions() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
Return the exclusions that were applied.
getExclusions() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.AutoConfigurationEntry
 
getExclusions() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns the names of the classes that have been excluded from condition evaluation.
getExclusions(AnnotationMetadata, AnnotationAttributes) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return any exclusions that limit the candidate configurations.
getExitCode() - 类 中的方法org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
getExpiration() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
getFeatures() - 类 中的方法org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
getFetchMaxWait() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getFetchMinSize() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getFetchSize() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getFetchSize() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
getFieldNamingPolicy() - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
getFieldNamingStrategy() - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getFileDateFormat() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getFileDateFormat() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getFilename() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getFileSizeThreshold() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getFilter() - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getFilter() - 类 中的方法org.springframework.boot.autoconfigure.security.SecurityProperties
 
getFilterDispatcherTypes() - 类 中的方法org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
 
getFilterOrder() - 类 中的方法org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - 类 中的方法org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - 类 中的方法org.springframework.boot.autoconfigure.condition.AllNestedConditions
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - 类 中的方法org.springframework.boot.autoconfigure.condition.AnyNestedCondition
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - 类 中的方法org.springframework.boot.autoconfigure.condition.NoneNestedConditions
 
getFixed() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
 
getFlushMode() - 类 中的方法org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
getFlushMode() - 类 中的方法org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getFullModeViewNames() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
getGenerateNonExecutableJson() - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
getGenerator() - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getGit() - 类 中的方法org.springframework.boot.autoconfigure.info.ProjectInfoProperties
 
getGridFsDatabase() - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getGroupId() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getHazelcastInstance() - 类 中的方法org.springframework.boot.autoconfigure.hazelcast.HazelcastClientFactory
Get the HazelcastInstance.
getHazelcastInstance() - 类 中的方法org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
Get the HazelcastInstance.
getHeartbeatInterval() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
getHeartbeatInterval() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getHibernatePropertiesCustomizers() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 
getHost() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getHost() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getHost() - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
getHost() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getHost() - 类 中的方法org.springframework.boot.autoconfigure.mail.MailProperties
 
getHost() - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getHost() - 类 中的方法org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
getHost() - 类 中的方法org.springframework.boot.autoconfigure.solr.SolrProperties
 
getHttp2() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
getHttpStatus(Map<String, Object>) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Get the HTTP error status information from the error map.
getIdleEventInterval() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getIdleEventInterval() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getIdleTimeout() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
getIdleTimeout() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getImplicitStrategy() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
getImportGroup() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getIncludeStacktrace() - 类 中的方法org.springframework.boot.autoconfigure.web.ErrorProperties
 
getInfinispan() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties
 
getInit() - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getInit() - 类 中的方法org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
getInitialInterval() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getInitializationMode() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getInitializeSchema() - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchProperties
 
getInitializeSchema() - 类 中的方法org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
getInitializeSchema() - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
getInitializeSchema() - 类 中的方法org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getInitSqls() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getInstalledBy() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getInteger(String, String) - 接口 中的方法org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an Integer value from the meta-data.
getInteger(String, String, Integer) - 接口 中的方法org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an Integer value from the meta-data.
getInternalProxies() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getIoThreads() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getIssuerUri() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getIssuerUri() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
getJaas() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getJcache() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties
 
getJdbc() - 类 中的方法org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
getJdbc() - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getJedis() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getJetty() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
getJndiName() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getJndiName() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties
 
getJndiName() - 类 中的方法org.springframework.boot.autoconfigure.mail.MailProperties
 
getJob() - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchProperties
 
getJobExecution() - 类 中的方法org.springframework.boot.autoconfigure.batch.JobExecutionEvent
Return the job execution.
getJobExplorer() - 类 中的方法org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJobLauncher() - 类 中的方法org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJobRepository() - 类 中的方法org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJobStoreType() - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getJodaDateTimeFormat() - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getJsp() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getJtaTransactionManager() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Return the JTA transaction manager.
getJwkSetUri() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getJwkSetUri() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
getJwt() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties
 
getKeepAlive() - 类 中的方法org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
getKeyDeserializer() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getKeyPassword() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyPrefix() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
getKeySerializer() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getKeyspaceName() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getKeyStore() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStore() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getKeyStoreLocation() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyStorePassword() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStorePassword() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getKeyStorePassword() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyStoreType() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStoreType() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyValue() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
getKeyValue() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getLabels() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getLdif() - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getLenient() - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
getLettuce() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getLimitParamName() - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getLiquibaseSchema() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getLiquibaseTablespace() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getListener() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getListener() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties
 
getListener() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getLoadBalancingPolicy() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
已过时。
getLoaderPath() - 类 中的方法org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
getLoadOnStartup() - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
 
getLoadOnStartup() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
getLoadOnStartup() - 类 中的方法org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
getLocale() - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getLocale() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getLocale() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getLocaleResolver() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getLocation() - 类 中的方法org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
getLocation() - 类 中的方法org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
getLocation() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getLocations() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getLogContainerConfig() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getLogDir() - 类 中的方法org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
getLoginModule() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
getLogLevelForReport() - 类 中的方法org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 
getLongSerializationPolicy() - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
getMandatory() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getMapName() - 类 中的方法org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
getMapper() - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getMapping() - 类 中的方法org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
getMappingResources() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getMaster() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
getMatches() - 类 中的方法org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法org.springframework.boot.autoconfigure.condition.OnPropertyListCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法org.springframework.boot.autoconfigure.condition.ResourceCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法org.springframework.boot.autoconfigure.condition.SpringBootCondition
Determine the outcome of the match along with suitable log output.
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration.ResourceBundleCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.ClientsConfiguredCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.resource.IssuerUriCondition
 
getMaxActive() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMaxAge() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getMaxAttempts() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMaxChunkSize() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
getMaxConcurrency() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
getMaxConcurrency() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getMaxConnections() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getMaxConnections() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxEndpoints() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
 
getMaxFileSize() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getMaxHttpHeaderSize() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
getMaxHttpHeaderSize() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
已过时。
getMaxHttpPostSize() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getMaxHttpPostSize() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxHttpPostSize() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getMaxIdle() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMaximumActiveSessionPerConnection() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
已过时。
getMaxInterval() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMaxPageSize() - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getMaxPageSize() - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getMaxPollRecords() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getMaxQueueSize() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
getMaxRedirects() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
getMaxRequestSize() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getMaxRows() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
getMaxSessionsPerConnection() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getMaxSize() - 类 中的方法org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
getMaxSwallowSize() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxThreads() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxWait() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMediaTypes() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
getMediaTypes() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
getMessage() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return an outcome message or null.
getMessageCodesResolver() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
getMessageCodesResolverFormat() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getMinEndpoints() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
 
getMinIdle() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMinSpareThreads() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMode() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
getMode() - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
 
getMode() - 类 中的方法org.springframework.boot.autoconfigure.integration.IntegrationDataSourceInitializer
 
getMode() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getMode() - 枚举 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
 
getMode() - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
 
getMode() - 类 中的方法org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceInitializer
 
getMode() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getMongoClientDatabase() - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getMonitorInterval() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getMultiplier() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMustRevalidate() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getName() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
getName() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getName() - 类 中的方法org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getNames() - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
getNamespace() - 类 中的方法org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getNaming() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
getNoCache() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getNodes() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
getNodes() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
getNonMatches() - 类 中的方法org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
 
getNoPollThreshold() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getNoStore() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getNoTransform() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getObjectName(Object, String) - 类 中的方法org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
 
getOpenInView() - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getOpenInView() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getOplogSize() - 类 中的方法org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
getOptions() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurations
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.web.embedded.NettyWebServerFactoryCustomizer
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
 
getOrder() - 类 中的方法org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
 
getOutcome() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
getPackageNames() - 类 中的方法org.springframework.boot.autoconfigure.domain.EntityScanPackages
Return the package names specified from all @EntityScan annotations.
getPackages() - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getPackagesToScan() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
getPageable() - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
 
getPageParameter() - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getPageParamName() - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getParameterName() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
getParameters() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getParent() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
The parent report (from a parent BeanFactory if there is one).
getParser() - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured password or null if none was configured.
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.mail.MailProperties
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getPassword() - 类 中的方法org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getPath() - 类 中的方法org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getPath() - 类 中的方法org.springframework.boot.autoconfigure.web.ErrorProperties
 
getPath() - 接口 中的方法org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
Returns the configured path of the dispatcher servlet.
getPath() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
 
getPath() - 接口 中的方法org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
Returns the configured path of the application.
getPath() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
getPath() - 类 中的方法org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
getPath(String) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
getPathmatch() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getPaths() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
getPaths() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
getPattern() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getPattern() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getPatterns() - 枚举 中的方法org.springframework.boot.autoconfigure.security.StaticResourceLocation
 
getPeriod() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
 
getPhysicalStrategy() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
getPlaceholderPrefix() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPlaceholders() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPlaceholderSuffix() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPlatform() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getPollTimeout() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getPool() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getPool() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Jedis
 
getPool() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
getPool() - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getPool() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getPool() - 类 中的方法org.springframework.boot.autoconfigure.task.TaskExecutionProperties
 
getPool() - 类 中的方法org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
 
getPoolTimeout() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
getPort() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPort() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getPort() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getPort() - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
getPort() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getPort() - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getPort() - 类 中的方法org.springframework.boot.autoconfigure.mail.MailProperties
 
getPort() - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getPort() - 类 中的方法org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
getPort() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
getPortHeader() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getPrefetch() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getPrefix() - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getPrefix() - 类 中的方法org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
getPrefix() - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getPrefix() - 类 中的方法org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
getPrefix() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getPrefix() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getPrefix() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getPrefix() - 接口 中的方法org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
Return a cleaned up version of the path that can be used as a prefix for URLs.
getPrefix() - 接口 中的方法org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
Return a cleaned up version of the path that can be used as a prefix for URLs.
getPrefix() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
 
getPrettyPrinting() - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
getPriority() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getProducer() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getProperties() - 类 中的方法org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
getProperties() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
getProperties() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
getProperties() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getProperties() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getProperties() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getProperties() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getProperties() - 类 中的方法org.springframework.boot.autoconfigure.mail.MailProperties
 
getProperties() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Return the JpaProperties.
getProperties() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getProperties() - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getPropertyNamingStrategy() - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getProtocol() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getProtocol() - 类 中的方法org.springframework.boot.autoconfigure.mail.MailProperties
 
getProtocolHeader() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getProtocolHeaderHttpsValue() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getProvider() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
getProvider() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
 
getProvider() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getProvider(String, ApplicationContext) - 类 中的方法org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Get the provider that can be used to render the given view.
getProvider(String, Environment, ClassLoader, ResourceLoader) - 类 中的方法org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Get the provider that can be used to render the given view.
getProviders() - 类 中的方法org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Return the underlying providers being used.
getProxy() - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getProxy() - 类 中的方法org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
getProxyRevalidate() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getQosEnabled() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getQualifierDelimiter() - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getQuery() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getQueryservice() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
getQueryTimeout() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
getQueue() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
已过时。
getQueueCapacity() - 类 中的方法org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
getQueues() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getRabbitProperties() - 类 中的方法org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
 
getReactive() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getReadTimeout() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getReadTimeout() - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getReceiveTimeout() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getReceiveTimeout() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getReconnectionPolicy() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
已过时。
getRedirectContextRoot() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRedirectUri() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getRedirectUriTemplate() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
已过时。
getRedis() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties
 
getRegistration() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
 
getRelativePath(String) - 接口 中的方法org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
Return a form of the given path that's relative to the dispatcher servlet path.
getRelativePath(String) - 接口 中的方法org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
Return a form of the given path that's relative to the Jersey application path.
getRemoteIpHeader() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRepeatableSqlMigrationPrefix() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getReplicationFactor() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getReplSetName() - 类 中的方法org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
getReplyTimeout() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getRepositoryConfigurationExtension() - 类 中的方法org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The RepositoryConfigurationExtension for the particular repository support.
getRequestContextAttribute() - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getRequestedHeartbeat() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getRequestMappingHandlerAdapter() - 接口 中的方法org.springframework.boot.autoconfigure.web.reactive.WebFluxRegistrations
Return the custom RequestMappingHandlerAdapter that should be used and processed by the WebFlux configuration.
getRequestMappingHandlerAdapter() - 接口 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
Return the custom RequestMappingHandlerAdapter that should be used and processed by the MVC configuration.
getRequestMappingHandlerMapping() - 接口 中的方法org.springframework.boot.autoconfigure.web.reactive.WebFluxRegistrations
Return the custom RequestMappingHandlerMapping that should be used and processed by the WebFlux configuration.
getRequestMappingHandlerMapping() - 接口 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
Return the custom RequestMappingHandlerMapping that should be used and processed by the MVC configuration.
getRequestMatcher(String) - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.JerseyRequestMatcherProvider
 
getRequestMatcher(String) - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.MvcRequestMatcherProvider
 
getRequestMatcher(String) - 接口 中的方法org.springframework.boot.autoconfigure.security.servlet.RequestMatcherProvider
Return the RequestMatcher to be used for the specified pattern.
getRequestTimeout() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
 
getResource() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getResourceLoader() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getResourceLoaderPath() - 类 中的方法org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
getResourceOutcome(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法org.springframework.boot.autoconfigure.condition.ResourceCondition
Check if one of the default resource locations actually exists.
getResourceOutcome(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigResourceCondition
 
getRetentionPeriod() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getRetries() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getRetry() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getRetry() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getRetryPolicy() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
已过时。
getReturnBodyOnCreate() - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getReturnBodyOnUpdate() - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getRoles() - 类 中的方法org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getRollbackFile() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getRollbackOnCommitFailure() - 类 中的方法org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
getRoutingFunction(ErrorAttributes) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Create a RouterFunction that can route and handle errors as JSON responses or HTML views.
getRoutingFunction(ErrorAttributes) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
 
getRoutingKey() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getSchedulerName() - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getSchema() - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchProperties
 
getSchema() - 类 中的方法org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
getSchema() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSchema() - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
getSchema() - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
getSchema() - 类 中的方法org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getSchemaAction() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getSchemaLocation() - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
 
getSchemaLocation() - 类 中的方法org.springframework.boot.autoconfigure.integration.IntegrationDataSourceInitializer
 
getSchemaLocation() - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
 
getSchemaLocation() - 类 中的方法org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceInitializer
 
getSchemaPassword() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSchemas() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSchemaUsername() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getScope() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getSelectors() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getSendTimeout() - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getSentinel() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getSeparator() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSerialConsistencyLevel() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getSerialization() - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getSerializeNulls() - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
getServerHeader() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
getServerId() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getServlet() - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getServlet() - 类 中的方法org.springframework.boot.autoconfigure.session.SessionProperties
 
getServlet() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getServlet() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
getServlet() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getServlet() - 类 中的方法org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
getServletMapping() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
getServletPath() - 接口 中的方法org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPathProvider
已过时。
 
getServletPrefix() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
getServletUrlMapping() - 接口 中的方法org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
Return a URL mapping pattern that can be used with a ServletRegistrationBean to map the dispatcher servlet.
getSession() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getSessionCacheSize() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
getSet(String, String) - 接口 中的方法org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get a Set value from the meta-data.
getSet(String, String, Set<String>) - 接口 中的方法org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get a Set value from the meta-data.
getSettings() - 类 中的方法org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
getSettings() - 类 中的方法org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getShutdownTimeout() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
getSimple() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getSize() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
getSize() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
getSize() - 类 中的方法org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
 
getSizeParameter() - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getSMaxAge() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getSocketConnect() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getSort() - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
 
getSortParameter() - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
 
getSortParamName() - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getSpec() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
getSpringFactoriesLoaderFactoryClass() - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the class used by SpringFactoriesLoader to load configuration candidates.
getSqlDialect() - 类 中的方法org.springframework.boot.autoconfigure.jooq.JooqProperties
 
getSqlMigrationPrefix() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSqlMigrationSeparator() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSqlMigrationSuffixes() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSqlScriptEncoding() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSsl() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getSsl() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getSsl() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
getSsl() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getSsl() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getSsl() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getSsl() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getSsl() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
getStacktraceMode() - 类 中的方法org.springframework.boot.autoconfigure.reactor.core.ReactorCoreProperties
 
getStaleIfError() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getStaleWhileRevalidate() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getStartupDelay() - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getStateDir() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getStaticLocations() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties
 
getStaticPathPattern() - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
getStaticPathPattern() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getStatus(HttpServletRequest) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getStorage() - 类 中的方法org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
getStoreType() - 类 中的方法org.springframework.boot.autoconfigure.session.SessionProperties
 
getStoreType() - 异常错误 中的方法org.springframework.boot.autoconfigure.session.SessionRepositoryUnavailableException
 
getStrategy() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
getStreams() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getSuffix() - 类 中的方法org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
getSuffix() - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getSuffix() - 类 中的方法org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
getSuffix() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getSuffix() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getSuffix() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getSuffix() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
 
getTable() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getTableName() - 类 中的方法org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getTablePrefix() - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchProperties
 
getTarget() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getTarget() - 类 中的方法org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
getTemplate() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getTemplate() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.JdbcProperties
 
getTemplate() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties
 
getTemplate() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getTemplate(String) - 类 中的方法org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
 
getTemplateLoaderPath() - 类 中的方法org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
getTemplateResolverOrder() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getThreadNamePrefix() - 类 中的方法org.springframework.boot.autoconfigure.task.TaskExecutionProperties
 
getThreadNamePrefix() - 类 中的方法org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
 
getTimeBetweenExpirationCheck() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getTimeout() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getTimeout() - 类 中的方法org.springframework.boot.autoconfigure.session.SessionProperties
Return the session timeout.
getTimeouts() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getTimeToLive() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
getTimeToLive() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getTimeZone() - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getTimeZone() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getTokenUri() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getTomcat() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
getTopics() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getTraceParameter(HttpServletRequest) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getTransactionIdPrefix() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getTransactionManager() - 类 中的方法org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getTransactionManagerId() - 类 中的方法org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
getTransactionSize() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
getTrustAll() - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
getTrusted() - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
getTrustStore() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getTrustStoreLocation() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getTrustStorePassword() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getTrustStorePassword() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getTrustStoreType() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getTrustStoreType() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getType() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getType() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties
 
getType() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getType() - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getType() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getUnconditionalClasses() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns the names of the classes that were evaluated but were not conditional.
getUndertow() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
getUri() - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getUri() - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getUriEncoding() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getUris() - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getUris() - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
getUrl() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getUrl() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getUrl() - 类 中的方法org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
getUrl() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured url or null if none was configured.
getUrl() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getUrlMapping() - 接口 中的方法org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
Return a URL mapping pattern that can be used with a ServletRegistrationBean to map Jersey's servlet.
getUrls() - 类 中的方法org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getUseHalAsDefaultJsonMediaType() - 类 中的方法org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 
getUser() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getUser() - 类 中的方法org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
getUser() - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getUser() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getUser() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getUser() - 类 中的方法org.springframework.boot.autoconfigure.security.SecurityProperties
 
getUseRelativeRedirects() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getUserInfoAuthenticationMethod() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getUserInfoUri() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getUsername() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getUsername() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getUsername() - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getUsername() - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getUsername() - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
getUsername() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured username or null if none was configured.
getUsername() - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
getUsername() - 类 中的方法org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getUsername() - 类 中的方法org.springframework.boot.autoconfigure.mail.MailProperties
 
getUsername() - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getUserNameAttribute() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getValidation() - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getValue() - 枚举 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
 
getValueDeserializer() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getValueSerializer() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getVendorProperties() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
getVerifyHostname() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getVersion() - 类 中的方法org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
getVersion() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
getView() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getView() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getViewNames() - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getViewNames() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getViewservice() - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
getVirtualHost() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getVisibility() - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getWhitelabel() - 类 中的方法org.springframework.boot.autoconfigure.web.ErrorProperties
 
getWorkerThreads() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getXa() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getZkHost() - 类 中的方法org.springframework.boot.autoconfigure.solr.SolrProperties
 
Git() - 类 的构造器org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
gitProperties() - 类 中的方法org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
gridFsTemplate(MongoDbFactory, MongoTemplate) - 类 中的方法org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
GroovyMarkupConfiguration(ApplicationContext, GroovyTemplateProperties, ObjectProvider<MarkupTemplateEngine>) - 类 的构造器org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
groovyMarkupConfigurer() - 类 中的方法org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
groovyMarkupViewResolver() - 类 中的方法org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
 
GroovyTemplateAutoConfiguration - org.springframework.boot.autoconfigure.groovy.template中的类
Auto-configuration support for Groovy templates in MVC.
GroovyTemplateAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration
 
GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration - org.springframework.boot.autoconfigure.groovy.template中的类
 
GroovyTemplateAutoConfiguration.GroovyWebConfiguration - org.springframework.boot.autoconfigure.groovy.template中的类
 
GroovyTemplateAvailabilityProvider - org.springframework.boot.autoconfigure.groovy.template中的类
TemplateAvailabilityProvider that provides availability information for Groovy view templates.
GroovyTemplateAvailabilityProvider() - 类 的构造器org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider
 
GroovyTemplateProperties - org.springframework.boot.autoconfigure.groovy.template中的类
ConfigurationProperties for configuring Groovy templates.
GroovyTemplateProperties() - 类 的构造器org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
GroovyWebConfiguration(GroovyTemplateProperties) - 类 的构造器org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
 
gson(GsonBuilder) - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
GsonAutoConfiguration - org.springframework.boot.autoconfigure.gson中的类
GsonAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
gsonBuilder(List<GsonBuilderCustomizer>) - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
GsonBuilderCustomizer - org.springframework.boot.autoconfigure.gson中的接口
Callback interface that can be implemented by beans wishing to further customize the Gson via GsonBuilder retaining its default auto-configuration.
GsonProperties - org.springframework.boot.autoconfigure.gson中的类
Configuration properties to configure Gson.
GsonProperties() - 类 的构造器org.springframework.boot.autoconfigure.gson.GsonProperties
 

H

h2Console() - 类 中的方法org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration
 
H2ConsoleAutoConfiguration - org.springframework.boot.autoconfigure.h2中的类
Auto-configuration for H2's web console.
H2ConsoleAutoConfiguration(H2ConsoleProperties) - 类 的构造器org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration
 
H2ConsoleProperties - org.springframework.boot.autoconfigure.h2中的类
Configuration properties for H2's console.
H2ConsoleProperties() - 类 的构造器org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
H2ConsoleProperties.Settings - org.springframework.boot.autoconfigure.h2中的类
 
halMessageConverterSupportedMediaTypeCustomizer() - 类 中的静态方法org.springframework.boot.autoconfigure.hateoas.HypermediaHttpMessageConverterConfiguration
 
handle(ServerWebExchange, Throwable) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
 
handleInvalidExcludes(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Handle any invalid excludes that have been specified.
has(BeanFactory) - 类 中的静态方法org.springframework.boot.autoconfigure.AutoConfigurationPackages
Determine if the auto-configuration base packages for the given bean factory are available.
hashCode() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
hashCode() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage
 
hashCode() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
HateoasProperties - org.springframework.boot.autoconfigure.hateoas中的类
properties for Spring HATEOAS.
HateoasProperties() - 类 的构造器org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 
havingValue() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
The string representation of the expected value for the properties.
HAZELCAST - org.springframework.boot.autoconfigure.cache.CacheType
Hazelcast backed caching.
HAZELCAST - org.springframework.boot.autoconfigure.session.StoreType
Hazelcast backed sessions.
HazelcastAutoConfiguration - org.springframework.boot.autoconfigure.hazelcast中的类
Auto-configuration for Hazelcast.
HazelcastAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.hazelcast.HazelcastAutoConfiguration
 
HazelcastClientFactory - org.springframework.boot.autoconfigure.hazelcast中的类
Factory that can be used to create a client HazelcastInstance.
HazelcastClientFactory(ClientConfig) - 类 的构造器org.springframework.boot.autoconfigure.hazelcast.HazelcastClientFactory
Create a HazelcastClientFactory for the specified configuration.
HazelcastClientFactory(Resource) - 类 的构造器org.springframework.boot.autoconfigure.hazelcast.HazelcastClientFactory
Create a HazelcastClientFactory for the specified configuration location.
HazelcastConfigResourceCondition - org.springframework.boot.autoconfigure.hazelcast中的类
SpringBootCondition used to check if the Hazelcast configuration is available.
HazelcastConfigResourceCondition(String, String...) - 类 的构造器org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigResourceCondition
 
HazelcastInstanceFactory - org.springframework.boot.autoconfigure.hazelcast中的类
Factory that can be used to create a HazelcastInstance.
HazelcastInstanceFactory(Config) - 类 的构造器org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
Create a HazelcastInstanceFactory for the specified configuration.
HazelcastInstanceFactory(Resource) - 类 的构造器org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
Create a HazelcastInstanceFactory for the specified configuration location.
hazelcastInstanceJpaDependencyPostProcessor() - 类 中的静态方法org.springframework.boot.autoconfigure.hazelcast.HazelcastJpaDependencyAutoConfiguration
 
HazelcastJpaDependencyAutoConfiguration - org.springframework.boot.autoconfigure.hazelcast中的类
Additional configuration to ensure that EntityManagerFactory beans depend on the hazelcastInstance bean.
HazelcastJpaDependencyAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.hazelcast.HazelcastJpaDependencyAutoConfiguration
 
HazelcastProperties - org.springframework.boot.autoconfigure.hazelcast中的类
Configuration properties for the hazelcast integration.
HazelcastProperties() - 类 的构造器org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
HazelcastSessionProperties - org.springframework.boot.autoconfigure.session中的类
Configuration properties for Hazelcast backed Spring Session.
HazelcastSessionProperties() - 类 的构造器org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
HibernateJpaAutoConfiguration - org.springframework.boot.autoconfigure.orm.jpa中的类
Auto-configuration for Hibernate JPA.
HibernateJpaAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
HibernateProperties - org.springframework.boot.autoconfigure.orm.jpa中的类
Configuration properties for Hibernate.
HibernateProperties() - 类 的构造器org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
HibernateProperties.Naming - org.springframework.boot.autoconfigure.orm.jpa中的类
 
HibernatePropertiesCustomizer - org.springframework.boot.autoconfigure.orm.jpa中的接口
Callback interface that can be implemented by beans wishing to customize the Hibernate properties before it is used by an auto-configured EntityManagerFactory.
hibernatePropertiesCustomizers(Collection<HibernatePropertiesCustomizer>) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 
HibernateSettings - org.springframework.boot.autoconfigure.orm.jpa中的类
Settings to apply when configuring Hibernate.
HibernateSettings() - 类 的构造器org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 
hiddenHttpMethodFilter() - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration
 
hiddenHttpMethodFilter() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
 
HttpClientConfigBuilderCustomizer - org.springframework.boot.autoconfigure.elasticsearch.jest中的接口
Callback interface that can be implemented by beans wishing to further customize the HttpClientConfig via a HttpClientConfig.Builder whilst retaining default auto-configuration.
HttpEncodingAutoConfiguration - org.springframework.boot.autoconfigure.web.servlet中的类
Auto-configuration for configuring the encoding to use in web applications.
HttpEncodingAutoConfiguration(HttpProperties) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
 
httpHandler() - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration.AnnotationConfig
 
HttpHandlerAutoConfiguration - org.springframework.boot.autoconfigure.web.reactive中的类
Auto-configuration for HttpHandler.
HttpHandlerAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration
 
HttpHandlerAutoConfiguration.AnnotationConfig - org.springframework.boot.autoconfigure.web.reactive中的类
 
HttpMessageConverters - org.springframework.boot.autoconfigure.http中的类
Bean used to manage the HttpMessageConverters used in a Spring Boot application.
HttpMessageConverters(boolean, Collection<HttpMessageConverter<?>>) - 类 的构造器org.springframework.boot.autoconfigure.http.HttpMessageConverters
Create a new HttpMessageConverters instance with the specified converters.
HttpMessageConverters(Collection<HttpMessageConverter<?>>) - 类 的构造器org.springframework.boot.autoconfigure.http.HttpMessageConverters
Create a new HttpMessageConverters instance with the specified additional converters.
HttpMessageConverters(HttpMessageConverter<?>...) - 类 的构造器org.springframework.boot.autoconfigure.http.HttpMessageConverters
Create a new HttpMessageConverters instance with the specified additional converters.
HttpMessageConvertersAutoConfiguration - org.springframework.boot.autoconfigure.http中的类
Auto-configuration for HttpMessageConverters.
HttpMessageConvertersAutoConfiguration(ObjectProvider<HttpMessageConverter<?>>) - 类 的构造器org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration
 
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration - org.springframework.boot.autoconfigure.http中的类
 
HttpProperties - org.springframework.boot.autoconfigure.http中的类
HTTP properties.
HttpProperties() - 类 的构造器org.springframework.boot.autoconfigure.http.HttpProperties
 
HttpProperties.Encoding - org.springframework.boot.autoconfigure.http中的类
Configuration properties for http encoding.
HttpProperties.Encoding.Type - org.springframework.boot.autoconfigure.http中的枚举
 
HypermediaAutoConfiguration - org.springframework.boot.autoconfigure.hateoas中的类
Auto-configuration for Spring HATEOAS's EnableHypermediaSupport.
HypermediaAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration
 
HypermediaAutoConfiguration.EntityLinksConfiguration - org.springframework.boot.autoconfigure.hateoas中的类
 
HypermediaAutoConfiguration.HypermediaConfiguration - org.springframework.boot.autoconfigure.hateoas中的类
 
HypermediaConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration.HypermediaConfiguration
 
HypermediaHttpMessageConverterConfiguration - org.springframework.boot.autoconfigure.hateoas中的类
Configuration for HttpMessageConverters when hypermedia is enabled.
HypermediaHttpMessageConverterConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.hateoas.HypermediaHttpMessageConverterConfiguration
 

I

IGNORE_BACKGROUNDPREINITIALIZER_PROPERTY_NAME - 类 中的静态变量org.springframework.boot.autoconfigure.BackgroundPreinitializer
System property that instructs Spring Boot how to run pre initialization.
ignored() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The class types of beans that should be ignored when identifying matching beans.
IGNORED_ORDER - 类 中的静态变量org.springframework.boot.autoconfigure.security.SecurityProperties
Order applied to the WebSecurityConfigurer that ignores standard static resource paths.
ignoredType() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The class type names of beans that should be ignored when identifying matching beans.
IMAGES - org.springframework.boot.autoconfigure.security.StaticResourceLocation
Resources under "/images".
IMPERATIVE - org.springframework.boot.autoconfigure.data.RepositoryType
Enables imperative repositories.
ImportAutoConfiguration - org.springframework.boot.autoconfigure中的注释类型
Import and apply the specified auto-configuration classes.
Infinispan() - 类 的构造器org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
 
INFINISPAN - org.springframework.boot.autoconfigure.cache.CacheType
Infinispan backed caching.
InfinispanCacheConfiguration - org.springframework.boot.autoconfigure.cache中的类
Infinispan cache configuration.
InfinispanCacheConfiguration(CacheProperties, CacheManagerCustomizers, ObjectProvider<ConfigurationBuilder>) - 类 的构造器org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
infinispanCacheManager() - 类 中的方法org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
influxDb() - 类 中的方法org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
 
InfluxDbAutoConfiguration - org.springframework.boot.autoconfigure.influx中的类
Auto-configuration for InfluxDB.
InfluxDbAutoConfiguration(InfluxDbProperties, ObjectProvider<InfluxDbOkHttpClientBuilderProvider>, ObjectProvider<OkHttpClient.Builder>) - 类 的构造器org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
 
InfluxDbOkHttpClientBuilderProvider - org.springframework.boot.autoconfigure.influx中的接口
Provide the OkHttpClient.Builder to use to customize the auto-configured InfluxDB instance.
InfluxDbProperties - org.springframework.boot.autoconfigure.influx中的类
Configuration properties for InfluxDB.
InfluxDbProperties() - 类 的构造器org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
initialize() - 类 中的方法org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
initialize(ReactorCoreProperties) - 类 中的方法org.springframework.boot.autoconfigure.reactor.core.ReactorCoreAutoConfiguration
 
initialize(ConfigurableApplicationContext) - 类 中的方法org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 
initialized(Supplier<H2ConsoleProperties>) - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.PathRequest.H2ConsoleRequestMatcher
 
initialized(Supplier<DispatcherServletPath>) - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
 
initializeDataSourceBuilder() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Initialize a DataSourceBuilder with the state of this instance.
initializeEnvironmentBuilder(CouchbaseProperties) - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
Initialize an environment builder based on the specified settings.
inMemoryUserDetailsManager(SecurityProperties, ObjectProvider<PasswordEncoder>) - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
 
IntegrationAutoConfiguration - org.springframework.boot.autoconfigure.integration中的类
Auto-configuration for Spring Integration.
IntegrationAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
 
IntegrationAutoConfiguration.IntegrationComponentScanConfiguration - org.springframework.boot.autoconfigure.integration中的类
Integration component scan configuration.
IntegrationAutoConfiguration.IntegrationConfiguration - org.springframework.boot.autoconfigure.integration中的类
Basic Spring Integration configuration.
IntegrationAutoConfiguration.IntegrationJdbcConfiguration - org.springframework.boot.autoconfigure.integration中的类
Integration JDBC configuration.
IntegrationAutoConfiguration.IntegrationJmxConfiguration - org.springframework.boot.autoconfigure.integration中的类
Spring Integration JMX configuration.
IntegrationAutoConfiguration.IntegrationManagementConfiguration - org.springframework.boot.autoconfigure.integration中的类
Integration management configuration.
IntegrationAutoConfiguration.IntegrationManagementConfiguration.EnableIntegrationManagementConfiguration - org.springframework.boot.autoconfigure.integration中的类
 
IntegrationComponentScanConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationComponentScanConfiguration
 
IntegrationConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationConfiguration
 
integrationDataSourceInitializer(DataSource, ResourceLoader, IntegrationProperties) - 类 中的方法org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJdbcConfiguration
 
IntegrationDataSourceInitializer - org.springframework.boot.autoconfigure.integration中的类
Initializer for Spring Integration schema.
IntegrationDataSourceInitializer(DataSource, ResourceLoader, IntegrationProperties) - 类 的构造器org.springframework.boot.autoconfigure.integration.IntegrationDataSourceInitializer
 
IntegrationJdbcConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJdbcConfiguration
 
IntegrationJmxConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
 
IntegrationManagementConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationManagementConfiguration
 
integrationMbeanExporter() - 类 中的方法org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
 
IntegrationProperties - org.springframework.boot.autoconfigure.integration中的类
Configuration properties for Spring Integration.
IntegrationProperties() - 类 的构造器org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
IntegrationProperties.Jdbc - org.springframework.boot.autoconfigure.integration中的类
 
inverse(ConditionOutcome) - 类 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return the inverse of the specified condition outcome.
isAddMappings() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties
 
isAllowCaching() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
 
isAllowCoreThreadTimeout() - 类 中的方法org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
isAllowRequestOverride() - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isAllowSessionOverride() - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isAlwaysUseMessageFormat() - 类 中的方法org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
isAppend() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
isAutoIndex() - 类 中的方法org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
isAutoStartup() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
isAutoStartup() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
isAutoStartup() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
isAutoStartup() - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
isBaselineOnMigrate() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isBlockIfFull() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
isBuffered() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isCache() - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
isCache() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isCache() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
isCacheNullValues() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
isCheckChangeLogLocation() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isCheckLocation() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isCheckTemplate() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isCheckTemplateLocation() - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
isCheckTemplateLocation() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isCleanDisabled() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isCleanOnValidationError() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isCompressed() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
isConsumers() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
isContinueOnError() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
isCreateDataSource() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isDefaultClusterPassword() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
isDispatchOptionsRequest() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
isDispatchTraceRequest() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
isDropFirst() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isEagerFilterInit() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
isEmpty() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage
Return true if the message is empty.
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties.Embedded
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.reactor.core.ReactorCoreProperties.StacktraceMode
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isEnabled() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
isEnabled(AnnotationMetadata) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
isEnableSpringElCompiler() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isExposeRequestAttributes() - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isExposeSessionAttributes() - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isExposeSpringMacroHelpers() - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isExtendedFormat() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
isFailFast() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
isFallbackToSystemLocale() - 类 中的方法org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
isFavorParameter() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
isFavorPathExtension() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
isForce() - 类 中的方法org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
isForceRequest() - 类 中的方法org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
isForceResponse() - 类 中的方法org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
isFullMatch() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
Return true if all outcomes match.
isGenerateDdl() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
isGenerateUniqueName() - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
isGroup() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isHtmlApplicationCache() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
isIgnoreDefaultModelOnRedirect() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
isIgnoreFutureMigrations() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isIgnoreIgnoredMigrations() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isIgnoreMissingMigrations() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isIgnorePendingMigrations() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isIncludeException() - 类 中的方法org.springframework.boot.autoconfigure.web.ErrorProperties
 
isIncludeStackTrace(HttpServletRequest, MediaType) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Determine if the stacktrace attribute should be included.
isIncludeStackTrace(ServerRequest, MediaType) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Determine if the stacktrace attribute should be included.
isInMemory() - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
isJmxEnabled() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
isJta() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Returns if a JTA PlatformTransactionManager is being used.
isLogCookies() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
isLogLatency() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
isLogRequestDetails() - 类 中的方法org.springframework.boot.autoconfigure.http.HttpProperties
 
isLogResolvedException() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
isLogServer() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
isMatch() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return true if the outcome was a match.
isMissingQueuesFatal() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
isMissingQueuesFatal() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
 
isMissingQueuesFatal() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
isMixed() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isMultiThreaded() - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
isNonBlockingRedelivery() - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
isOneIndexedParameters() - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
isOutOfOrder() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isOverwriteExistingJobs() - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
isPasswordGenerated() - 类 中的方法org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
isPersistent() - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
isPlaceholderReplacement() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isPreferFileSystemAccess() - 类 中的方法org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
isProducePartialOutputWhileProcessing() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
 
isProducers() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
isProxyConfigured() - 类 中的方法org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
isPublisherConfirms() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
isPublisherReturns() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
isPubSubDomain() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties
 
isRenameOnRotate() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isRenderHiddenMarkersBeforeCheckboxes() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isRequestAttributesEnabled() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isResolveLazily() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
isRotate() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isRotate() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
isShowSql() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
isSkipDefaultCallbacks() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isSkipDefaultResolvers() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isSsl() - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
isSsl() - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
isStateless() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
 
IssuerUriCondition - org.springframework.boot.autoconfigure.security.oauth2.resource中的类
Condition for creating JwtDecoder by oidc issuer location.
IssuerUriCondition() - 类 的构造器org.springframework.boot.autoconfigure.security.oauth2.resource.IssuerUriCondition
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - 类 中的方法org.springframework.boot.autoconfigure.mustache.MustacheTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - 类 中的方法org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - 接口 中的方法org.springframework.boot.autoconfigure.template.TemplateAvailabilityProvider
Returns true if a template is available for the given view.
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.JspTemplateAvailabilityProvider
 
isTestRollbackOnUpdate() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isThrowExceptionIfNoHandlerFound() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
isTrace() - 类 中的方法org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
isTraceEnabled(ServerRequest) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Check whether the trace attribute has been set on the given request.
isUseAnonymousProducers() - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
isUseCodeAsDefaultMessage() - 类 中的方法org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
isUseForwardHeaders() - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
isUseKeyPrefix() - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
isUseNewIdGeneratorMappings() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
isUseRegisteredSuffixPattern() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
 
isUseSuffixPattern() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
 
isValidateOnMigrate() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isValidateServerCertificate() - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
isWaitForJobsToCompleteOnShutdown() - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
isWebAllowOthers() - 类 中的方法org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
items(Object...) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items.
items(Collection<?>) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items.
items(ConditionMessage.Style, Object...) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items.
items(ConditionMessage.Style, Collection<?>) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items with a ConditionMessage.Style.
iterator() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
iterator() - 类 中的方法org.springframework.boot.autoconfigure.http.HttpMessageConverters
 

J

Jaas() - 类 的构造器org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
Jackson2ObjectMapperBuilderCustomizer - org.springframework.boot.autoconfigure.jackson中的接口
Callback interface that can be implemented by beans wishing to further customize the ObjectMapper via Jackson2ObjectMapperBuilder retaining its default auto-configuration.
JacksonAutoConfiguration - org.springframework.boot.autoconfigure.jackson中的类
Auto configuration for Jackson.
JacksonAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
 
JacksonProperties - org.springframework.boot.autoconfigure.jackson中的类
Configuration properties to configure Jackson.
JacksonProperties() - 类 的构造器org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
JAVA_SCRIPT - org.springframework.boot.autoconfigure.security.StaticResourceLocation
Resources under "/js".
java8TimeDialect() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect
 
JCache() - 类 的构造器org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
JCACHE - org.springframework.boot.autoconfigure.cache.CacheType
JCache (JSR-107) backed caching.
JCacheManagerCustomizer - org.springframework.boot.autoconfigure.cache中的接口
Callback interface that can be implemented by beans wishing to customize the cache manager before it is used, in particular to create additional caches.
Jdbc() - 类 的构造器org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
Jdbc() - 类 的构造器org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
JDBC - org.springframework.boot.autoconfigure.quartz.JobStoreType
Store jobs in the database.
JDBC - org.springframework.boot.autoconfigure.session.StoreType
JDBC backed sessions.
JdbcOperationsDependsOnPostProcessor - org.springframework.boot.autoconfigure.jdbc中的类
BeanFactoryPostProcessor that can be used to dynamically declare that all JdbcOperations beans should "depend on" one or more specific beans.
JdbcOperationsDependsOnPostProcessor(String...) - 类 的构造器org.springframework.boot.autoconfigure.jdbc.JdbcOperationsDependsOnPostProcessor
 
JdbcProperties - org.springframework.boot.autoconfigure.jdbc中的类
Configuration properties for JDBC.
JdbcProperties() - 类 的构造器org.springframework.boot.autoconfigure.jdbc.JdbcProperties
 
JdbcProperties.Template - org.springframework.boot.autoconfigure.jdbc中的类
JdbcTemplate settings.
JdbcRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.jdbc中的类
Auto-configuration for Spring Data's JDBC Repositories.
JdbcRepositoriesAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.jdbc.JdbcRepositoriesAutoConfiguration
 
JdbcSessionDataSourceInitializer - org.springframework.boot.autoconfigure.session中的类
Initializer for Spring Session schema.
JdbcSessionDataSourceInitializer(DataSource, ResourceLoader, JdbcSessionProperties) - 类 的构造器org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceInitializer
 
JdbcSessionProperties - org.springframework.boot.autoconfigure.session中的类
Configuration properties for JDBC backed Spring Session.
JdbcSessionProperties() - 类 的构造器org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
JdbcStoreTypeConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
 
JdbcTemplateAutoConfiguration - org.springframework.boot.autoconfigure.jdbc中的类
Auto-configuration for JdbcTemplate and NamedParameterJdbcTemplate.
JdbcTemplateAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration
 
JdkDynamicAutoProxyConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.JdkDynamicAutoProxyConfiguration
 
JdkDynamicAutoProxyConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration
 
Jedis() - 类 的构造器org.springframework.boot.autoconfigure.data.redis.RedisProperties.Jedis
 
JedisClientConfigurationBuilderCustomizer - org.springframework.boot.autoconfigure.data.redis中的接口
Callback interface that can be implemented by beans wishing to customize the JedisClientConfiguration via a JedisClientConfiguration.JedisClientConfigurationBuilder whilst retaining default auto-configuration.
jerseyApplicationPath() - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
JerseyApplicationPath - org.springframework.boot.autoconfigure.web.servlet中的接口
Interface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application.
JerseyAutoConfiguration - org.springframework.boot.autoconfigure.jersey中的类
Auto-configuration for Jersey.
JerseyAutoConfiguration(JerseyProperties, ResourceConfig, ObjectProvider<ResourceConfigCustomizer>) - 类 的构造器org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
JerseyAutoConfiguration.JerseyWebApplicationInitializer - org.springframework.boot.autoconfigure.jersey中的类
 
jerseyFilterRegistration(JerseyApplicationPath) - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
JerseyProperties - org.springframework.boot.autoconfigure.jersey中的类
ConfigurationProperties for Jersey.
JerseyProperties() - 类 的构造器org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
JerseyProperties.Filter - org.springframework.boot.autoconfigure.jersey中的类
 
JerseyProperties.Servlet - org.springframework.boot.autoconfigure.jersey中的类
 
JerseyProperties.Type - org.springframework.boot.autoconfigure.jersey中的枚举
 
JerseyRequestMatcherConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.security.servlet.SecurityRequestMatcherProviderAutoConfiguration.JerseyRequestMatcherConfiguration
 
JerseyRequestMatcherProvider - org.springframework.boot.autoconfigure.security.servlet中的类
RequestMatcherProvider that provides an AntPathRequestMatcher that can be used for Jersey applications.
JerseyRequestMatcherProvider(JerseyApplicationPath) - 类 的构造器org.springframework.boot.autoconfigure.security.servlet.JerseyRequestMatcherProvider
 
jerseyServletRegistration(JerseyApplicationPath) - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
JerseyWebApplicationInitializer() - 类 的构造器org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.JerseyWebApplicationInitializer
 
JestAutoConfiguration - org.springframework.boot.autoconfigure.elasticsearch.jest中的类
JestAutoConfiguration(JestProperties, ObjectProvider<Gson>, ObjectProvider<HttpClientConfigBuilderCustomizer>) - 类 的构造器org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
 
jestClient() - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
 
JestProperties - org.springframework.boot.autoconfigure.elasticsearch.jest中的类
Configuration properties for Jest.
JestProperties() - 类 的构造器org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
JestProperties.Proxy - org.springframework.boot.autoconfigure.elasticsearch.jest中的类
 
Jetty() - 类 的构造器org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
jettyWebServerFactoryCustomizer(Environment, ServerProperties) - 类 中的方法org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration
 
JettyWebServerFactoryCustomizer - org.springframework.boot.autoconfigure.web.embedded中的类
Customization for Jetty-specific features common for both Servlet and Reactive servers.
JettyWebServerFactoryCustomizer(Environment, ServerProperties) - 类 的构造器org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
 
JettyWebServerFactoryCustomizerConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration
 
JettyWebSocketServletWebServerCustomizer - org.springframework.boot.autoconfigure.websocket.servlet中的类
WebSocket customizer for JettyServletWebServerFactory.
JettyWebSocketServletWebServerCustomizer() - 类 的构造器org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
 
JmsAutoConfiguration - org.springframework.boot.autoconfigure.jms中的类
Auto-configuration for Spring JMS.
JmsAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration
 
JmsAutoConfiguration.JmsTemplateConfiguration - org.springframework.boot.autoconfigure.jms中的类
 
JmsAutoConfiguration.MessagingTemplateConfiguration - org.springframework.boot.autoconfigure.jms中的类
 
jmsMessagingTemplate(JmsTemplate) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.MessagingTemplateConfiguration
 
JmsPoolConnectionFactoryFactory - org.springframework.boot.autoconfigure.jms中的类
Factory to create a JmsPoolConnectionFactory from properties defined in JmsPoolConnectionFactoryProperties.
JmsPoolConnectionFactoryFactory(JmsPoolConnectionFactoryProperties) - 类 的构造器org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory
 
JmsPoolConnectionFactoryProperties - org.springframework.boot.autoconfigure.jms中的类
Configuration properties for connection factory pooling.
JmsPoolConnectionFactoryProperties() - 类 的构造器org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
JmsProperties - org.springframework.boot.autoconfigure.jms中的类
Configuration properties for JMS.
JmsProperties() - 类 的构造器org.springframework.boot.autoconfigure.jms.JmsProperties
 
JmsProperties.AcknowledgeMode - org.springframework.boot.autoconfigure.jms中的枚举
Translate the acknowledge modes defined on the Session.
JmsProperties.Cache - org.springframework.boot.autoconfigure.jms中的类
 
JmsProperties.DeliveryMode - org.springframework.boot.autoconfigure.jms中的枚举
 
JmsProperties.Listener - org.springframework.boot.autoconfigure.jms中的类
 
JmsProperties.Template - org.springframework.boot.autoconfigure.jms中的类
 
jmsTemplate(ConnectionFactory) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.JmsTemplateConfiguration
 
JmsTemplateConfiguration(JmsProperties, ObjectProvider<DestinationResolver>, ObjectProvider<MessageConverter>) - 类 的构造器org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.JmsTemplateConfiguration
 
JmxAutoConfiguration - org.springframework.boot.autoconfigure.jmx中的类
Auto-configuration to enable/disable Spring's EnableMBeanExport mechanism based on configuration properties.
JmxAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
JndiConnectionFactoryAutoConfiguration - org.springframework.boot.autoconfigure.jms中的类
Auto-configuration for JMS provided from JNDI.
JndiConnectionFactoryAutoConfiguration(JmsProperties) - 类 的构造器org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
 
JndiDataSourceAutoConfiguration - org.springframework.boot.autoconfigure.jdbc中的类
Auto-configuration for a JNDI located DataSource.
JndiDataSourceAutoConfiguration(ApplicationContext) - 类 的构造器org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
 
Job() - 类 的构造器org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
JobExecutionEvent - org.springframework.boot.autoconfigure.batch中的类
Spring ApplicationEvent encapsulating a JobExecution.
JobExecutionEvent(JobExecution) - 类 的构造器org.springframework.boot.autoconfigure.batch.JobExecutionEvent
Create a new JobExecutionEvent instance.
jobExecutionExitCodeGenerator() - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JobExecutionExitCodeGenerator - org.springframework.boot.autoconfigure.batch中的类
ExitCodeGenerator for JobExecutionEvents.
JobExecutionExitCodeGenerator() - 类 的构造器org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
jobLauncherCommandLineRunner(JobLauncher, JobExplorer, JobRepository) - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JobLauncherCommandLineRunner - org.springframework.boot.autoconfigure.batch中的类
CommandLineRunner to launch Spring Batch jobs.
JobLauncherCommandLineRunner(JobLauncher, JobExplorer) - 类 的构造器org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
已过时。
since 2.0.7 in favor of JobLauncherCommandLineRunner(JobLauncher, JobExplorer, JobRepository). A job repository is required to check if a job instance exists with the given parameters when running a job (which is not possible with the job explorer).
JobLauncherCommandLineRunner(JobLauncher, JobExplorer, JobRepository) - 类 的构造器org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
jobOperator(JobExplorer, JobLauncher, ListableJobLocator, JobRepository) - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JobStoreType - org.springframework.boot.autoconfigure.quartz中的枚举
Define the supported Quartz JobStore.
JooqAutoConfiguration - org.springframework.boot.autoconfigure.jooq中的类
JooqAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
JooqAutoConfiguration.DslContextConfiguration - org.springframework.boot.autoconfigure.jooq中的类
 
jooqConfiguration() - 类 中的方法org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
JooqExceptionTranslator - org.springframework.boot.autoconfigure.jooq中的类
Transforms SQLException into a Spring-specific DataAccessException.
JooqExceptionTranslator() - 类 的构造器org.springframework.boot.autoconfigure.jooq.JooqExceptionTranslator
 
jooqExceptionTranslatorExecuteListenerProvider() - 类 中的方法org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
JooqProperties - org.springframework.boot.autoconfigure.jooq中的类
Configuration properties for the JOOQ database library.
JooqProperties() - 类 的构造器org.springframework.boot.autoconfigure.jooq.JooqProperties
 
JpaBaseConfiguration - org.springframework.boot.autoconfigure.orm.jpa中的类
Base Auto-configuration for JPA.
JpaBaseConfiguration(DataSource, JpaProperties, ObjectProvider<JtaTransactionManager>, ObjectProvider<TransactionManagerCustomizers>) - 类 的构造器org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
JpaBaseConfiguration.JpaWebConfiguration - org.springframework.boot.autoconfigure.orm.jpa中的类
 
JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration - org.springframework.boot.autoconfigure.orm.jpa中的类
 
JpaBatchConfigurer - org.springframework.boot.autoconfigure.batch中的类
A BasicBatchConfigurer tailored for JPA.
JpaBatchConfigurer(BatchProperties, DataSource, TransactionManagerCustomizers, EntityManagerFactory) - 类 的构造器org.springframework.boot.autoconfigure.batch.JpaBatchConfigurer
Create a new BasicBatchConfigurer instance.
JpaProperties - org.springframework.boot.autoconfigure.orm.jpa中的类
External configuration properties for a JPA EntityManagerFactory created by Spring.
JpaProperties() - 类 的构造器org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
JpaRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.jpa中的类
Auto-configuration for Spring Data's JPA Repositories.
JpaRepositoriesAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration
 
jpaVendorAdapter() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
JpaWebConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
 
JpaWebMvcConfiguration(JpaProperties) - 类 的构造器org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
 
jsonb() - 类 中的方法org.springframework.boot.autoconfigure.jsonb.JsonbAutoConfiguration
 
JsonbAutoConfiguration - org.springframework.boot.autoconfigure.jsonb中的类
Auto-configuration for JSON-B.
JsonbAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.jsonb.JsonbAutoConfiguration
 
jsonComponentModule() - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
 
JspTemplateAvailabilityProvider - org.springframework.boot.autoconfigure.web.servlet中的类
TemplateAvailabilityProvider that provides availability information for JSP view templates.
JspTemplateAvailabilityProvider() - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.JspTemplateAvailabilityProvider
 
JtaAutoConfiguration - org.springframework.boot.autoconfigure.transaction.jta中的类
JtaAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.transaction.jta.JtaAutoConfiguration
 
JtaProperties - org.springframework.boot.autoconfigure.transaction.jta中的类
External configuration properties for a JtaTransactionManager created by Spring.
JtaProperties() - 类 的构造器org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
Jwt() - 类 的构造器org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 

K

kafkaAdmin() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
KafkaAutoConfiguration - org.springframework.boot.autoconfigure.kafka中的类
Auto-configuration for Apache Kafka.
KafkaAutoConfiguration(KafkaProperties, ObjectProvider<RecordMessageConverter>) - 类 的构造器org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaConsumerFactory() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaJaasInitializer() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaProducerFactory() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaProducerListener() - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
KafkaProperties - org.springframework.boot.autoconfigure.kafka中的类
Configuration properties for Spring for Apache Kafka.
KafkaProperties() - 类 的构造器org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
KafkaProperties.Admin - org.springframework.boot.autoconfigure.kafka中的类
 
KafkaProperties.Consumer - org.springframework.boot.autoconfigure.kafka中的类
 
KafkaProperties.Jaas - org.springframework.boot.autoconfigure.kafka中的类
 
KafkaProperties.Listener - org.springframework.boot.autoconfigure.kafka中的类
 
KafkaProperties.Listener.Type - org.springframework.boot.autoconfigure.kafka中的枚举
 
KafkaProperties.Producer - org.springframework.boot.autoconfigure.kafka中的类
 
KafkaProperties.Ssl - org.springframework.boot.autoconfigure.kafka中的类
 
KafkaProperties.Streams - org.springframework.boot.autoconfigure.kafka中的类
High (and some medium) priority Streams properties and a general properties bucket.
KafkaProperties.Template - org.springframework.boot.autoconfigure.kafka中的类
 
kafkaTemplate(ProducerFactory<Object, Object>, ProducerListener<Object, Object>) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaTransactionManager(ProducerFactory<?, ?>) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 

L

launchJobFromProperties(Properties) - 类 中的方法org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
layoutDialect() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration
 
LdapAutoConfiguration - org.springframework.boot.autoconfigure.ldap中的类
LdapAutoConfiguration(LdapProperties, Environment) - 类 的构造器org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
ldapContextSource() - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
ldapContextSource() - 类 中的方法org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
LdapProperties - org.springframework.boot.autoconfigure.ldap中的类
Configuration properties for LDAP.
LdapProperties() - 类 的构造器org.springframework.boot.autoconfigure.ldap.LdapProperties
 
LdapRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.ldap中的类
Auto-configuration for Spring Data's LDAP Repositories.
LdapRepositoriesAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.ldap.LdapRepositoriesAutoConfiguration
 
ldapTemplate(ContextSource) - 类 中的方法org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
Lettuce() - 类 的构造器org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
LettuceClientConfigurationBuilderCustomizer - org.springframework.boot.autoconfigure.data.redis中的接口
Callback interface that can be implemented by beans wishing to customize the LettuceClientConfiguration via a LettuceClientConfiguration.LettuceClientConfigurationBuilder whilst retaining default auto-configuration.
liquibase() - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
LiquibaseAutoConfiguration - org.springframework.boot.autoconfigure.liquibase中的类
Auto-configuration for Liquibase.
LiquibaseAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration
 
LiquibaseAutoConfiguration.LiquibaseConfiguration - org.springframework.boot.autoconfigure.liquibase中的类
 
LiquibaseAutoConfiguration.LiquibaseJdbcOperationsDependencyConfiguration - org.springframework.boot.autoconfigure.liquibase中的类
Additional configuration to ensure that JdbcOperations beans depend on the liquibase bean.
LiquibaseAutoConfiguration.LiquibaseJpaDependencyConfiguration - org.springframework.boot.autoconfigure.liquibase中的类
Additional configuration to ensure that EntityManagerFactory beans depend on the liquibase bean.
LiquibaseConfiguration(LiquibaseProperties, DataSourceProperties, ResourceLoader, ObjectProvider<DataSource>, ObjectProvider<DataSource>) - 类 的构造器org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
LiquibaseDataSource - org.springframework.boot.autoconfigure.liquibase中的注释类型
Qualifier annotation for a DataSource to be injected in to Liquibase.
liquibaseDefaultDdlModeProvider(ObjectProvider<SpringLiquibase>) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration
 
LiquibaseJdbcOperationsDependencyConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseJdbcOperationsDependencyConfiguration
 
LiquibaseJpaDependencyConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseJpaDependencyConfiguration
 
LiquibaseProperties - org.springframework.boot.autoconfigure.liquibase中的类
Configuration properties to configure SpringLiquibase.
LiquibaseProperties() - 类 的构造器org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
Listener() - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
Listener() - 类 的构造器org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
Listener() - 类 的构造器org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
LISTENER - org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
AbstractMessageListenerContainer target.
ListenerRetry() - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
 
loadFrom(Resource, String, Charset) - 类 中的方法org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
localeCharsetMappingsCustomizer() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
 
localeResolver() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
logAutoConfigurationReport(boolean) - 类 中的方法org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 
logError(ServerRequest, HttpStatus) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Log the original exception if handling it results in a Server Error or a Bad Request (Client Error with 400 status code) one.
logOutcome(String, ConditionOutcome) - 类 中的方法org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
lookup(String) - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 

M

MailProperties - org.springframework.boot.autoconfigure.mail中的类
Configuration properties for email support.
MailProperties() - 类 的构造器org.springframework.boot.autoconfigure.mail.MailProperties
 
MailSenderAutoConfiguration - org.springframework.boot.autoconfigure.mail中的类
Auto configuration for email support.
MailSenderAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration
 
MailSenderValidatorAutoConfiguration - org.springframework.boot.autoconfigure.mail中的类
Auto configuration for testing mail service connectivity on startup.
MailSenderValidatorAutoConfiguration(JavaMailSenderImpl) - 类 的构造器org.springframework.boot.autoconfigure.mail.MailSenderValidatorAutoConfiguration
 
mappingContext() - 类 中的方法org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 
mappingMongoConverter(MongoMappingContext, MongoCustomConversions) - 类 中的方法org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
mappingMongoConverter(MongoDbFactory, MongoMappingContext, MongoCustomConversions) - 类 中的方法org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
match() - 类 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for a 'match'.
match(String) - 类 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'match'.
match(String[], AutoConfigurationMetadata) - 接口 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportFilter
Apply the filter to the given auto-configuration class candidates.
match(ConditionMessage) - 类 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'match'.
match(MetadataReader, MetadataReaderFactory) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
 
matches(HttpServletRequest, Supplier<H2ConsoleProperties>) - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.PathRequest.H2ConsoleRequestMatcher
 
matches(HttpServletRequest, Supplier<DispatcherServletPath>) - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
 
matches(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
matches(ConditionContext, AnnotatedTypeMetadata, Condition) - 类 中的方法org.springframework.boot.autoconfigure.condition.SpringBootCondition
Return true if any of the specified condition matches.
matches(ServerWebExchange) - 类 中的方法org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
 
matchIfMissing() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
Specify if the condition should match if the property is not set.
mbeanExporter(ObjectNamingStrategy) - 类 中的方法org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
mbeanServer() - 类 中的方法org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
MemberMatchOutcomes(AbstractNestedCondition.MemberConditions) - 类 的构造器org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
 
MEMORY - org.springframework.boot.autoconfigure.quartz.JobStoreType
Store jobs in memory.
merge(Set<Class<?>>) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurations
 
messageConverters() - 类 中的方法org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration
 
messageDispatcherServlet(ApplicationContext) - 类 中的方法org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
 
messageSource(MessageSourceProperties) - 类 中的方法org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
MessageSourceAutoConfiguration - org.springframework.boot.autoconfigure.context中的类
Auto-configuration for MessageSource.
MessageSourceAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
MessageSourceAutoConfiguration.ResourceBundleCondition - org.springframework.boot.autoconfigure.context中的类
 
messageSourceProperties() - 类 中的方法org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
MessageSourceProperties - org.springframework.boot.autoconfigure.context中的类
Configuration properties for Message Source.
MessageSourceProperties() - 类 的构造器org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
MessagingTemplateConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
 
MessagingTemplateConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.MessagingTemplateConfiguration
 
methodValidationPostProcessor(Environment, Validator) - 类 中的静态方法org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
 
migrate(Flyway) - 接口 中的方法org.springframework.boot.autoconfigure.flyway.FlywayMigrationStrategy
Trigger flyway migration.
mongo() - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
MongoAutoConfiguration - org.springframework.boot.autoconfigure.mongo中的类
MongoAutoConfiguration(MongoProperties, ObjectProvider<MongoClientOptions>, Environment) - 类 的构造器org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
MongoClientDependsOnBeanFactoryPostProcessor - org.springframework.boot.autoconfigure.data.mongo中的类
BeanFactoryPostProcessor to automatically set up the recommended dependsOn configuration for Mongo clients when used embedded Mongo.
MongoClientDependsOnBeanFactoryPostProcessor(String...) - 类 的构造器org.springframework.boot.autoconfigure.data.mongo.MongoClientDependsOnBeanFactoryPostProcessor
 
MongoClientFactory - org.springframework.boot.autoconfigure.mongo中的类
A factory for a blocking MongoClient that applies MongoProperties.
MongoClientFactory(MongoProperties, Environment) - 类 的构造器org.springframework.boot.autoconfigure.mongo.MongoClientFactory
 
MongoClientSettingsBuilderCustomizer - org.springframework.boot.autoconfigure.mongo中的接口
Callback interface that can be implemented by beans wishing to customize the MongoClientSettings via a MongoClientSettings.Builder whilst retaining default auto-configuration.
MongoDataAutoConfiguration - org.springframework.boot.autoconfigure.data.mongo中的类
Auto-configuration for Spring Data's mongo support.
MongoDataAutoConfiguration(MongoProperties) - 类 的构造器org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
MONGODB - org.springframework.boot.autoconfigure.session.StoreType
MongoDB backed sessions.
mongoDbFactory(ObjectProvider<MongoClient>, ObjectProvider<MongoClient>) - 类 中的方法org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
MongoProperties - org.springframework.boot.autoconfigure.mongo中的类
Configuration properties for Mongo.
MongoProperties() - 类 的构造器org.springframework.boot.autoconfigure.mongo.MongoProperties
 
MongoReactiveAutoConfiguration - org.springframework.boot.autoconfigure.mongo中的类
Auto-configuration for Reactive Mongo.
MongoReactiveAutoConfiguration(ObjectProvider<MongoClientSettings>) - 类 的构造器org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
 
MongoReactiveDataAutoConfiguration - org.springframework.boot.autoconfigure.data.mongo中的类
Auto-configuration for Spring Data's reactive mongo support.
MongoReactiveDataAutoConfiguration(MongoProperties) - 类 的构造器org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
MongoReactiveRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.mongo中的类
Auto-configuration for Spring Data's Mongo Reactive Repositories.
MongoReactiveRepositoriesAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.mongo.MongoReactiveRepositoriesAutoConfiguration
 
MongoRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.mongo中的类
Auto-configuration for Spring Data's Mongo Repositories.
MongoRepositoriesAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.mongo.MongoRepositoriesAutoConfiguration
 
MongoSessionProperties - org.springframework.boot.autoconfigure.session中的类
Configuration properties for Mongo-backed Spring Session.
MongoSessionProperties() - 类 的构造器org.springframework.boot.autoconfigure.session.MongoSessionProperties
 
mongoTemplate(MongoDbFactory, MongoConverter) - 类 中的方法org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
MultipartAutoConfiguration - org.springframework.boot.autoconfigure.web.servlet中的类
Auto-configuration for multi-part uploads.
MultipartAutoConfiguration(MultipartProperties) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
 
multipartConfigElement() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
 
MultipartProperties - org.springframework.boot.autoconfigure.web.servlet中的类
Properties to be used in configuring a MultipartConfigElement.
MultipartProperties() - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
multipartResolver() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
 
multipartResolver(MultipartResolver) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
MustacheAutoConfiguration - org.springframework.boot.autoconfigure.mustache中的类
Auto-configuration for Mustache.
MustacheAutoConfiguration(MustacheProperties, Environment, ApplicationContext) - 类 的构造器org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
mustacheCompiler(Mustache.TemplateLoader) - 类 中的方法org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
MustacheEnvironmentCollector - org.springframework.boot.autoconfigure.mustache中的类
Mustache Mustache.Collector to expose properties from the Spring Environment.
MustacheEnvironmentCollector() - 类 的构造器org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
 
MustacheProperties - org.springframework.boot.autoconfigure.mustache中的类
ConfigurationProperties for Mustache.
MustacheProperties() - 类 的构造器org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
MustacheResourceTemplateLoader - org.springframework.boot.autoconfigure.mustache中的类
Mustache TemplateLoader implementation that uses a prefix, suffix and the Spring Resource abstraction to load a template from a file, classpath, URL etc.
MustacheResourceTemplateLoader() - 类 的构造器org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
 
MustacheResourceTemplateLoader(String, String) - 类 的构造器org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
 
MustacheTemplateAvailabilityProvider - org.springframework.boot.autoconfigure.mustache中的类
TemplateAvailabilityProvider that provides availability information for Mustache view templates.
MustacheTemplateAvailabilityProvider() - 类 的构造器org.springframework.boot.autoconfigure.mustache.MustacheTemplateAvailabilityProvider
 
mustacheTemplateLoader() - 类 中的方法org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
mvcContentNegotiationManager() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
mvcConversionService() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
MvcRequestMatcherConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.security.servlet.SecurityRequestMatcherProviderAutoConfiguration.MvcRequestMatcherConfiguration
 
MvcRequestMatcherProvider - org.springframework.boot.autoconfigure.security.servlet中的类
RequestMatcherProvider that provides an MvcRequestMatcher that can be used for Spring MVC applications.
MvcRequestMatcherProvider(HandlerMappingIntrospector) - 类 的构造器org.springframework.boot.autoconfigure.security.servlet.MvcRequestMatcherProvider
 
mvcValidator() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 

N

name() - 注释类型 中的方法org.springframework.boot.autoconfigure.AutoConfigureAfter
The names of the auto-configure classes that should have already been applied.
name() - 注释类型 中的方法org.springframework.boot.autoconfigure.AutoConfigureBefore
The names of the auto-configure classes that should have not yet been applied.
name() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnBean
The names of beans to check.
name() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnClass
The classes names that must be present.
name() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The names of beans to check.
name() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
The name of the properties to test.
Naming() - 类 的构造器org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
NATIVE - org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
Connect to a broker using the native Artemis protocol (i.e. netty).
Neo4jDataAutoConfiguration - org.springframework.boot.autoconfigure.data.neo4j中的类
Auto-configuration for Spring Data Neo4j.
Neo4jDataAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
Neo4jDataAutoConfiguration.Neo4jWebConfiguration - org.springframework.boot.autoconfigure.data.neo4j中的类
 
Neo4jDataAutoConfiguration.Neo4jWebConfiguration.Neo4jWebMvcConfiguration - org.springframework.boot.autoconfigure.data.neo4j中的类
 
neo4jOpenSessionInViewInterceptor() - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration.Neo4jWebConfiguration.Neo4jWebMvcConfiguration
 
Neo4jProperties - org.springframework.boot.autoconfigure.data.neo4j中的类
Configuration properties for Neo4j.
Neo4jProperties() - 类 的构造器org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
Neo4jProperties.Embedded - org.springframework.boot.autoconfigure.data.neo4j中的类
 
Neo4jRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.neo4j中的类
Auto-configuration for Spring Data's Neo4j Repositories.
Neo4jRepositoriesAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.neo4j.Neo4jRepositoriesAutoConfiguration
 
Neo4jWebConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration.Neo4jWebConfiguration
 
Neo4jWebMvcConfiguration(Neo4jProperties) - 类 的构造器org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration.Neo4jWebConfiguration.Neo4jWebMvcConfiguration
 
nettyWebServerFactoryCustomizer(Environment, ServerProperties) - 类 中的方法org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration
 
NettyWebServerFactoryCustomizer - org.springframework.boot.autoconfigure.web.embedded中的类
Customization for Netty-specific features.
NettyWebServerFactoryCustomizer(Environment, ServerProperties) - 类 的构造器org.springframework.boot.autoconfigure.web.embedded.NettyWebServerFactoryCustomizer
 
NettyWebServerFactoryCustomizerConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration
 
NEVER - org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Never add stacktrace information.
noMatch(String) - 类 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'no match'.
noMatch(ConditionMessage) - 类 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'no match'.
NON_PERSISTENT - org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
Does not require that the message be logged to stable storage.
NONE - org.springframework.boot.autoconfigure.cache.CacheType
No caching.
NONE - org.springframework.boot.autoconfigure.data.RepositoryType
Enables no repositories.
NONE - org.springframework.boot.autoconfigure.session.StoreType
No session data-store.
NoneNestedConditions - org.springframework.boot.autoconfigure.condition中的类
Condition that will match when none of the nested class conditions match.
NoneNestedConditions(ConfigurationCondition.ConfigurationPhase) - 类 的构造器org.springframework.boot.autoconfigure.condition.NoneNestedConditions
 
NonUniqueSessionRepositoryException - org.springframework.boot.autoconfigure.session中的异常错误
Exception thrown when multiple SessionRepository implementations are available with no way to know which implementation should be used.
NonUniqueSessionRepositoryException(List<Class<?>>) - 异常错误 的构造器org.springframework.boot.autoconfigure.session.NonUniqueSessionRepositoryException
 
NORMAL - org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 
notAvailable(String) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates something is not available.

O

OAuth2ClientAutoConfiguration - org.springframework.boot.autoconfigure.security.oauth2.client.servlet中的类
Auto-configuration for OAuth client support.
OAuth2ClientAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration
 
OAuth2ClientProperties - org.springframework.boot.autoconfigure.security.oauth2.client中的类
OAuth 2.0 client properties.
OAuth2ClientProperties() - 类 的构造器org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
 
OAuth2ClientProperties.Provider - org.springframework.boot.autoconfigure.security.oauth2.client中的类
 
OAuth2ClientProperties.Registration - org.springframework.boot.autoconfigure.security.oauth2.client中的类
A single client registration.
OAuth2ClientPropertiesRegistrationAdapter - org.springframework.boot.autoconfigure.security.oauth2.client中的类
Adapter class to convert OAuth2ClientProperties to a ClientRegistration.
OAuth2ResourceServerAutoConfiguration - org.springframework.boot.autoconfigure.security.oauth2.resource.servlet中的类
Auto-configuration for OAuth resource server support.
OAuth2ResourceServerAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration
 
OAuth2ResourceServerProperties - org.springframework.boot.autoconfigure.security.oauth2.resource中的类
OAuth 2.0 resource server properties.
OAuth2ResourceServerProperties() - 类 的构造器org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties
 
OAuth2ResourceServerProperties.Jwt - org.springframework.boot.autoconfigure.security.oauth2.resource中的类
 
objectNamingStrategy() - 类 中的方法org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
of(Class<?>...) - 类 中的静态方法org.springframework.boot.autoconfigure.AutoConfigurations
 
of(String, Object...) - 类 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method to create a new ConditionMessage with a specific message.
of(Collection<? extends ConditionMessage>) - 类 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method to create a new ConditionMessage comprised of the specified messages.
OLDER_THAN - org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
Older than the specified JavaVersion.
ON_TRACE_PARAM - org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Add stacktrace information when the "trace" request parameter is "true".
onApplicationEvent(JobExecutionEvent) - 类 中的方法org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
onApplicationEvent(SpringApplicationEvent) - 类 中的方法org.springframework.boot.autoconfigure.BackgroundPreinitializer
 
onApplicationEvent(ApplicationEvent) - 类 中的方法org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 
onAutoConfigurationImportEvent(AutoConfigurationImportEvent) - 接口 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportListener
Handle an auto-configuration import event.
OnPropertyListCondition - org.springframework.boot.autoconfigure.condition中的类
Condition that checks if a property whose value is a list is defined in the environment.
OnPropertyListCondition(String, Supplier<ConditionMessage.Builder>) - 类 的构造器org.springframework.boot.autoconfigure.condition.OnPropertyListCondition
Create a new instance with the property to check and the message builder to use.
onStartup(ServletContext) - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.JerseyWebApplicationInitializer
 
openEntityManagerInViewInterceptor() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
 
ORDER - 类 中的静态变量org.springframework.boot.autoconfigure.cloud.CloudServiceConnectorsAutoConfiguration
 
org.springframework.boot.autoconfigure - 程序包 org.springframework.boot.autoconfigure
Spring Boot's auto-configuration capabilities.
org.springframework.boot.autoconfigure.admin - 程序包 org.springframework.boot.autoconfigure.admin
Auto-configuration for admin-related features.
org.springframework.boot.autoconfigure.amqp - 程序包 org.springframework.boot.autoconfigure.amqp
Auto-configuration for RabbitMQ.
org.springframework.boot.autoconfigure.aop - 程序包 org.springframework.boot.autoconfigure.aop
Auto-configuration for Spring AOP.
org.springframework.boot.autoconfigure.batch - 程序包 org.springframework.boot.autoconfigure.batch
Auto-configuration for Spring Batch.
org.springframework.boot.autoconfigure.cache - 程序包 org.springframework.boot.autoconfigure.cache
Auto-configuration for the cache abstraction.
org.springframework.boot.autoconfigure.cassandra - 程序包 org.springframework.boot.autoconfigure.cassandra
Auto-configuration for Cassandra.
org.springframework.boot.autoconfigure.cloud - 程序包 org.springframework.boot.autoconfigure.cloud
Auto-configuration for Spring Cloud Service Connectors.
org.springframework.boot.autoconfigure.condition - 程序包 org.springframework.boot.autoconfigure.condition
@Condition annotations and supporting classes.
org.springframework.boot.autoconfigure.context - 程序包 org.springframework.boot.autoconfigure.context
Auto-configuration for the Spring context.
org.springframework.boot.autoconfigure.couchbase - 程序包 org.springframework.boot.autoconfigure.couchbase
Auto-configuration for Couchbase.
org.springframework.boot.autoconfigure.dao - 程序包 org.springframework.boot.autoconfigure.dao
Auto-configuration for Spring DAO.
org.springframework.boot.autoconfigure.data - 程序包 org.springframework.boot.autoconfigure.data
Auto-configuration base classes for Spring Data.
org.springframework.boot.autoconfigure.data.cassandra - 程序包 org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data Cassandra.
org.springframework.boot.autoconfigure.data.couchbase - 程序包 org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data Couchbase.
org.springframework.boot.autoconfigure.data.elasticsearch - 程序包 org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Spring Data Elasticsearch.
org.springframework.boot.autoconfigure.data.jdbc - 程序包 org.springframework.boot.autoconfigure.data.jdbc
Auto-configuration for Spring Data JDBC.
org.springframework.boot.autoconfigure.data.jpa - 程序包 org.springframework.boot.autoconfigure.data.jpa
Auto-configuration for Spring Data JPA.
org.springframework.boot.autoconfigure.data.ldap - 程序包 org.springframework.boot.autoconfigure.data.ldap
Auto-configuration for Spring Data LDAP.
org.springframework.boot.autoconfigure.data.mongo - 程序包 org.springframework.boot.autoconfigure.data.mongo
Auto-configuration for Spring Data Mongo.
org.springframework.boot.autoconfigure.data.neo4j - 程序包 org.springframework.boot.autoconfigure.data.neo4j
Auto-configuration for Spring Data Neo4j.
org.springframework.boot.autoconfigure.data.redis - 程序包 org.springframework.boot.autoconfigure.data.redis
Auto-configuration for Spring Data Redis.
org.springframework.boot.autoconfigure.data.rest - 程序包 org.springframework.boot.autoconfigure.data.rest
Auto-configuration for Spring Data REST.
org.springframework.boot.autoconfigure.data.solr - 程序包 org.springframework.boot.autoconfigure.data.solr
Auto-configuration for Spring Data SOLR.
org.springframework.boot.autoconfigure.data.web - 程序包 org.springframework.boot.autoconfigure.data.web
Auto-configuration for Spring Data's Web Support.
org.springframework.boot.autoconfigure.diagnostics.analyzer - 程序包 org.springframework.boot.autoconfigure.diagnostics.analyzer
Internal FailureAnalyzer implementations related to auto-configuration.
org.springframework.boot.autoconfigure.domain - 程序包 org.springframework.boot.autoconfigure.domain
General purpose domain annotations and classes.
org.springframework.boot.autoconfigure.elasticsearch.jest - 程序包 org.springframework.boot.autoconfigure.elasticsearch.jest
Auto-configuration for Jest.
org.springframework.boot.autoconfigure.elasticsearch.rest - 程序包 org.springframework.boot.autoconfigure.elasticsearch.rest
Auto-configuration for Elasticsearch REST clients.
org.springframework.boot.autoconfigure.flyway - 程序包 org.springframework.boot.autoconfigure.flyway
Auto-configuration for Flyway.
org.springframework.boot.autoconfigure.freemarker - 程序包 org.springframework.boot.autoconfigure.freemarker
Auto-configuration for FreeMarker.
org.springframework.boot.autoconfigure.groovy.template - 程序包 org.springframework.boot.autoconfigure.groovy.template
Auto-configuration for Groovy templates.
org.springframework.boot.autoconfigure.gson - 程序包 org.springframework.boot.autoconfigure.gson
Auto-configuration for GSON.
org.springframework.boot.autoconfigure.h2 - 程序包 org.springframework.boot.autoconfigure.h2
Auto-configuration for H2's Console.
org.springframework.boot.autoconfigure.hateoas - 程序包 org.springframework.boot.autoconfigure.hateoas
Auto-configuration for Spring HATEOAS.
org.springframework.boot.autoconfigure.hazelcast - 程序包 org.springframework.boot.autoconfigure.hazelcast
Auto-configuration for Hazelcast.
org.springframework.boot.autoconfigure.http - 程序包 org.springframework.boot.autoconfigure.http
Auto-configuration for HTTP concerns.
org.springframework.boot.autoconfigure.http.codec - 程序包 org.springframework.boot.autoconfigure.http.codec
Auto-configuration for HTTP codecs.
org.springframework.boot.autoconfigure.influx - 程序包 org.springframework.boot.autoconfigure.influx
Auto-configuration for InfluxDB.
org.springframework.boot.autoconfigure.info - 程序包 org.springframework.boot.autoconfigure.info
Auto-configuration for project information.
org.springframework.boot.autoconfigure.integration - 程序包 org.springframework.boot.autoconfigure.integration
Auto-configuration for Spring Integration.
org.springframework.boot.autoconfigure.jackson - 程序包 org.springframework.boot.autoconfigure.jackson
Auto-configuration for Jackson.
org.springframework.boot.autoconfigure.jdbc - 程序包 org.springframework.boot.autoconfigure.jdbc
Auto-configuration for JDBC.
org.springframework.boot.autoconfigure.jdbc.metadata - 程序包 org.springframework.boot.autoconfigure.jdbc.metadata
Auto-configuration for JDBC Metadata.
org.springframework.boot.autoconfigure.jersey - 程序包 org.springframework.boot.autoconfigure.jersey
Auto-configuration for Jersey.
org.springframework.boot.autoconfigure.jms - 程序包 org.springframework.boot.autoconfigure.jms
Auto-configuration for JMS.
org.springframework.boot.autoconfigure.jms.activemq - 程序包 org.springframework.boot.autoconfigure.jms.activemq
Auto-configuration for ActiveMQ.
org.springframework.boot.autoconfigure.jms.artemis - 程序包 org.springframework.boot.autoconfigure.jms.artemis
Auto-configuration for Artemis.
org.springframework.boot.autoconfigure.jmx - 程序包 org.springframework.boot.autoconfigure.jmx
Auto-configuration for JMX.
org.springframework.boot.autoconfigure.jooq - 程序包 org.springframework.boot.autoconfigure.jooq
Auto-configuration for JOOQ.
org.springframework.boot.autoconfigure.jsonb - 程序包 org.springframework.boot.autoconfigure.jsonb
Auto-configuration for JSON-B.
org.springframework.boot.autoconfigure.kafka - 程序包 org.springframework.boot.autoconfigure.kafka
Auto-configuration for Apache Kafka.
org.springframework.boot.autoconfigure.ldap - 程序包 org.springframework.boot.autoconfigure.ldap
Auto-configuration for LDAP.
org.springframework.boot.autoconfigure.ldap.embedded - 程序包 org.springframework.boot.autoconfigure.ldap.embedded
Auto-configuration for embedded LDAP.
org.springframework.boot.autoconfigure.liquibase - 程序包 org.springframework.boot.autoconfigure.liquibase
Auto-configuration for Liquibase.
org.springframework.boot.autoconfigure.logging - 程序包 org.springframework.boot.autoconfigure.logging
Auto-configuration for logging.
org.springframework.boot.autoconfigure.mail - 程序包 org.springframework.boot.autoconfigure.mail
Auto-configuration for email support.
org.springframework.boot.autoconfigure.mongo - 程序包 org.springframework.boot.autoconfigure.mongo
Auto-configuration for MongoDB.
org.springframework.boot.autoconfigure.mongo.embedded - 程序包 org.springframework.boot.autoconfigure.mongo.embedded
Auto-configuration for embedded MongoDB.
org.springframework.boot.autoconfigure.mustache - 程序包 org.springframework.boot.autoconfigure.mustache
Auto-configuration for Mustache.
org.springframework.boot.autoconfigure.orm.jpa - 程序包 org.springframework.boot.autoconfigure.orm.jpa
Auto-configuration for JPA and Spring ORM.
org.springframework.boot.autoconfigure.quartz - 程序包 org.springframework.boot.autoconfigure.quartz
Auto-configuration for Quartz Scheduler.
org.springframework.boot.autoconfigure.reactor.core - 程序包 org.springframework.boot.autoconfigure.reactor.core
Auto-configuration for Reactor Core.
org.springframework.boot.autoconfigure.security - 程序包 org.springframework.boot.autoconfigure.security
Auto-configuration for Spring Security.
org.springframework.boot.autoconfigure.security.oauth2.client - 程序包 org.springframework.boot.autoconfigure.security.oauth2.client
Support for Spring Security's OAuth 2 client.
org.springframework.boot.autoconfigure.security.oauth2.client.reactive - 程序包 org.springframework.boot.autoconfigure.security.oauth2.client.reactive
Auto-configuration for Spring Security's Reactive OAuth 2 client.
org.springframework.boot.autoconfigure.security.oauth2.client.servlet - 程序包 org.springframework.boot.autoconfigure.security.oauth2.client.servlet
Auto-configuration for Spring Security's OAuth 2 client.
org.springframework.boot.autoconfigure.security.oauth2.resource - 程序包 org.springframework.boot.autoconfigure.security.oauth2.resource
Support for Spring Security's OAuth2 resource server.
org.springframework.boot.autoconfigure.security.oauth2.resource.reactive - 程序包 org.springframework.boot.autoconfigure.security.oauth2.resource.reactive
Auto-configuration for Spring Security's Reactive OAuth2 resource server.
org.springframework.boot.autoconfigure.security.oauth2.resource.servlet - 程序包 org.springframework.boot.autoconfigure.security.oauth2.resource.servlet
Auto-configuration for Spring Security's OAuth2 resource server.
org.springframework.boot.autoconfigure.security.reactive - 程序包 org.springframework.boot.autoconfigure.security.reactive
Auto-configuration for reactive Spring Security.
org.springframework.boot.autoconfigure.security.servlet - 程序包 org.springframework.boot.autoconfigure.security.servlet
Auto-configuration for Servlet-based Spring Security.
org.springframework.boot.autoconfigure.sendgrid - 程序包 org.springframework.boot.autoconfigure.sendgrid
Auto-configuration for SendGrid.
org.springframework.boot.autoconfigure.session - 程序包 org.springframework.boot.autoconfigure.session
Auto-configuration for Spring Session.
org.springframework.boot.autoconfigure.solr - 程序包 org.springframework.boot.autoconfigure.solr
Auto-configuration for Solr.
org.springframework.boot.autoconfigure.task - 程序包 org.springframework.boot.autoconfigure.task
Auto-configuration for task execution and scheduling.
org.springframework.boot.autoconfigure.template - 程序包 org.springframework.boot.autoconfigure.template
Base classes for template Auto-configuration.
org.springframework.boot.autoconfigure.thymeleaf - 程序包 org.springframework.boot.autoconfigure.thymeleaf
Auto-configuration for Thymeleaf.
org.springframework.boot.autoconfigure.transaction - 程序包 org.springframework.boot.autoconfigure.transaction
Auto-configuration for transaction support.
org.springframework.boot.autoconfigure.transaction.jta - 程序包 org.springframework.boot.autoconfigure.transaction.jta
Auto-configuration for JTA.
org.springframework.boot.autoconfigure.validation - 程序包 org.springframework.boot.autoconfigure.validation
Auto-configuration for (JSR-303) Validation.
org.springframework.boot.autoconfigure.web - 程序包 org.springframework.boot.autoconfigure.web
Auto-configuration for common web concerns.
org.springframework.boot.autoconfigure.web.client - 程序包 org.springframework.boot.autoconfigure.web.client
Auto-configuration for web clients.
org.springframework.boot.autoconfigure.web.embedded - 程序包 org.springframework.boot.autoconfigure.web.embedded
Configuration for embedded reactive and servlet web servers.
org.springframework.boot.autoconfigure.web.format - 程序包 org.springframework.boot.autoconfigure.web.format
Support classes for web-specific formatting.
org.springframework.boot.autoconfigure.web.reactive - 程序包 org.springframework.boot.autoconfigure.web.reactive
Auto-configuration for reactive web servers and Spring WebFlux.
org.springframework.boot.autoconfigure.web.reactive.error - 程序包 org.springframework.boot.autoconfigure.web.reactive.error
Auto-configuration for Spring WebFlux error handling.
org.springframework.boot.autoconfigure.web.reactive.function.client - 程序包 org.springframework.boot.autoconfigure.web.reactive.function.client
Auto-configuration for Spring Framework's functional web client.
org.springframework.boot.autoconfigure.web.servlet - 程序包 org.springframework.boot.autoconfigure.web.servlet
Auto-configuration for servlet web servers and Spring MVC.
org.springframework.boot.autoconfigure.web.servlet.error - 程序包 org.springframework.boot.autoconfigure.web.servlet.error
Auto-configuration for Spring MVC error handling.
org.springframework.boot.autoconfigure.webservices - 程序包 org.springframework.boot.autoconfigure.webservices
Auto-configuration for Spring Web Services.
org.springframework.boot.autoconfigure.webservices.client - 程序包 org.springframework.boot.autoconfigure.webservices.client
Auto-configuration for Spring Web Services Clients.
org.springframework.boot.autoconfigure.websocket.reactive - 程序包 org.springframework.boot.autoconfigure.websocket.reactive
Auto-configuration for WebSocket support in reactive web servers.
org.springframework.boot.autoconfigure.websocket.servlet - 程序包 org.springframework.boot.autoconfigure.websocket.servlet
Auto-configuration for WebSocket support in servlet web servers.

P

Packages() - 类 的构造器org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
Pageable() - 类 的构造器org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
pageableCustomizer() - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
 
parameterizedContainer() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnBean
Additional classes that may contain the specified bean types within their generic parameters.
parameterizedContainer() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
Additional classes that may contain the specified bean types within their generic parameters.
ParentAwareNamingStrategy - org.springframework.boot.autoconfigure.jmx中的类
Extension of MetadataNamingStrategy that supports a parent ApplicationContext.
ParentAwareNamingStrategy(JmxAttributeSource) - 类 的构造器org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
 
path() - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
PathBasedTemplateAvailabilityProvider - org.springframework.boot.autoconfigure.template中的类
Abstract base class for TemplateAvailabilityProvider implementations that find templates from paths.
PathBasedTemplateAvailabilityProvider(String, Class<? extends PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties>, String) - 类 的构造器org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider
 
PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties - org.springframework.boot.autoconfigure.template中的类
 
Pathmatch() - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
 
PathRequest - org.springframework.boot.autoconfigure.security.reactive中的类
Factory that can be used to create a ServerWebExchangeMatcher for commonly used paths.
PathRequest - org.springframework.boot.autoconfigure.security.servlet中的类
Factory that can be used to create a RequestMatcher for commonly used paths.
PathRequest.H2ConsoleRequestMatcher - org.springframework.boot.autoconfigure.security.servlet中的类
The request matcher used to match against h2 console path.
PersistenceExceptionTranslationAutoConfiguration - org.springframework.boot.autoconfigure.dao中的类
Auto-configuration for Spring's persistence exception translation.
PersistenceExceptionTranslationAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
 
persistenceExceptionTranslationPostProcessor(Environment) - 类 中的静态方法org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
 
PERSISTENT - org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
 
PlatformTransactionManagerCustomizer<T extends org.springframework.transaction.PlatformTransactionManager> - org.springframework.boot.autoconfigure.transaction中的接口
Callback interface that can be implemented by beans wishing to customize PlatformTransactionManagers whilst retaining default auto-configuration.
platformTransactionManagerCustomizers(ObjectProvider<PlatformTransactionManagerCustomizer<?>>) - 类 中的方法org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
 
Pool() - 类 的构造器org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
Pool() - 类 的构造器org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
Pool() - 类 的构造器org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
Pool() - 类 的构造器org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
 
PooledDataSourceConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.PooledDataSourceConfiguration
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
 
postProcessConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.boot.autoconfigure.http.HttpMessageConverters
Method that can be used to post-process the HttpMessageConverter list before it is used.
postProcessPartConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.boot.autoconfigure.http.HttpMessageConverters
Method that can be used to post-process the HttpMessageConverter list before it is used to configure the part converters of AllEncompassingFormHttpMessageConverter.
prefix - 类 中的变量org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
Log file name prefix.
prefix - 类 中的变量org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
Log file name prefix.
prefix() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
A prefix that should be applied to each property.
preserveErrorControllerTargetClassPostProcessor() - 类 中的静态方法org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 
Producer() - 类 的构造器org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
ProjectInfoAutoConfiguration - org.springframework.boot.autoconfigure.info中的类
Auto-configuration for various project information.
ProjectInfoAutoConfiguration(ProjectInfoProperties) - 类 的构造器org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
ProjectInfoProperties - org.springframework.boot.autoconfigure.info中的类
Configuration properties for project information.
ProjectInfoProperties() - 类 的构造器org.springframework.boot.autoconfigure.info.ProjectInfoProperties
 
ProjectInfoProperties.Build - org.springframework.boot.autoconfigure.info中的类
Build specific info properties.
ProjectInfoProperties.Git - org.springframework.boot.autoconfigure.info中的类
Git specific info properties.
PropertyPlaceholderAutoConfiguration - org.springframework.boot.autoconfigure.context中的类
Auto-configuration for PropertySourcesPlaceholderConfigurer.
PropertyPlaceholderAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
 
propertySourcesPlaceholderConfigurer() - 类 中的静态方法org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
 
Provider() - 类 的构造器org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
Proxy() - 类 的构造器org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
Proxy() - 类 的构造器org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 

Q

QuartzAutoConfiguration - org.springframework.boot.autoconfigure.quartz中的类
Auto-configuration for Quartz Scheduler.
QuartzAutoConfiguration(QuartzProperties, ObjectProvider<SchedulerFactoryBeanCustomizer>, ObjectProvider<JobDetail[]>, ObjectProvider<Map<String, Calendar>>, ObjectProvider<Trigger[]>, ApplicationContext) - 类 的构造器org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration
 
QuartzAutoConfiguration.JdbcStoreTypeConfiguration - org.springframework.boot.autoconfigure.quartz中的类
 
QuartzDataSource - org.springframework.boot.autoconfigure.quartz中的注释类型
Qualifier annotation for a DataSource to be injected into Quartz auto-configuration.
quartzDataSourceInitializer(DataSource, ObjectProvider<DataSource>, ResourceLoader, QuartzProperties) - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
 
QuartzDataSourceInitializer - org.springframework.boot.autoconfigure.quartz中的类
Initialize the Quartz Scheduler schema.
QuartzDataSourceInitializer(DataSource, ResourceLoader, QuartzProperties) - 类 的构造器org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
 
QuartzProperties - org.springframework.boot.autoconfigure.quartz中的类
Configuration properties for the Quartz Scheduler integration.
QuartzProperties() - 类 的构造器org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
QuartzProperties.Jdbc - org.springframework.boot.autoconfigure.quartz中的类
 
quartzScheduler() - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration
 
QUOTE - org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 

R

RabbitAutoConfiguration - org.springframework.boot.autoconfigure.amqp中的类
Auto-configuration for RabbitTemplate.
RabbitAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
 
RabbitAutoConfiguration.MessagingTemplateConfiguration - org.springframework.boot.autoconfigure.amqp中的类
 
RabbitAutoConfiguration.RabbitConnectionFactoryCreator - org.springframework.boot.autoconfigure.amqp中的类
 
RabbitAutoConfiguration.RabbitTemplateConfiguration - org.springframework.boot.autoconfigure.amqp中的类
 
rabbitConnectionFactory(RabbitProperties, ObjectProvider<ConnectionNameStrategy>) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
 
RabbitConnectionFactoryCreator() - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
 
rabbitMessagingTemplate(RabbitTemplate) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
 
RabbitProperties - org.springframework.boot.autoconfigure.amqp中的类
Configuration properties for Rabbit.
RabbitProperties() - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
RabbitProperties.AmqpContainer - org.springframework.boot.autoconfigure.amqp中的类
 
RabbitProperties.Cache - org.springframework.boot.autoconfigure.amqp中的类
 
RabbitProperties.Cache.Channel - org.springframework.boot.autoconfigure.amqp中的类
 
RabbitProperties.Cache.Connection - org.springframework.boot.autoconfigure.amqp中的类
 
RabbitProperties.ContainerType - org.springframework.boot.autoconfigure.amqp中的枚举
 
RabbitProperties.DirectContainer - org.springframework.boot.autoconfigure.amqp中的类
Configuration properties for DirectMessageListenerContainer.
RabbitProperties.Listener - org.springframework.boot.autoconfigure.amqp中的类
 
RabbitProperties.ListenerRetry - org.springframework.boot.autoconfigure.amqp中的类
 
RabbitProperties.Retry - org.springframework.boot.autoconfigure.amqp中的类
 
RabbitProperties.SimpleContainer - org.springframework.boot.autoconfigure.amqp中的类
Configuration properties for SimpleMessageListenerContainer.
RabbitProperties.Ssl - org.springframework.boot.autoconfigure.amqp中的类
 
RabbitProperties.Template - org.springframework.boot.autoconfigure.amqp中的类
 
RabbitRetryTemplateCustomizer - org.springframework.boot.autoconfigure.amqp中的接口
Callback interface that can be used to customize a RetryTemplate used as part of the Rabbit infrastructure.
RabbitRetryTemplateCustomizer.Target - org.springframework.boot.autoconfigure.amqp中的枚举
Define the available target for a RetryTemplate.
rabbitTemplate(ConnectionFactory) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
RabbitTemplateConfiguration(RabbitProperties, ObjectProvider<MessageConverter>, ObjectProvider<RabbitRetryTemplateCustomizer>) - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
range() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnJava
Configures whether the value configured in ConditionalOnJava.value() shall be considered the upper exclusive or lower inclusive boundary.
Reactive() - 类 的构造器org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
REACTIVE - org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
Only reactive-based web application will match.
REACTIVE - org.springframework.boot.autoconfigure.data.RepositoryType
Enables reactive repositories.
reactiveCassandraSession(Session) - 类 中的方法org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 
reactiveCassandraSessionFactory(ReactiveSession) - 类 中的方法org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 
reactiveCassandraTemplate(ReactiveSession, CassandraConverter) - 类 中的方法org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 
ReactiveMongoClientFactory - org.springframework.boot.autoconfigure.mongo中的类
A factory for a reactive MongoClient that applies MongoProperties.
ReactiveMongoClientFactory(MongoProperties, Environment, List<MongoClientSettingsBuilderCustomizer>) - 类 的构造器org.springframework.boot.autoconfigure.mongo.ReactiveMongoClientFactory
 
reactiveMongoDatabaseFactory(MongoClient) - 类 中的方法org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
reactiveMongoTemplate(ReactiveMongoDatabaseFactory, MongoConverter) - 类 中的方法org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
ReactiveOAuth2ClientAutoConfiguration - org.springframework.boot.autoconfigure.security.oauth2.client.reactive中的类
Auto-configuration for Spring Security's Reactive OAuth2 client.
ReactiveOAuth2ClientAutoConfiguration(OAuth2ClientProperties) - 类 的构造器org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
 
ReactiveOAuth2ResourceServerAutoConfiguration - org.springframework.boot.autoconfigure.security.oauth2.resource.reactive中的类
Auto-configuration for Reactive OAuth2 resource server support.
ReactiveOAuth2ResourceServerAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.security.oauth2.resource.reactive.ReactiveOAuth2ResourceServerAutoConfiguration
 
reactiveRedisTemplate(ReactiveRedisConnectionFactory, ResourceLoader) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
 
ReactiveSecurityAutoConfiguration - org.springframework.boot.autoconfigure.security.reactive中的类
Auto-configuration for Spring Security in a reactive application.
ReactiveSecurityAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.security.reactive.ReactiveSecurityAutoConfiguration
 
reactiveStreamsMongoClient(MongoProperties, Environment, ObjectProvider<MongoClientSettingsBuilderCustomizer>) - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
 
ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor - org.springframework.boot.autoconfigure.data.mongo中的类
BeanFactoryPostProcessor to automatically set up the recommended dependsOn configuration for Mongo clients when used embedded Mongo.
ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor(String...) - 类 的构造器org.springframework.boot.autoconfigure.data.mongo.ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor
 
reactiveUserDetailsService(SecurityProperties, ObjectProvider<PasswordEncoder>) - 类 中的方法org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfiguration
 
ReactiveUserDetailsServiceAutoConfiguration - org.springframework.boot.autoconfigure.security.reactive中的类
Default user Configuration for a reactive web application.
ReactiveUserDetailsServiceAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfiguration
 
ReactiveWebServerFactoryAutoConfiguration - org.springframework.boot.autoconfigure.web.reactive中的类
Auto-configuration for a reactive web server.
ReactiveWebServerFactoryAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
 
ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar - org.springframework.boot.autoconfigure.web.reactive中的类
Registers a WebServerFactoryCustomizerBeanPostProcessor.
reactiveWebServerFactoryCustomizer(ServerProperties) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
 
ReactiveWebServerFactoryCustomizer - org.springframework.boot.autoconfigure.web.reactive中的类
WebServerFactoryCustomizer to apply ServerProperties to reactive servers.
ReactiveWebServerFactoryCustomizer(ServerProperties) - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
 
ReactorCoreAutoConfiguration - org.springframework.boot.autoconfigure.reactor.core中的类
Auto-configuration for Reactor Core.
ReactorCoreAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.reactor.core.ReactorCoreAutoConfiguration
 
ReactorCoreProperties - org.springframework.boot.autoconfigure.reactor.core中的类
Properties for Reactor Core.
ReactorCoreProperties() - 类 的构造器org.springframework.boot.autoconfigure.reactor.core.ReactorCoreProperties
 
ReactorCoreProperties.StacktraceMode - org.springframework.boot.autoconfigure.reactor.core中的类
 
recordConditionEvaluation(String, Condition, ConditionOutcome) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Record the occurrence of condition evaluation.
recordEvaluationCandidates(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Records the names of the classes that are candidates for condition evaluation.
recordExclusions(Collection<String>) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Records the names of the classes that have been excluded from condition evaluation.
Redis() - 类 的构造器org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
REDIS - org.springframework.boot.autoconfigure.cache.CacheType
Redis backed caching.
REDIS - org.springframework.boot.autoconfigure.session.StoreType
Redis backed sessions.
RedisAutoConfiguration - org.springframework.boot.autoconfigure.data.redis中的类
Auto-configuration for Spring Data's Redis support.
RedisAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
 
RedisProperties - org.springframework.boot.autoconfigure.data.redis中的类
Configuration properties for Redis.
RedisProperties() - 类 的构造器org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
RedisProperties.Cluster - org.springframework.boot.autoconfigure.data.redis中的类
Cluster properties.
RedisProperties.Jedis - org.springframework.boot.autoconfigure.data.redis中的类
Jedis client properties.
RedisProperties.Lettuce - org.springframework.boot.autoconfigure.data.redis中的类
Lettuce client properties.
RedisProperties.Pool - org.springframework.boot.autoconfigure.data.redis中的类
Pool properties.
RedisProperties.Sentinel - org.springframework.boot.autoconfigure.data.redis中的类
Redis sentinel properties.
RedisReactiveAutoConfiguration - org.springframework.boot.autoconfigure.data.redis中的类
Auto-configuration for Spring Data's reactive Redis support.
RedisReactiveAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
 
RedisRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.redis中的类
Auto-configuration for Spring Data's Redis Repositories.
RedisRepositoriesAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration
 
RedisSessionProperties - org.springframework.boot.autoconfigure.session中的类
Configuration properties for Redis backed Spring Session.
RedisSessionProperties() - 类 的构造器org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
redisTemplate(RedisConnectionFactory) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
 
register(BeanDefinitionRegistry, String...) - 类 中的静态方法org.springframework.boot.autoconfigure.AutoConfigurationPackages
Programmatically registers the auto-configuration package names.
register(BeanDefinitionRegistry, String...) - 类 中的静态方法org.springframework.boot.autoconfigure.domain.EntityScanPackages
Register the specified entity scan packages with the system.
register(BeanDefinitionRegistry, Collection<String>) - 类 中的静态方法org.springframework.boot.autoconfigure.domain.EntityScanPackages
Register the specified entity scan packages with the system.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
Registration() - 类 的构造器org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
removeDuplicates(List<T>) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
renderDefaultErrorView(ServerResponse.BodyBuilder, Map<String, Object>) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Render a default HTML "Whitelabel Error Page".
renderErrorResponse(ServerRequest) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Render the error information as a JSON payload.
renderErrorView(String, ServerResponse.BodyBuilder, Map<String, Object>) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Render the given error data as a view, using a template view if available or a static HTML file if available otherwise.
renderErrorView(ServerRequest) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Render the error information as an HTML view.
RepositoryRestMvcAutoConfiguration - org.springframework.boot.autoconfigure.data.rest中的类
Auto-configuration for Spring Data Rest's MVC integration.
RepositoryRestMvcAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
 
RepositoryRestProperties - org.springframework.boot.autoconfigure.data.rest中的类
Configuration properties for Spring Data REST.
RepositoryRestProperties() - 类 的构造器org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
RepositoryType - org.springframework.boot.autoconfigure.data中的枚举
Type of Spring Data repositories to enable.
REQUEST - org.springframework.boot.autoconfigure.http.HttpProperties.Encoding.Type
 
requestContextFilter() - 类 中的静态方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
requestMappingHandlerAdapter() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
requestMappingHandlerMapping() - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
requestMatcherProvider(JerseyApplicationPath) - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.SecurityRequestMatcherProviderAutoConfiguration.JerseyRequestMatcherConfiguration
 
requestMatcherProvider(HandlerMappingIntrospector) - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.SecurityRequestMatcherProviderAutoConfiguration.MvcRequestMatcherConfiguration
 
RequestMatcherProvider - org.springframework.boot.autoconfigure.security.servlet中的接口
Interface that can be used to provide a RequestMatcher that can be used with Spring Security.
resolveConfigLocation() - 类 中的方法org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
Resolve the config location if set.
resolveConfigLocation(Resource) - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties
Resolve the config location if set.
resolveErrorView(HttpServletRequest, HttpServletResponse, HttpStatus, Map<String, Object>) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
Resolve any specific error views.
resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
 
resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - 接口 中的方法org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver
Resolve an error view for the specified details.
Resource() - 类 的构造器org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
 
ResourceBundleCondition() - 类 的构造器org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration.ResourceBundleCondition
 
ResourceCondition - org.springframework.boot.autoconfigure.condition中的类
SpringBootCondition used to check if a resource can be found using a configurable property and optional default location(s).
ResourceCondition(String, String, String...) - 类 的构造器org.springframework.boot.autoconfigure.condition.ResourceCondition
Create a new condition.
ResourceConfigCustomizer - org.springframework.boot.autoconfigure.jersey中的接口
Callback interface that can be implemented by beans wishing to customize Jersey's ResourceConfig before it is used.
ResourceHandlerRegistrationCustomizer - org.springframework.boot.autoconfigure.web.reactive中的接口
Callback interface that can be used to customize ResourceHandlerRegistration.
ResourceProperties - org.springframework.boot.autoconfigure.web中的类
Properties used to configure resource handling.
ResourceProperties() - 类 的构造器org.springframework.boot.autoconfigure.web.ResourceProperties
 
ResourceProperties.Cache - org.springframework.boot.autoconfigure.web中的类
Cache configuration.
ResourceProperties.Cache.Cachecontrol - org.springframework.boot.autoconfigure.web中的类
Cache Control HTTP header configuration.
ResourceProperties.Chain - org.springframework.boot.autoconfigure.web中的类
Configuration for the Spring Resource Handling chain.
ResourceProperties.Content - org.springframework.boot.autoconfigure.web中的类
Version Strategy based on content hashing.
ResourceProperties.Fixed - org.springframework.boot.autoconfigure.web中的类
Version Strategy based on a fixed version string.
ResourceProperties.Strategy - org.springframework.boot.autoconfigure.web中的类
Strategies for extracting and embedding a resource version in its URL path.
resources() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnResource
The resources that must be present.
RESPONSE - org.springframework.boot.autoconfigure.http.HttpProperties.Encoding.Type
 
restClient(RestClientBuilder) - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientAutoConfiguration
 
RestClientAutoConfiguration - org.springframework.boot.autoconfigure.elasticsearch.rest中的类
Auto-configuration for Elasticsearch REST clients.
RestClientAutoConfiguration(RestClientProperties, ObjectProvider<RestClientBuilderCustomizer>) - 类 的构造器org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientAutoConfiguration
 
RestClientAutoConfiguration.RestHighLevelClientConfiguration - org.springframework.boot.autoconfigure.elasticsearch.rest中的类
 
restClientBuilder() - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientAutoConfiguration
 
RestClientBuilderCustomizer - org.springframework.boot.autoconfigure.elasticsearch.rest中的接口
Callback interface that can be implemented by beans wishing to further customize the RestClient via a RestClientBuilder whilst retaining default auto-configuration.
RestClientProperties - org.springframework.boot.autoconfigure.elasticsearch.rest中的类
Configuration properties for Elasticsearch REST clients.
RestClientProperties() - 类 的构造器org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
restHighLevelClient(RestClientBuilder) - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientAutoConfiguration.RestHighLevelClientConfiguration
 
RestHighLevelClientConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientAutoConfiguration.RestHighLevelClientConfiguration
 
RestTemplateAutoConfiguration - org.springframework.boot.autoconfigure.web.client中的类
Auto-configuration for RestTemplate.
RestTemplateAutoConfiguration(ObjectProvider<HttpMessageConverters>, ObjectProvider<RestTemplateCustomizer>) - 类 的构造器org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
 
restTemplateBuilder() - 类 中的方法org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
 
resultedIn(Object) - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates a single result.
Retry() - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
rollback(TransactionContext) - 类 中的方法org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 
run(String...) - 类 中的方法org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 

S

scan(Class<? extends Annotation>...) - 类 中的方法org.springframework.boot.autoconfigure.domain.EntityScanner
Scan for entities with the specified annotations.
scanBasePackageClasses() - 注释类型 中的方法org.springframework.boot.autoconfigure.SpringBootApplication
Type-safe alternative to SpringBootApplication.scanBasePackages() for specifying the packages to scan for annotated components.
scanBasePackages() - 注释类型 中的方法org.springframework.boot.autoconfigure.SpringBootApplication
Base packages to scan for annotated components.
SchedulerFactoryBeanCustomizer - org.springframework.boot.autoconfigure.quartz中的接口
Callback interface that can be implemented by beans wishing to customize the Quartz SchedulerFactoryBean before it is fully initialized, in particular to tune its configuration.
search() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnBean
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
search() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
search() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
SearchStrategy - org.springframework.boot.autoconfigure.condition中的枚举
Some named search strategies for beans in the bean factory hierarchy.
SecurityAutoConfiguration - org.springframework.boot.autoconfigure.security.servlet中的类
Auto-configuration for Spring Security.
SecurityAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
 
SecurityDataConfiguration - org.springframework.boot.autoconfigure.security中的类
Automatically adds Spring Security's integration with Spring Data.
SecurityDataConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
 
securityDialect() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration
 
securityEvaluationContextExtension() - 类 中的方法org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
 
SecurityFilterAutoConfiguration - org.springframework.boot.autoconfigure.security.servlet中的类
Auto-configuration for Spring Security's Filter.
SecurityFilterAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration
 
securityFilterChainRegistration(SecurityProperties) - 类 中的方法org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration
 
SecurityProperties - org.springframework.boot.autoconfigure.security中的类
Configuration properties for Spring Security.
SecurityProperties() - 类 的构造器org.springframework.boot.autoconfigure.security.SecurityProperties
 
SecurityProperties.Filter - org.springframework.boot.autoconfigure.security中的类
 
SecurityProperties.User - org.springframework.boot.autoconfigure.security中的类
 
SecurityRequestMatcherProviderAutoConfiguration - org.springframework.boot.autoconfigure.security.servlet中的类
Auto-configuration for RequestMatcherProvider.
SecurityRequestMatcherProviderAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.security.servlet.SecurityRequestMatcherProviderAutoConfiguration
 
SecurityRequestMatcherProviderAutoConfiguration.JerseyRequestMatcherConfiguration - org.springframework.boot.autoconfigure.security.servlet中的类
 
SecurityRequestMatcherProviderAutoConfiguration.MvcRequestMatcherConfiguration - org.springframework.boot.autoconfigure.security.servlet中的类
 
selectImports(AnnotationMetadata) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
SENDER - org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
RabbitTemplate target.
sendGrid() - 类 中的方法org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
 
SendGridAutoConfiguration - org.springframework.boot.autoconfigure.sendgrid中的类
Auto-configuration for SendGrid.
SendGridAutoConfiguration(SendGridProperties) - 类 的构造器org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
 
SendGridProperties - org.springframework.boot.autoconfigure.sendgrid中的类
ConfigurationProperties for SendGrid.
SendGridProperties() - 类 的构造器org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
SendGridProperties.Proxy - org.springframework.boot.autoconfigure.sendgrid中的类
 
Sentinel() - 类 的构造器org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
ServerProperties - org.springframework.boot.autoconfigure.web中的类
ConfigurationProperties for a web server (e.g. port and path settings).
ServerProperties() - 类 的构造器org.springframework.boot.autoconfigure.web.ServerProperties
 
ServerProperties.Jetty - org.springframework.boot.autoconfigure.web中的类
Jetty properties.
ServerProperties.Jetty.Accesslog - org.springframework.boot.autoconfigure.web中的类
Jetty access log properties.
ServerProperties.Servlet - org.springframework.boot.autoconfigure.web中的类
Servlet properties.
ServerProperties.Tomcat - org.springframework.boot.autoconfigure.web中的类
Tomcat properties.
ServerProperties.Tomcat.Accesslog - org.springframework.boot.autoconfigure.web中的类
Tomcat access log properties.
ServerProperties.Tomcat.Resource - org.springframework.boot.autoconfigure.web中的类
Tomcat static resource properties.
ServerProperties.Undertow - org.springframework.boot.autoconfigure.web中的类
Undertow properties.
ServerProperties.Undertow.Accesslog - org.springframework.boot.autoconfigure.web中的类
Undertow access log properties.
Servlet() - 类 的构造器org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
 
Servlet() - 类 的构造器org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
 
Servlet() - 类 的构造器org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
 
Servlet() - 类 的构造器org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
Servlet() - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
Servlet() - 类 的构造器org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
SERVLET - org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
Only servlet-based web application will match.
SERVLET - org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
 
ServletWebServerFactoryAutoConfiguration - org.springframework.boot.autoconfigure.web.servlet中的类
Auto-configuration for servlet web servers.
ServletWebServerFactoryAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
 
ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar - org.springframework.boot.autoconfigure.web.servlet中的类
Registers a WebServerFactoryCustomizerBeanPostProcessor.
servletWebServerFactoryCustomizer(ServerProperties) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
 
ServletWebServerFactoryCustomizer - org.springframework.boot.autoconfigure.web.servlet中的类
WebServerFactoryCustomizer to apply ServerProperties to servlet web servers.
ServletWebServerFactoryCustomizer(ServerProperties) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
 
SessionAutoConfiguration - org.springframework.boot.autoconfigure.session中的类
Auto-configuration for Spring Session.
SessionAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
 
sessionFactory(Configuration, ApplicationContext, ObjectProvider<EventListener>) - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
SessionProperties - org.springframework.boot.autoconfigure.session中的类
Configuration properties for Spring Session.
SessionProperties(ObjectProvider<ServerProperties>) - 类 的构造器org.springframework.boot.autoconfigure.session.SessionProperties
 
SessionProperties.Servlet - org.springframework.boot.autoconfigure.session中的类
Servlet-related properties.
SessionRepositoryUnavailableException - org.springframework.boot.autoconfigure.session中的异常错误
Exception thrown when no SessionRepository is available.
SessionRepositoryUnavailableException(String, StoreType) - 异常错误 的构造器org.springframework.boot.autoconfigure.session.SessionRepositoryUnavailableException
 
setAcceptCount(int) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setAcceptors(Integer) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setAckCount(Integer) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setAckMode(ContainerProperties.AckMode) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setAcknowledgeMode(AcknowledgeMode) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setAcknowledgeMode(JmsProperties.AcknowledgeMode) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setAcks(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setAckTime(Duration) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setAdditionalTldSkipPatterns(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setAddMappings(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties
 
setAddress(InetAddress) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
setAddresses(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setAlgorithm(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setAllowCaching(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
 
setAllowCoreThreadTimeout(boolean) - 类 中的方法org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
setAllowRequestOverride(boolean) - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setAllowSessionOverride(boolean) - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setAlwaysUseMessageFormat(boolean) - 类 中的方法org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setAnonymousReadOnly(boolean) - 类 中的方法org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setApiKey(String) - 类 中的方法org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
setAppend(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
setApplicationDisplayName(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
setApplicationEventPublisher(ApplicationEventPublisher) - 类 中的方法org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setApplicationId(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setApplicationPath(String) - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
setAuthenticationDatabase(String) - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setAuthorizationGrantType(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setAuthorizationUri(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setAutoCommitInterval(Duration) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setAutoIndex(boolean) - 类 中的方法org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
setAutoIndex(AutoIndexMode) - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setAutoOffsetReset(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setAutoStartup(boolean) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setAutoStartup(boolean) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setAutoStartup(boolean) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setAutoStartup(boolean) - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setBackgroundProcessorDelay(Duration) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setBase(String) - 类 中的方法org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setBasedir(File) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setBaseDn(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setBaselineDescription(String) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setBaselineOnMigrate(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setBaselineVersion(String) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setBasename(String) - 类 中的方法org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setBasePath(String) - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setBatchSize(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
setBlockIfFull(boolean) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setBlockIfFullTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setBootstrapHosts(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
setBootstrapServers(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setBootstrapServers(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setBootstrapServers(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
setBootstrapServers(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setBrokerUrl(String) - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setBuffered(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setBufferMemory(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setBufferSize(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setCache(boolean) - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setCache(boolean) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setCache(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setCacheDuration(Duration) - 类 中的方法org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setCacheMaxBytesBuffering(Integer) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
已过时。
setCacheMaxSizeBuffering(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setCacheNames(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties
 
setCacheNullValues(boolean) - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
setCachePrivate(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setCachePublic(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setCacheTtl(Duration) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
 
setChangeLog(String) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setCharset(String) - 类 中的方法org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
Set the charset.
setCharset(Charset) - 类 中的方法org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
setCharset(Charset) - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setCheckChangeLogLocation(boolean) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setCheckLocation(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setCheckoutTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
setCheckTemplate(boolean) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setCheckTemplateLocation(boolean) - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setCheckTemplateLocation(boolean) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setChunkedModeViewNames(String[]) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
setCleanDisabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setCleanOnValidationError(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setCleanupCron(String) - 类 中的方法org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
setCleanupCron(String) - 类 中的方法org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
setClientAuthenticationMethod(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setClientId(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
setClientId(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setClientId(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setClientId(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setClientId(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
setClientId(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setClientId(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setClientName(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setClientSecret(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setCloseDataSourceOnceMigrated(boolean) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
 
setCloseTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setCluster(RedisProperties.Cluster) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setClusterName(String) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setClusterName(String) - 类 中的方法org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
setClusterNodes(String) - 类 中的方法org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
setClusterPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setCollectionName(String) - 类 中的方法org.springframework.boot.autoconfigure.session.MongoSessionProperties
 
setCommentPrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
setCompressed(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setCompression(ProtocolOptions.Compression) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setCompressionType(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setConcurrency(Integer) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
setConcurrency(Integer) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setConcurrency(Integer) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setConfig(Resource) - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
 
setConfig(Resource) - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
 
setConfig(Resource) - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
setConfig(Resource) - 类 中的方法org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
setConnect(Duration) - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setConnectionTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setConnectionTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setConnectionTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
setConnectRetries(int) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setConnectTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setConsistency(Consistency) - 类 中的方法org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
setConsistencyLevel(ConsistencyLevel) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setConsumers(boolean) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
setConsumersPerQueue(Integer) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
 
setContentType(MimeType) - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setContentType(MimeType) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
 
setContextPath(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
setContexts(String) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setContinueOnError(boolean) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setControlFlag(KafkaJaasLoginModuleInitializer.ControlFlag) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
setCoreSize(int) - 类 中的方法org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
setCredential(EmbeddedLdapProperties.Credential) - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setData(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDatabase(int) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setDatabase(String) - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setDatabase(Database) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setDatabaseChangeLogLockTable(String) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setDatabaseChangeLogTable(String) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setDatabaseDir(String) - 类 中的方法org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
setDatabasePlatform(String) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setDataDirectory(String) - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setDataPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDataSourceClassName(String) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
setDataUsername(String) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDateFormat(String) - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
setDateFormat(String) - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setDateFormat(String) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
setDateFormat(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setDateFormat(String) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setDdlAuto(String) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
setDefaultDestination(String) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setDefaultEncoding(Charset) - 类 中的方法org.springframework.boot.autoconfigure.mail.MailProperties
 
setDefaultMediaType(MediaType) - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setDefaultPageSize(int) - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setDefaultPageSize(Integer) - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setDefaultPropertyInclusion(JsonInclude.Include) - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setDefaultReceiveQueue(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setDefaultRequeueRejected(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setDefaultSchema(String) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setDefaultTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
setDefaultTopic(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
setDeliveryDelay(Duration) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setDeliveryMode(JmsProperties.DeliveryMode) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setDetectionStrategy(RepositoryDetectionStrategy.RepositoryDetectionStrategies) - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setDir(File) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setDirectBuffers(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setDirectory(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setDisableHtmlEscaping(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
setDisableInnerClassSerialization(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
setDispatcherTypes(Set<DispatcherType>) - 类 中的方法org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
setDispatchOptionsRequest(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setDispatchTraceRequest(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setDriverClassName(String) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDropFirst(boolean) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setEagerFilterInit(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setEnableAutoCommit(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setEnableComplexMapKeySerialization(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties.Embedded
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.reactor.core.ReactorCoreProperties.StacktraceMode
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setEnabled(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
setEnableEnumTranslation(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setEnableSpringElCompiler(boolean) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setEncoding(Charset) - 类 中的方法org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setEncoding(Charset) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setEncoding(Charset) - 类 中的方法org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
setEncoding(Charset) - 类 中的方法org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
setEncoding(Charset) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setEnsureUniqueRuntimeObjectNames(boolean) - 类 中的方法org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
Set if unique runtime object names should be ensured.
setEnvironment(Environment) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
setEnvironment(Environment) - 类 中的方法org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
setEnvironment(Environment) - 类 中的方法org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
 
setEnvironment(Environment) - 类 中的方法org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
setEnvironment(Environment) - 类 中的方法org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
 
setExchange(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setExcludedViewNames(String[]) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setExcludeFieldsWithoutExposeAnnotation(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
setExpiration(Duration) - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
setExposeRequestAttributes(boolean) - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setExposeSessionAttributes(boolean) - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setExposeSpringMacroHelpers(boolean) - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setExtendedFormat(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setFailFast(boolean) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
setFallbackToSystemLocale(boolean) - 类 中的方法org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setFavorParameter(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
setFavorPathExtension(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
setFeatures(Set<Feature>) - 类 中的方法org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
setFetchMaxWait(Duration) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setFetchMinSize(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setFetchSize(int) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setFetchSize(int) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
setFieldNamingPolicy(FieldNamingPolicy) - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
setFieldNamingStrategy(Class<?>) - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setFileDateFormat(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setFileDateFormat(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setFilename(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setFileSizeThreshold(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setFilterDispatcherTypes(Set<DispatcherType>) - 类 中的方法org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
 
setFilterOrder(int) - 类 中的方法org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
 
setFlushMode(RedisFlushMode) - 类 中的方法org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
setFlushMode(HazelcastFlushMode) - 类 中的方法org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
setForce(boolean) - 类 中的方法org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
setForceRequest(boolean) - 类 中的方法org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
setForceResponse(boolean) - 类 中的方法org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
setFullModeViewNames(String[]) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
setGenerateDdl(boolean) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setGenerateNonExecutableJson(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
setGenerateUniqueName(boolean) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setGridFsDatabase(String) - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setGroup(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setGroupId(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setHeartbeatInterval(Duration) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
setHeartbeatInterval(Duration) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setHost(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setHost(String) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setHost(String) - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
setHost(String) - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setHost(String) - 类 中的方法org.springframework.boot.autoconfigure.mail.MailProperties
 
setHost(String) - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setHost(String) - 类 中的方法org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
setHost(String) - 类 中的方法org.springframework.boot.autoconfigure.solr.SolrProperties
 
setHtmlApplicationCache(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setIdleEventInterval(Duration) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setIdleEventInterval(Duration) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setIdleTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
setIdleTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setIgnoreDefaultModelOnRedirect(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setIgnoreFutureMigrations(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setIgnoreIgnoredMigrations(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setIgnoreMissingMigrations(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setIgnorePendingMigrations(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setImplicitStrategy(String) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
setIncludeException(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ErrorProperties
 
setIncludeStacktrace(ErrorProperties.IncludeStacktrace) - 类 中的方法org.springframework.boot.autoconfigure.web.ErrorProperties
 
setInit(Map<String, String>) - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
setInit(Map<String, String>) - 类 中的方法org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
setInitialInterval(Duration) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setInitializationMode(DataSourceInitializationMode) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setInitializeSchema(DataSourceInitializationMode) - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchProperties
 
setInitializeSchema(DataSourceInitializationMode) - 类 中的方法org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
setInitializeSchema(DataSourceInitializationMode) - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
setInitializeSchema(DataSourceInitializationMode) - 类 中的方法org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
setInitSqls(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setInMemory(boolean) - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setInstalledBy(String) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setInternalProxies(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setIoThreads(Integer) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setIssuerUri(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setIssuerUri(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
setJmxEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setJndiName(String) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Allows the DataSource to be managed by the container and obtained via JNDI.
setJndiName(String) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties
 
setJndiName(String) - 类 中的方法org.springframework.boot.autoconfigure.mail.MailProperties
 
setJobNames(String) - 类 中的方法org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobParametersConverter(JobParametersConverter) - 类 中的方法org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobRegistry(JobRegistry) - 类 中的方法org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobs(Collection<Job>) - 类 中的方法org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobStoreType(JobStoreType) - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setJodaDateTimeFormat(String) - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setJwkSetUri(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setJwkSetUri(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
setKeepAlive(Duration) - 类 中的方法org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
setKeyDeserializer(Class<?>) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setKeyPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setKeyPrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
setKeySerializer(Class<?>) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setKeyspaceName(String) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setKeyStore(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setKeyStore(String) - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
setKeyStoreLocation(Resource) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setKeyStorePassword(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setKeyStorePassword(String) - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
setKeyStorePassword(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setKeyStoreType(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setKeyStoreType(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setKeyValue(int) - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
setKeyValue(Duration) - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setLabels(String) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setLdif(String) - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setLenient(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
setLimitParamName(String) - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setLiquibaseSchema(String) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setLiquibaseTablespace(String) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setLoadBalancingPolicy(Class<? extends LoadBalancingPolicy>) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
已过时。
setLoadOnStartup(int) - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
 
setLoadOnStartup(int) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
setLoadOnStartup(int) - 类 中的方法org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
setLocale(Locale) - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setLocale(Locale) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setLocale(Locale) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setLocaleResolver(WebMvcProperties.LocaleResolver) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setLocation(String) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setLocation(Resource) - 类 中的方法org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
setLocation(Resource) - 类 中的方法org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
setLocations(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setLogContainerConfig(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setLogCookies(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setLogDir(String) - 类 中的方法org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
setLoginModule(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
setLogLatency(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setLogRequestDetails(boolean) - 类 中的方法org.springframework.boot.autoconfigure.http.HttpProperties
 
setLogResolvedException(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setLogServer(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setLongSerializationPolicy(LongSerializationPolicy) - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
setMandatory(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setMapName(String) - 类 中的方法org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
setMapping(Map<Locale, Charset>) - 类 中的方法org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
setMaster(String) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
setMaxActive(int) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMaxAge(Duration) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setMaxAttempts(int) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setMaxChunkSize(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
setMaxConcurrency(Integer) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
setMaxConcurrency(Integer) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setMaxConnections(int) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setMaxConnections(int) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxEndpoints(int) - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
 
setMaxFileSize(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setMaxHttpHeaderSize(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
setMaxHttpHeaderSize(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
已过时。
setMaxHttpPostSize(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setMaxHttpPostSize(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxHttpPostSize(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setMaxIdle(int) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMaximumActiveSessionPerConnection(int) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
已过时。
setMaxInterval(Duration) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setMaxPageSize(int) - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setMaxPageSize(Integer) - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setMaxPollRecords(Integer) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setMaxQueueSize(int) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
setMaxRedirects(Integer) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
setMaxRequestSize(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setMaxRows(int) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
setMaxSessionsPerConnection(int) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setMaxSize(int) - 类 中的方法org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
setMaxSwallowSize(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxThreads(int) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxWait(Duration) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMediaTypes(List<MediaType>) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
setMediaTypes(Map<String, MediaType>) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
setMessageCodesResolverFormat(DefaultMessageCodesResolver.Format) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setMessageConverter(MessageConverter) - 类 中的方法org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Set the MessageConverter to use or null if the out-of-the-box converter should be used.
setMessageReaders(List<HttpMessageReader<?>>) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Configure HTTP message readers to deserialize the request body with.
setMessageRecoverer(MessageRecoverer) - 类 中的方法org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Set the MessageRecoverer to use or null to rely on the default.
setMessageWriters(List<HttpMessageWriter<?>>) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Configure HTTP message writers to serialize the response body with.
setMinEndpoints(int) - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
 
setMinIdle(int) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMinSpareThreads(int) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMissingQueuesFatal(boolean) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
 
setMissingQueuesFatal(boolean) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
setMixed(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setMode(String) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setMode(CachingConnectionFactory.CacheMode) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
setMode(ArtemisMode) - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setMonitorInterval(Duration) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setMultiplier(double) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setMultiThreaded(boolean) - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setMustRevalidate(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setName(String) - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
setName(String) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setName(String) - 类 中的方法org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setNames(String) - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
setNamespace(String) - 类 中的方法org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
setNoCache(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setNodes(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
setNodes(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
setNonBlockingRedelivery(boolean) - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setNoPollThreshold(Float) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setNoStore(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setNoTransform(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setOneIndexedParameters(boolean) - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setOpenInView(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setOpenInView(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setOplogSize(DataSize) - 类 中的方法org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
setOptions(Map<String, String>) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
setOrder(int) - 类 中的方法org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setOrder(int) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
 
setOrder(int) - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
setOrder(int) - 类 中的方法org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
setOrder(int) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
 
setOutOfOrder(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setOverwriteExistingJobs(boolean) - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setPageParameter(String) - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setPageParamName(String) - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setParameterName(String) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
setParameters(Map<String, String>) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setPassword(char[]) - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.mail.MailProperties
 
setPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setPath(String) - 类 中的方法org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
setPath(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ErrorProperties
 
setPath(String) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
setPath(String) - 类 中的方法org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
setPaths(String[]) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
setPaths(String[]) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
setPattern(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setPattern(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setPeriod(Duration) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
 
setPersistent(boolean) - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setPhysicalStrategy(String) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
setPlaceholderPrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setPlaceholderReplacement(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setPlaceholders(Map<String, String>) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setPlaceholderSuffix(String) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setPlatform(String) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setPollTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setPool(RedisProperties.Pool) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Jedis
 
setPool(RedisProperties.Pool) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
setPoolTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
setPort(int) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPort(int) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setPort(int) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setPort(int) - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setPort(int) - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setPort(Integer) - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
setPort(Integer) - 类 中的方法org.springframework.boot.autoconfigure.mail.MailProperties
 
setPort(Integer) - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setPort(Integer) - 类 中的方法org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
setPort(Integer) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
setPortHeader(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setPreferFileSystemAccess(boolean) - 类 中的方法org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
setPrefetch(Integer) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setPrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setPrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
setPrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setPrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
setPrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setPrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setPrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setPrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
 
setPrettyPrinting(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
setPriority(Integer) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setProducePartialOutputWhileProcessing(boolean) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
 
setProducers(boolean) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
setProperties(Map<String, String>) - 类 中的方法org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
setProperties(Map<String, String>) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
setProperties(Map<String, String>) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setPropertyNamingStrategy(String) - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setProtocol(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setProtocol(String) - 类 中的方法org.springframework.boot.autoconfigure.mail.MailProperties
 
setProtocolHeader(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setProtocolHeaderHttpsValue(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setProvider(String) - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
setProvider(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setProxy(SendGridProperties.Proxy) - 类 中的方法org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
setProxyRevalidate(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setPublisherConfirms(boolean) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPublisherReturns(boolean) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPubSubDomain(boolean) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties
 
setQosEnabled(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setQualifierDelimiter(String) - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setQuery(Duration) - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setQueryTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
setQueue(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
已过时。
setQueueCapacity(int) - 类 中的方法org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
setQueues(String[]) - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setRabbitProperties(RabbitProperties) - 类 中的方法org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Set the RabbitProperties to use.
setReadTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setReadTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setReceiveTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setReceiveTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setReconnectionPolicy(Class<? extends ReconnectionPolicy>) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
已过时。
setRedirectContextRoot(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setRedirectUri(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setRedirectUriTemplate(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
已过时。
setRemoteIpHeader(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setRenameOnRotate(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setRenderHiddenMarkersBeforeCheckboxes(boolean) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setRepeatableSqlMigrationPrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setReplicationFactor(Integer) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setReplSetName(String) - 类 中的方法org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
setReplyTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setRequestAttributesEnabled(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setRequestContextAttribute(String) - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setRequestedHeartbeat(Duration) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setRequestTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
 
setResolveLazily(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
Set the resource loader.
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
setResourceLoaderPath(String) - 类 中的方法org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
setRetentionPeriod(int) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setRetries(Integer) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setRetryPolicy(Class<? extends RetryPolicy>) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
已过时。
setRetryTemplateCustomizers(List<RabbitRetryTemplateCustomizer>) - 类 中的方法org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Set the RabbitRetryTemplateCustomizer instances to use.
setReturnBodyOnCreate(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setReturnBodyOnUpdate(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setRoles(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setRollbackFile(File) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setRollbackOnCommitFailure(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
setRotate(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setRotate(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setRoutingKey(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setSchedulerName(String) - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setSchema(String) - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchProperties
 
setSchema(String) - 类 中的方法org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
setSchema(String) - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
setSchema(String) - 类 中的方法org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
setSchema(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSchema(Resource) - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
setSchemaAction(String) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setSchemaPassword(String) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSchemas(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSchemaUsername(String) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setScope(Set<String>) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setSelectors(Integer) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setSendTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setSentinel(RedisProperties.Sentinel) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setSeparator(String) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSerialConsistencyLevel(ConsistencyLevel) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setSerializeNulls(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonProperties
 
setServerHeader(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
setServerId(int) - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setServlet(SessionProperties.Servlet) - 类 中的方法org.springframework.boot.autoconfigure.session.SessionProperties
 
setServletContext(ServletContext) - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
setSessionCacheSize(int) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
setSettings(Map<String, String>) - 类 中的方法org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
setShowSql(boolean) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setShutdownTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
setSize(int) - 类 中的方法org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
 
setSize(Integer) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
setSize(Integer) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
setSizeParameter(String) - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setSkipDefaultCallbacks(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSkipDefaultResolvers(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSMaxAge(Duration) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setSocketConnect(Duration) - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setSortParameter(String) - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
 
setSortParamName(String) - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setSpec(String) - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
setSqlDialect(SQLDialect) - 类 中的方法org.springframework.boot.autoconfigure.jooq.JooqProperties
 
setSqlMigrationPrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSqlMigrationSeparator(String) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSqlMigrationSuffixes(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSqlScriptEncoding(Charset) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSsl(boolean) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setSsl(boolean) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setSsl(Ssl) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
setStaleIfError(Duration) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setStaleWhileRevalidate(Duration) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setStartupDelay(Duration) - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setStateDir(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setStateless(boolean) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
 
setStaticLocations(String[]) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties
 
setStaticPathPattern(String) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
setStaticPathPattern(String) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setStoreType(StoreType) - 类 中的方法org.springframework.boot.autoconfigure.session.SessionProperties
 
setSuffix(String) - 类 中的方法org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
setSuffix(String) - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setSuffix(String) - 类 中的方法org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
setSuffix(String) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setSuffix(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setSuffix(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setSuffix(String) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
 
setTable(String) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setTableName(String) - 类 中的方法org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
setTablePrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.batch.BatchProperties
 
setTarget(String) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setTemplateLoaderPath(String...) - 类 中的方法org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
setTemplateResolverOrder(Integer) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setTestRollbackOnUpdate(boolean) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setThreadNamePrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.task.TaskExecutionProperties
 
setThreadNamePrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
 
setThrowExceptionIfNoHandlerFound(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setTimeBetweenExpirationCheck(Duration) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setTimeout(Duration) - 类 中的方法org.springframework.boot.autoconfigure.session.SessionProperties
 
setTimeToLive(Duration) - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
setTimeToLive(Duration) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setTimeZone(TimeZone) - 类 中的方法org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setTimeZone(TimeZone) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
Settings() - 类 的构造器org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
setTokenUri(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setTopics(String[]) - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setTrace(boolean) - 类 中的方法org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
setTransactionIdPrefix(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setTransactionManagerId(String) - 类 中的方法org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
setTransactionSize(Integer) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
setTrustAll(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
setTrusted(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
setTrustStore(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setTrustStoreLocation(Resource) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setTrustStorePassword(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setTrustStorePassword(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setTrustStoreType(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setTrustStoreType(String) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setType(Class<? extends DataSource>) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setType(RabbitProperties.ContainerType) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
setType(CacheType) - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties
 
setType(JerseyProperties.Type) - 类 中的方法org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
setType(KafkaProperties.Listener.Type) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setUri(String) - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setUri(String) - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setUriEncoding(Charset) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setUris(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setUris(List<String>) - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
setUrl(String) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setUrl(String) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setUrl(String) - 类 中的方法org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
setUrl(String) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setUrl(String) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setUrlMappings(Collection<String>) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
 
setUrls(String[]) - 类 中的方法org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setUseAnonymousProducers(boolean) - 类 中的方法org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setUseCodeAsDefaultMessage(boolean) - 类 中的方法org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setUseForwardHeaders(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties
 
setUseHalAsDefaultJsonMediaType(boolean) - 类 中的方法org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 
setUseKeyPrefix(boolean) - 类 中的方法org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
setUseNewIdGeneratorMappings(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
setUser(String) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setUser(String) - 类 中的方法org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
setUser(String) - 类 中的方法org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setUser(String) - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setUser(String) - 类 中的方法org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setUseRegisteredSuffixPattern(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
 
setUseRelativeRedirects(Boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setUserInfoAuthenticationMethod(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setUserInfoUri(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setUsername(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setUsername(String) - 类 中的方法org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setUsername(String) - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setUsername(String) - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setUsername(String) - 类 中的方法org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
setUsername(String) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setUsername(String) - 类 中的方法org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
setUsername(String) - 类 中的方法org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setUsername(String) - 类 中的方法org.springframework.boot.autoconfigure.mail.MailProperties
 
setUsername(String) - 类 中的方法org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setUserNameAttribute(String) - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setUseSuffixPattern(boolean) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
 
setValidateOnMigrate(boolean) - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setValidateServerCertificate(boolean) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setValueDeserializer(Class<?>) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setValueSerializer(Class<?>) - 类 中的方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setVerifyHostname(boolean) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setVersion(String) - 类 中的方法org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
setVersion(String) - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
setView(Duration) - 类 中的方法org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setViewNames(String[]) - 类 中的方法org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setViewNames(String[]) - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setViewResolvers(List<ViewResolver>) - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Configure the ViewResolver to use for rendering views.
setVirtualHost(String) - 类 中的方法org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setWaitForJobsToCompleteOnShutdown(boolean) - 类 中的方法org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setWebAllowOthers(boolean) - 类 中的方法org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
setWorkerThreads(Integer) - 类 中的方法org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setXa(DataSourceProperties.Xa) - 类 中的方法org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setZkHost(String) - 类 中的方法org.springframework.boot.autoconfigure.solr.SolrProperties
 
shouldForce(HttpProperties.Encoding.Type) - 类 中的方法org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
SIMPLE - org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
Container where the RabbitMQ consumer dispatches messages to an invoker thread.
SIMPLE - org.springframework.boot.autoconfigure.cache.CacheType
Simple in-memory caching.
SimpleContainer() - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
SimpleRabbitListenerContainerFactoryConfigurer - org.springframework.boot.autoconfigure.amqp中的类
Configure SimpleRabbitListenerContainerFactoryConfigurer with sensible defaults.
SimpleRabbitListenerContainerFactoryConfigurer() - 类 的构造器org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
 
SINGLE - org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
Invokes the endpoint with one ConsumerRecord at a time.
SolrAutoConfiguration - org.springframework.boot.autoconfigure.solr中的类
Auto-configuration for Solr 4.x.
SolrAutoConfiguration(SolrProperties) - 类 的构造器org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration
 
solrClient() - 类 中的方法org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration
 
SolrProperties - org.springframework.boot.autoconfigure.solr中的类
ConfigurationProperties for Solr.
SolrProperties() - 类 的构造器org.springframework.boot.autoconfigure.solr.SolrProperties
 
SolrRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.solr中的类
Enables auto configuration for Spring Data Solr repositories.
SolrRepositoriesAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.solr.SolrRepositoriesAutoConfiguration
 
sort(Collection<Class<?>>) - 类 中的方法org.springframework.boot.autoconfigure.AutoConfigurations
 
Sort() - 类 的构造器org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
 
sortCustomizer() - 类 中的方法org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
 
SpringApplicationAdminJmxAutoConfiguration - org.springframework.boot.autoconfigure.admin中的类
Register a JMX component that allows to administer the current application.
SpringApplicationAdminJmxAutoConfiguration(ObjectProvider<MBeanExporter>, Environment) - 类 的构造器org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
 
springApplicationAdminRegistrar() - 类 中的方法org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
 
SpringBootApplication - org.springframework.boot.autoconfigure中的注释类型
Indicates a configuration class that declares one or more @Bean methods and also triggers auto-configuration and component scanning.
SpringBootCondition - org.springframework.boot.autoconfigure.condition中的类
Base of all Condition implementations used with Spring Boot.
SpringBootCondition() - 类 的构造器org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
SpringBootCouchbaseConfigurer - org.springframework.boot.autoconfigure.data.couchbase中的类
A simple CouchbaseConfigurer implementation.
SpringBootCouchbaseConfigurer(CouchbaseEnvironment, Cluster, ClusterInfo, Bucket) - 类 的构造器org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
springBootRepositoryRestConfigurer() - 类 中的方法org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
 
SpringBootWebSecurityConfiguration - org.springframework.boot.autoconfigure.security.servlet中的类
The default configuration for web security.
SpringBootWebSecurityConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecurityConfiguration
 
SpringDataWebAutoConfiguration - org.springframework.boot.autoconfigure.data.web中的类
Auto-configuration for Spring Data's web support.
SpringDataWebAutoConfiguration(SpringDataWebProperties) - 类 的构造器org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
 
SpringDataWebProperties - org.springframework.boot.autoconfigure.data.web中的类
Configuration properties for Spring Data Web.
SpringDataWebProperties() - 类 的构造器org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
 
SpringDataWebProperties.Pageable - org.springframework.boot.autoconfigure.data.web中的类
Pageable properties.
SpringDataWebProperties.Sort - org.springframework.boot.autoconfigure.data.web中的类
Sort properties.
SpringTransactionProvider - org.springframework.boot.autoconfigure.jooq中的类
Allows Spring Transaction to be used with JOOQ.
SpringTransactionProvider(PlatformTransactionManager) - 类 的构造器org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 
Ssl() - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
Ssl() - 类 的构造器org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
Ssl() - 类 的构造器org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
StacktraceMode() - 类 的构造器org.springframework.boot.autoconfigure.reactor.core.ReactorCoreProperties.StacktraceMode
 
standardGsonBuilderCustomizer(GsonProperties) - 类 中的方法org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
startConditionMessage() - 类 中的方法org.springframework.boot.autoconfigure.condition.ResourceCondition
 
StaticResourceLocation - org.springframework.boot.autoconfigure.security中的枚举
Common locations for static resources.
StaticResourceRequest - org.springframework.boot.autoconfigure.security.reactive中的类
Used to create a ServerWebExchangeMatcher for static resources in commonly used locations.
StaticResourceRequest - org.springframework.boot.autoconfigure.security.servlet中的类
Used to create a RequestMatcher for static resources in commonly used locations.
StaticResourceRequest.StaticResourceRequestMatcher - org.springframework.boot.autoconfigure.security.servlet中的类
The request matcher used to match against resource Locations.
StaticResourceRequest.StaticResourceServerWebExchange - org.springframework.boot.autoconfigure.security.reactive中的类
The server web exchange matcher used to match against resource locations.
Storage() - 类 的构造器org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
store() - 注释类型 中的方法org.springframework.boot.autoconfigure.data.ConditionalOnRepositoryType
The name of the store that backs the repositories.
StoreType - org.springframework.boot.autoconfigure.session中的枚举
Supported Spring Session data store types.
Strategy() - 类 的构造器org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
 
Streams() - 类 的构造器org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
stringHttpMessageConverter() - 类 中的方法org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
 
StringHttpMessageConverterConfiguration(HttpProperties) - 类 的构造器org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
 
stringOrNumberMigrationVersionConverter() - 类 中的方法org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
 
stringRedisTemplate(RedisConnectionFactory) - 类 中的方法org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
 
supports(Class<?>) - 类 中的方法org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 

T

TaskExecutionAutoConfiguration - org.springframework.boot.autoconfigure.task中的类
Auto-configuration for TaskExecutor.
TaskExecutionAutoConfiguration(TaskExecutionProperties, ObjectProvider<TaskExecutorCustomizer>, ObjectProvider<TaskDecorator>) - 类 的构造器org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
 
TaskExecutionProperties - org.springframework.boot.autoconfigure.task中的类
Configuration properties for task execution.
TaskExecutionProperties() - 类 的构造器org.springframework.boot.autoconfigure.task.TaskExecutionProperties
 
TaskExecutionProperties.Pool - org.springframework.boot.autoconfigure.task中的类
 
taskExecutorBuilder() - 类 中的方法org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
 
taskScheduler(TaskSchedulerBuilder) - 类 中的方法org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
 
taskSchedulerBuilder(TaskSchedulingProperties, ObjectProvider<TaskSchedulerCustomizer>) - 类 中的方法org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
 
TaskSchedulingAutoConfiguration - org.springframework.boot.autoconfigure.task中的类
Auto-configuration for TaskScheduler.
TaskSchedulingAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
 
TaskSchedulingProperties - org.springframework.boot.autoconfigure.task中的类
Configuration properties for task scheduling.
TaskSchedulingProperties() - 类 的构造器org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
 
TaskSchedulingProperties.Pool - org.springframework.boot.autoconfigure.task中的类
 
Template() - 类 的构造器org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
Template() - 类 的构造器org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
Template() - 类 的构造器org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
Template() - 类 的构造器org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
TemplateAvailabilityProperties(String, String) - 类 的构造器org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
TemplateAvailabilityProvider - org.springframework.boot.autoconfigure.template中的接口
Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf.
TemplateAvailabilityProviders - org.springframework.boot.autoconfigure.template中的类
Collection of TemplateAvailabilityProvider beans that can be used to check which (if any) templating engine supports a given view.
TemplateAvailabilityProviders(ClassLoader) - 类 的构造器org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Create a new TemplateAvailabilityProviders instance.
TemplateAvailabilityProviders(Collection<? extends TemplateAvailabilityProvider>) - 类 的构造器org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Create a new TemplateAvailabilityProviders instance.
TemplateAvailabilityProviders(ApplicationContext) - 类 的构造器org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Create a new TemplateAvailabilityProviders instance.
templateEngine() - 类 中的方法org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration
 
TemplateLocation - org.springframework.boot.autoconfigure.template中的类
Contains a location that templates can be loaded from.
TemplateLocation(String) - 类 的构造器org.springframework.boot.autoconfigure.template.TemplateLocation
 
ThymeleafAutoConfiguration - org.springframework.boot.autoconfigure.thymeleaf中的类
Auto-configuration for Thymeleaf.
ThymeleafAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration
 
ThymeleafAutoConfiguration.DataAttributeDialectConfiguration - org.springframework.boot.autoconfigure.thymeleaf中的类
 
ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration - org.springframework.boot.autoconfigure.thymeleaf中的类
 
ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect - org.springframework.boot.autoconfigure.thymeleaf中的类
 
ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration - org.springframework.boot.autoconfigure.thymeleaf中的类
 
ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration - org.springframework.boot.autoconfigure.thymeleaf中的类
 
ThymeleafDefaultConfiguration(ThymeleafProperties, Collection<ITemplateResolver>, ObjectProvider<IDialect>) - 类 的构造器org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration
 
ThymeleafJava8TimeDialect() - 类 的构造器org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect
 
ThymeleafProperties - org.springframework.boot.autoconfigure.thymeleaf中的类
Properties for Thymeleaf.
ThymeleafProperties() - 类 的构造器org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
ThymeleafProperties.Reactive - org.springframework.boot.autoconfigure.thymeleaf中的类
 
ThymeleafProperties.Servlet - org.springframework.boot.autoconfigure.thymeleaf中的类
 
ThymeleafSecurityDialectConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration
 
ThymeleafTemplateAvailabilityProvider - org.springframework.boot.autoconfigure.thymeleaf中的类
TemplateAvailabilityProvider that provides availability information for Thymeleaf view templates.
ThymeleafTemplateAvailabilityProvider() - 类 的构造器org.springframework.boot.autoconfigure.thymeleaf.ThymeleafTemplateAvailabilityProvider
 
ThymeleafWebLayoutConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration
 
Timeouts() - 类 的构造器org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
toH2Console() - 类 中的静态方法org.springframework.boot.autoconfigure.security.servlet.PathRequest
Returns a matcher that includes the H2 console location.
toHttpCacheControl() - 类 中的方法org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
Tomcat() - 类 的构造器org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
tomcatServletWebServerFactoryCustomizer(ServerProperties) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
 
TomcatServletWebServerFactoryCustomizer - org.springframework.boot.autoconfigure.web.servlet中的类
WebServerFactoryCustomizer to apply ServerProperties to Tomcat web servers.
TomcatServletWebServerFactoryCustomizer(ServerProperties) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
 
tomcatWebServerFactoryCustomizer(Environment, ServerProperties) - 类 中的方法org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration
 
TomcatWebServerFactoryCustomizer - org.springframework.boot.autoconfigure.web.embedded中的类
Customization for Tomcat-specific features common for both Servlet and Reactive servers.
TomcatWebServerFactoryCustomizer(Environment, ServerProperties) - 类 的构造器org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
 
TomcatWebServerFactoryCustomizerConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration
 
TomcatWebSocketReactiveWebServerCustomizer - org.springframework.boot.autoconfigure.websocket.reactive中的类
WebSocket customizer for TomcatReactiveWebServerFactory.
TomcatWebSocketReactiveWebServerCustomizer() - 类 的构造器org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
 
TomcatWebSocketServletWebServerCustomizer - org.springframework.boot.autoconfigure.websocket.servlet中的类
WebSocket customizer for TomcatServletWebServerFactory.
TomcatWebSocketServletWebServerCustomizer() - 类 的构造器org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
 
toStaticResources() - 类 中的静态方法org.springframework.boot.autoconfigure.security.reactive.PathRequest
Returns a StaticResourceRequest that can be used to create a matcher for locations.
toStaticResources() - 类 中的静态方法org.springframework.boot.autoconfigure.security.servlet.PathRequest
Returns a StaticResourceRequest that can be used to create a matcher for locations.
toString() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
toString() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionMessage
 
toString() - 类 中的方法org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
toString() - 类 中的方法org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
 
toString() - 类 中的方法org.springframework.boot.autoconfigure.template.TemplateLocation
 
TransactionAutoConfiguration - org.springframework.boot.autoconfigure.transaction中的类
Auto-configuration for Spring transaction.
TransactionAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
 
TransactionAutoConfiguration.EnableTransactionManagementConfiguration - org.springframework.boot.autoconfigure.transaction中的类
 
TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration - org.springframework.boot.autoconfigure.transaction中的类
 
TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration - org.springframework.boot.autoconfigure.transaction中的类
 
TransactionAutoConfiguration.TransactionTemplateConfiguration - org.springframework.boot.autoconfigure.transaction中的类
 
transactionManager() - 类 中的方法org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
transactionManager(SessionFactory, Neo4jProperties, ObjectProvider<TransactionManagerCustomizers>) - 类 中的方法org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
TransactionManagerCustomizers - org.springframework.boot.autoconfigure.transaction中的类
TransactionManagerCustomizers(Collection<? extends PlatformTransactionManagerCustomizer<?>>) - 类 的构造器org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
 
TransactionProperties - org.springframework.boot.autoconfigure.transaction中的类
Configuration properties that can be applied to an AbstractPlatformTransactionManager.
TransactionProperties() - 类 的构造器org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
transactionProvider(PlatformTransactionManager) - 类 中的方法org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
transactionTemplate() - 类 中的方法org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.TransactionTemplateConfiguration
 
TransactionTemplateConfiguration(PlatformTransactionManager) - 类 的构造器org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.TransactionTemplateConfiguration
 
type() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnBean
The class type names of beans that should be checked.
type() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The class type names of beans that should be checked.
type() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
The class type name of bean that should be checked.
type() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication
The required type of the web application.
type() - 注释类型 中的方法org.springframework.boot.autoconfigure.data.ConditionalOnRepositoryType
The required repository type.

U

unbind(String) - 类 中的方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
Undertow() - 类 的构造器org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
undertowWebServerFactoryCustomizer(Environment, ServerProperties) - 类 中的方法org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration
 
UndertowWebServerFactoryCustomizer - org.springframework.boot.autoconfigure.web.embedded中的类
Customization for Undertow-specific features common for both Servlet and Reactive servers.
UndertowWebServerFactoryCustomizer(Environment, ServerProperties) - 类 的构造器org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
 
UndertowWebServerFactoryCustomizerConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration
 
UndertowWebSocketServletWebServerCustomizer - org.springframework.boot.autoconfigure.websocket.servlet中的类
WebSocket customizer for UndertowServletWebServerFactory.
UndertowWebSocketServletWebServerCustomizer() - 类 的构造器org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
 
User() - 类 的构造器org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
UserDetailsServiceAutoConfiguration - org.springframework.boot.autoconfigure.security.servlet中的类
Auto-configuration for a Spring Security in-memory AuthenticationManager.
UserDetailsServiceAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
 

V

validate() - 类 中的方法org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
 
validate(Object, Errors) - 类 中的方法org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
validate(Object, Errors, Object...) - 类 中的方法org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
validateConnection() - 类 中的方法org.springframework.boot.autoconfigure.mail.MailSenderValidatorAutoConfiguration
 
Validation() - 类 的构造器org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
ValidationAutoConfiguration - org.springframework.boot.autoconfigure.validation中的类
Auto-configuration to configure the validation infrastructure.
ValidationAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
 
ValidationConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration.ValidationConfiguration
 
validationEventListener(Validator) - 类 中的方法org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration.ValidationConfiguration
 
ValidatorAdapter - org.springframework.boot.autoconfigure.validation中的类
Validator implementation that delegates calls to another Validator.
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.AutoConfigureAfter
The auto-configure classes that should have already been applied.
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.AutoConfigureBefore
The auto-configure classes that should have not yet been applied.
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.AutoConfigureOrder
The order value.
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnBean
The class types of beans that should be checked.
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnClass
The classes that must be present.
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnCloudPlatform
The cloud platform that must be active.
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnExpression
The SpEL expression to evaluate.
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnJava
The JavaVersion to check for.
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnJndi
JNDI Locations, one of which must exist.
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
The class types of beans that should be checked.
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnMissingClass
The names of the classes that must not be present.
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
The class type of bean that should be checked.
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.domain.EntityScan
Alias for the EntityScan.basePackages() attribute.
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.ImportAutoConfiguration
The auto-configuration classes that should be imported.
value() - 注释类型 中的方法org.springframework.boot.autoconfigure.web.servlet.ConditionalOnMissingFilterBean
The filter bean type that must not be present.
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.cache.CacheType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.condition.SearchStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.data.RepositoryType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.http.HttpProperties.Encoding.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.quartz.JobStoreType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.security.StaticResourceLocation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.session.StoreType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.LocaleResolver
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.cache.CacheType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.condition.SearchStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.data.RepositoryType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.http.HttpProperties.Encoding.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.quartz.JobStoreType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.security.StaticResourceLocation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.session.StoreType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.LocaleResolver
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
View() - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
 
viewResolver(BeanFactory) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 

W

wasProcessed(String) - 接口 中的方法org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Return true if the specified class name was processed by the annotation processor.
WEB_JARS - org.springframework.boot.autoconfigure.security.StaticResourceLocation
Resources under "/webjars".
WebClientAutoConfiguration - org.springframework.boot.autoconfigure.web.reactive.function.client中的类
Auto-configuration for WebClient.
WebClientAutoConfiguration(ObjectProvider<WebClientCustomizer>) - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration
 
WebClientAutoConfiguration.WebClientCodecsConfiguration - org.springframework.boot.autoconfigure.web.reactive.function.client中的类
 
webClientBuilder() - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration
 
WebClientCodecCustomizer - org.springframework.boot.autoconfigure.web.reactive.function.client中的类
WebClientCustomizer that configures codecs for the HTTP client.
WebClientCodecCustomizer(List<CodecCustomizer>) - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer
 
WebClientCodecsConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration.WebClientCodecsConfiguration
 
WebConversionService - org.springframework.boot.autoconfigure.web.format中的类
FormattingConversionService dedicated to web applications for formatting and converting values to/from the web.
WebConversionService(String) - 类 的构造器org.springframework.boot.autoconfigure.web.format.WebConversionService
Create a new WebConversionService that configures formatters with the provided date format, or register the default ones if no custom format is provided.
WebFluxAutoConfiguration - org.springframework.boot.autoconfigure.web.reactive中的类
Auto-configuration for WebFlux.
WebFluxAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration
 
WebFluxAutoConfiguration.EnableWebFluxConfiguration - org.springframework.boot.autoconfigure.web.reactive中的类
Configuration equivalent to @EnableWebFlux.
WebFluxAutoConfiguration.WebFluxConfig - org.springframework.boot.autoconfigure.web.reactive中的类
 
WebFluxConfig(ResourceProperties, WebFluxProperties, ListableBeanFactory, ObjectProvider<HandlerMethodArgumentResolver>, ObjectProvider<CodecCustomizer>, ObjectProvider<ResourceHandlerRegistrationCustomizer>, ObjectProvider<ViewResolver>) - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
webFluxConversionService() - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
WebFluxProperties - org.springframework.boot.autoconfigure.web.reactive中的类
properties for Spring WebFlux.
WebFluxProperties() - 类 的构造器org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
WebFluxRegistrations - org.springframework.boot.autoconfigure.web.reactive中的接口
Interface to register key components of the WebFluxAutoConfiguration in place of the default ones provided by Spring WebFlux.
webFluxValidator() - 类 中的方法org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
WebMvcAutoConfiguration - org.springframework.boot.autoconfigure.web.servlet中的类
Auto-configuration for Web MVC.
WebMvcAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
 
WebMvcAutoConfiguration.EnableWebMvcConfiguration - org.springframework.boot.autoconfigure.web.servlet中的类
Configuration equivalent to @EnableWebMvc.
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter - org.springframework.boot.autoconfigure.web.servlet中的类
 
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration - org.springframework.boot.autoconfigure.web.servlet中的类
 
WebMvcAutoConfigurationAdapter(ResourceProperties, WebMvcProperties, ListableBeanFactory, ObjectProvider<HttpMessageConverters>, ObjectProvider<WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer>) - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
WebMvcProperties - org.springframework.boot.autoconfigure.web.servlet中的类
properties for Spring MVC.
WebMvcProperties() - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
WebMvcProperties.Async - org.springframework.boot.autoconfigure.web.servlet中的类
 
WebMvcProperties.Contentnegotiation - org.springframework.boot.autoconfigure.web.servlet中的类
 
WebMvcProperties.LocaleResolver - org.springframework.boot.autoconfigure.web.servlet中的枚举
 
WebMvcProperties.Pathmatch - org.springframework.boot.autoconfigure.web.servlet中的类
 
WebMvcProperties.Servlet - org.springframework.boot.autoconfigure.web.servlet中的类
 
WebMvcProperties.View - org.springframework.boot.autoconfigure.web.servlet中的类
 
WebMvcRegistrations - org.springframework.boot.autoconfigure.web.servlet中的接口
Interface to register key components of the WebMvcConfigurationSupport in place of the default ones provided by Spring MVC.
WebSecurityEnablerConfiguration - org.springframework.boot.autoconfigure.security.servlet中的类
If there is a bean of type WebSecurityConfigurerAdapter, this adds the EnableWebSecurity annotation.
WebSecurityEnablerConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.security.servlet.WebSecurityEnablerConfiguration
 
WebServicesAutoConfiguration - org.springframework.boot.autoconfigure.webservices中的类
Auto-configuration for Spring Web Services.
WebServicesAutoConfiguration(WebServicesProperties) - 类 的构造器org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
 
WebServicesAutoConfiguration.WsConfiguration - org.springframework.boot.autoconfigure.webservices中的类
 
WebServicesProperties - org.springframework.boot.autoconfigure.webservices中的类
ConfigurationProperties for Spring Web Services.
WebServicesProperties() - 类 的构造器org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
WebServicesProperties.Servlet - org.springframework.boot.autoconfigure.webservices中的类
 
WebServiceTemplateAutoConfiguration - org.springframework.boot.autoconfigure.webservices.client中的类
Auto-configuration for WebServiceTemplate.
WebServiceTemplateAutoConfiguration(ObjectProvider<WebServiceTemplateCustomizer>) - 类 的构造器org.springframework.boot.autoconfigure.webservices.client.WebServiceTemplateAutoConfiguration
 
webServiceTemplateBuilder() - 类 中的方法org.springframework.boot.autoconfigure.webservices.client.WebServiceTemplateAutoConfiguration
 
WebSocketMessagingAutoConfiguration - org.springframework.boot.autoconfigure.websocket.servlet中的类
Auto-configuration for WebSocket-based messaging.
WebSocketMessagingAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.websocket.servlet.WebSocketMessagingAutoConfiguration
 
WebSocketReactiveAutoConfiguration - org.springframework.boot.autoconfigure.websocket.reactive中的类
Auto configuration for WebSocket reactive server in Tomcat, Jetty or Undertow.
WebSocketReactiveAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.websocket.reactive.WebSocketReactiveAutoConfiguration
 
WebSocketServletAutoConfiguration - org.springframework.boot.autoconfigure.websocket.servlet中的类
Auto configuration for WebSocket servlet server in embedded Tomcat, Jetty or Undertow.
WebSocketServletAutoConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration
 
welcomePageHandlerMapping(ApplicationContext) - 类 中的方法org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
Whitelabel() - 类 的构造器org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
 
WhitelabelErrorViewConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
WsConfiguration() - 类 的构造器org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration.WsConfiguration
 
wsdlDefinitionBeanFactoryPostProcessor() - 类 中的静态方法org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
 

X

Xa() - 类 的构造器org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
XADataSourceAutoConfiguration - org.springframework.boot.autoconfigure.jdbc中的类
XADataSourceAutoConfiguration(XADataSourceWrapper, DataSourceProperties, ObjectProvider<XADataSource>) - 类 的构造器org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
所有类 所有程序包