Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure
-
Abstract base class for a
BeanFactoryPostProcessorthat can be used to dynamically declare that all beans of a specific type should depend on specific other beans identified by name or type. - AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
-
Create an instance with target bean, factory bean classes, and dependency types.
- AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
-
Create an instance with target bean, factory bean classes, and dependency names.
- AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
-
Create an instance with target bean class and dependency types.
- AbstractDependsOnBeanFactoryPostProcessor(Class<?>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
-
Create an instance with target bean class and dependency names.
- AbstractNestedCondition - Class in org.springframework.boot.autoconfigure.condition
-
Abstract base class for nested conditions.
- AbstractNestedCondition.MemberMatchOutcomes - Class in org.springframework.boot.autoconfigure.condition
- AbstractRepositoryConfigurationSourceSupport - Class in org.springframework.boot.autoconfigure.data
-
Base
ImportBeanDefinitionRegistrarused to auto-configure Spring Data Repositories. - AbstractRepositoryConfigurationSourceSupport() - Constructor for class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
- ACCEPT_HEADER - Enum constant in enum class org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver
-
Use the "Accept-Language" header or the configured locale if the header is not set.
- add(Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
- addTo(AttributeAccessor) - Method in record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
Add this container image metadata to the given attributes.
- after() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
-
The auto-configuration classes that should have already been applied.
- afterName() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
-
The names of the auto-configuration classes that should have already been applied.
- ALL - Enum constant in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
-
Search the entire hierarchy.
- AllNestedConditions - Class in org.springframework.boot.autoconfigure.condition
-
Conditionthat will match when all nested class conditions match. - AllNestedConditions(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AllNestedConditions
- ALWAYS - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
-
Always add error attribute.
- ALWAYS - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
-
Always add stacktrace information.
- ANCESTORS - Enum constant in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
-
Search all ancestors, but not the current context.
- andCondition(Class<? extends Annotation>, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Return a new builder to construct a new
ConditionMessagebased on the instance and a new condition outcome. - andCondition(String, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Return a new builder to construct a new
ConditionMessagebased on the instance and a new condition outcome. - annotation() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
-
The annotation type decorating a bean that should be checked.
- annotation() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
The annotation type decorating a bean that should be checked.
- ANY - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
-
Any web application will match.
- anyMatches(ConditionContext, AnnotatedTypeMetadata, Condition...) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Return true if any of the specified conditions match.
- AnyNestedCondition - Class in org.springframework.boot.autoconfigure.condition
-
Conditionthat will match when any nested class condition matches. - AnyNestedCondition(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
- AopAutoConfiguration - Class in org.springframework.boot.autoconfigure.aop
-
Auto-configurationfor Spring's AOP support. - AopAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration
- append(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Return a new
ConditionMessagebased on the instance and an appended message. - APPLICATION_TASK_EXECUTOR_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
-
Bean name of the application
TaskExecutor. - ApplicationAvailabilityAutoConfiguration - Class in org.springframework.boot.autoconfigure.availability
-
EnableAutoConfigurationforApplicationAvailabilityBean. - ApplicationAvailabilityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration
- applyTo(Collection<?>) - Method in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
- applyToItem(Object) - Method in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
- asList(AnnotationAttributes, String) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- atAll() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
-
Used when no items are available.
- AUTO - Enum constant in enum class org.springframework.boot.autoconfigure.data.RepositoryType
-
Enables all repository types automatically based on their availability.
- AUTO - Enum constant in enum class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Mode
-
Create the task executor if no user-defined executor is present.
- AutoConfiguration - Annotation Interface in org.springframework.boot.autoconfigure
-
Indicates that a class provides configuration that can be automatically applied by Spring Boot.
- AutoConfigurationExcludeFilter - Class in org.springframework.boot.autoconfigure
-
A
TypeFilterimplementation that matches registered auto-configuration classes. - AutoConfigurationExcludeFilter() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
- AutoConfigurationImportEvent - Class in org.springframework.boot.autoconfigure
-
Event fired when auto-configuration classes are imported.
- AutoConfigurationImportEvent(Object, List<String>, Set<String>) - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
- AutoConfigurationImportFilter - Interface in org.springframework.boot.autoconfigure
-
Filter that can be registered in
spring.factoriesto limit the auto-configuration classes considered. - AutoConfigurationImportListener - Interface in org.springframework.boot.autoconfigure
-
Listener that can be registered with
spring.factoriesto receive details of imported auto-configurations. - AutoConfigurationImportSelector - Class in org.springframework.boot.autoconfigure
-
DeferredImportSelectorto handleauto-configuration. - AutoConfigurationImportSelector() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- AutoConfigurationImportSelector.AutoConfigurationEntry - Class in org.springframework.boot.autoconfigure
- AutoConfigurationMetadata - Interface in org.springframework.boot.autoconfigure
-
Provides access to meta-data written by the auto-configure annotation processor.
- AutoConfigurationPackage - Annotation Interface in org.springframework.boot.autoconfigure
-
Registers packages with
AutoConfigurationPackages. - AutoConfigurationPackages - Class in org.springframework.boot.autoconfigure
-
Class for storing auto-configuration packages for reference later (e.g.
- AutoConfigurationPackages() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationPackages
- AutoConfigurations - Class in org.springframework.boot.autoconfigure
-
Configurationsrepresenting auto-configuration@Configurationclasses. - AutoConfigurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurations
- AutoConfigureAfter - Annotation Interface in org.springframework.boot.autoconfigure
-
Hint for that an
auto-configurationshould be applied after other specified auto-configuration classes. - AutoConfigureBefore - Annotation Interface in org.springframework.boot.autoconfigure
-
Hint that an
auto-configurationshould be applied before other specified auto-configuration classes. - AutoConfigureOrder - Annotation Interface in org.springframework.boot.autoconfigure
-
Auto-configuration specific variant of Spring Framework's
@Orderannotation. - available(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicates something is available.
B
- BackgroundPreinitializer - Interface in org.springframework.boot.autoconfigure.preinitialize
-
Interface used to preinitialize in the background code that may otherwise cause a delay when first called.
- basePackageClasses() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigurationPackage
-
Type-safe alternative to
AutoConfigurationPackage.basePackages()for specifying the packages to be registered withAutoConfigurationPackages. - basePackageClasses() - Element in annotation interface org.springframework.boot.autoconfigure.domain.EntityScan
-
Type-safe alternative to
EntityScan.basePackages()for specifying the packages to scan for entities. - basePackages() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigurationPackage
-
Base packages that should be registered with
AutoConfigurationPackages. - basePackages() - Element in annotation interface org.springframework.boot.autoconfigure.domain.EntityScan
-
Base packages to scan for entities.
- because(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicates the reason.
- before() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
-
The auto-configuration classes that should have not yet been applied.
- beforeName() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
-
The names of the auto-configuration classes that should have not yet been applied.
- Build() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
- Bundles() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles
C
- Cache() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
- CACHE2K - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
Cache2k backed caching.
- Cachecontrol() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- CacheType - Enum Class in org.springframework.boot.autoconfigure.cache
-
Supported cache types (defined in order of precedence).
- CAFFEINE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
Caffeine backed caching.
- Chain() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
- classes() - Element in annotation interface org.springframework.boot.autoconfigure.ImportAutoConfiguration
-
The auto-configuration classes that should be imported.
- ConditionalOnBean - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when beans meeting all the specified requirements are already contained in theBeanFactory. - ConditionalOnBooleanProperties - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
Container annotation that aggregates several
@ConditionalOnBooleanPropertyannotations. - ConditionalOnBooleanProperty - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat checks if the specified properties have a specific boolean value. - ConditionalOnCheckpointRestore - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when coordinated restore at checkpoint is to be used. - ConditionalOnClass - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when the specified classes are on the classpath. - ConditionalOnCloudPlatform - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat matches when the specified cloud platform is active. - ConditionalOnEnabledResourceChain - Annotation Interface in org.springframework.boot.autoconfigure.web
-
@Conditionalthat checks whether the Spring resource handling chain is enabled. - ConditionalOnExpression - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
Configuration annotation for a conditional element that depends on the value of a SpEL expression.
- ConditionalOnJava - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat matches based on the JVM version the application is running on. - ConditionalOnJava.Range - Enum Class in org.springframework.boot.autoconfigure.condition
-
Range options.
- ConditionalOnJndi - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat matches based on the availability of a JNDIInitialContextand the ability to lookup specific locations. - ConditionalOnMissingBean - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when no beans meeting the specified requirements are already contained in theBeanFactory. - ConditionalOnMissingClass - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when the specified classes are not on the classpath. - ConditionalOnMissingFilterBean - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when noFilterbeans of the specified type are contained in theBeanFactory. - ConditionalOnNotWarDeployment - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when the application is not a traditional WAR deployment. - ConditionalOnNotWebApplication - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when the application context is a not a web application context. - ConditionalOnProperties - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
Container annotation that aggregates several
@ConditionalOnPropertyannotations. - ConditionalOnProperty - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat checks if the specified properties have a specific value. - ConditionalOnRepositoryType - Annotation Interface in org.springframework.boot.autoconfigure.data
-
@Conditionalthat only matches when a particular type of Spring Data repository has been enabled. - ConditionalOnResource - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when the specified resources are on the classpath. - ConditionalOnSingleCandidate - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when a bean of the specified class is already contained in theBeanFactoryand a single candidate can be determined. - ConditionalOnThreading - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat matches when the specified threading is active. - ConditionalOnWarDeployment - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat matches when the application is a traditional WAR deployment. - ConditionalOnWebApplication - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat matches when the application is a web application. - ConditionalOnWebApplication.Type - Enum Class in org.springframework.boot.autoconfigure.condition
-
Available application types.
- ConditionAndOutcome(Condition, ConditionOutcome) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
- ConditionAndOutcomes() - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
- ConditionEvaluationReport - Class in org.springframework.boot.autoconfigure.condition
-
Records condition evaluation details for reporting and logging.
- ConditionEvaluationReport.ConditionAndOutcome - Class in org.springframework.boot.autoconfigure.condition
-
Provides access to a single
ConditionandConditionOutcome. - ConditionEvaluationReport.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure.condition
-
Provides access to a number of
ConditionEvaluationReport.ConditionAndOutcomeitems. - ConditionEvaluationReportLoggingListener - Class in org.springframework.boot.autoconfigure.logging
-
ApplicationContextInitializerthat writes theConditionEvaluationReportto the log. - ConditionEvaluationReportLoggingListener() - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
- ConditionEvaluationReportMessage - Class in org.springframework.boot.autoconfigure.logging
-
A condition evaluation report message that can logged or printed.
- ConditionEvaluationReportMessage(ConditionEvaluationReport) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
- ConditionEvaluationReportMessage(ConditionEvaluationReport, String) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
- ConditionMessage - Class in org.springframework.boot.autoconfigure.condition
-
A message associated with a
ConditionOutcome. - ConditionMessage.Builder - Class in org.springframework.boot.autoconfigure.condition
-
Builder used to create a
ConditionMessagefor a condition. - ConditionMessage.ItemsBuilder - Class in org.springframework.boot.autoconfigure.condition
-
Builder used to create an
ConditionMessage.ItemsBuilderfor a condition. - ConditionMessage.Style - Enum Class in org.springframework.boot.autoconfigure.condition
-
Render styles.
- ConditionOutcome - Class in org.springframework.boot.autoconfigure.condition
-
Outcome for a condition match, including log message.
- ConditionOutcome(boolean, String) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance. - ConditionOutcome(boolean, ConditionMessage) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance. - ConfigurationPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
-
Auto-configurationfor@ConfigurationPropertiesbeans. - ConfigurationPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
- ConnectionDetails - Interface in org.springframework.boot.autoconfigure.service.connection
-
Base interface for types that provide the details required to establish a connection to a remote service.
- ConnectionDetailsFactories - Class in org.springframework.boot.autoconfigure.service.connection
-
A registry of
ConnectionDetailsFactoryinstances. - ConnectionDetailsFactories(ClassLoader) - Constructor for class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactories
-
Create a new
ConnectionDetailsFactoriesinstance. - ConnectionDetailsFactory<S,
D> - Interface in org.springframework.boot.autoconfigure.service.connection -
A factory to create
ConnectionDetailsfrom a givensource. - ConnectionDetailsFactoryNotFoundException - Exception Class in org.springframework.boot.autoconfigure.service.connection
-
RuntimeExceptionthrown when aConnectionDetailsFactorycould not be found. - ConnectionDetailsFactoryNotFoundException(String) - Constructor for exception class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactoryNotFoundException
- ConnectionDetailsFactoryNotFoundException(String, Throwable) - Constructor for exception class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactoryNotFoundException
- ConnectionDetailsNotFoundException - Exception Class in org.springframework.boot.autoconfigure.service.connection
-
RuntimeExceptionthrown when requiredConnectionDetailscould not be found. - ConnectionDetailsNotFoundException(String) - Constructor for exception class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundException
- ConnectionDetailsNotFoundException(String, Throwable) - Constructor for exception class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundException
- ContainerImageMetadata - Record Class in org.springframework.boot.autoconfigure.container
-
Metadata about a container image that can be added to an
AttributeAccessor. - ContainerImageMetadata(String) - Constructor for record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
Creates an instance of a
ContainerImageMetadatarecord class. - Content() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
- COUCHBASE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
Couchbase backed caching.
- createClassPathScanningCandidateComponentProvider(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.domain.EntityScanner
-
Create a
ClassPathScanningCandidateComponentProviderto scan entities based on the specifiedApplicationContext. - CURRENT - Enum constant in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
-
Search only the current context.
D
- dateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
-
Configures the date format using the given
pattern. - dateTimeFormat(String) - Method in class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
-
Configures the date-time format using the given
pattern. - DateTimeFormatters - Class in org.springframework.boot.autoconfigure.web.format
-
Formattersfor dates, times, and date-times. - DateTimeFormatters() - Constructor for class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
- DEFAULT_ORDER - Static variable in annotation interface org.springframework.boot.autoconfigure.AutoConfigureOrder
-
The default order value.
- didNotFind(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicate that one or more results were not found.
- didNotFind(String, String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicate that one or more results were found.
E
- empty() - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Factory method to return a new empty
ConditionMessage. - EnableAutoConfiguration - Annotation Interface in 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 - Static variable in annotation interface org.springframework.boot.autoconfigure.EnableAutoConfiguration
-
Environment property that can be used to override when auto-configuration is enabled.
- EntityScan - Annotation Interface in org.springframework.boot.autoconfigure.domain
-
Configures the base packages used by auto-configuration when scanning for entity classes.
- EntityScanner - Class in org.springframework.boot.autoconfigure.domain
-
An entity scanner that searches the classpath from an
@EntityScanspecified packages. - EntityScanner(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.domain.EntityScanner
-
Create a new
EntityScannerinstance. - EntityScanPackages - Class in org.springframework.boot.autoconfigure.domain
-
Class for storing
@EntityScanspecified packages for reference later (e.g. - EQUAL_OR_NEWER - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
-
Equal to, or newer than the specified
JavaVersion. - equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
- equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
- equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
- equals(Object) - Method in record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
Indicates whether some other object is "equal to" this one.
- ErrorProperties - Class in org.springframework.boot.autoconfigure.web
-
Configuration properties for web error handling.
- ErrorProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ErrorProperties
- ErrorProperties.IncludeAttribute - Enum Class in org.springframework.boot.autoconfigure.web
-
Include error attributes options.
- ErrorProperties.IncludeStacktrace - Enum Class in org.springframework.boot.autoconfigure.web
-
Include Stacktrace attribute options.
- ErrorProperties.Whitelabel - Class in org.springframework.boot.autoconfigure.web
- exclude() - Element in annotation interface org.springframework.boot.autoconfigure.EnableAutoConfiguration
-
Exclude specific auto-configuration classes such that they will never be applied.
- exclude() - Element in annotation interface org.springframework.boot.autoconfigure.ImportAutoConfiguration
-
Exclude specific auto-configuration classes such that they will never be applied.
- exclude() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
-
Exclude specific auto-configuration classes such that they will never be applied.
- excludeName() - Element in annotation interface org.springframework.boot.autoconfigure.EnableAutoConfiguration
-
Exclude specific auto-configuration class names such that they will never be applied.
- excludeName() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
-
Exclude specific auto-configuration class names such that they will never be applied.
- exists(ResourcePatternResolver) - Method in class org.springframework.boot.autoconfigure.template.TemplateLocation
-
Determine if this template location exists using the specified
ResourcePatternResolver.
F
- File() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles.Watch.File
- find(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Attempt to find the
ConditionEvaluationReportfor the specified bean factory. - Fixed() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
- FIXED - Enum constant in enum class org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver
-
Always use the configured locale.
- FORCE - Enum constant in enum class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Mode
-
Create the task executor even if a user-defined executor is present.
- forCondition(Class<? extends Annotation>, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Factory method for a builder to construct a new
ConditionMessagefor a condition. - forCondition(String, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Factory method for a builder to construct a new
ConditionMessagefor a condition. - forLogLevel(LogLevel) - Static method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
-
Static factory method that creates a
ConditionEvaluationReportLoggingListenerwhich logs the report at the specified log level. - found(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicate that one or more results were found.
- found(String, String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicate that one or more results were found.
- foundExactly(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicate that an exact result was found.
G
- GENERIC - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
Generic caching using 'Cache' beans from the context.
- get(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Get an
Stringvalue from the meta-data. - get(String, String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Get an
Stringvalue from the meta-data. - get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
-
Return the auto-configuration base packages for the given bean factory.
- get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
-
Return the
EntityScanPackagesfor the given bean factory. - get(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Obtain a
ConditionEvaluationReportfor the specified bean factory. - get(JksSslBundleProperties) - Static method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
-
Get an
SslBundlefor the givenJksSslBundleProperties. - get(JksSslBundleProperties, ResourceLoader) - Static method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
-
Get an
SslBundlefor the givenJksSslBundleProperties. - get(PemSslBundleProperties) - Static method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
-
Get an
SslBundlefor the givenPemSslBundleProperties. - get(PemSslBundleProperties, ResourceLoader) - Static method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
-
Get an
SslBundlefor the givenPemSslBundleProperties. - getAlias() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
- getAll() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
- getAnnotation() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
The Spring Data annotation used to enable the particular repository support.
- getAnnotationClass() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
Return the source annotation class used by the selector.
- getAttributes(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
Return the appropriate
AnnotationAttributesfrom theAnnotationMetadata. - getAutoConfigurationEntry(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
Return the
AutoConfigurationImportSelector.AutoConfigurationEntrybased on theAnnotationMetadataof the importing@Configurationclass. - getAutoConfigurationImportFilters() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- getAutoConfigurationImportListeners() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- getAutoConfigurations() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
- getAwaitTerminationPeriod() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
- getAwaitTerminationPeriod() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
- getBasename() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- getBasePackages() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
- getBeanClassLoader() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- getBeanFactory() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- getBootstrapMode() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
The
BootstrapModefor the particular repository support. - getBuild() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
- getBundle() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties
- getCache() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
- getCachecontrol() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
- getCacheDuration() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- getCachePrivate() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- getCachePublic() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- getCandidateConfigurations() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
-
Return the auto-configuration candidate configurations that are going to be imported.
- getCandidateConfigurations(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
Return the auto-configuration class names that should be considered.
- getCertificate() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- getChain() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
- getCiphers() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
- getCommonMessages() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- getConcurrencyLimit() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Simple
- getConcurrencyLimit() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Simple
- getCondition() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
- getConditionAndOutcomesBySource() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Returns condition outcomes from this report, grouped by the source.
- getConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Return an outcome message.
- getConfiguration() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
The configuration class that will be used by Spring Boot as a template.
- getConfigurationPhase() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
- getConfigurations() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.AutoConfigurationEntry
- getConnectionDetails(S) - Method in interface org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactory
-
Get the
ConnectionDetailsfrom the givensource. - getConnectionDetails(S, boolean) - Method in class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactories
-
Return a
MapofConnectionDetailsinterface type toConnectionDetailsinstance created from the factories associated with the given source. - getContent() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy
- getCoreSize() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- getDefaultDomain() - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
- getDelta(ConditionEvaluationReport) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
- getEnabled() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
-
Return whether the resource chain is enabled.
- getEnabledProtocols() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
- getEncoding() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- getEncoding() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
- getEncoding() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
- getEnvironment() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- getExcludeAutoConfigurationsProperty() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
Returns the auto-configurations excluded by the
spring.autoconfigure.excludeproperty. - getExclusionFilter() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- getExclusions() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
-
Return the exclusions that were applied.
- getExclusions() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.AutoConfigurationEntry
- getExclusions() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Returns the names of the classes that have been excluded from condition evaluation.
- getExclusions(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
Return any exclusions that limit the candidate configurations.
- getFile() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles.Watch
- getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
- getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AllNestedConditions
- getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
- getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.NoneNestedConditions
- getFixed() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy
- getFrom(AttributeAccessor) - Static method in record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
Return
ContainerImageMetadatafrom the given attributes ornullif no metadata has been added. - getGit() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
- getImportGroup() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- getIncludeBindingErrors() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- getIncludeMessage() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- getIncludePath() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- getIncludeStacktrace() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- getInteger(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Get an
Integervalue from the meta-data. - getInteger(String, String, Integer) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Get an
Integervalue from the meta-data. - getJks() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles
- getKeepAlive() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- getKey() - Method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
- getKey() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
- getKeystore() - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties
- getKeystore() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties
- getLoaderPath() - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
- getLocale() - Method in class org.springframework.boot.autoconfigure.web.WebProperties
- getLocaleResolver() - Method in class org.springframework.boot.autoconfigure.web.WebProperties
- getLocation() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
- getLocation() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
- getLocation() - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- getManagers() - Method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
- getMatches() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.OnPropertyListCondition
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Determine the outcome of the match along with suitable log output.
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration.ResourceBundleCondition
- getMaxAge() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- getMaxSize() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- getMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Return an outcome message or
null. - getMode() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- getMustRevalidate() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- getNoCache() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- getNonMatches() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
- getNoStore() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- getNoTransform() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- getObjectName(Object, String) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
- getOptions() - Method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
- getOptions() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
- getOrder() - Method in class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
- getOrder() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- getOrder() - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
- getOutcome() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
- getPackageNames() - Method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
-
Return the package names specified from all
@EntityScanannotations. - getParent() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
The parent report (from a parent BeanFactory if there is one).
- getPassword() - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- getPassword() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
- getPath() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- getPaths() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
- getPaths() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
- getPem() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles
- getPeriod() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
- getPool() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- getPool() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
- getPrefix() - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
- getPrivateKey() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- getPrivateKeyPassword() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- getProtocol() - Method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
- getProtocol() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
- getProvider() - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- getProvider(String, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
-
Get the provider that can be used to render the given view.
- getProvider(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
-
Get the provider that can be used to render the given view.
- getProviders() - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
-
Return the underlying providers being used.
- getProxyRevalidate() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- getQueueCapacity() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- getQuietPeriod() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles.Watch.File
- getRegistrationPolicy() - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
- getRepositoryConfigurationExtension() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-
The
RepositoryConfigurationExtensionfor the particular repository support. - getResourceLoader() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- getResourceOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
-
Check if one of the default resource locations actually exists.
- getResources() - Method in class org.springframework.boot.autoconfigure.web.WebProperties
- getServer() - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
- getSet(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Get a
Setvalue from the meta-data. - getSet(String, String, Set<String>) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Get a
Setvalue from the meta-data. - getShutdown() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- getShutdown() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- getShutdown() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
- getSimple() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- getSimple() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
- getSize() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
- getSMaxAge() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- getStaleIfError() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- getStaleWhileRevalidate() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- getStaticLocations() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
- getStores() - Method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
- getStrategy() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
- getSuffix() - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
- getThreadNamePrefix() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- getThreadNamePrefix() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
- getTimeoutPerShutdownPhase() - Method in class org.springframework.boot.autoconfigure.context.LifecycleProperties
- getTruststore() - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties
- getTruststore() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties
- getType() - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- getType() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- getUnconditionalClasses() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Returns the names of the classes that were evaluated but were not conditional.
- getVersion() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
- getWatch() - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles
- getWhitelabel() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- Git() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
H
- handleInvalidExcludes(List<String>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
-
Handle any invalid excludes that have been specified.
- has(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
-
Determine if the auto-configuration base packages for the given bean factory are available.
- hasBeenCustomized() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
- hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
- hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
- hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
- hashCode() - Method in record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
Returns a hash code value for this object.
- havingValue() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty
-
The expected value for the properties.
- havingValue() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
-
The string representation of the expected value for the properties.
- HAZELCAST - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
Hazelcast backed caching.
I
- ignored() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
The class types of beans that should be ignored when identifying matching beans.
- ignoredType() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
The class type names of beans that should be ignored when identifying matching beans.
- imageName() - Method in record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
Returns the value of the
imageNamerecord component. - IMPERATIVE - Enum constant in enum class org.springframework.boot.autoconfigure.data.RepositoryType
-
Enables imperative repositories.
- ImportAutoConfiguration - Annotation Interface in org.springframework.boot.autoconfigure
-
Import and apply the specified auto-configuration classes.
- INFINISPAN - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
Infinispan backed caching.
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
- isAcceptTasksAfterContextClose() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool.Shutdown
- isAddMappings() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
- isAllowCoreThreadTimeout() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- isAlwaysUseMessageFormat() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- isAwaitTermination() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
- isAwaitTermination() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
- isCache() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
- isCompressed() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
- isEmpty() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Return
trueif the message is empty. - isEnabled() - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
- isEnabled(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- isFallbackToSystemLocale() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- isFullMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
Return
trueif all outcomes match. - isIncludeException() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- isMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Return
trueif the outcome was a match. - isPresent(AttributeAccessor) - Static method in record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
Return
trueifContainerImageMetadatahas been added to the given attributes. - isRejectTasksWhenLimitReached() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Simple
- isReloadOnUpdate() - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in interface org.springframework.boot.autoconfigure.template.TemplateAvailabilityProvider
-
Returns
trueif a template is available for the givenview. - isUniqueNames() - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
- isUseCodeAsDefaultMessage() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- isUseLastModified() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
- isVerifyKeys() - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- items(Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
-
Indicate the items.
- items(Collection<?>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
-
Indicate the items.
- items(ConditionMessage.Style, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
-
Indicate the items.
- items(ConditionMessage.Style, Collection<?>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
-
Indicate the items with a
ConditionMessage.Style. - iterator() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
J
- JCACHE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
JCache (JSR-107) backed caching.
- JksSslBundleProperties - Class in org.springframework.boot.autoconfigure.ssl
-
SslBundlePropertiesfor Java keystores. - JksSslBundleProperties() - Constructor for class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties
- JksSslBundleProperties.Store - Class in org.springframework.boot.autoconfigure.ssl
-
Store properties.
- JmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.jmx
-
Auto-configurationto enable/disable Spring's@EnableMBeanExportmechanism based on configuration properties. - JmxProperties - Class in org.springframework.boot.autoconfigure.jmx
-
Configuration properties for JMX.
- JmxProperties() - Constructor for class org.springframework.boot.autoconfigure.jmx.JmxProperties
K
- Key() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
L
- LifecycleAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
-
Auto-configurationrelating to the application context's lifecycle. - LifecycleAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration
- LifecycleProperties - Class in org.springframework.boot.autoconfigure.context
-
Configuration properties for lifecycle processing.
- LifecycleProperties() - Constructor for class org.springframework.boot.autoconfigure.context.LifecycleProperties
- loadFrom(Resource, String, Charset) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
- logOutcome(String, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
M
- match() - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance for a 'match'. - match(String[], AutoConfigurationMetadata) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationImportFilter
-
Apply the filter to the given auto-configuration class candidates.
- match(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance for 'match'. - match(ConditionMessage) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance for 'match'. - match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
- matches(ConditionContext, AnnotatedTypeMetadata, Condition) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Return true if any of the specified condition matches.
- matchIfMissing() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty
-
Specify if the condition should match if the property is not set.
- matchIfMissing() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
-
Specify if the condition should match if the property is not set.
- MemberMatchOutcomes(AbstractNestedCondition.MemberConditions) - Constructor for class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
- merge(Set<Class<?>>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
- MessageSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
-
Auto-configurationforMessageSource. - MessageSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
- MessageSourceAutoConfiguration.ResourceBundleCondition - Class in org.springframework.boot.autoconfigure.context
- MessageSourceProperties - Class in org.springframework.boot.autoconfigure.context
-
Configuration properties for Message Source.
- MessageSourceProperties() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceProperties
N
- name() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureAfter
-
The names of the auto-configuration classes that should have already been applied.
- name() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureBefore
-
The names of the auto-configuration classes that should have not yet been applied.
- name() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
-
The names of beans to check.
- name() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty
-
The name of the properties to test.
- name() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnClass
-
The classes names that must be present.
- name() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
The names of beans to check.
- name() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
-
The name of the properties to test.
- nameGenerator() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
-
The
BeanNameGeneratorclass to be used for naming detected components within the Spring container. - NEVER - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
-
Never add error attribute.
- NEVER - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
-
Never add stacktrace information.
- noMatch(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance for 'no match'. - noMatch(ConditionMessage) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance for 'no match'. - NONE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
No caching.
- NONE - Enum constant in enum class org.springframework.boot.autoconfigure.data.RepositoryType
-
Enables no repositories.
- NoneNestedConditions - Class in org.springframework.boot.autoconfigure.condition
-
Conditionthat will match when none of the nested class conditions match. - NoneNestedConditions(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.NoneNestedConditions
- NORMAL - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
-
Render with normal styling.
- notAvailable(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicates something is not available.
O
- of(Class<?>...) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurations
- of(String, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Factory method to create a new
ConditionMessagewith a specific message. - of(Collection<? extends ConditionMessage>) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
-
Factory method to create a new
ConditionMessagecomprised of the specified messages. - OLDER_THAN - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
-
Older than the specified
JavaVersion. - ON_PARAM - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
-
Add error attribute when the appropriate request parameter is not "false".
- ON_PARAM - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
-
Add stacktrace attribute when the appropriate request parameter is not "false".
- onAutoConfigurationImportEvent(AutoConfigurationImportEvent) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationImportListener
-
Handle an auto-configuration import event.
- OnPropertyListCondition - Class in org.springframework.boot.autoconfigure.condition
-
Conditionthat checks if a property whose value is a list is defined in the environment. - OnPropertyListCondition(String, Supplier<ConditionMessage.Builder>) - Constructor for class org.springframework.boot.autoconfigure.condition.OnPropertyListCondition
-
Create a new instance with the property to check and the message builder to use.
- Options() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
- org.springframework.boot.autoconfigure - package org.springframework.boot.autoconfigure
-
Spring Boot's auto-configuration capabilities.
- org.springframework.boot.autoconfigure.admin - package org.springframework.boot.autoconfigure.admin
-
Auto-configuration for admin-related features.
- org.springframework.boot.autoconfigure.aop - package org.springframework.boot.autoconfigure.aop
-
Auto-configuration for Spring AOP.
- org.springframework.boot.autoconfigure.availability - package org.springframework.boot.autoconfigure.availability
-
Auto-configuration for application availability features.
- org.springframework.boot.autoconfigure.cache - package org.springframework.boot.autoconfigure.cache
-
Auto-configuration base classes for Caching support.
- org.springframework.boot.autoconfigure.condition - package org.springframework.boot.autoconfigure.condition
-
@Conditionannotations and supporting classes. - org.springframework.boot.autoconfigure.container - package org.springframework.boot.autoconfigure.container
-
Support classes related to auto-configuration involving containers.
- org.springframework.boot.autoconfigure.context - package org.springframework.boot.autoconfigure.context
-
Auto-configuration for the Spring context.
- org.springframework.boot.autoconfigure.data - package org.springframework.boot.autoconfigure.data
-
Auto-configuration base classes for Spring Data.
- org.springframework.boot.autoconfigure.domain - package org.springframework.boot.autoconfigure.domain
-
General purpose domain annotations and classes.
- org.springframework.boot.autoconfigure.info - package org.springframework.boot.autoconfigure.info
-
Auto-configuration for project information.
- org.springframework.boot.autoconfigure.jmx - package org.springframework.boot.autoconfigure.jmx
-
Auto-configuration for JMX.
- org.springframework.boot.autoconfigure.logging - package org.springframework.boot.autoconfigure.logging
-
Auto-configuration for logging.
- org.springframework.boot.autoconfigure.preinitialize - package org.springframework.boot.autoconfigure.preinitialize
-
Capabilities to preinitialize code in the background to improve startup performance.
- org.springframework.boot.autoconfigure.service.connection - package org.springframework.boot.autoconfigure.service.connection
-
Support for service connections that affect auto-configuration.
- org.springframework.boot.autoconfigure.ssl - package org.springframework.boot.autoconfigure.ssl
-
Auto-configuration for SSL bundles.
- org.springframework.boot.autoconfigure.task - package org.springframework.boot.autoconfigure.task
-
Auto-configuration for task execution and scheduling.
- org.springframework.boot.autoconfigure.template - package org.springframework.boot.autoconfigure.template
-
Base classes for template Auto-configuration.
- org.springframework.boot.autoconfigure.web - package org.springframework.boot.autoconfigure.web
-
Auto-configuration for common web concerns.
- org.springframework.boot.autoconfigure.web.format - package org.springframework.boot.autoconfigure.web.format
-
Support classes for web-specific formatting.
P
- parameterizedContainer() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
-
Additional classes that may contain the specified bean types within their generic parameters.
- parameterizedContainer() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
Additional classes that may contain the specified bean types within their generic parameters.
- ParentAwareNamingStrategy - Class in org.springframework.boot.autoconfigure.jmx
-
Extension of
MetadataNamingStrategythat supports a parentApplicationContext. - ParentAwareNamingStrategy(JmxAttributeSource) - Constructor for class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
- PathBasedTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.template
-
Abstract base class for
TemplateAvailabilityProviderimplementations that find templates from paths. - PathBasedTemplateAvailabilityProvider(String, Class<? extends PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties>, String) - Constructor for class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider
- PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties - Class in org.springframework.boot.autoconfigure.template
- PemSslBundleProperties - Class in org.springframework.boot.autoconfigure.ssl
-
SslBundlePropertiesfor PEM-encoded certificates and private keys. - PemSslBundleProperties() - Constructor for class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties
- PemSslBundleProperties.Store - Class in org.springframework.boot.autoconfigure.ssl
-
Store properties.
- Pool() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- Pool() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
- prefix() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty
-
A prefix that should be applied to each property.
- prefix() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
-
A prefix that should be applied to each property.
- preinitialize() - Method in interface org.springframework.boot.autoconfigure.preinitialize.BackgroundPreinitializer
-
Perform any require preinitialization.
- ProjectInfoAutoConfiguration - Class in org.springframework.boot.autoconfigure.info
-
Auto-configurationfor various project information. - ProjectInfoProperties - Class in org.springframework.boot.autoconfigure.info
-
Configuration properties for project information.
- ProjectInfoProperties() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
- ProjectInfoProperties.Build - Class in org.springframework.boot.autoconfigure.info
-
Build specific info properties.
- ProjectInfoProperties.Git - Class in org.springframework.boot.autoconfigure.info
-
Git specific info properties.
- PropertiesSslBundle - Class in org.springframework.boot.autoconfigure.ssl
- PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
-
Auto-configurationforPropertySourcesPlaceholderConfigurer. - PropertyPlaceholderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
- proxyBeanMethods() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
-
Specify whether
@Beanmethods should get proxied in order to enforce bean lifecycle behavior, e.g.
Q
- QUOTE - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
-
Render with the item surrounded by quotes.
R
- range() - Element in annotation interface 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 - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
-
Only reactive-based web application will match.
- REACTIVE - Enum constant in enum class org.springframework.boot.autoconfigure.data.RepositoryType
-
Enables reactive repositories.
- recordConditionEvaluation(String, Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Record the occurrence of condition evaluation.
- recordEvaluationCandidates(List<String>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Records the names of the classes that are candidates for condition evaluation.
- recordExclusions(Collection<String>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
-
Records the names of the classes that have been excluded from condition evaluation.
- REDIS - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
Redis backed caching.
- register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
-
Programmatically registers the auto-configuration package names.
- register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
-
Register the specified entity scan packages with the system.
- register(BeanDefinitionRegistry, Collection<String>) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
-
Register the specified entity scan packages with the system.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry, BeanNameGenerator) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
- registerBundles(SslBundleRegistry) - Method in interface org.springframework.boot.autoconfigure.ssl.SslBundleRegistrar
-
Callback method for registering
SslBundles with anSslBundleRegistry. - registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.boot.autoconfigure.web.WebResourcesRuntimeHints
- removeDuplicates(List<T>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- RepositoryType - Enum Class in org.springframework.boot.autoconfigure.data
-
Type of Spring Data repositories to enable.
- ResourceBundleCondition() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration.ResourceBundleCondition
- ResourceCondition - Class in org.springframework.boot.autoconfigure.condition
-
SpringBootConditionused to check if a resource can be found using a configurable property and optional default location(s). - ResourceCondition(String, String, String...) - Constructor for class org.springframework.boot.autoconfigure.condition.ResourceCondition
-
Create a new condition.
- resources() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnResource
-
The resources that must be present.
- Resources() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources
- resultedIn(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicates a single result.
S
- scan(Class<? extends Annotation>...) - Method in class org.springframework.boot.autoconfigure.domain.EntityScanner
-
Scan for entities with the specified annotations.
- scanBasePackageClasses() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
-
Type-safe alternative to
SpringBootApplication.scanBasePackages()for specifying the packages to scan for annotated components. - scanBasePackages() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
-
Base packages to scan for annotated components.
- search() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
-
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
- search() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
- search() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
-
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
- SearchStrategy - Enum Class in org.springframework.boot.autoconfigure.condition
-
Some named search strategies for beans in the bean factory hierarchy.
- selectImports(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- SERVLET - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
-
Only servlet-based web application will match.
- setAcceptTasksAfterContextClose(boolean) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool.Shutdown
- setAddMappings(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
- setAlias(String) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
- setAllowCoreThreadTimeout(boolean) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- setAlwaysUseMessageFormat(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
- setAwaitTermination(boolean) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
- setAwaitTermination(boolean) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
- setAwaitTerminationPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
- setAwaitTerminationPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
- setBasename(List<String>) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
- setCache(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
- setCacheDuration(Duration) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setCachePrivate(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setCachePublic(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setCertificate(String) - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- setCiphers(Set<String>) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
- setCommonMessages(List<Resource>) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setCompressed(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
- setConcurrencyLimit(Integer) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Simple
- setConcurrencyLimit(Integer) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Simple
- setCoreSize(int) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- setDefaultDomain(String) - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
- setEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
- setEnabledProtocols(Set<String>) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
- setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
- setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
- setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
-
Set if unique runtime object names should be ensured.
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
- setFallbackToSystemLocale(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setIncludeBindingErrors(ErrorProperties.IncludeAttribute) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- setIncludeException(boolean) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- setIncludeMessage(ErrorProperties.IncludeAttribute) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- setIncludePath(ErrorProperties.IncludeAttribute) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- setIncludeStacktrace(ErrorProperties.IncludeAttribute) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- setKeepAlive(Duration) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.web.WebProperties
- setLocaleResolver(WebProperties.LocaleResolver) - Method in class org.springframework.boot.autoconfigure.web.WebProperties
- setLocation(String) - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- setLocation(Resource) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
- setLocation(Resource) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
- setMaxAge(Duration) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setMaxSize(int) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- setMode(TaskExecutionProperties.Mode) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- setMustRevalidate(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setNoCache(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setNoStore(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setNoTransform(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
- setPath(String) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
- setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
- setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
- setPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
- setPrefix(String) - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
- setPrivateKey(String) - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- setPrivateKeyPassword(String) - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- setProtocol(String) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
- setProvider(String) - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- setProxyRevalidate(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setQueueCapacity(int) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- setQuietPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles.Watch.File
- setRegistrationPolicy(RegistrationPolicy) - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
- setRejectTasksWhenLimitReached(boolean) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Simple
- setReloadOnUpdate(boolean) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
- setServer(String) - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
- setSize(int) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
- setSMaxAge(Duration) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setStaleIfError(Duration) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setStaleWhileRevalidate(Duration) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setStaticLocations(String[]) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources
- setSuffix(String) - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
- setThreadNamePrefix(String) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- setThreadNamePrefix(String) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
- setTimeoutPerShutdownPhase(Duration) - Method in class org.springframework.boot.autoconfigure.context.LifecycleProperties
- setType(String) - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- setType(String) - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- setUniqueNames(boolean) - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
- setUseCodeAsDefaultMessage(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setUseLastModified(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
- setVerifyKeys(boolean) - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- setVersion(String) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
- Shutdown() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool.Shutdown
- Shutdown() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
- Shutdown() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
- Simple() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Simple
- Simple() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Simple
- SIMPLE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
Simple in-memory caching.
- SpringApplicationAdminJmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.admin
-
Register a JMX component that allows to administer the current application.
- SpringApplicationAdminJmxAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
- SpringBootApplication - Annotation Interface in org.springframework.boot.autoconfigure
-
Indicates a
configurationclass that declares one or more@Beanmethods and also triggersauto-configurationandcomponent scanning. - SpringBootCondition - Class in org.springframework.boot.autoconfigure.condition
-
Base of all
Conditionimplementations used with Spring Boot. - SpringBootCondition() - Constructor for class org.springframework.boot.autoconfigure.condition.SpringBootCondition
- SslAutoConfiguration - Class in org.springframework.boot.autoconfigure.ssl
-
Auto-configurationfor SSL. - SslBundleProperties - Class in org.springframework.boot.autoconfigure.ssl
-
Base class for SSL Bundle properties.
- SslBundleProperties() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
- SslBundleProperties.Key - Class in org.springframework.boot.autoconfigure.ssl
- SslBundleProperties.Options - Class in org.springframework.boot.autoconfigure.ssl
- SslBundleRegistrar - Interface in org.springframework.boot.autoconfigure.ssl
-
Interface to be implemented by types that register
SslBundleinstances with anSslBundleRegistry. - SslProperties - Class in org.springframework.boot.autoconfigure.ssl
-
Properties for centralized SSL trust material configuration.
- SslProperties() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslProperties
- SslProperties.Bundles - Class in org.springframework.boot.autoconfigure.ssl
-
Properties to define SSL Bundles.
- SslProperties.Bundles.Watch - Class in org.springframework.boot.autoconfigure.ssl
- SslProperties.Bundles.Watch.File - Class in org.springframework.boot.autoconfigure.ssl
- startConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
- store() - Element in annotation interface org.springframework.boot.autoconfigure.data.ConditionalOnRepositoryType
-
The name of the store that backs the repositories.
- Store() - Constructor for class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- Store() - Constructor for class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- Strategy() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy
- stream() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
-
Return a
Streamof theConditionEvaluationReport.ConditionAndOutcomeitems.
T
- TaskExecutionAutoConfiguration - Class in org.springframework.boot.autoconfigure.task
-
Auto-configurationforTaskExecutor. - TaskExecutionAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
- TaskExecutionProperties - Class in org.springframework.boot.autoconfigure.task
-
Configuration properties for task execution.
- TaskExecutionProperties() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- TaskExecutionProperties.Mode - Enum Class in org.springframework.boot.autoconfigure.task
-
Determine when the task executor is to be created.
- TaskExecutionProperties.Pool - Class in org.springframework.boot.autoconfigure.task
- TaskExecutionProperties.Pool.Shutdown - Class in org.springframework.boot.autoconfigure.task
- TaskExecutionProperties.Shutdown - Class in org.springframework.boot.autoconfigure.task
- TaskExecutionProperties.Simple - Class in org.springframework.boot.autoconfigure.task
- TaskSchedulingAutoConfiguration - Class in org.springframework.boot.autoconfigure.task
-
Auto-configurationforTaskScheduler. - TaskSchedulingAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
- TaskSchedulingProperties - Class in org.springframework.boot.autoconfigure.task
-
Configuration properties for task scheduling.
- TaskSchedulingProperties() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
- TaskSchedulingProperties.Pool - Class in org.springframework.boot.autoconfigure.task
- TaskSchedulingProperties.Shutdown - Class in org.springframework.boot.autoconfigure.task
- TaskSchedulingProperties.Simple - Class in org.springframework.boot.autoconfigure.task
- TemplateAvailabilityProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
- TemplateAvailabilityProvider - Interface in org.springframework.boot.autoconfigure.template
-
Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf.
- TemplateAvailabilityProviders - Class in org.springframework.boot.autoconfigure.template
-
Collection of
TemplateAvailabilityProviderbeans that can be used to check which (if any) templating engine supports a given view. - TemplateAvailabilityProviders(ClassLoader) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
-
Create a new
TemplateAvailabilityProvidersinstance. - TemplateAvailabilityProviders(Collection<? extends TemplateAvailabilityProvider>) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
-
Create a new
TemplateAvailabilityProvidersinstance. - TemplateAvailabilityProviders(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
-
Create a new
TemplateAvailabilityProvidersinstance. - TemplateLocation - Class in org.springframework.boot.autoconfigure.template
-
Contains a location that templates can be loaded from.
- TemplateLocation(String) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateLocation
- timeFormat(String) - Method in class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
-
Configures the time format using the given
pattern. - toHttpCacheControl() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- toString() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
- toString() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
- toString() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
- toString() - Method in record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
Returns a string representation of this record class.
- toString() - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
- toString() - Method in class org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
- toString() - Method in class org.springframework.boot.autoconfigure.template.TemplateLocation
- type() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
-
The class type names of beans that should be checked.
- type() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
The class type names of beans that should be checked.
- type() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
-
The class type name of bean that should be checked.
- type() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication
-
The required type of the web application.
- type() - Element in annotation interface org.springframework.boot.autoconfigure.data.ConditionalOnRepositoryType
-
The required repository type.
V
- value() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
-
Explicitly specify the name of the Spring bean definition associated with the
@AutoConfigurationclass. - value() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureAfter
-
The auto-configuration classes that should have already been applied.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureBefore
-
The auto-configuration classes that should have not yet been applied.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfigureOrder
-
The order value.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
-
The class types of beans that should be checked.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperties
-
Return the contained
@ConditionalOnBooleanPropertyannotations. - value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty
-
Alias for
ConditionalOnBooleanProperty.name(). - value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnClass
-
The classes that must be present.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnCloudPlatform
-
The
cloud platformthat must be active. - value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnExpression
-
The SpEL expression to evaluate.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnJava
-
The
JavaVersionto check for. - value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnJndi
-
JNDI Locations, one of which must exist.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
The class types of beans that should be checked.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingClass
-
The names of the classes that must not be present.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingFilterBean
-
The filter bean type that must not be present.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperties
-
Return the contained
@ConditionalOnPropertyannotations. - value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
-
Alias for
ConditionalOnProperty.name(). - value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
-
The class type of bean that should be checked.
- value() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnThreading
-
The
threadingthat must be active. - value() - Element in annotation interface org.springframework.boot.autoconfigure.domain.EntityScan
-
Alias for the
EntityScan.basePackages()attribute. - value() - Element in annotation interface org.springframework.boot.autoconfigure.ImportAutoConfiguration
-
The auto-configuration classes that should be imported.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.data.RepositoryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.data.RepositoryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- wasProcessed(String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
-
Return
trueif the specified class name was processed by the annotation processor. - Watch() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles.Watch
- WebConversionService - Class in org.springframework.boot.autoconfigure.web.format
-
FormattingConversionServicededicated to web applications for formatting and converting values to/from the web. - WebConversionService(DateTimeFormatters) - Constructor for class org.springframework.boot.autoconfigure.web.format.WebConversionService
-
Create a new WebConversionService that configures formatters with the provided date, time, and date-time formats, or registers the default if no custom format is provided.
- WebProperties - Class in org.springframework.boot.autoconfigure.web
-
Configuration propertiesfor general web concerns. - WebProperties() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties
- WebProperties.LocaleResolver - Enum Class in org.springframework.boot.autoconfigure.web
- WebProperties.Resources - Class in org.springframework.boot.autoconfigure.web
- WebProperties.Resources.Cache - Class in org.springframework.boot.autoconfigure.web
-
Cache configuration.
- WebProperties.Resources.Cache.Cachecontrol - Class in org.springframework.boot.autoconfigure.web
-
Cache Control HTTP header configuration.
- WebProperties.Resources.Chain - Class in org.springframework.boot.autoconfigure.web
-
Configuration for the Spring Resource Handling chain.
- WebProperties.Resources.Chain.Strategy - Class in org.springframework.boot.autoconfigure.web
-
Strategies for extracting and embedding a resource version in its URL path.
- WebProperties.Resources.Chain.Strategy.Content - Class in org.springframework.boot.autoconfigure.web
-
Version Strategy based on content hashing.
- WebProperties.Resources.Chain.Strategy.Fixed - Class in org.springframework.boot.autoconfigure.web
-
Version Strategy based on a fixed version string.
- WebResourcesRuntimeHints - Class in org.springframework.boot.autoconfigure.web
-
RuntimeHintsRegistrarfor default locations of web resources. - WebResourcesRuntimeHints() - Constructor for class org.springframework.boot.autoconfigure.web.WebResourcesRuntimeHints
- Whitelabel() - Constructor for class org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form