Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.boot Classes and Interfaces - 863 results found.
NameDescriptionTypePackageFramework
AbstractAuthenticationAuditListenerAbstract ApplicationListener to expose Spring Securityauthentication events as AuditEvents.Classorg.springframework.boot.actuate.securitySpring Boot
AbstractAuthorizationAuditListenerAbstract ApplicationListener to expose Spring Securityauthorization events as AuditEvents.Classorg.springframework.boot.actuate.securitySpring Boot
AbstractConfigurableEmbeddedServletContainerAbstract base class for ConfigurableEmbeddedServletContainer implementations.Classorg.springframework.boot.context.embeddedSpring Boot
AbstractDataSourcePoolMetadataA base DataSourcePoolMetadata implementation.Classorg.springframework.boot.autoconfigure.jdbc.metadataSpring Boot
AbstractDependsOnBeanFactoryPostProcessorAbstract base class for a BeanFactoryPostProcessor that can be used todynamically declare that all beans of a specific type should depend on one or moreClassorg.springframework.boot.autoconfigureSpring Boot
AbstractEmbeddedServletContainerFactoryAbstract base class for EmbeddedServletContainerFactory implementations.Classorg.springframework.boot.context.embeddedSpring Boot
AbstractEndpointAbstract base for Endpoint implementations.Classorg.springframework.boot.actuate.endpointSpring Boot
AbstractEndpointMvcAdapterAbstract base class for MvcEndpoint implementations.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
AbstractErrorControllerAbstract base class for error Controller implementations.Classorg.springframework.boot.autoconfigure.webSpring Boot
AbstractHealthAggregatorBase HealthAggregator implementation to allow subclasses to focus onaggregating the Status instances and not deal with contextual details etc.Classorg.springframework.boot.actuate.healthSpring Boot
AbstractHealthIndicatorBase HealthIndicator implementations that encapsulates creation ofHealth instance and error handling.Classorg.springframework.boot.actuate.healthSpring Boot
AbstractJmxCacheStatisticsProviderBase CacheStatisticsProvider implementation that uses JMX to retrieve the cacheSince:1.Classorg.springframework.boot.actuate.cacheSpring Boot
AbstractLoggingSystemAbstract base class for LoggingSystem implementations.Classorg.springframework.boot.loggingSpring Boot
AbstractMetricExporterBase class for metric exporters that have common features, principally a prefix forexported metrics and filtering by timestamp (so only new values are included in theClassorg.springframework.boot.actuate.metrics.exportSpring Boot
AbstractRepositoryConfigurationSourceSupportBase ImportBeanDefinitionRegistrar used to auto-configure Spring DataAuthor:Phillip Webb, Dave Syer, Oliver GierkeClassorg.springframework.boot.autoconfigure.dataSpring Boot
AbstractTemplateViewResolverPropertiesBase class for ConfigurationProperties of aAbstractTemplateViewResolver.Classorg.springframework.boot.autoconfigure.templateSpring Boot
AbstractViewResolverPropertiesBase class for ConfigurationProperties of a ViewResolver.Classorg.springframework.boot.autoconfigure.templateSpring Boot
ActiveMQAutoConfigurationAuto-configuration to integrate with an ActiveMQbroker.Classorg.springframework.boot.autoconfigure.jms.activemqSpring Boot
ActiveMQPropertiesConfiguration properties for ActiveMQ.Classorg.springframework.boot.autoconfigure.jms.activemqSpring Boot
AgentAttacherUtility class to attach an instrumentation agent to the running JVM.Classorg.springframework.boot.loader.toolsSpring Boot
AggregateMetricReaderA metric reader that aggregates values from a source reader, normally one that has beencollecting data from many sources in the same form (like a scaled-out application).Classorg.springframework.boot.actuate.metrics.aggregateSpring Boot
AllNestedConditionsCondition that will match when all nested class conditions match.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
AnnotationConfigEmbeddedWebApplicationContextEmbeddedWebApplicationContext that accepts annotated classes as input - inparticular @ConfigurationClassorg.springframework.boot.context.embeddedSpring Boot
AnsiBackgroundAnsi background colors.Classorg.springframework.boot.ansiSpring Boot
AnsiColorClassorg.springframework.boot.ansiSpring Boot
AnsiElementAn ANSI encodable element.Interfaceorg.springframework.boot.ansiSpring Boot
AnsiElement .DefaultAnsiElementInternal default AnsiElement implementation.Classorg.springframework.boot.ansi.AnsiElementSpring Boot
AnsiOutputClassorg.springframework.boot.ansiSpring Boot
AnsiOutput .EnabledPossible values to pass to AnsiOutput.Classorg.springframework.boot.ansi.AnsiOutputSpring Boot
AnsiOutputApplicationListenerAn ApplicationListener that configures AnsiOutput depending on thevalue of the property spring.Classorg.springframework.boot.context.configSpring Boot
AnsiPropertySourcePropertyResolver for AnsiStyle, AnsiColor andAnsiBackground elements.Classorg.springframework.boot.ansiSpring Boot
AnsiStyleClassorg.springframework.boot.ansiSpring Boot
AnyNestedConditionCondition that will match when any nested class condition matches.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
AopAutoConfigurationAuto-configuration for Spring's AOP support.Classorg.springframework.boot.autoconfigure.aopSpring Boot
AopAutoConfiguration .CglibAutoProxyConfigurationClassorg.springframework.boot.autoconfigure.aop.AopAutoConfigurationSpring Boot
AopAutoConfiguration .JdkDynamicAutoProxyConfigurationClassorg.springframework.boot.autoconfigure.aop.AopAutoConfigurationSpring Boot
ApplicationArgumentsProvides access to the arguments that were used to run a SpringApplication.Interfaceorg.springframework.bootSpring Boot
ApplicationEnvironmentPreparedEventEvent published when a SpringApplication is starting up and theEnvironment is first available for inspection and modification.Classorg.springframework.boot.context.eventSpring Boot
ApplicationFailedEventEvent published by a SpringApplication when it fails to start.Classorg.springframework.boot.context.eventSpring Boot
ApplicationHealthIndicatorDefault implementation of HealthIndicator that returns Status.Classorg.springframework.boot.actuate.healthSpring Boot
ApplicationHomeProvides access to the application home directory.Classorg.springframework.bootSpring Boot
ApplicationPidAn application process ID.Classorg.springframework.bootSpring Boot
ApplicationPidFileWriterAn ApplicationListener that saves application PID into file.Classorg.springframework.boot.actuate.systemSpring Boot
ApplicationPreparedEventEvent published as when a SpringApplication is starting up and theApplicationContext is fully prepared but not refreshed.Classorg.springframework.boot.context.eventSpring Boot
ApplicationReadyEventEvent published as late as conceivably possible to indicate that the application isready to service requests.Classorg.springframework.boot.context.eventSpring Boot
ApplicationRunnerInterface used to indicate that a bean should run when it is contained withina SpringApplication.Interfaceorg.springframework.bootSpring Boot
ApplicationStartedEventEvent published as early as conceivably possible as soon as a SpringApplicationhas been started - before the Environment or ApplicationContext isClassorg.springframework.boot.context.eventSpring Boot
ApplicationTempProvides access to an application specific temporary directory.Classorg.springframework.bootSpring Boot
ArchiveAn archive that can be launched by the Launcher.Classorg.springframework.boot.loader.archiveSpring Boot
Archive .EntryRepresents a single entry in the archive.Interfaceorg.springframework.boot.loader.archive.ArchiveSpring Boot
Archive .EntryFilterStrategy interface to filter Entries.Interfaceorg.springframework.boot.loader.archive.ArchiveSpring Boot
Archive .EntryRenameFilterStrategy interface to filter or rename Entries.Interfaceorg.springframework.boot.loader.archive.ArchiveSpring Boot
ArrayDocumentMatcherMatches a document containing a given key and where the value of that key is an arraycontaining one of the given values, or where one of the values matches one of the givenClassorg.springframework.boot.yamlSpring Boot
ArtemisAutoConfigurationAuto-configuration to integrate with an Artemis broker.Classorg.springframework.boot.autoconfigure.jms.artemisSpring Boot
ArtemisConfigurationCustomizerCallback interface that can be implemented by beans wishing to customize the ArtemisJMS server Configuration before it is used by an auto-configuredInterfaceorg.springframework.boot.autoconfigure.jms.artemisSpring Boot
ArtemisModeDefine the mode in which Artemis can operate.Classorg.springframework.boot.autoconfigure.jms.artemisSpring Boot
ArtemisNoOpBindingRegistryA no-op implementation of the BindingRegistry.Classorg.springframework.boot.autoconfigure.jms.artemisSpring Boot
ArtemisPropertiesConfiguration properties for Artemis.Classorg.springframework.boot.autoconfigure.jms.artemisSpring Boot
ArtemisProperties .EmbeddedConfiguration for an embedded Artemis server.Classorg.springframework.boot.autoconfigure.jms.artemis.ArtemisPropertiesSpring Boot
AsciiBytesSimple wrapper around a byte array that represents an ASCII.Classorg.springframework.boot.loader.utilSpring Boot
AtomikosConnectionFactoryBeanSpring friendly version of AtomikosConnectionFactoryBean.Classorg.springframework.boot.jta.atomikosSpring Boot
AtomikosDataSourceBeanSpring friendly version of AtomikosDataSourceBean.Classorg.springframework.boot.jta.atomikosSpring Boot
AtomikosDependsOnBeanFactoryPostProcessorBeanFactoryPostProcessor to automatically setup the recommendeddependsOn settings forClassorg.springframework.boot.jta.atomikosSpring Boot
AtomikosLoggingLevelenum AtomikosLoggingLevelLogging levels supported by Atomikos.Classorg.springframework.boot.jta.atomikosSpring Boot
AtomikosPropertiesBean friendly variant ofAtomikos configurationClassorg.springframework.boot.jta.atomikosSpring Boot
AtomikosXAConnectionFactoryWrapperXAConnectionFactoryWrapper that uses an AtomikosConnectionFactoryBeanto wrap a XAConnectionFactory.Classorg.springframework.boot.jta.atomikosSpring Boot
AtomikosXADataSourceWrapperXADataSourceWrapper that uses an AtomikosDataSourceBean to wrap aSince:1.Classorg.springframework.boot.jta.atomikosSpring Boot
AuditApplicationEventSpring ApplicationEvent to encapsulate AuditEvents.Classorg.springframework.boot.actuate.audit.listenerSpring Boot
AuditAutoConfigurationAuto-configuration for AuditEvents.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
AuditAutoConfiguration .AuditEventRepositoryConfigurationClassorg.springframework.boot.actuate.autoconfigure.AuditAutoConfigurationSpring Boot
AuditEventA value object representing an audit event: at a particular time, a particular user oragent carried out an action of a particular type.Classorg.springframework.boot.actuate.auditSpring Boot
AuditEventRepositoryRepository for AuditEvents.Interfaceorg.springframework.boot.actuate.auditSpring Boot
AuditListenerApplicationListener that listens for AuditApplicationEvents and storesthem in a AuditEventRepository.Classorg.springframework.boot.actuate.audit.listenerSpring Boot
AuthenticationAuditListenerDefault implementation of AbstractAuthenticationAuditListener.Classorg.springframework.boot.actuate.securitySpring Boot
AuthenticationManagerConfigurationConfiguration for a Spring Security in-memory AuthenticationManager.Classorg.springframework.boot.autoconfigure.securitySpring Boot
AuthenticationManagerConfiguration .AuthenticationManagerConfigurationListenerApplicationListener to autowire the AuthenticationEventPublisherinto the AuthenticationManager.Classorg.springframework.boot.autoconfigure.security.AuthenticationManagerConfigurationSpring Boot
AuthoritiesExtractorStrategy used by UserInfoTokenServices to extract authorities from the resourceSince:1.Interfaceorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
AuthorizationAuditListenerDefault implementation of AbstractAuthorizationAuditListener.Classorg.springframework.boot.actuate.securitySpring Boot
AuthorizationServerPropertiesConfiguration properties for OAuth2 Authorization server.Classorg.springframework.boot.autoconfigure.security.oauth2.authserverSpring Boot
AutoConfigurationPackagesClass for storing auto-configuration packages for reference later (e.Classorg.springframework.boot.autoconfigureSpring Boot
AutoConfigurationReportEndpointEndpoint to expose the ConditionEvaluationReport.Classorg.springframework.boot.actuate.endpointSpring Boot
AutoConfigurationReportEndpoint .MessageAndConditionAdapts ConditionEvaluationReport.Classorg.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpointSpring Boot
AutoConfigurationReportEndpoint .ReportAdapts ConditionEvaluationReport to a JSON friendly structure.Classorg.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpointSpring Boot
AutoConfigurationReportLoggingInitializerApplicationContextInitializer that writes the ConditionEvaluationReportto the log.Classorg.springframework.boot.autoconfigure.loggingSpring Boot
AutoConfigureAfterHint for that an auto-configuration should be appliedafter other specified auto-configuration classes.Classorg.springframework.boot.autoconfigureSpring Boot
AutoConfigureBeforeHint for that an auto-configuration should be appliedbefore other specified auto-configuration classes.Classorg.springframework.boot.autoconfigureSpring Boot
AutoConfigureOrderAuto-configuration specific variant of Spring Framework's Order annotation.Classorg.springframework.boot.autoconfigureSpring Boot
BackgroundPreinitializerApplicationListener to trigger early initialization in a background thread oftime consuming tasks.Classorg.springframework.boot.autoconfigureSpring Boot
BannerInterface class for writing a banner programmatically.Interfaceorg.springframework.bootSpring Boot
Banner .ModeAn enumeration of possible values for configuring the Banner.Classorg.springframework.boot.BannerSpring Boot
BasicBatchConfigurerBasic BatchConfigurer implementation.Classorg.springframework.boot.autoconfigure.batchSpring Boot
BasicErrorControllerBasic global error Controller, rendering ErrorAttributes.Classorg.springframework.boot.autoconfigure.webSpring Boot
BasicJsonParserReally basic JSON parser for when you have nothing else available.Classorg.springframework.boot.jsonSpring Boot
BatchAutoConfigurationAuto-configuration for Spring Batch.Classorg.springframework.boot.autoconfigure.batchSpring Boot
BatchAutoConfiguration .JpaBatchConfigurationClassorg.springframework.boot.autoconfigure.batch.BatchAutoConfigurationSpring Boot
BatchDatabaseInitializerInitialize the Spring Batch schema (ignoring errors, so should be idempotent).Classorg.springframework.boot.autoconfigure.batchSpring Boot
BatchPropertiesConfiguration properties for Spring Batch.Classorg.springframework.boot.autoconfigure.batchSpring Boot
BatchProperties .InitializerClassorg.springframework.boot.autoconfigure.batch.BatchPropertiesSpring Boot
BatchProperties .JobClassorg.springframework.boot.autoconfigure.batch.BatchPropertiesSpring Boot
BeansEndpointExposes JSON view of Spring beans.Classorg.springframework.boot.actuate.endpointSpring Boot
BitronixDependentBeanFactoryPostProcessorBeanFactoryPostProcessor to automatically register the recommendeddependencies for correct Bitronix shutdown ordering.Classorg.springframework.boot.jta.bitronixSpring Boot
BitronixXAConnectionFactoryWrapperXAConnectionFactoryWrapper that uses a BitronixPoolingConnectionFactoryBean to wrap a XAConnectionFactory.Classorg.springframework.boot.jta.bitronixSpring Boot
BitronixXADataSourceWrapperXADataSourceWrapper that uses a Bitronix PoolingDataSourceBean to wrapSince:1.Classorg.springframework.boot.jta.bitronixSpring Boot
BootGlobalAuthenticationConfigurationGlobalAuthenticationConfigurerAdapter to trigger early initialization of@EnableAutoConfiguration beans.Classorg.springframework.boot.autoconfigure.securitySpring Boot
BufferCounterServiceFast implementation of CounterService using CounterBuffers.Classorg.springframework.boot.actuate.metrics.bufferSpring Boot
BufferGaugeServiceFast implementation of GaugeService using GaugeBuffers.Classorg.springframework.boot.actuate.metrics.bufferSpring Boot
BufferMetricReaderMetricReader implementation using CounterBuffers andSince:1.Classorg.springframework.boot.actuate.metrics.bufferSpring Boot
ByteArrayRandomAccessDataRandomAccessData implementation backed by a byte array.Classorg.springframework.boot.loader.dataSpring Boot
CacheAutoConfigurationAuto-configuration for the cache abstraction.Classorg.springframework.boot.autoconfigure.cacheSpring Boot
CacheAutoConfiguration .CacheManagerJpaDependencyConfigurationClassorg.springframework.boot.autoconfigure.cache.CacheAutoConfigurationSpring Boot
CachePropertiesConfiguration properties for the cache abstraction.Classorg.springframework.boot.autoconfigure.cacheSpring Boot
CacheProperties .EhCacheEhCache specific cache properties.Classorg.springframework.boot.autoconfigure.cache.CachePropertiesSpring Boot
CacheProperties .GuavaGuava specific cache properties.Classorg.springframework.boot.autoconfigure.cache.CachePropertiesSpring Boot
CacheProperties .HazelcastHazelcast specific cache properties.Classorg.springframework.boot.autoconfigure.cache.CachePropertiesSpring Boot
CacheProperties .InfinispanInfinispan specific cache properties.Classorg.springframework.boot.autoconfigure.cache.CachePropertiesSpring Boot
CacheProperties .JCacheJCache (JSR-107) specific cache properties.Classorg.springframework.boot.autoconfigure.cache.CachePropertiesSpring Boot
CachePublicMetricsA PublicMetrics implementation that provides cache statistics.Classorg.springframework.boot.actuate.endpointSpring Boot
CacheStatisticsSnapshot of the statistics of a given cache.Interfaceorg.springframework.boot.actuate.cacheSpring Boot
CacheStatisticsAutoConfigurationAuto-configuration for CacheStatisticsProviderSince:1.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
CacheStatisticsProviderProvide a CacheStatistics based on a Cache.Interfaceorg.springframework.boot.actuate.cacheSpring Boot
CacheTypeSupported cache types (defined in order of precedence).Classorg.springframework.boot.autoconfigure.cacheSpring Boot
CassandraAutoConfigurationAuto-configuration for Cassandra.Classorg.springframework.boot.autoconfigure.cassandraSpring Boot
CassandraDataAutoConfigurationAuto-configuration for Spring Data's Cassandra support.Classorg.springframework.boot.autoconfigure.data.cassandraSpring Boot
CassandraHealthIndicatorSimple implementation of a HealthIndicator returning status information forCassandra data stores.Classorg.springframework.boot.actuate.healthSpring Boot
CassandraPropertiesConfiguration properties for Cassandra.Classorg.springframework.boot.autoconfigure.cassandraSpring Boot
CassandraRepositoriesAutoConfigurationAuto-configuration for Spring Data's CassandraSince:1.Classorg.springframework.boot.autoconfigure.data.cassandraSpring Boot
ClasspathLoggingApplicationListenerA SmartApplicationListener that reacts to startevents by logging the classpath of the thread context class loader (TCCL) atClassorg.springframework.boot.loggingSpring Boot
CloudAutoConfigurationAuto-configuration for Spring Cloud.Classorg.springframework.boot.autoconfigure.cloudSpring Boot
CloudFoundryVcapEnvironmentPostProcessorAn EnvironmentPostProcessor that knows where to find VCAP (a.Classorg.springframework.boot.cloudSpring Boot
CloudPlatformSimple detection for well known cloud platforms.Classorg.springframework.boot.cloudSpring Boot
ColorConverterLog4j2 LogEventPatternConverter colors output using the AnsiOutputclass.Classorg.springframework.boot.logging.log4j2Spring Boot
ColorConverterLogback CompositeConverter colors output using the AnsiOutput class.Classorg.springframework.boot.logging.logbackSpring Boot
CommandLineRunnerInterface used to indicate that a bean should run when it is contained withina SpringApplication.Interfaceorg.springframework.bootSpring Boot
CommonsDbcp2DataSourcePoolMetadataDataSourcePoolMetadata for an Apache Commons DBCP2 DataSource.Classorg.springframework.boot.autoconfigure.jdbc.metadataSpring Boot
CommonsDbcpDataSourcePoolMetadataDataSourcePoolMetadata for an Apache Commons DBCP DataSource.Classorg.springframework.boot.autoconfigure.jdbc.metadataSpring Boot
CommonsLoggingLiquibaseLoggerLiquibase Logger that delegates to an Apache Commons Log.Classorg.springframework.boot.liquibaseSpring Boot
CompositeHealthIndicatorHealthIndicator that returns health indications from all registered delegates.Classorg.springframework.boot.actuate.healthSpring Boot
CompositeMetricReaderComposite implementation of MetricReader.Classorg.springframework.boot.actuate.metrics.readerSpring Boot
CompositeMetricWriterComposite implementation of MetricWriter that just sends its input to all ofthe delegates that have been registered.Classorg.springframework.boot.actuate.metrics.writerSpring Boot
CompressionSimple container-independent abstraction for compression configuration.Classorg.springframework.boot.context.embeddedSpring Boot
ConcurrentMapCacheStatisticsProviderCacheStatisticsProvider implementation for ConcurrentMapCache.Classorg.springframework.boot.actuate.cacheSpring Boot
ConditionalOnBeanConditional that only matches when the specified bean classes and/or names arealready contained in the BeanFactory.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnClassConditional that only matches when the specified classes are on the classpath.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnEnabledEndpointConditional that checks whether or not an endpoint is enabled.Classorg.springframework.boot.actuate.conditionSpring Boot
ConditionalOnEnabledHealthIndicatorConditional that checks whether or not a default health indicator is enabled.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
ConditionalOnEnabledResourceChainConditional that checks whether or not the Spring resource handling chain isenabled.Classorg.springframework.boot.autoconfigure.webSpring Boot
ConditionalOnExpressionConfiguration annotation for a conditional element that depends on the value of a SpELOptional Element SummaryClassorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnJavaConditional that matches based on the JVM version the application is runningSince:1.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnJava .JavaVersionReturns the ConditionalOnJava.Classorg.springframework.boot.autoconfigure.condition.ConditionalOnJavaSpring Boot
ConditionalOnJava .RangeEqual to, or newer than the specified ConditionalOnJava.Classorg.springframework.boot.autoconfigure.condition.ConditionalOnJavaSpring Boot
ConditionalOnJndiConditional that matches based on the availability of a JNDIInitialContext and the ability to lookup specific locations.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnMissingBeanConditional that only matches when the specified bean classes and/or names arenot already contained in the BeanFactory.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnMissingClassConditional that only matches when the specified classes are not on theOptional Element SummaryClassorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnPropertyConditional that checks if the specified properties have a specific value.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnResourceConditional that only matches when the specified resources are on theOptional Element SummaryClassorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnSingleCandidateConditional that only matches when the specified bean class is alreadycontained in the BeanFactory and a single candidate can be determined.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionEvaluationReportRecords condition evaluation details for reporting and logging.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionEvaluationReport .ConditionAndOutcomeProvides access to a single Condition and ConditionOutcome.Classorg.springframework.boot.autoconfigure.condition.ConditionEvaluationReportSpring Boot
ConditionEvaluationReport .ConditionAndOutcomesProvides access to a number of ConditionEvaluationReport.Classorg.springframework.boot.autoconfigure.condition.ConditionEvaluationReportSpring Boot
ConditionOutcomeOutcome for a condition match, including log message.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConfigFileApplicationContextInitializerApplicationContextInitializer that can be used with theContextConfiguration.Classorg.springframework.boot.testSpring Boot
ConfigFileApplicationListenerEnvironmentPostProcessor that configures the context environment by loadingproperties from well known file locations.Classorg.springframework.boot.context.configSpring Boot
ConfigurableEmbeddedServletContainerSimple interface that represents customizations to anEmbeddedServletContainerFactory.Interfaceorg.springframework.boot.context.embeddedSpring Boot
ConfigurationBeanFactoryMetaDataUtility class to memorize @Bean definition meta data during initialization ofSince:1.Classorg.springframework.boot.context.propertiesSpring Boot
ConfigurationPropertiesAnnotation for externalized configuration.Classorg.springframework.boot.context.propertiesSpring Boot
ConfigurationPropertiesAutoConfigurationAuto-configuration for ConfigurationPropertiesbeans.Classorg.springframework.boot.autoconfigure.contextSpring Boot
ConfigurationPropertiesBindingPostProcessorBeanPostProcessor to bind PropertySources to beans annotated withConfigurationProperties.Classorg.springframework.boot.context.propertiesSpring Boot
ConfigurationPropertiesBindingPostProcessorRegistrarImportBeanDefinitionRegistrar for binding externalized application propertiesto ConfigurationProperties beans.Classorg.springframework.boot.context.propertiesSpring Boot
ConfigurationPropertiesReportEndpointEndpoint to expose application properties from ConfigurationPropertiesTo protect sensitive information from being exposed, certain property values are maskedClassorg.springframework.boot.actuate.endpointSpring Boot
ConfigurationPropertiesReportEndpoint .GenericSerializerModifierBeanSerializerModifier to return only relevant configuration properties.Classorg.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpointSpring Boot
ConfigurationWarningsApplicationContextInitializerApplicationContextInitializer to report warnings for common misconfigurationSince:1.Classorg.springframework.boot.contextSpring Boot
ConfigurationWarningsApplicationContextInitializer .CheckA single check that can be applied.Interfaceorg.springframework.boot.context.ConfigurationWarningsApplicationContextInitializerSpring Boot
ConfigurationWarningsApplicationContextInitializer .ComponentScanPackageCheckConfigurationWarningsApplicationContextInitializer.Classorg.springframework.boot.context.ConfigurationWarningsApplicationContextInitializerSpring Boot
ConfigurationWarningsApplicationContextInitializer .ConfigurationWarningsPostProcessorBeanDefinitionRegistryPostProcessor to report warnings.Classorg.springframework.boot.context.ConfigurationWarningsApplicationContextInitializerSpring Boot
ContextIdApplicationContextInitializerApplicationContextInitializer that set the SpringApplicationContext ID.Classorg.springframework.boot.contextSpring Boot
CounterBufferMutable buffer containing a long adder (Java 8) and a timestamp.Classorg.springframework.boot.actuate.metrics.bufferSpring Boot
CounterBuffersFast writes to in-memory metrics store using CounterBuffer.Classorg.springframework.boot.actuate.metrics.bufferSpring Boot
CounterServiceA service that can be used to increment, decrement and reset a named counter value.Interfaceorg.springframework.boot.actuate.metricsSpring Boot
CounterWriterSimple writer for counters (metrics that increment).Interfaceorg.springframework.boot.actuate.metrics.writerSpring Boot
CrshAutoConfigurationAuto-configuration for embedding an extensible shellinto a Spring Boot enabled application.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
CrshAutoConfiguration .AuthenticationManagerAdapterAutoConfigurationClassorg.springframework.boot.actuate.autoconfigure.CrshAutoConfigurationSpring Boot
CrshAutoConfiguration .CrshBootstrapBeanSpring Bean used to bootstrap the CRaSH shell.Classorg.springframework.boot.actuate.autoconfigure.CrshAutoConfigurationSpring Boot
DataEndpointMBeanSimple wrapper around Endpoint implementations that provide actuator data ofAuthor:Christian Dupuis, Andy WilkinsonClassorg.springframework.boot.actuate.endpoint.jmxSpring Boot
DataSourceAutoConfigurationAuto-configuration for DataSource.Classorg.springframework.boot.autoconfigure.jdbcSpring Boot
DataSourceAutoConfiguration .DataSourceInitializerConfigurationClassorg.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfigurationSpring Boot
DataSourceAutoConfiguration .EmbeddedConfigurationClassorg.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfigurationSpring Boot
DataSourceAutoConfiguration .JdbcTemplateConfigurationClassorg.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfigurationSpring Boot
DataSourceAutoConfiguration .NonEmbeddedConfigurationClassorg.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfigurationSpring Boot
DataSourceAutoConfiguration .TomcatDataSourceJmxConfigurationClassorg.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfigurationSpring Boot
DataSourceBuilderConvenience class for building a DataSource with common implementations andproperties.Classorg.springframework.boot.autoconfigure.jdbcSpring Boot
DataSourceHealthIndicatorHealthIndicator that tests the status of a DataSource and optionallySince:1.Classorg.springframework.boot.actuate.healthSpring Boot
DataSourceHealthIndicator .ProductKnown database products.Classorg.springframework.boot.actuate.health.DataSourceHealthIndicatorSpring Boot
DataSourceInitializedEventApplicationEvent used internally to trigger DataSource initialization.Classorg.springframework.boot.autoconfigure.jdbcSpring Boot
DataSourcePoolMetadataProvides access meta-data that is commonly available from most pooledDataSource implementations.Interfaceorg.springframework.boot.autoconfigure.jdbc.metadataSpring Boot
DataSourcePoolMetadataProviderProvide a DataSourcePoolMetadata based on a DataSource.Interfaceorg.springframework.boot.autoconfigure.jdbc.metadataSpring Boot
DataSourcePoolMetadataProvidersA DataSourcePoolMetadataProvider implementation that returns the firstDataSourcePoolMetadata that is found by one of its delegate.Classorg.springframework.boot.autoconfigure.jdbc.metadataSpring Boot
DataSourcePoolMetadataProvidersConfigurationRegister the DataSourcePoolMetadataProvider instances for the supported dataSince:1.Classorg.springframework.boot.autoconfigure.jdbc.metadataSpring Boot
DataSourcePropertiesBase class for configuration of a data source.Classorg.springframework.boot.autoconfigure.jdbcSpring Boot
DataSourceProperties .XaXA Specific datasource settings.Classorg.springframework.boot.autoconfigure.jdbc.DataSourcePropertiesSpring Boot
DataSourcePublicMetricsA PublicMetrics implementation that provides data source usage statistics.Classorg.springframework.boot.actuate.endpointSpring Boot
DataSourceTransactionManagerAutoConfigurationAuto-configuration forDataSourceTransactionManager.Classorg.springframework.boot.autoconfigure.jdbcSpring Boot
DataSourceTransactionManagerAutoConfiguration .TransactionManagementConfigurationClassorg.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfigurationSpring Boot
DefaultCacheStatisticsA default CacheStatistics implementation.Classorg.springframework.boot.actuate.cacheSpring Boot
DefaultCounterServiceDefault implementation of CounterService.Classorg.springframework.boot.actuate.metrics.writerSpring Boot
DefaultErrorAttributesDefault implementation of ErrorAttributes.Classorg.springframework.boot.autoconfigure.webSpring Boot
DefaultGaugeServiceDefault implementation of GaugeService.Classorg.springframework.boot.actuate.metrics.writerSpring Boot
DefaultLaunchScriptDefault implementation of LaunchScript.Classorg.springframework.boot.loader.toolsSpring Boot
DefaultMetricNamingStrategyMBean naming strategy for metric keys.Classorg.springframework.boot.actuate.metrics.jmxSpring Boot
DefaultOpenTsdbNamingStrategyA naming strategy that just passes through the metric name, together with tags from aset of static values.Classorg.springframework.boot.actuate.metrics.opentsdbSpring Boot
DefaultProfileDocumentMatcherA YamlProcessor.Classorg.springframework.boot.yamlSpring Boot
DeferredLogDeferred Log that can be used to store messages that shouldn't be written untilthe logging system is fully initialized.Classorg.springframework.boot.loggingSpring Boot
DelegatingApplicationContextInitializerApplicationContextInitializer that delegates to other initializers that arespecified under a context.Classorg.springframework.boot.context.configSpring Boot
DelegatingApplicationListenerApplicationListener that delegates to other listeners that are specified undera context.Classorg.springframework.boot.context.configSpring Boot
DelegatingFilterProxyRegistrationBeanA ServletContextInitializer to register DelegatingFilterProxys in aServlet 3.Classorg.springframework.boot.context.embeddedSpring Boot
DeltaA value object representing an increment in a metric value (usually a counter).Classorg.springframework.boot.actuate.metrics.writerSpring Boot
DeprecatedConfigurationPropertyIndicates that a getter in a ConfigurationProperties object is deprecated.Classorg.springframework.boot.context.propertiesSpring Boot
DeviceDelegatingViewResolverAutoConfigurationAuto-configuration for Spring Mobile'sLiteDeviceDelegatingViewResolver.Classorg.springframework.boot.autoconfigure.mobileSpring Boot
DeviceDelegatingViewResolverAutoConfiguration .DeviceDelegatingViewResolverConfigurationClassorg.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfigurationSpring Boot
DeviceDelegatingViewResolverAutoConfiguration .DeviceDelegatingViewResolverConfiguration .InternalResoClassorg.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingViewResolverConfigurationSpring Boot
DeviceDelegatingViewResolverAutoConfiguration .DeviceDelegatingViewResolverConfiguration .ThymeleafVieClassorg.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingViewResolverConfigurationSpring Boot
DeviceDelegatingViewResolverPropertiesProperties for device view resolver.Classorg.springframework.boot.autoconfigure.mobileSpring Boot
DeviceResolverAutoConfigurationClassorg.springframework.boot.autoconfigure.mobileSpring Boot
DeviceResolverAutoConfiguration .DeviceResolverMvcConfigurationClassorg.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfigurationSpring Boot
DiskSpaceHealthIndicatorA HealthIndicator that checks available disk space and reports a status ofStatus.Classorg.springframework.boot.actuate.healthSpring Boot
DiskSpaceHealthIndicatorPropertiesExternal configuration properties for DiskSpaceHealthIndicator.Classorg.springframework.boot.actuate.healthSpring Boot
DispatcherServletAutoConfigurationAuto-configuration for the SpringDispatcherServlet.Classorg.springframework.boot.autoconfigure.webSpring Boot
DispatcherServletAutoConfiguration .DispatcherServletConfigurationClassorg.springframework.boot.autoconfigure.web.DispatcherServletAutoConfigurationSpring Boot
DocsMvcEndpointMvcEndpoint to expose actuator documentation.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
DocsMvcEndpoint .CuriesProperties of the default CurieProvider (used for adding docs links).Classorg.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpointSpring Boot
DropwizardMetricServicesA GaugeService and CounterService that sends data to a DropwizardMetricRegistry based on a naming convention.Classorg.springframework.boot.actuate.metrics.dropwizardSpring Boot
DropwizardMetricWriterA MetricWriter that send data to a Dropwizard MetricRegistry based on aUpdates to increment(Delta) with names in meter.Classorg.springframework.boot.actuate.metrics.writerSpring Boot
DumpEndpointEndpoint to expose thread info.Classorg.springframework.boot.actuate.endpointSpring Boot
EhCacheStatisticsProviderCacheStatisticsProvider implementation for EhCache.Classorg.springframework.boot.actuate.cacheSpring Boot
ElasticsearchAutoConfigurationAuto-configuration for Elasticsearch.Classorg.springframework.boot.autoconfigure.data.elasticsearchSpring Boot
ElasticsearchDataAutoConfigurationAuto-configuration for Spring Data's ElasticsearchRegisters a ElasticsearchTemplate if no other bean of the same type isClassorg.springframework.boot.autoconfigure.data.elasticsearchSpring Boot
ElasticsearchHealthIndicatorHealthIndicator for an Elasticsearch cluster.Classorg.springframework.boot.actuate.healthSpring Boot
ElasticsearchHealthIndicatorPropertiesExternal configuration properties for ElasticsearchHealthIndicator.Classorg.springframework.boot.actuate.healthSpring Boot
ElasticsearchPropertiesConfiguration properties for Elasticsearch.Classorg.springframework.boot.autoconfigure.data.elasticsearchSpring Boot
ElasticsearchRepositoriesAutoConfigurationAuto-configuration for Spring Data's ElasticsearchSince:1.Classorg.springframework.boot.autoconfigure.data.elasticsearchSpring Boot
EmbeddedDatabaseConnectionenum EmbeddedDatabaseConnectionConnection details for embedded databases.Classorg.springframework.boot.autoconfigure.jdbcSpring Boot
EmbeddedDataSourceConfigurationConfiguration for embedded data sources.Classorg.springframework.boot.autoconfigure.jdbcSpring Boot
EmbeddedMongoAutoConfigurationAuto-configuration for Embedded Mongo.Classorg.springframework.boot.autoconfigure.mongo.embeddedSpring Boot
EmbeddedMongoAutoConfiguration .EmbeddedMongoDependencyConfigurationAdditional configuration to ensure that MongoClient beans depend on theembeddedMongoServer bean.Classorg.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfigurationSpring Boot
EmbeddedMongoPropertiesConfiguration properties for Embedded Mongo.Classorg.springframework.boot.autoconfigure.mongo.embeddedSpring Boot
EmbeddedServerPortFileWriterAn ApplicationListener that saves embedded server port and management port intofile.Classorg.springframework.boot.actuate.systemSpring Boot
EmbeddedServletContainerSimple interface that represents a fully configured embedded servlet container (forexample Tomcat or Jetty).Interfaceorg.springframework.boot.context.embeddedSpring Boot
EmbeddedServletContainerAutoConfigurationAuto-configuration for an embedded servlet containers.Classorg.springframework.boot.autoconfigure.webSpring Boot
EmbeddedServletContainerAutoConfiguration .EmbeddedJettyNested configuration if Jetty is being used.Classorg.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfigurationSpring Boot
EmbeddedServletContainerAutoConfiguration .EmbeddedServletContainerCustomizerBeanPostProcessorRegistrRegisters a EmbeddedServletContainerCustomizerBeanPostProcessor.Classorg.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfigurationSpring Boot
EmbeddedServletContainerAutoConfiguration .EmbeddedTomcatNested configuration for if Tomcat is being used.Classorg.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfigurationSpring Boot
EmbeddedServletContainerAutoConfiguration .EmbeddedUndertowNested configuration if Undertow is being used.Classorg.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfigurationSpring Boot
EmbeddedServletContainerCustomizerStrategy interface for customizing auto-configured embedded servlet containers.Interfaceorg.springframework.boot.context.embeddedSpring Boot
EmbeddedServletContainerCustomizerBeanPostProcessorBeanPostProcessor that apply all EmbeddedServletContainerCustomizersfrom the bean factory to ConfigurableEmbeddedServletContainer beans.Classorg.springframework.boot.context.embeddedSpring Boot
EmbeddedServletContainerExceptionExceptions thrown by an embedded servlet container.Classorg.springframework.boot.context.embeddedSpring Boot
EmbeddedServletContainerFactoryFactory interface that can be used to create EmbeddedServletContainers.Interfaceorg.springframework.boot.context.embeddedSpring Boot
EmbeddedServletContainerInitializedEventEvent to be published after the context is refreshed and theEmbeddedServletContainer is ready.Classorg.springframework.boot.context.embeddedSpring Boot
EmbeddedVelocityToolboxViewthe classpath as well as the servlet context.Classorg.springframework.boot.web.servlet.view.velocitySpring Boot
EmbeddedVelocityViewResolverEmbeddedVelocityToolboxView when the toolboxConfigLocation is set.Classorg.springframework.boot.web.servlet.view.velocitySpring Boot
EmbeddedWebApplicationContextA WebApplicationContext that can be used to bootstrap itself from a containedEmbeddedServletContainerFactory bean.Classorg.springframework.boot.context.embeddedSpring Boot
EmbeddedWebApplicationContext .ExistingWebApplicationScopesUtility class to store and restore any user defined scopes.Classorg.springframework.boot.context.embedded.EmbeddedWebApplicationContextSpring Boot
EnableAutoConfigurationEnable auto-configuration of the Spring Application Context, attempting to guess andconfigure beans that you are likely to need.Classorg.springframework.boot.autoconfigureSpring Boot
EnableAutoConfigurationImportSelectorDeferredImportSelector to handle auto-configuration.Classorg.springframework.boot.autoconfigureSpring Boot
EnableConfigurationPropertiesEnable support for ConfigurationProperties annotated beans.Classorg.springframework.boot.context.propertiesSpring Boot
EnableOAuth2SsoEnable OAuth2 Single Sign On (SSO).Classorg.springframework.boot.autoconfigure.security.oauth2.clientSpring Boot
EndpointAn endpoint that can be used to expose useful information to operations.Interfaceorg.springframework.boot.actuate.endpointSpring Boot
EndpointAutoConfigurationClassorg.springframework.boot.actuate.autoconfigureSpring Boot
EndpointAutoConfiguration .GitInfoClassorg.springframework.boot.actuate.autoconfigure.EndpointAutoConfigurationSpring Boot
EndpointAutoConfiguration .GitInfo .CommitClassorg.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfoSpring Boot
EndpointAutoConfiguration .InfoPropertiesConfigurationClassorg.springframework.boot.actuate.autoconfigure.EndpointAutoConfigurationSpring Boot
EndpointAutoConfiguration .RequestMappingEndpointConfigurationClassorg.springframework.boot.actuate.autoconfigure.EndpointAutoConfigurationSpring Boot
EndpointCorsPropertiesConfiguration properties for MVC endpoints' CORS support.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
EndpointHandlerMappingHandlerMapping to map Endpoints to URLs via Endpoint.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
EndpointHandlerMappingCustomizerCallback for customizing the EndpointHandlerMapping at configuration time.Interfaceorg.springframework.boot.actuate.endpoint.mvcSpring Boot
EndpointMBeanSimple wrapper around Endpoint implementations to enable JMX export.Classorg.springframework.boot.actuate.endpoint.jmxSpring Boot
EndpointMBeanExportAutoConfigurationAuto-configuration to enable JMX export forAuthor:Christian Dupuis, Andy WilkinsonClassorg.springframework.boot.actuate.autoconfigureSpring Boot
EndpointMBeanExporterApplicationListener that registers all known Endpoints with anMBeanServer using the MBeanExporter located from the applicationClassorg.springframework.boot.actuate.endpoint.jmxSpring Boot
EndpointMBeanExportPropertiesConfiguration properties for JMX.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
EndpointMvcAdapterAdapter class to expose Endpoints as MvcEndpoints.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
EndpointPropertiesGlobal endpoint properties.Classorg.springframework.boot.actuate.endpointSpring Boot
EndpointWebMvcAutoConfigurationAuto-configuration to enable Spring MVC to handleEndpoint requests.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
EndpointWebMvcAutoConfiguration .ApplicationContextFilterConfigurationClassorg.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfigurationSpring Boot
EndpointWebMvcAutoConfiguration .EndpointWebMvcConfigurationClassorg.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfigurationSpring Boot
EndpointWebMvcAutoConfiguration .ManagementServerPortClassorg.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfigurationSpring Boot
EndpointWebMvcChildContextConfigurationConfiguration triggered from EndpointWebMvcAutoConfiguration when a newEmbeddedServletContainer running on a different port is required.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
EndpointWebMvcChildContextConfiguration .EndpointHandlerMappingConfigurationConfiguration to add HandlerMapping for MvcEndpoints.Classorg.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfigurationSpring Boot
EndpointWebMvcChildContextConfiguration .EndpointWebMvcChildContextSecurityConfigurationClassorg.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfigurationSpring Boot
EndpointWebMvcHypermediaManagementContextConfigurationConfiguration for hypermedia in HTTP endpoints.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
EndpointWebMvcHypermediaManagementContextConfiguration .ActuatorEndpointLinksAdviceController advice that adds links to the actuator endpoint's path.Classorg.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfigurationSpring Boot
EndpointWebMvcHypermediaManagementContextConfiguration .MvcEndpointAdviceController advice that adds links to the existing Actuator endpoints.Classorg.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfigurationSpring Boot
EndpointWebMvcManagementContextConfigurationConfiguration to expose Endpoint instances over Spring MVC.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
EntityManagerFactoryBuilderConvenient builder for JPA EntityManagerFactory instances.Classorg.springframework.boot.autoconfigure.orm.jpaSpring Boot
EntityManagerFactoryBuilderConvenient builder for JPA EntityManagerFactory instances.Classorg.springframework.boot.orm.jpaSpring Boot
EntityManagerFactoryBuilder .EntityManagerFactoryBeanCallbackA callback for new entity manager factory beans created by a Builder.Interfaceorg.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilderSpring Boot
EntityManagerFactoryBuilder .EntityManagerFactoryBeanCallbackA callback for new entity manager factory beans created by a Builder.Interfaceorg.springframework.boot.orm.jpa.EntityManagerFactoryBuilderSpring Boot
EntityManagerFactoryDependsOnPostProcessorBeanFactoryPostProcessor that can be used to dynamically declare that allEntityManagerFactory beans should depend on one or more specific beans.Classorg.springframework.boot.autoconfigure.data.jpaSpring Boot
EntityScanConfigures the LocalContainerEntityManagerFactoryBean to scan for entityclasses in the classpath.Classorg.springframework.boot.orm.jpaSpring Boot
EnumerableCompositePropertySourceAn mutable, enumerable, composite property source.Classorg.springframework.boot.envSpring Boot
EnvironmentEndpointEndpoint to expose environment information.Classorg.springframework.boot.actuate.endpointSpring Boot
EnvironmentMvcEndpointAdapter to expose EnvironmentEndpoint as an MvcEndpoint.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
EnvironmentMvcEndpoint .NoSuchPropertyExceptionException thrown when the specified property cannot be found.Classorg.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpointSpring Boot
EnvironmentPostProcessorAllows for customization of the application's Environment prior to theapplication context being refreshed.Interfaceorg.springframework.boot.envSpring Boot
EnvironmentTestUtilsTest utilities for setting environment values.Classorg.springframework.boot.testSpring Boot
ErrorAttributesProvides access to error attributes which can be logged or presented to the user.Interfaceorg.springframework.boot.autoconfigure.webSpring Boot
ErrorControllerMarker interface used to indicate that a @Controller is used torender errors.Interfaceorg.springframework.boot.autoconfigure.webSpring Boot
ErrorMvcAutoConfigurationAuto-configuration to render errors via an MVC errorAuthor:Dave Syer, Andy Wilkinson, Stephane NicollClassorg.springframework.boot.autoconfigure.webSpring Boot
ErrorMvcAutoConfiguration .WhitelabelErrorViewConfigurationClassorg.springframework.boot.autoconfigure.web.ErrorMvcAutoConfigurationSpring Boot
ErrorPageSimple container-independent abstraction for servlet error pages.Classorg.springframework.boot.context.embeddedSpring Boot
ErrorPageFilterA special AbstractConfigurableEmbeddedServletContainer for non-embeddedapplications (i.Classorg.springframework.boot.context.webSpring Boot
ErrorPropertiesConfiguration properties for web error handling.Classorg.springframework.boot.autoconfigure.webSpring Boot
ErrorProperties .IncludeStacktraceInclude Stacktrace attribute options.Classorg.springframework.boot.autoconfigure.web.ErrorPropertiesSpring Boot
EventPublishingRunListenerSpringApplicationRunListener to publish SpringApplicationEvents.Classorg.springframework.boot.context.eventSpring Boot
ExecutableArchiveLauncherBase class for executable archive Launchers.Classorg.springframework.boot.loaderSpring Boot
ExitCodeEventEvent fired when an application exit code has been determined from anSince:1.Classorg.springframework.bootSpring Boot
ExitCodeExceptionMapperStrategy interface that can be used to provide a mapping between exceptions and exitSince:1.Interfaceorg.springframework.bootSpring Boot
ExitCodeGeneratorInterface used to generate an 'exit code' from a running command lineSpringApplication.Interfaceorg.springframework.bootSpring Boot
ExplodedArchiveArchive implementation backed by an exploded archive directory.Classorg.springframework.boot.loader.archiveSpring Boot
ExporterGeneric interface for metric exports.Interfaceorg.springframework.boot.actuate.metrics.exportSpring Boot
ExtendedWhitespaceThrowablePatternConverterThrowablePatternConverter that adds some additional whitespace around the stackSince:1.Classorg.springframework.boot.logging.log4j2Spring Boot
ExtendedWhitespaceThrowableProxyConverterClassorg.springframework.boot.logging.logbackSpring Boot
FacebookAutoConfigurationAuto-configuration for Spring Social connectivity withSince:1.Classorg.springframework.boot.autoconfigure.socialSpring Boot
FacebookAutoConfiguration .FacebookConfigurerAdapterClassorg.springframework.boot.autoconfigure.social.FacebookAutoConfigurationSpring Boot
FacebookPropertiesProperties for Spring Social Facebook.Classorg.springframework.boot.autoconfigure.socialSpring Boot
FallbackWebSecurityAutoConfigurationIf the user explicitly disables the basic security features and forgets to@EnableWebSecurity, and yet still wants a bean of typeClassorg.springframework.boot.autoconfigure.securitySpring Boot
FileEncodingApplicationListenerAn ApplicationListener that halts application startup if the system fileencoding does not match an expected value set in the environment.Classorg.springframework.boot.contextSpring Boot
FileSessionPersistenceSessionPersistenceManager that stores session information in a file.Classorg.springframework.boot.context.embedded.undertowSpring Boot
FileUtilsUtilities for manipulating files and directories in Spring Boot tooling.Classorg.springframework.boot.loader.toolsSpring Boot
FilteredArchiveDecorator to apply an Archive.Classorg.springframework.boot.loader.archiveSpring Boot
FilterRegistrationBeanA ServletContextInitializer to register Filters in a Servlet 3.Classorg.springframework.boot.context.embeddedSpring Boot
FixedAuthoritiesExtractorDefault implementation of AuthoritiesExtractor.Classorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
FlywayAutoConfigurationAuto-configuration for Flyway database migrations.Classorg.springframework.boot.autoconfigure.flywaySpring Boot
FlywayAutoConfiguration .FlywayConfigurationClassorg.springframework.boot.autoconfigure.flyway.FlywayAutoConfigurationSpring Boot
FlywayAutoConfiguration .FlywayConfiguration .FlywayInitializerJpaDependencyConfigurationAdditional configuration to ensure that EntityManagerFactory beansdepend-on the flywayInitializer bean.Classorg.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfigurationSpring Boot
FlywayAutoConfiguration .FlywayJpaDependencyConfigurationAdditional configuration to ensure that EntityManagerFactory beansdepend-on the flyway bean.Classorg.springframework.boot.autoconfigure.flyway.FlywayAutoConfigurationSpring Boot
FlywayEndpointEndpoint to expose flyway info.Classorg.springframework.boot.actuate.endpointSpring Boot
FlywayEndpoint .FlywayMigrationMigration properties.Classorg.springframework.boot.actuate.endpoint.FlywayEndpointSpring Boot
FlywayMigrationInitializerInitializingBean used to trigger Flyway migration via theFlywayMigrationStrategy.Classorg.springframework.boot.autoconfigure.flywaySpring Boot
FlywayMigrationStrategyStrategy used to initialize Flyway migration.Interfaceorg.springframework.boot.autoconfigure.flywaySpring Boot
FlywayPropertiesConfiguration properties for Flyway database migrations.Classorg.springframework.boot.autoconfigure.flywaySpring Boot
FreeMarkerAutoConfigurationAuto-configuration for FreeMarker.Classorg.springframework.boot.autoconfigure.freemarkerSpring Boot
FreeMarkerAutoConfiguration .FreeMarkerConfigurationClassorg.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfigurationSpring Boot
FreeMarkerAutoConfiguration .FreeMarkerNonWebConfigurationClassorg.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfigurationSpring Boot
FreeMarkerAutoConfiguration .FreeMarkerWebConfigurationClassorg.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfigurationSpring Boot
FreeMarkerPropertiesConfigurationProperties for configuring FreeMarker.Classorg.springframework.boot.autoconfigure.freemarkerSpring Boot
FreeMarkerTemplateAvailabilityProviderTemplateAvailabilityProvider that provides availability information forFreeMarker view templates.Classorg.springframework.boot.autoconfigure.freemarkerSpring Boot
GaugeBufferMutable buffer containing a double value and a timestamp.Classorg.springframework.boot.actuate.metrics.bufferSpring Boot
GaugeBuffersFast writes to in-memory metrics store using GaugeBuffer.Classorg.springframework.boot.actuate.metrics.bufferSpring Boot
GaugeServiceA service that can be used to submit a named double value for storage and analysis.Interfaceorg.springframework.boot.actuate.metricsSpring Boot
GaugeWriterWriter for gauge values (simple metric with a number value).Interfaceorg.springframework.boot.actuate.metrics.writerSpring Boot
GroovyTemplateAutoConfigurationAuto-configuration support for Groovy templates in MVC.Classorg.springframework.boot.autoconfigure.groovy.templateSpring Boot
GroovyTemplateAutoConfiguration .GroovyMarkupConfigurationClassorg.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfigurationSpring Boot
GroovyTemplateAutoConfiguration .GroovyWebConfigurationClassorg.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfigurationSpring Boot
GroovyTemplateAvailabilityProviderTemplateAvailabilityProvider that provides availability information for GroovySince:1.Classorg.springframework.boot.autoconfigure.groovy.templateSpring Boot
GroovyTemplatePropertiesConfigurationProperties for configuring Groovy templates.Classorg.springframework.boot.autoconfigure.groovy.templateSpring Boot
GroovyTemplateResolverA custom template resolver which resolvestemplates using the locale found in the thread locale.Classorg.springframework.boot.autoconfigure.groovy.templateSpring Boot
GsonAutoConfigurationAuto-configuration for Gson.Classorg.springframework.boot.autoconfigure.gsonSpring Boot
GsonJsonParserThin wrapper to adapt Gson to a JsonParser.Classorg.springframework.boot.jsonSpring Boot
GuavaCacheStatisticsProviderCacheStatisticsProvider implementation for Guava.Classorg.springframework.boot.actuate.cacheSpring Boot
H2ConsoleAutoConfigurationAuto-configuration for H2's web console.Classorg.springframework.boot.autoconfigure.h2Spring Boot
H2ConsolePropertiesConfiguration properties for H2's console.Classorg.springframework.boot.autoconfigure.h2Spring Boot
HalBrowserMvcEndpointMvcEndpoint to expose a HAL browser.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
HalBrowserMvcEndpoint .HalBrowserLocationHAL Browser properties.Classorg.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpointSpring Boot
HalJsonMvcEndpointMvcEndpoint to expose HAL-formatted JSON.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
HandlerURLStreamHandler for Spring Boot loader JarFiles.Classorg.springframework.boot.loader.jarSpring Boot
HateoasPropertiesproperties for Spring HATEOAS.Classorg.springframework.boot.autoconfigure.hateoasSpring Boot
HazelcastAutoConfigurationAuto-configuration for Hazelcast.Classorg.springframework.boot.autoconfigure.hazelcastSpring Boot
HazelcastCacheStatisticsProviderCacheStatisticsProvider implementation for Hazelcast.Classorg.springframework.boot.actuate.cacheSpring Boot
HazelcastConfigResourceConditionSpringBootCondition used to check if the Hazelcast configuration is available.Classorg.springframework.boot.autoconfigure.hazelcastSpring Boot
HazelcastInstanceFactoryFactory that can be used to create a HazelcastInstance.Classorg.springframework.boot.autoconfigure.hazelcastSpring Boot
HazelcastJpaDependencyAutoConfigurationAdditional configuration to ensure that EntityManagerFactory beans depend-onthe hazelcastInstance bean.Classorg.springframework.boot.autoconfigure.hazelcastSpring Boot
HazelcastPropertiesConfiguration properties for the hazelcast integration.Classorg.springframework.boot.autoconfigure.hazelcastSpring Boot
HealthCarries information about the health of a component or subsystem.Classorg.springframework.boot.actuate.healthSpring Boot
Health .BuilderBuilder for creating immutable Health instances.Classorg.springframework.boot.actuate.health.HealthSpring Boot
HealthAggregatorStrategy interface used by CompositeHealthIndicator to aggregate Healthinstances into a final one.Interfaceorg.springframework.boot.actuate.healthSpring Boot
HealthEndpointEndpoint to expose application health.Classorg.springframework.boot.actuate.endpointSpring Boot
HealthIndicatorStrategy interface used to provide an indication of application health.Interfaceorg.springframework.boot.actuate.healthSpring Boot
HealthIndicatorAutoConfigurationAuto-configuration for HealthIndicators.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
HealthIndicatorAutoConfiguration .CassandraHealthIndicatorConfigurationClassorg.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationSpring Boot
HealthIndicatorAutoConfiguration .CompositeHealthIndicatorConfigurationBase class for configurations that can combine source beans using aCompositeHealthIndicator.Classorg.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationSpring Boot
HealthIndicatorAutoConfiguration .DataSourcesHealthIndicatorConfigurationClassorg.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationSpring Boot
HealthIndicatorAutoConfiguration .DiskSpaceHealthIndicatorConfigurationClassorg.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationSpring Boot
HealthIndicatorAutoConfiguration .ElasticsearchHealthIndicatorConfigurationClassorg.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationSpring Boot
HealthIndicatorAutoConfiguration .JmsHealthIndicatorConfigurationClassorg.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationSpring Boot
HealthIndicatorAutoConfiguration .MailHealthIndicatorConfigurationClassorg.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationSpring Boot
HealthIndicatorAutoConfiguration .MongoHealthIndicatorConfigurationClassorg.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationSpring Boot
HealthIndicatorAutoConfiguration .RabbitHealthIndicatorConfigurationClassorg.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationSpring Boot
HealthIndicatorAutoConfiguration .RedisHealthIndicatorConfigurationClassorg.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationSpring Boot
HealthIndicatorAutoConfiguration .SolrHealthIndicatorConfigurationClassorg.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfigurationSpring Boot
HealthIndicatorAutoConfigurationPropertiesConfiguration properties for some health properties.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
HealthMvcEndpointAdapter to expose HealthEndpoint as an MvcEndpoint.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
HealthMvcEndpointPropertiesConfiguration properties for the HealthMvcEndpoint.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
HibernateJpaAutoConfigurationAuto-configuration for Hibernate JPA.Classorg.springframework.boot.autoconfigure.orm.jpaSpring Boot
HikariDataSourcePoolMetadataDataSourcePoolMetadata for a Hikari DataSource.Classorg.springframework.boot.autoconfigure.jdbc.metadataSpring Boot
HornetQAutoConfigurationAuto-configuration to integrate with an HornetQ broker.Classorg.springframework.boot.autoconfigure.jms.hornetqSpring Boot
HornetQConfigurationCustomizerCallback interface that can be implemented by beans wishing to customize the HornetQJMS server Configuration before it is used by an auto-configuredInterfaceorg.springframework.boot.autoconfigure.jms.hornetqSpring Boot
HornetQModeDefine the mode in which HornetQ can operate.Classorg.springframework.boot.autoconfigure.jms.hornetqSpring Boot
HornetQNoOpBindingRegistryA no-op implementation of the BindingRegistry.Classorg.springframework.boot.autoconfigure.jms.hornetqSpring Boot
HornetQPropertiesConfiguration properties for HornetQ.Classorg.springframework.boot.autoconfigure.jms.hornetqSpring Boot
HornetQProperties .EmbeddedConfiguration for an embedded HornetQ server.Classorg.springframework.boot.autoconfigure.jms.hornetq.HornetQPropertiesSpring Boot
Http401AuthenticationEntryPointAuthenticationEntryPoint that sends a 401 and Parameterized by the value of theWWW-Authenticate header.Classorg.springframework.boot.autoconfigure.securitySpring Boot
HttpEncodingAutoConfigurationAuto-configuration for configuring the encoding to usein web applications.Classorg.springframework.boot.autoconfigure.webSpring Boot
HttpEncodingPropertiesConfiguration properties for http encoding.Classorg.springframework.boot.autoconfigure.webSpring Boot
HttpMessageConvertersBean used to manage the HttpMessageConverters used in a Spring Bootapplication.Classorg.springframework.boot.autoconfigure.webSpring Boot
HttpMessageConvertersAutoConfigurationAuto-configuration for HttpMessageConverters.Classorg.springframework.boot.autoconfigure.webSpring Boot
HttpMessageConvertersAutoConfiguration .StringHttpMessageConverterConfigurationClassorg.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfigurationSpring Boot
HypermediaAutoConfigurationAuto-configuration for Spring HATEOAS'sEnableHypermediaSupport.Classorg.springframework.boot.autoconfigure.hateoasSpring Boot
HypermediaAutoConfiguration .EntityLinksConfigurationClassorg.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfigurationSpring Boot
HypermediaAutoConfiguration .HypermediaConfigurationClassorg.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfigurationSpring Boot
HypermediaHttpMessageConverterConfigurationConfiguration for HttpMessageConverters when hypermedia isAuthor:Andy WilkinsonClassorg.springframework.boot.autoconfigure.hateoasSpring Boot
ImportAutoConfigurationImport and apply the selected auto-configuration classes for testing purposes.Classorg.springframework.boot.autoconfigure.testSpring Boot
InetAddressEditorPropertyEditor for InetAddress objects.Classorg.springframework.boot.bindSpring Boot
InfinispanCacheConfigurationInfinispan cache configuration.Classorg.springframework.boot.autoconfigure.cacheSpring Boot
InfinispanCacheStatisticsProviderCacheStatisticsProvider implementation for Infinispan.Classorg.springframework.boot.actuate.cacheSpring Boot
InfoEndpointEndpoint to expose arbitrary application information.Classorg.springframework.boot.actuate.endpointSpring Boot
InitParameterConfiguringServletContextInitializerA ServletContextInitializer that configures init parameters on theSince:1.Classorg.springframework.boot.context.embeddedSpring Boot
InMemoryAuditEventRepositoryIn-memory AuditEventRepository implementation.Classorg.springframework.boot.actuate.auditSpring Boot
InMemoryMetricRepositoryClassorg.springframework.boot.actuate.metrics.repositorySpring Boot
InMemoryRichGaugeRepositoryIn memory implementation of MetricWriter and RichGaugeReader.Classorg.springframework.boot.actuate.metrics.richSpring Boot
InMemoryTraceRepositoryIn-memory implementation of TraceRepository.Classorg.springframework.boot.actuate.traceSpring Boot
InputArgumentsJavaAgentDetectorA JavaAgentDetector that detects jars supplied via the -javaagent JVMSince:1.Classorg.springframework.boot.loaderSpring Boot
IntegrationAutoConfigurationAuto-configuration for Spring Integration.Classorg.springframework.boot.autoconfigure.integrationSpring Boot
IntegrationAutoConfiguration .IntegrationConfigurationClassorg.springframework.boot.autoconfigure.integration.IntegrationAutoConfigurationSpring Boot
IntegrationAutoConfiguration .IntegrationJmxConfigurationClassorg.springframework.boot.autoconfigure.integration.IntegrationAutoConfigurationSpring Boot
IntegrationTestTest class annotation signifying that the tests are integration tests and thereforerequire full startup in the same way as a production application.Classorg.springframework.boot.testSpring Boot
IntegrationTestPropertiesListenerManipulate the TestContext to merge properties from @IntegrationTest.Classorg.springframework.boot.testSpring Boot
JacksonAutoConfigurationAuto configuration for Jackson.Classorg.springframework.boot.autoconfigure.jacksonSpring Boot
JacksonJsonParserThin wrapper to adapt Jackson 2 ObjectMapper to JsonParser.Classorg.springframework.boot.jsonSpring Boot
JacksonPropertiesConfiguration properties to configure Jackson.Classorg.springframework.boot.autoconfigure.jacksonSpring Boot
JarEntryClassorg.springframework.boot.loader.jarSpring Boot
JarEntryDataHolds the underlying data of a JarEntry, allowing creation to be deferred untilthe entry is actually needed.Classorg.springframework.boot.loader.jarSpring Boot
JarEntryFilterInterface that can be used to filter and optionally rename jar entries.Interfaceorg.springframework.boot.loader.jarSpring Boot
JarFileoffers the following additional functionality.Classorg.springframework.boot.loader.jarSpring Boot
JarFileArchiveArchive implementation backed by a JarFile.Classorg.springframework.boot.loader.archiveSpring Boot
JarLauncherLauncher for JAR based archives.Classorg.springframework.boot.loaderSpring Boot
JarWriterWrites JAR content, ensuring valid directory entries are always create and duplicateAuthor:Phillip Webb, Andy WilkinsonClassorg.springframework.boot.loader.toolsSpring Boot
JavaAgentDetectorA strategy for detecting Java agents.Interfaceorg.springframework.boot.loaderSpring Boot
JavaExecutableProvides access to the java binary executable, regardless of OS.Classorg.springframework.boot.loader.toolsSpring Boot
JavaLoggingSystemLoggingSystem for java.Classorg.springframework.boot.logging.javaSpring Boot
JCacheCacheStatisticsProviderCacheStatisticsProvider implementation for a JSR-107 compliant cache.Classorg.springframework.boot.actuate.cacheSpring Boot
JCacheManagerCustomizerCallback interface that can be implemented by beans wishing to customize the cachemanager before it is used, in particular to create additional caches.Interfaceorg.springframework.boot.autoconfigure.cacheSpring Boot
JerseyAutoConfigurationAuto-configuration for Jersey.Classorg.springframework.boot.autoconfigure.jerseySpring Boot
JerseyAutoConfiguration .JerseyWebApplicationInitializerClassorg.springframework.boot.autoconfigure.jersey.JerseyAutoConfigurationSpring Boot
JerseyPropertiesConfigurationProperties for Jersey.Classorg.springframework.boot.autoconfigure.jerseySpring Boot
JerseyProperties .FilterClassorg.springframework.boot.autoconfigure.jersey.JerseyPropertiesSpring Boot
JerseyProperties .TypeReturns the enum constant of this type with the specified name.Classorg.springframework.boot.autoconfigure.jersey.JerseyPropertiesSpring Boot
JettyEmbeddedServletContainerEmbeddedServletContainer that can be used to control an embedded Jetty server.Classorg.springframework.boot.context.embedded.jettySpring Boot
JettyEmbeddedServletContainerFactoryEmbeddedServletContainerFactory that can be used to createJettyEmbeddedServletContainers.Classorg.springframework.boot.context.embedded.jettySpring Boot
JettyServerCustomizerCallback interface that can be used to customize a Jetty Server.Interfaceorg.springframework.boot.context.embedded.jettySpring Boot
JettyWebSocketContainerCustomizerWebSocketContainerCustomizer for JettyEmbeddedServletContainerFactory.Classorg.springframework.boot.autoconfigure.websocketSpring Boot
JmsAutoConfigurationAuto-configuration for Spring JMS.Classorg.springframework.boot.autoconfigure.jmsSpring Boot
JmsAutoConfiguration .MessagingTemplateConfigurationClassorg.springframework.boot.autoconfigure.jms.JmsAutoConfigurationSpring Boot
JmsHealthIndicatorHealthIndicator for a JMS ConnectionFactory.Classorg.springframework.boot.actuate.healthSpring Boot
JmsPropertiesConfiguration properties for JMS.Classorg.springframework.boot.autoconfigure.jmsSpring Boot
JmsProperties .AcknowledgeModeTranslate the acknowledge modes defined on the Session.Classorg.springframework.boot.autoconfigure.jms.JmsPropertiesSpring Boot
JmsProperties .ListenerClassorg.springframework.boot.autoconfigure.jms.JmsPropertiesSpring Boot
JmxAutoConfigurationAuto-configuration to enable/disable Spring'sEnableMBeanExport mechanism based on configuration properties.Classorg.springframework.boot.autoconfigure.jmxSpring Boot
JmxMetricWriterA MetricWriter for MBeans.Classorg.springframework.boot.actuate.metrics.jmxSpring Boot
JmxMetricWriter .MetricValueA single metric value.Classorg.springframework.boot.actuate.metrics.jmx.JmxMetricWriterSpring Boot
JndiConnectionFactoryAutoConfigurationAuto-configuration for JMS provided from JNDI.Classorg.springframework.boot.autoconfigure.jmsSpring Boot
JndiDataSourceAutoConfigurationAuto-configuration for a JNDI locatedSince:1.Classorg.springframework.boot.autoconfigure.jdbcSpring Boot
JobExecutionEventSpring ApplicationEvent encapsulating a JobExecution.Classorg.springframework.boot.autoconfigure.batchSpring Boot
JobExecutionExitCodeGeneratorExitCodeGenerator for JobExecutionEvents.Classorg.springframework.boot.autoconfigure.batchSpring Boot
JobLauncherCommandLineRunnerCommandLineRunner to launch Spring Batch jobs.Classorg.springframework.boot.autoconfigure.batchSpring Boot
JolokiaAutoConfigurationAuto-configuration for embedding Jolokia, a JMX-HTTPbridge giving an alternative to JSR-160 connectors.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
JolokiaMvcEndpointMvcEndpoint to expose Jolokia.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
JolokiaPropertiesConfiguration properties for Jolokia.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
JooqAutoConfigurationAuto-configuration for JOOQ.Classorg.springframework.boot.autoconfigure.jooqSpring Boot
JooqAutoConfiguration .DslContextConfigurationClassorg.springframework.boot.autoconfigure.jooq.JooqAutoConfigurationSpring Boot
JooqPropertiesConfiguration properties for the JOOQ database library.Classorg.springframework.boot.autoconfigure.jooqSpring Boot
JpaBaseConfigurationBase Auto-configuration for JPA.Classorg.springframework.boot.autoconfigure.orm.jpaSpring Boot
JpaBaseConfiguration .JpaWebConfigurationClassorg.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfigurationSpring Boot
JpaBaseConfiguration .JpaWebConfiguration .JpaWebMvcConfigurationClassorg.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfigurationSpring Boot
JpaPropertiesExternal configuration properties for a JPA EntityManagerFactory created by Spring.Classorg.springframework.boot.autoconfigure.orm.jpaSpring Boot
JpaProperties .HibernateClassorg.springframework.boot.autoconfigure.orm.jpa.JpaPropertiesSpring Boot
JpaRepositoriesAutoConfigurationAuto-configuration for Spring Data's JPA Repositories.Classorg.springframework.boot.autoconfigure.data.jpaSpring Boot
JsonJsonParserThin wrapper to adapt org.Classorg.springframework.boot.jsonSpring Boot
JsonParserParser that can read JSON formatted strings into Maps or Lists.Interfaceorg.springframework.boot.jsonSpring Boot
JsonParserFactoryFactory to create a JsonParser.Classorg.springframework.boot.jsonSpring Boot
JsonSimpleJsonParserThin wrapper to adapt JSONObject to a JsonParser.Classorg.springframework.boot.jsonSpring Boot
JspServletConfiguration for the container's JSP servlet.Classorg.springframework.boot.context.embeddedSpring Boot
JspTemplateAvailabilityProviderTemplateAvailabilityProvider that provides availability information for JSPSince:1.Classorg.springframework.boot.autoconfigure.webSpring Boot
JtaAutoConfigurationAuto-configuration for JTA.Classorg.springframework.boot.autoconfigure.transaction.jtaSpring Boot
JtaPropertiesExternal configuration properties for a JtaTransactionManager created bySpring.Classorg.springframework.boot.autoconfigure.transaction.jtaSpring Boot
JwtAccessTokenConverterConfigurerCallback interface that can be used to provide additional configuration to theJwtAccessTokenConverter.Interfaceorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
LaunchedURLClassLoaderClassLoader used by the Launcher.Classorg.springframework.boot.loaderSpring Boot
LauncherBase class for launchers that can start an application with a fully configuredclasspath backed by one or more Archives.Classorg.springframework.boot.loaderSpring Boot
LaunchScriptA script that can be prepended to the front of a JAR file to make it executable.Interfaceorg.springframework.boot.loader.toolsSpring Boot
LayoutStrategy interface used to determine the layout for a particular type of archive.Interfaceorg.springframework.boot.loader.toolsSpring Boot
LayoutsClassorg.springframework.boot.loader.toolsSpring Boot
Layouts .ExpandedExecutable expanded archive layout.Classorg.springframework.boot.loader.tools.LayoutsSpring Boot
Layouts .JarExecutable JAR layout.Classorg.springframework.boot.loader.tools.LayoutsSpring Boot
Layouts .ModuleModule layout (designed to be used as a plug-in).Classorg.springframework.boot.loader.tools.LayoutsSpring Boot
Layouts .NoneClassorg.springframework.boot.loader.tools.LayoutsSpring Boot
Layouts .WarExecutable WAR layout.Classorg.springframework.boot.loader.tools.LayoutsSpring Boot
LevelRemappingAppenderAppender that can remap ILoggingEvent Levels as they areAuthor:Phillip WebbSee Also:setRemapLevels(String),Classorg.springframework.boot.logging.logbackSpring Boot
LevelRemappingAppender .AppendableLoggerSimple wrapper around a logger that can have events appended.Classorg.springframework.boot.logging.logback.LevelRemappingAppenderSpring Boot
LibrariesEncapsulates information about libraries that may be packed into the archive.Interfaceorg.springframework.boot.loader.toolsSpring Boot
LibraryEncapsulates information about a single library that may be packed into the archive.Classorg.springframework.boot.loader.toolsSpring Boot
LibraryCallbackCallback interface used to iterate Libraries.Interfaceorg.springframework.boot.loader.toolsSpring Boot
LibraryScopeThe scope of a library.Interfaceorg.springframework.boot.loader.toolsSpring Boot
LinkedInAutoConfigurationAuto-configuration for Spring Social connectivity withSince:1.Classorg.springframework.boot.autoconfigure.socialSpring Boot
LinkedInAutoConfiguration .LinkedInConfigurerAdapterClassorg.springframework.boot.autoconfigure.social.LinkedInAutoConfigurationSpring Boot
LinkedInPropertiesProperties for Spring Social LinkedIn.Classorg.springframework.boot.autoconfigure.socialSpring Boot
LiquibaseAutoConfigurationAuto-configuration for Liquibase.Classorg.springframework.boot.autoconfigure.liquibaseSpring Boot
LiquibaseAutoConfiguration .LiquibaseConfigurationClassorg.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfigurationSpring Boot
LiquibaseAutoConfiguration .LiquibaseJpaDependencyConfigurationAdditional configuration to ensure that EntityManagerFactory beansdepend-on the liquibase bean.Classorg.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfigurationSpring Boot
LiquibaseEndpointEndpoint to expose liquibase info.Classorg.springframework.boot.actuate.endpointSpring Boot
LiquibasePropertiesConfiguration properties to configure SpringLiquibase.Classorg.springframework.boot.autoconfigure.liquibaseSpring Boot
LiquibaseServiceLocatorApplicationListenerApplicationListener that replaces the liquibase ServiceLocator with aversion that works with Spring Boot executable archives.Classorg.springframework.boot.liquibaseSpring Boot
Log4J2LoggingSystemLoggingSystem for Log4j 2.Classorg.springframework.boot.logging.log4j2Spring Boot
Log4JLoggingSystemLoggingSystem for Log4j.Classorg.springframework.boot.logging.log4jSpring Boot
LogbackInitializerUtility to initialize logback (when present) to use INFO level logging.Classorg.springframework.boot.loader.toolsSpring Boot
LogbackLoggingSystemLoggingSystem for logback.Classorg.springframework.boot.logging.logbackSpring Boot
LogFileA reference to a log output file.Classorg.springframework.boot.loggingSpring Boot
LogFileMvcEndpointController that provides an API for logfiles, i.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
LoggingApplicationListenerAn ApplicationListener that configures the LoggingSystem.Classorg.springframework.boot.loggingSpring Boot
LoggingInitializationContextContext passed to the LoggingSystem during initialization.Classorg.springframework.boot.loggingSpring Boot
LoggingSystemCommon abstraction over logging systems.Classorg.springframework.boot.loggingSpring Boot
LogLevelLogging levels supported by a LoggingSystem.Classorg.springframework.boot.loggingSpring Boot
MailHealthIndicatorHealthIndicator for configured smtp server(s).Classorg.springframework.boot.actuate.healthSpring Boot
MailPropertiesConfiguration properties for email support.Classorg.springframework.boot.autoconfigure.mailSpring Boot
MailSenderAutoConfigurationAuto configuration for email support.Classorg.springframework.boot.autoconfigure.mailSpring Boot
MailSenderValidatorAutoConfigurationAuto configuration for testing mail serviceconnectivity on startup.Classorg.springframework.boot.autoconfigure.mailSpring Boot
MainClassFinderClassorg.springframework.boot.loader.toolsSpring Boot
MainClassFinder .ClassNameCallbackCallback interface used to receive class names.Interfaceorg.springframework.boot.loader.tools.MainClassFinderSpring Boot
MainMethodRunnerUtility class that used by Launchers to call a main method.Classorg.springframework.boot.loaderSpring Boot
ManagementContextConfigurationSpecialized @Configuration class that defines configurationspecific for the management context.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
ManagementContextResolverProvides access to the ApplicationContext being used to manage actuatorSince:1.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
ManagementErrorEndpointSpecial MvcEndpoint for handling /error path when the management servlet isin a child context.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
ManagementServerPropertiesProperties for the management server (e.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
ManagementServerProperties .SecuritySecurity configuration.Classorg.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesSpring Boot
ManagementServerPropertiesAutoConfigurationAuto-configuration for theManagementServerProperties bean.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
ManagementServletContextProvides information about the management servlet context for MVC controllers to use.Interfaceorg.springframework.boot.actuate.endpoint.mvcSpring Boot
ManagementWebSecurityAutoConfigurationAuto-configuration for security of framework endpoints.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
ManagementWebSecurityAutoConfiguration .ManagementSecurityPropertiesConfigurationClassorg.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfigurationSpring Boot
ManagementWebSecurityAutoConfiguration .ManagementWebSecurityConfigurerAdapterClassorg.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfigurationSpring Boot
ManagementWebSecurityAutoConfiguration .WebSecurityEnablerClassorg.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfigurationSpring Boot
MessageChannelMetricWriterA MetricWriter that publishes the metric updates on a MessageChannel.Classorg.springframework.boot.actuate.metrics.writerSpring Boot
MessageSourceAutoConfigurationAuto-configuration for MessageSource.Classorg.springframework.boot.autoconfigureSpring Boot
MessageSourceAutoConfiguration .ResourceBundleConditionClassorg.springframework.boot.autoconfigure.MessageSourceAutoConfigurationSpring Boot
MetricImmutable class that can be used to hold any arbitrary system measurement value (anamed numeric value with a timestamp).Classorg.springframework.boot.actuate.metricsSpring Boot
MetricCopyExporterExporter that exports by copying metric data from a sourceMetricReader to a destination MetricWriter.Classorg.springframework.boot.actuate.metrics.exportSpring Boot
MetricExportAutoConfigurationAuto-configuration for metrics export.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
MetricExportAutoConfiguration .MetricExportPropertiesConfigurationClassorg.springframework.boot.actuate.autoconfigure.MetricExportAutoConfigurationSpring Boot
MetricExportersSchedulingConfigurer to handle metrics export.Classorg.springframework.boot.actuate.metrics.exportSpring Boot
MetricExportPropertiesConfiguration properties for metrics export.Classorg.springframework.boot.actuate.metrics.exportSpring Boot
MetricExportProperties .AggregateAggregate properties.Classorg.springframework.boot.actuate.metrics.export.MetricExportPropertiesSpring Boot
MetricExportProperties .RedisClassorg.springframework.boot.actuate.metrics.export.MetricExportPropertiesSpring Boot
MetricExportProperties .StatsdClassorg.springframework.boot.actuate.metrics.export.MetricExportPropertiesSpring Boot
MetricFilterAutoConfigurationAuto-configuration that records Servlet interactionswith a CounterService and GaugeService.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
MetricReaderA simple reader interface used to interrogate Metrics.Interfaceorg.springframework.boot.actuate.metrics.readerSpring Boot
MetricReaderPublicMetricsPublicMetrics exposed from a MetricReader.Classorg.springframework.boot.actuate.endpointSpring Boot
MetricRegistryMetricReaderA Spring Boot MetricReader that reads metrics from a DropwizardMetricRegistry.Classorg.springframework.boot.actuate.metrics.readerSpring Boot
MetricRepositoryConvenient combination of reader and writer concerns.Interfaceorg.springframework.boot.actuate.metrics.repositorySpring Boot
MetricRepositoryAutoConfigurationAuto-configuration for metrics services.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
MetricsChannelAutoConfigurationAuto-configuration for writing metrics to aSince:1.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
MetricsDropwizardAutoConfigurationAuto-configuration for Dropwizard-based metrics.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
MetricsEndpointEndpoint to expose a collection of PublicMetrics.Classorg.springframework.boot.actuate.endpointSpring Boot
MetricsEndpointMetricReaderMetricReader that pulls all current values out of the MetricsEndpoint.Classorg.springframework.boot.actuate.endpointSpring Boot
MetricsMvcEndpointAdapter to expose MetricsEndpoint as an MvcEndpoint.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
MetricsMvcEndpoint .NoSuchMetricExceptionException thrown when the specified metric cannot be found.Classorg.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpointSpring Boot
MetricWriterBasic strategy for write operations on Metric data.Interfaceorg.springframework.boot.actuate.metrics.writerSpring Boot
MetricWriterMessageHandlerA MessageHandler that updates Metric values through aAuthor:Dave SyerSee Also:MessageChannelMetricWriterClassorg.springframework.boot.actuate.metrics.writerSpring Boot
MimeMappingsSimple container-independent abstraction for servlet mime mappings.Classorg.springframework.boot.context.embeddedSpring Boot
MimeMappings .MappingA single mime mapping.Classorg.springframework.boot.context.embedded.MimeMappingsSpring Boot
MongoAutoConfigurationAuto-configuration for Mongo.Classorg.springframework.boot.autoconfigure.mongoSpring Boot
MongoClientDependsOnBeanFactoryPostProcessorBeanFactoryPostProcessor to automatically set up the recommendeddependsOn configuration for Mongo clientsClassorg.springframework.boot.autoconfigure.data.mongoSpring Boot
MongoDataAutoConfigurationAuto-configuration for Spring Data's mongo support.Classorg.springframework.boot.autoconfigure.data.mongoSpring Boot
MongoHealthIndicatorSimple implementation of a HealthIndicator returning status information forSince:1.Classorg.springframework.boot.actuate.healthSpring Boot
MongoPropertiesConfiguration properties for Mongo.Classorg.springframework.boot.autoconfigure.mongoSpring Boot
MongoRepositoriesAutoConfigurationAuto-configuration for Spring Data's MongoActivates when there is no bean of typeClassorg.springframework.boot.autoconfigure.data.mongoSpring Boot
MultiMetricRepositoryA repository for metrics that allows efficient storage and retrieval of groups ofmetrics with a common name prefix (their group name).Interfaceorg.springframework.boot.actuate.metrics.repositorySpring Boot
MultiMetricRichGaugeReaderA RichGaugeReader that works by reading metric values from aMultiMetricRepository where the group name is the RichGauge name.Classorg.springframework.boot.actuate.metrics.richSpring Boot
MultipartAutoConfigurationAuto-configuration for multi-part uploads.Classorg.springframework.boot.autoconfigure.webSpring Boot
MultipartConfigFactoryFactory that can be used to create a MultipartConfigElement.Classorg.springframework.boot.context.embeddedSpring Boot
MultipartPropertiesProperties to be used in configuring a MultipartConfigElement.Classorg.springframework.boot.autoconfigure.webSpring Boot
MustacheAutoConfigurationAuto-configuration for Mustache.Classorg.springframework.boot.autoconfigure.mustacheSpring Boot
MustacheAutoConfiguration .MustacheWebConfigurationClassorg.springframework.boot.autoconfigure.mustache.MustacheAutoConfigurationSpring Boot
MustacheCompilerFactoryBeanFactory for a Mustache compiler with custom strategies.Classorg.springframework.boot.autoconfigure.mustacheSpring Boot
MustacheEnvironmentCollectorMustache Mustache.Classorg.springframework.boot.autoconfigure.mustacheSpring Boot
MustachePropertiesConfigurationProperties for Mustache.Classorg.springframework.boot.autoconfigure.mustacheSpring Boot
MustacheResourceTemplateLoaderMustache TemplateLoader implementation that uses a prefix, suffix and the SpringResource abstraction to load a template from a file, classpath, URL etc.Classorg.springframework.boot.autoconfigure.mustacheSpring Boot
MustacheTemplateAvailabilityProviderTemplateAvailabilityProvider that provides availability information forMustache view templates.Classorg.springframework.boot.autoconfigure.mustacheSpring Boot
MustacheViewSpring MVC View using the Mustache template engine.Classorg.springframework.boot.autoconfigure.mustache.webSpring Boot
MustacheViewResolverSpring MVC ViewResolver for Mustache.Classorg.springframework.boot.autoconfigure.mustache.webSpring Boot
MvcEndpointA strategy for the MVC layer on top of an Endpoint.Interfaceorg.springframework.boot.actuate.endpoint.mvcSpring Boot
MvcEndpointsA registry for all MvcEndpoint beans, and a factory for a set of generic oneswrapping existing Endpoint instances that are not already exposed as MVCClassorg.springframework.boot.actuate.endpoint.mvcSpring Boot
NestedConfigurationPropertyIndicates that a field in a ConfigurationProperties object should be treated asif it were a nested type.Classorg.springframework.boot.context.propertiesSpring Boot
NoneNestedConditionsCondition that will match when none of the nested class conditions match.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
OAuth2AuthorizationServerConfigurationConfiguration for a Spring Security OAuth2 authorization server.Classorg.springframework.boot.autoconfigure.security.oauth2.authserverSpring Boot
OAuth2AuthorizationServerConfiguration .BaseClientDetailsConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfigurationSpring Boot
OAuth2AuthorizationServerConfiguration .ClientDetailsLoggerClassorg.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfigurationSpring Boot
OAuth2AutoConfigurationAuto-configuration for Spring Security OAuth2.Classorg.springframework.boot.autoconfigure.security.oauth2Spring Boot
OAuth2ClientPropertiesConfiguration properties for OAuth2 Client.Classorg.springframework.boot.autoconfigure.security.oauth2Spring Boot
OAuth2MethodSecurityConfigurationAuto-configure an expression handler for method-level security (if the user already has@EnableGlobalMethodSecurity).Classorg.springframework.boot.autoconfigure.security.oauth2.methodSpring Boot
OAuth2ResourceServerConfigurationAuto-configure a Spring Security OAuth2 resource server.Classorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
OAuth2ResourceServerConfiguration .ResourceSecurityConfigurerClassorg.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfigurationSpring Boot
OAuth2ResourceServerConfiguration .ResourceServerConditionClassorg.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfigurationSpring Boot
OAuth2RestOperationsConfigurationConfiguration for OAuth2 Single Sign On REST operations.Classorg.springframework.boot.autoconfigure.security.oauth2.clientSpring Boot
OAuth2RestOperationsConfiguration .BaseConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfigurationSpring Boot
OAuth2RestOperationsConfiguration .RequestScopedConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfigurationSpring Boot
OAuth2RestOperationsConfiguration .SessionScopedConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfigurationSpring Boot
OAuth2RestOperationsConfiguration .SessionScopedConfiguration .ClientContextConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfigurationSpring Boot
OAuth2RestOperationsConfiguration .SingletonScopedConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfigurationSpring Boot
OAuth2SsoCustomConfigurationConfiguration for OAuth2 Single Sign On (SSO) when there is an existingWebSecurityConfigurerAdapter provided by the user and annotated withClassorg.springframework.boot.autoconfigure.security.oauth2.clientSpring Boot
OAuth2SsoCustomConfiguration .WebSecurityEnhancerConditionClassorg.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfigurationSpring Boot
OAuth2SsoDefaultConfigurationConfiguration for OAuth2 Single Sign On (SSO).Classorg.springframework.boot.autoconfigure.security.oauth2.clientSpring Boot
OAuth2SsoDefaultConfiguration .NeedsWebSecurityConditionClassorg.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfigurationSpring Boot
OAuth2SsoPropertiesConfiguration properties for OAuth2 Single Sign On (SSO).Classorg.springframework.boot.autoconfigure.security.oauth2.clientSpring Boot
OpenTsdbDataClassorg.springframework.boot.actuate.metrics.opentsdbSpring Boot
OpenTsdbGaugeWriterA GaugeWriter for the Open TSDB database (version 2.Classorg.springframework.boot.actuate.metrics.opentsdbSpring Boot
OpenTsdbNameClassorg.springframework.boot.actuate.metrics.opentsdbSpring Boot
OpenTsdbNamingStrategyStrategy used to convert a metric name into an OpenTsdbName.Interfaceorg.springframework.boot.actuate.metrics.opentsdbSpring Boot
OrderedCharacterEncodingFilterCharacterEncodingFilter that also implements Ordered.Classorg.springframework.boot.context.webSpring Boot
OrderedHealthAggregatorDefault HealthAggregator implementation that aggregates Healthinstances and determines the final system state based on a simple ordered list.Classorg.springframework.boot.actuate.healthSpring Boot
OrderedHiddenHttpMethodFilterHiddenHttpMethodFilter that also implements Ordered.Classorg.springframework.boot.context.webSpring Boot
OrderedHttpPutFormContentFilterHttpPutFormContentFilter that also implements Ordered.Classorg.springframework.boot.context.webSpring Boot
OrderedRequestContextFilterRequestContextFilter that also implements Ordered.Classorg.springframework.boot.context.webSpring Boot
OutputCaptureJUnit @Rule to capture output from System.Classorg.springframework.boot.testSpring Boot
ParentAwareNamingStrategyExtension of MetadataNamingStrategy that supports a parentSince:1.Classorg.springframework.boot.autoconfigure.jmxSpring Boot
ParentContextApplicationContextInitializerApplicationContextInitializer for setting the parent context.Classorg.springframework.boot.builderSpring Boot
ParentContextApplicationContextInitializer .ParentContextAvailableEventApplicationEvent fired when a parent context is available.Classorg.springframework.boot.builder.ParentContextApplicationContextInitializerSpring Boot
ParentContextCloserApplicationListenerListener that closes the application context if its parent is closed.Classorg.springframework.boot.builderSpring Boot
ParentContextCloserApplicationListener .ContextCloserListenerApplicationListener to close the context.Classorg.springframework.boot.builder.ParentContextCloserApplicationListenerSpring Boot
PersistenceExceptionTranslationAutoConfigurationAuto-configuration for Spring's persistence exceptionSince:1.Classorg.springframework.boot.autoconfigure.daoSpring Boot
PoolingConnectionFactoryBeanSpring friendly version of PoolingConnectionFactory.Classorg.springframework.boot.jta.bitronixSpring Boot
PoolingConnectionFactoryBean .DirectXAConnectionFactoryA XAConnectionFactory implementation that delegates to theThreadLocal PoolingConnectionFactoryBean.Classorg.springframework.boot.jta.bitronix.PoolingConnectionFactoryBeanSpring Boot
PoolingDataSourceBeanSpring friendly version of PoolingDataSource.Classorg.springframework.boot.jta.bitronixSpring Boot
PoolingDataSourceBean .DirectXADataSourceA XADataSource implementation that delegates to the ThreadLocalPoolingDataSourceBean.Classorg.springframework.boot.jta.bitronix.PoolingDataSourceBeanSpring Boot
PrefixMetricGroupExporterA convenient exporter for a group of metrics from a PrefixMetricReader.Classorg.springframework.boot.actuate.metrics.exportSpring Boot
PrefixMetricReaderInterface for extracting metrics as a group whose name starts with a prefix.Interfaceorg.springframework.boot.actuate.metrics.readerSpring Boot
PrefixMetricWriterA writer for metrics that allows efficient storage of groups of metrics with a commonname prefix (their group name).Interfaceorg.springframework.boot.actuate.metrics.writerSpring Boot
PropertiesConfigurationFactoryValidate some Properties (or optionally PropertySources) by bindingthem to an object of a specified type and then optionally running a ValidatorClassorg.springframework.boot.bindSpring Boot
PropertiesLauncherLauncher for archives with user-configured classpath and main class via aproperties file.Classorg.springframework.boot.loaderSpring Boot
PropertiesPropertySourceLoaderStrategy to load '.Classorg.springframework.boot.envSpring Boot
PropertyOriginThe origin of a property, specifically its source and its name before any prefix wasSince:1.Classorg.springframework.boot.bindSpring Boot
PropertyPlaceholderAutoConfigurationAuto-configuration forPropertySourcesPlaceholderConfigurer.Classorg.springframework.boot.autoconfigureSpring Boot
PropertySourceLoaderStrategy interface located via SpringFactoriesLoader and used to load aAuthor:Dave Syer, Phillip WebbInterfaceorg.springframework.boot.envSpring Boot
PropertySourcesLoaderUtility that can be used to MutablePropertySources usingPropertySourceLoaders.Classorg.springframework.boot.envSpring Boot
PropertySourcesPropertyValuesA PropertyValues implementation backed by a PropertySources, bridgingthe two abstractions and allowing (for instance) a regular DataBinder to beClassorg.springframework.boot.bindSpring Boot
PropertySourceUtilsConvenience class for manipulating PropertySources.Classorg.springframework.boot.bindSpring Boot
PublicMetricsInterface to expose specific Metrics via a MetricsEndpoint.Interfaceorg.springframework.boot.actuate.endpointSpring Boot
PublicMetricsAutoConfigurationAuto-configuration for PublicMetrics.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
RabbitAutoConfigurationAuto-configuration for RabbitTemplate.Classorg.springframework.boot.autoconfigure.amqpSpring Boot
RabbitAutoConfiguration .MessagingTemplateConfigurationClassorg.springframework.boot.autoconfigure.amqp.RabbitAutoConfigurationSpring Boot
RabbitAutoConfiguration .RabbitConnectionFactoryCreatorClassorg.springframework.boot.autoconfigure.amqp.RabbitAutoConfigurationSpring Boot
RabbitHealthIndicatorSimple implementation of a HealthIndicator returning status information for theRabbitMQ messaging system.Classorg.springframework.boot.actuate.healthSpring Boot
RabbitPropertiesConfiguration properties for Rabbit.Classorg.springframework.boot.autoconfigure.amqpSpring Boot
RabbitProperties .ListenerClassorg.springframework.boot.autoconfigure.amqp.RabbitPropertiesSpring Boot
RabbitProperties .SslClassorg.springframework.boot.autoconfigure.amqp.RabbitPropertiesSpring Boot
RandomAccessDataInterface that provides read-only random access to some underlying data.Interfaceorg.springframework.boot.loader.dataSpring Boot
RandomAccessData .ResourceAccessLock modes for accessing the underlying resource.Classorg.springframework.boot.loader.data.RandomAccessDataSpring Boot
RandomAccessDataFileRandomAccessData implementation backed by a RandomAccessFile.Classorg.springframework.boot.loader.dataSpring Boot
RandomValuePropertySourcePropertySource that returns a random value for any property that starts withrandom.Classorg.springframework.boot.context.configSpring Boot
ReactorAutoConfigurationAuto-configuration for Reactor.Classorg.springframework.boot.autoconfigure.reactorSpring Boot
ReactorAutoConfiguration .ReactorConfigurationClassorg.springframework.boot.autoconfigure.reactor.ReactorAutoConfigurationSpring Boot
RedisAutoConfigurationAuto-configuration for Spring Data's Redis support.Classorg.springframework.boot.autoconfigure.data.redisSpring Boot
RedisAutoConfiguration .AbstractRedisConfigurationBase class for Redis configurations.Classorg.springframework.boot.autoconfigure.data.redis.RedisAutoConfigurationSpring Boot
RedisAutoConfiguration .RedisConfigurationStandard Redis configuration.Classorg.springframework.boot.autoconfigure.data.redis.RedisAutoConfigurationSpring Boot
RedisAutoConfiguration .RedisConnectionConfigurationRedis connection configuration.Classorg.springframework.boot.autoconfigure.data.redis.RedisAutoConfigurationSpring Boot
RedisAutoConfiguration .RedisPooledConnectionConfigurationRedis pooled connection configuration.Classorg.springframework.boot.autoconfigure.data.redis.RedisAutoConfigurationSpring Boot
RedisHealthIndicatorSimple implementation of a HealthIndicator returning status information forSince:1.Classorg.springframework.boot.actuate.healthSpring Boot
RedisMetricRepositoryA MetricRepository implementation for a redis backend.Classorg.springframework.boot.actuate.metrics.repository.redisSpring Boot
RedisMultiMetricRepositoryMultiMetricRepository implementation backed by a redis store.Classorg.springframework.boot.actuate.metrics.repository.redisSpring Boot
RedisPropertiesConfiguration properties for Redis.Classorg.springframework.boot.autoconfigure.data.redisSpring Boot
RedisProperties .PoolClassorg.springframework.boot.autoconfigure.data.redis.RedisPropertiesSpring Boot
RedisProperties .SentinelRedis sentinel properties.Classorg.springframework.boot.autoconfigure.data.redis.RedisPropertiesSpring Boot
RegistrationBeanBase class for Servlet 3.Classorg.springframework.boot.context.embeddedSpring Boot
RelaxedBindingNotWritablePropertyExceptionA custom NotWritablePropertyException that is thrown when a failure occursduring relaxed binding.Classorg.springframework.boot.bindSpring Boot
RelaxedDataBinderBinder implementation that allows caller to bind to maps and also allows property namesto match a bit loosely (if underscores or dashes are removed and replaced with camelClassorg.springframework.boot.bindSpring Boot
RelaxedNamesGenerates relaxed name variations from a given source.Classorg.springframework.boot.bindSpring Boot
RelaxedPropertyResolverPropertyResolver that attempts to resolve values using RelaxedNames.Classorg.springframework.boot.bindSpring Boot
RepackagerUtility class that can be used to repackage an archive so that it can be executed usingAuthor:Phillip Webb, Andy WilkinsonClassorg.springframework.boot.loader.toolsSpring Boot
RepositoryRestMvcAutoConfigurationAuto-configuration for Spring Data Rest's MVCActivates when the application is a web application and noClassorg.springframework.boot.autoconfigure.data.restSpring Boot
RepositoryRestPropertiesConfiguration properties for Spring Data REST.Classorg.springframework.boot.autoconfigure.data.restSpring Boot
RequestMappingEndpointEndpoint to expose Spring MVC mappings.Classorg.springframework.boot.actuate.endpointSpring Boot
ResourceBannerBanner implementation that prints from a source Resource.Classorg.springframework.bootSpring Boot
ResourceConditionSpringBootCondition used to check if a resource can be found using aconfigurable property and optional default location(s).Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ResourcePropertiesProperties used to configure resource handling.Classorg.springframework.boot.autoconfigure.webSpring Boot
ResourceProperties .ChainConfiguration for the Spring Resource Handling chain.Classorg.springframework.boot.autoconfigure.web.ResourcePropertiesSpring Boot
ResourceProperties .ContentVersion Strategy based on content hashing.Classorg.springframework.boot.autoconfigure.web.ResourcePropertiesSpring Boot
ResourceProperties .FixedVersion Strategy based on a fixed version string.Classorg.springframework.boot.autoconfigure.web.ResourcePropertiesSpring Boot
ResourceProperties .StrategyStrategies for extracting and embedding a resource version in its URL path.Classorg.springframework.boot.autoconfigure.web.ResourcePropertiesSpring Boot
ResourceServerPropertiesConfiguration properties for OAuth2 Resources.Classorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
ResourceServerTokenServicesConfigurationConfiguration for an OAuth2 resource server.Classorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
ResourceServerTokenServicesConfiguration .JwtTokenServicesConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfigurationSpring Boot
ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfigurationSpring Boot
ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfiguration .SocialTokenServicesConfiguClassorg.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfigurationSpring Boot
ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfiguration .TokenInfoServicesConfiguraClassorg.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfigurationSpring Boot
ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfiguration .UserInfoTokenServicesConfiClassorg.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfigurationSpring Boot
ResourceServerTokenServicesConfiguration .UserInfoRestTemplateConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfigurationSpring Boot
RichGaugeA gauge which stores the maximum, minimum and average in addition to the current value.Classorg.springframework.boot.actuate.metrics.richSpring Boot
RichGaugeExporterExporter or converter for RichGauge data to a metric-based back end.Classorg.springframework.boot.actuate.metrics.exportSpring Boot
RichGaugeReaderA basic set of read operations for RichGauge instances.Interfaceorg.springframework.boot.actuate.metrics.richSpring Boot
RichGaugeReaderPublicMetricsPublicMetrics exposed from a RichGaugeReader.Classorg.springframework.boot.actuate.endpointSpring Boot
RichGaugeRepositoryConvenient combination of reader and writer concerns for RichGauge instances.Interfaceorg.springframework.boot.actuate.metrics.richSpring Boot
RunProcessUtility used to run a process.Classorg.springframework.boot.loader.toolsSpring Boot
SearchStrategySome named search strategies for beans in the bean factory hierarchy.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
SecurityAuthorizeModeenum SecurityAuthorizeModeSecurity authorization modes as specified in SecurityProperties.Classorg.springframework.boot.autoconfigure.securitySpring Boot
SecurityAutoConfigurationAuto-configuration for Spring Security.Classorg.springframework.boot.autoconfigure.securitySpring Boot
SecurityDataConfigurationAutomatically adds Spring Security's integration with Spring Data.Classorg.springframework.boot.autoconfigure.securitySpring Boot
SecurityFilterAutoConfigurationAuto-configuration for Spring Security's Filter.Classorg.springframework.boot.autoconfigure.securitySpring Boot
SecurityPropertiesProperties for the security aspects of an application.Classorg.springframework.boot.autoconfigure.securitySpring Boot
SecurityProperties .BasicClassorg.springframework.boot.autoconfigure.security.SecurityPropertiesSpring Boot
SecurityProperties .HeadersClassorg.springframework.boot.autoconfigure.security.SecurityPropertiesSpring Boot
SecurityProperties .Headers .HSTSReturns the enum constant of this type with the specified name.Classorg.springframework.boot.autoconfigure.security.SecurityProperties.HeadersSpring Boot
SecurityProperties .UserClassorg.springframework.boot.autoconfigure.security.SecurityPropertiesSpring Boot
SendGridAutoConfigurationAuto-configuration for SendGrid.Classorg.springframework.boot.autoconfigure.sendgridSpring Boot
SendGridPropertiesConfigurationProperties for SendGrid.Classorg.springframework.boot.autoconfigure.sendgridSpring Boot
SendGridProperties .ProxyClassorg.springframework.boot.autoconfigure.sendgrid.SendGridPropertiesSpring Boot
ServerPortInfoApplicationContextInitializerApplicationContextInitializer that sets Environment properties for theports that EmbeddedServletContainer servers are actually listening on.Classorg.springframework.boot.context.webSpring Boot
ServerPortInfoApplicationContextInitializerApplicationContextInitializer that sets Environment properties for theports that EmbeddedServletContainer servers are actually listening on.Classorg.springframework.boot.testSpring Boot
ServerPropertiesConfigurationProperties for a web server (e.Classorg.springframework.boot.autoconfigure.webSpring Boot
ServerProperties .SessionClassorg.springframework.boot.autoconfigure.web.ServerPropertiesSpring Boot
ServerProperties .Session .CookieClassorg.springframework.boot.autoconfigure.web.ServerProperties.SessionSpring Boot
ServerProperties .TomcatClassorg.springframework.boot.autoconfigure.web.ServerPropertiesSpring Boot
ServerProperties .Tomcat .AccesslogClassorg.springframework.boot.autoconfigure.web.ServerProperties.TomcatSpring Boot
ServerProperties .UndertowClassorg.springframework.boot.autoconfigure.web.ServerPropertiesSpring Boot
ServerProperties .Undertow .AccesslogClassorg.springframework.boot.autoconfigure.web.ServerProperties.UndertowSpring Boot
ServerPropertiesAutoConfigurationAuto-configuration that configures theConfigurableEmbeddedServletContainer from a ServerProperties bean.Classorg.springframework.boot.autoconfigure.webSpring Boot
ServletComponentScanEnables scanning for Servlet components (filters, servlets, and listeners).Classorg.springframework.boot.web.servletSpring Boot
ServletContextApplicationContextInitializerApplicationContextInitializer for setting the servlet context.Classorg.springframework.boot.context.webSpring Boot
ServletContextInitializerInterface used to configure a Servlet 3.Interfaceorg.springframework.boot.context.embeddedSpring Boot
ServletContextInitializerConfigurationJetty Configuration that calls ServletContextInitializers.Classorg.springframework.boot.context.embedded.jettySpring Boot
ServletListenerRegistrationBeanA ServletContextInitializer to register EventListeners in a Servlet3.Classorg.springframework.boot.context.embeddedSpring Boot
ServletRegistrationBeanA ServletContextInitializer to register Servlets in a Servlet 3.Classorg.springframework.boot.context.embeddedSpring Boot
SessionAutoConfigurationAuto-configuration for Spring Session.Classorg.springframework.boot.autoconfigure.sessionSpring Boot
SessionAutoConfiguration .SessionRedisHttpConfigurationClassorg.springframework.boot.autoconfigure.session.SessionAutoConfigurationSpring Boot
SessionAutoConfiguration .SessionRedisHttpConfiguration .ServerPropertiesConfigurationClassorg.springframework.boot.autoconfigure.session.SessionAutoConfiguration.SessionRedisHttpConfigurationSpring Boot
ShellPropertiesConfiguration properties for the shell subsystem.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
ShellProperties .CrshShellAuthenticationPropertiesBase class for Auth specific properties.Classorg.springframework.boot.actuate.autoconfigure.ShellPropertiesSpring Boot
ShellProperties .CrshShellPropertiesBase class for CRaSH properties.Classorg.springframework.boot.actuate.autoconfigure.ShellPropertiesSpring Boot
ShellProperties .JaasAuthenticationPropertiesAuth specific properties for JAAS authentication.Classorg.springframework.boot.actuate.autoconfigure.ShellPropertiesSpring Boot
ShellProperties .KeyAuthenticationPropertiesAuth specific properties for key authentication.Classorg.springframework.boot.actuate.autoconfigure.ShellPropertiesSpring Boot
ShellProperties .SimpleAuthenticationPropertiesAuth specific properties for simple authentication.Classorg.springframework.boot.actuate.autoconfigure.ShellPropertiesSpring Boot
ShellProperties .SimpleAuthenticationProperties .UserClassorg.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationPropertiesSpring Boot
ShellProperties .SpringAuthenticationPropertiesAuth specific properties for Spring authentication.Classorg.springframework.boot.actuate.autoconfigure.ShellPropertiesSpring Boot
ShellProperties .SshClassorg.springframework.boot.actuate.autoconfigure.ShellPropertiesSpring Boot
ShellProperties .TelnetClassorg.springframework.boot.actuate.autoconfigure.ShellPropertiesSpring Boot
ShutdownEndpointEndpoint to shutdown the ApplicationContext.Classorg.springframework.boot.actuate.endpointSpring Boot
ShutdownEndpointMBeanSpecial endpoint wrapper for ShutdownEndpoint.Classorg.springframework.boot.actuate.endpoint.jmxSpring Boot
ShutdownMvcEndpointAdapter to expose ShutdownEndpoint as an MvcEndpoint.Classorg.springframework.boot.actuate.endpoint.mvcSpring Boot
SignalUtilsUtilities for working with signal handling.Classorg.springframework.boot.loader.toolsSpring Boot
SimpleFormatterSimple 'Java Logging' Formatter.Classorg.springframework.boot.logging.javaSpring Boot
SimpleInMemoryRepositoryRepository utility that stores stuff in memory with period-separated String keys.Classorg.springframework.boot.actuate.metrics.utilSpring Boot
SimpleInMemoryRepository .CallbackCallback used to update a value.Interfaceorg.springframework.boot.actuate.metrics.util.SimpleInMemoryRepositorySpring Boot
SitePreferenceAutoConfigurationAuto-configuration for Spring Mobile'sSitePreferenceHandler.Classorg.springframework.boot.autoconfigure.mobileSpring Boot
SitePreferenceAutoConfiguration .SitePreferenceMvcConfigurationClassorg.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfigurationSpring Boot
Slf4JLoggingSystemAbstract base class for LoggingSystem implementations that utilize SLF4J.Classorg.springframework.boot.loggingSpring Boot
SocialWebAutoConfigurationAuto-configuration for Spring Social's web connectionSince:1.Classorg.springframework.boot.autoconfigure.socialSpring Boot
SocialWebAutoConfiguration .AnonymousUserIdSourceConfigClassorg.springframework.boot.autoconfigure.social.SocialWebAutoConfigurationSpring Boot
SocialWebAutoConfiguration .AuthenticationUserIdSourceConfigClassorg.springframework.boot.autoconfigure.social.SocialWebAutoConfigurationSpring Boot
SocialWebAutoConfiguration .SocialAutoConfigurationAdapterClassorg.springframework.boot.autoconfigure.social.SocialWebAutoConfigurationSpring Boot
SocialWebAutoConfiguration .SpringSocialThymeleafConfigClassorg.springframework.boot.autoconfigure.social.SocialWebAutoConfigurationSpring Boot
SolrAutoConfigurationAuto-configuration for Solr 4.Classorg.springframework.boot.autoconfigure.solrSpring Boot
SolrHealthIndicatorHealthIndicator for Apache Solr.Classorg.springframework.boot.actuate.healthSpring Boot
SolrPropertiesConfigurationProperties for Solr.Classorg.springframework.boot.autoconfigure.solrSpring Boot
SolrRepositoriesAutoConfigurationEnables auto configuration for Spring Data Solr repositories.Classorg.springframework.boot.autoconfigure.data.solrSpring Boot
SpecificTriggerPropertiesTrigger for specific names or patterns.Classorg.springframework.boot.actuate.metrics.exportSpring Boot
SpringApplicationClasses that can be used to bootstrap and launch a Spring application from a Java mainmethod.Classorg.springframework.bootSpring Boot
SpringApplicationAdminJmxAutoConfigurationRegister a JMX component that allows to administer the current application.Classorg.springframework.boot.autoconfigure.adminSpring Boot
SpringApplicationAdminMXBeanA MBean contract to control and monitor a running SpringApplication via JMX.Interfaceorg.springframework.boot.adminSpring Boot
SpringApplicationAdminMXBeanRegistrarRegister a SpringApplicationAdminMXBean implementation to the platformSince:1.Classorg.springframework.boot.adminSpring Boot
SpringApplicationBuilderBuilder for SpringApplication and ApplicationContext instances withconvenient fluent API and context hierarchy support.Classorg.springframework.boot.builderSpring Boot
SpringApplicationConfigurationClass-level annotation that is used to determine how to load and configure anApplicationContext for integration tests.Classorg.springframework.boot.testSpring Boot
SpringApplicationContextLoaderA ContextLoader that can be used to test Spring Boot applications (those thatnormally startup using SpringApplication).Classorg.springframework.boot.testSpring Boot
SpringApplicationEventBase class for ApplicationEvent related to a SpringApplication.Classorg.springframework.boot.context.eventSpring Boot
SpringApplicationJsonEnvironmentPostProcessorAn EnvironmentPostProcessor that parses JSON fromspring.Classorg.springframework.boot.envSpring Boot
SpringApplicationRunListenerListener for the SpringApplication run method.Interfaceorg.springframework.bootSpring Boot
SpringBootApplicationIndicates a configuration class that declares one or more@Bean methods and also triggers auto-configuration and component scanning.Classorg.springframework.boot.autoconfigureSpring Boot
SpringBootConditionBase of all Condition implementations used with Spring Boot.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
SpringBootMockServletContextMockServletContext implementation for Spring Boot.Classorg.springframework.boot.testSpring Boot
SpringBootServletInitializerAn opinionated WebApplicationInitializer to run a SpringApplicationfrom a traditional WAR deployment.Classorg.springframework.boot.context.webSpring Boot
SpringBootVersionClass that exposes the Spring Boot version.Classorg.springframework.bootSpring Boot
SpringBootWebSecurityConfigurationAuto-configuration for security of a web application orservice.Classorg.springframework.boot.autoconfigure.securitySpring Boot
SpringBootWebSecurityConfiguration .ApplicationNoWebSecurityConfigurerAdapterClassorg.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfigurationSpring Boot
SpringBootWebSecurityConfiguration .ApplicationWebSecurityConfigurerAdapterClassorg.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfigurationSpring Boot
SpringDataWebAutoConfigurationAuto-configuration for Spring Data's web support.Classorg.springframework.boot.autoconfigure.data.webSpring Boot
SpringIntegrationMetricReaderA MetricReader for Spring Integration metrics (as provided byspring-integration-jmx).Classorg.springframework.boot.actuate.metrics.integrationSpring Boot
SpringJtaPlatformGeneric Hibernate AbstractJtaPlatform implementation that simply resolves theJTA UserTransaction and TransactionManager from the Spring-configuredClassorg.springframework.boot.orm.jpa.hibernateSpring Boot
SpringNamingStrategyHibernate NamingStrategy that follows Spring recommendednaming conventions.Classorg.springframework.boot.orm.jpa.hibernateSpring Boot
SpringPackageScanClassResolverLiquibase PackageScanClassResolver implementation that uses Spring's resourcescanning to locate classes.Classorg.springframework.boot.liquibaseSpring Boot
SpringProfileDocumentMatcherYamlProcessor.Classorg.springframework.boot.yamlSpring Boot
SpringSocialTokenServicesResourceServerTokenServices backed by Spring Social.Classorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
SslSimple container-independent abstraction for SSL configuration.Classorg.springframework.boot.context.embeddedSpring Boot
Ssl .ClientAuthClient authentication types.Classorg.springframework.boot.context.embedded.SslSpring Boot
StatsdMetricWriterA MetricWriter that pushes data to statsd.Classorg.springframework.boot.actuate.metrics.statsdSpring Boot
StatusValue object to express state of a component or subsystem.Classorg.springframework.boot.actuate.healthSpring Boot
SystemPropertyUtilsHelper class for resolving placeholders in texts.Classorg.springframework.boot.loader.utilSpring Boot
SystemPublicMetricsA PublicMetrics implementation that provides various system-related metrics.Classorg.springframework.boot.actuate.endpointSpring Boot
TemplateAvailabilityProviderIndicates the availability of view templates for a particular templating engine such asFreeMarker or Thymeleaf.Interfaceorg.springframework.boot.autoconfigure.templateSpring Boot
TemplateLocationContains a location that templates can be loaded from.Classorg.springframework.boot.autoconfigure.templateSpring Boot
TestRestTemplateConvenient subclass of RestTemplate that is suitable for integration tests.Classorg.springframework.boot.testSpring Boot
TestRestTemplate .CustomHttpComponentsClientHttpRequestFactoryHttpComponentsClientHttpRequestFactory to apply customizations.Classorg.springframework.boot.test.TestRestTemplateSpring Boot
TestRestTemplate .HttpClientOptionOptions used to customize the Apache Http Client if it is used.Classorg.springframework.boot.test.TestRestTemplateSpring Boot
ThymeleafAutoConfigurationAuto-configuration for Thymeleaf.Classorg.springframework.boot.autoconfigure.thymeleafSpring Boot
ThymeleafAutoConfiguration .DataAttributeDialectConfigurationClassorg.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfigurationSpring Boot
ThymeleafAutoConfiguration .DefaultTemplateResolverConfigurationClassorg.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfigurationSpring Boot
ThymeleafAutoConfiguration .ThymeleafConditionalCommentsDialectConfigurationClassorg.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfigurationSpring Boot
ThymeleafAutoConfiguration .ThymeleafDefaultConfigurationClassorg.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfigurationSpring Boot
ThymeleafAutoConfiguration .ThymeleafResourceHandlingConfigClassorg.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfigurationSpring Boot
ThymeleafAutoConfiguration .ThymeleafSecurityDialectConfigurationClassorg.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfigurationSpring Boot
ThymeleafAutoConfiguration .ThymeleafViewResolverConfigurationClassorg.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfigurationSpring Boot
ThymeleafAutoConfiguration .ThymeleafWebLayoutConfigurationClassorg.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfigurationSpring Boot
ThymeleafPropertiesProperties for Thymeleaf.Classorg.springframework.boot.autoconfigure.thymeleafSpring Boot
ThymeleafTemplateAvailabilityProviderTemplateAvailabilityProvider that provides availability information forThymeleaf view templates.Classorg.springframework.boot.autoconfigure.thymeleafSpring Boot
TomcatConnectorCustomizerCallback interface that can be used to customize a Tomcat Connector.Interfaceorg.springframework.boot.context.embedded.tomcatSpring Boot
TomcatContextCustomizerCallback interface that can be used to customize a Tomcat Context.Interfaceorg.springframework.boot.context.embedded.tomcatSpring Boot
TomcatDataSourcePoolMetadataDataSourcePoolMetadata for a Tomcat DataSource.Classorg.springframework.boot.autoconfigure.jdbc.metadataSpring Boot
TomcatEmbeddedServletContainerEmbeddedServletContainer that can be used to control an embedded Tomcat server.Classorg.springframework.boot.context.embedded.tomcatSpring Boot
TomcatEmbeddedServletContainerFactoryEmbeddedServletContainerFactory that can be used to createTomcatEmbeddedServletContainers.Classorg.springframework.boot.context.embedded.tomcatSpring Boot
TomcatEmbeddedWebappClassLoaderExtension of Tomcat's WebappClassLoader that does not consider thesystem classloader.Classorg.springframework.boot.context.embedded.tomcatSpring Boot
TomcatPublicMetricsA PublicMetrics implementation that provides Tomcat statistics.Classorg.springframework.boot.actuate.endpointSpring Boot
TomcatWebSocketContainerCustomizerWebSocketContainerCustomizer for TomcatEmbeddedServletContainerFactory.Classorg.springframework.boot.autoconfigure.websocketSpring Boot
TraceA value object representing a trace event: at a particular time with a simple (map)information.Classorg.springframework.boot.actuate.traceSpring Boot
TraceEndpointEndpoint to expose Trace information.Classorg.springframework.boot.actuate.endpointSpring Boot
TracePropertiesConfiguration properties for tracing.Classorg.springframework.boot.actuate.traceSpring Boot
TraceProperties .IncludeInclude options for tracing.Classorg.springframework.boot.actuate.trace.TracePropertiesSpring Boot
TraceRepositoryA repository for Traces.Interfaceorg.springframework.boot.actuate.traceSpring Boot
TraceRepositoryAutoConfigurationAuto-configuration for tracing.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
TraceWebFilterAutoConfigurationAuto-configuration for tracing.Classorg.springframework.boot.actuate.autoconfigureSpring Boot
TransactionAutoConfigurationAuto-configuration for Spring transaction.Classorg.springframework.boot.autoconfigure.transactionSpring Boot
TriggerPropertiesAbstract base class for trigger properties.Classorg.springframework.boot.actuate.metrics.exportSpring Boot
TwitterAutoConfigurationAuto-configuration for Spring Social connectivity withSince:1.Classorg.springframework.boot.autoconfigure.socialSpring Boot
TwitterAutoConfiguration .TwitterConfigurerAdapterClassorg.springframework.boot.autoconfigure.social.TwitterAutoConfigurationSpring Boot
TwitterPropertiesProperties for Spring Social Twitter.Classorg.springframework.boot.autoconfigure.socialSpring Boot
UndertowBuilderCustomizerCallback interface that can be used to customize an Undertow Undertow.Interfaceorg.springframework.boot.context.embedded.undertowSpring Boot
UndertowDeploymentInfoCustomizerCallback interface that can be used to customize an Undertow DeploymentInfo.Interfaceorg.springframework.boot.context.embedded.undertowSpring Boot
UndertowEmbeddedServletContainerEmbeddedServletContainer that can be used to control an embedded Undertowserver.Classorg.springframework.boot.context.embedded.undertowSpring Boot
UndertowEmbeddedServletContainerFactoryEmbeddedServletContainerFactory that can be used to createUndertowEmbeddedServletContainers.Classorg.springframework.boot.context.embedded.undertowSpring Boot
UndertowWebSocketContainerCustomizerWebSocketContainerCustomizer forUndertowEmbeddedServletContainerFactory.Classorg.springframework.boot.autoconfigure.websocketSpring Boot
UserInfoRestTemplateCustomizerCallback for customizing the rest template used to fetch user details if authenticationis done via OAuth2 access tokens.Interfaceorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
UserInfoTokenServicesResourceServerTokenServices that uses a user info REST service.Classorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
VcapEnvironmentPostProcessorAn EnvironmentPostProcessor that knows where to find VCAP (a.Classorg.springframework.boot.cloudfoundrySpring Boot
VelocityAutoConfigurationAuto-configuration for Velocity.Classorg.springframework.boot.autoconfigure.velocitySpring Boot
VelocityAutoConfiguration .VelocityConfigurationClassorg.springframework.boot.autoconfigure.velocity.VelocityAutoConfigurationSpring Boot
VelocityAutoConfiguration .VelocityNonWebConfigurationClassorg.springframework.boot.autoconfigure.velocity.VelocityAutoConfigurationSpring Boot
VelocityAutoConfiguration .VelocityWebConfigurationClassorg.springframework.boot.autoconfigure.velocity.VelocityAutoConfigurationSpring Boot
VelocityPropertiesConfigurationProperties for configuring Velocity.Classorg.springframework.boot.autoconfigure.velocitySpring Boot
VelocityTemplateAvailabilityProviderTemplateAvailabilityProvider that provides availability information forVelocity view templates.Classorg.springframework.boot.autoconfigure.velocitySpring Boot
WarLauncherLauncher for WAR based archives.Classorg.springframework.boot.loaderSpring Boot
WebApplicationContextServletContextAwareProcessorVariant of ServletContextAwareProcessor for use with aConfigurableWebApplicationContext.Classorg.springframework.boot.context.embeddedSpring Boot
WebIntegrationTestTest class annotation signifying that the tests are web integration tests andtherefore require full startup in the same way as a production application (listeningClassorg.springframework.boot.testSpring Boot
WebMvcAutoConfigurationAuto-configuration for Web MVC.Classorg.springframework.boot.autoconfigure.webSpring Boot
WebMvcAutoConfiguration .EnableWebMvcConfigurationConfiguration equivalent to @EnableWebMvc.Classorg.springframework.boot.autoconfigure.web.WebMvcAutoConfigurationSpring Boot
WebMvcAutoConfiguration .WebMvcAutoConfigurationAdapterClassorg.springframework.boot.autoconfigure.web.WebMvcAutoConfigurationSpring Boot
WebMvcAutoConfiguration .WebMvcAutoConfigurationAdapter .FaviconConfigurationClassorg.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapterSpring Boot
WebMvcPropertiesproperties for Spring MVC.Classorg.springframework.boot.autoconfigure.webSpring Boot
WebMvcProperties .AsyncClassorg.springframework.boot.autoconfigure.web.WebMvcPropertiesSpring Boot
WebMvcProperties .ViewClassorg.springframework.boot.autoconfigure.web.WebMvcPropertiesSpring Boot
WebRequestTraceFilterServlet Filter that logs all requests to a TraceRepository.Classorg.springframework.boot.actuate.traceSpring Boot
WebSocketAutoConfigurationAuto configuration for websocket server in embedded Tomcat, Jetty or Undertow.Classorg.springframework.boot.autoconfigure.websocketSpring Boot
WebSocketContainerCustomizerEmbeddedServletContainerCustomizer to configure websockets for a givenEmbeddedServletContainerFactory.Classorg.springframework.boot.autoconfigure.websocketSpring Boot
WebSocketMessagingAutoConfigurationAuto-configuration for WebSocket-based messaging.Classorg.springframework.boot.autoconfigure.websocketSpring Boot
WhitespaceThrowablePatternConverterThrowablePatternConverter that adds some additional whitespace around the stackSince:1.Classorg.springframework.boot.logging.log4j2Spring Boot
WhitespaceThrowableProxyConverterClassorg.springframework.boot.logging.logbackSpring Boot
XAConnectionFactoryWrapperStrategy interface used to wrap a JMS XAConnectionFactory enrolling it with aJTA TransactionManager.Interfaceorg.springframework.boot.jtaSpring Boot
XADataSourceAutoConfigurationAuto-configuration for DataSource with XA.Classorg.springframework.boot.autoconfigure.jdbcSpring Boot
XADataSourceWrapperStrategy interface used to wrap a JMS XADataSource enrolling it with a JTASince:1.Interfaceorg.springframework.boot.jtaSpring Boot
XmlEmbeddedWebApplicationContextEmbeddedWebApplicationContext which takes its configuration from XML documents,understood by an XmlBeanDefinitionReader.Classorg.springframework.boot.context.embeddedSpring Boot
YamlConfigurationFactoryValidate some YAML by binding it to an object of a specified type and then optionallyrunning a Validator over it.Classorg.springframework.boot.bindSpring Boot
YamlJavaBeanPropertyConstructorkeys to JavaBean property names.Classorg.springframework.boot.bindSpring Boot
YamlJsonParserThin wrapper to adapt Snake Yaml to JsonParser.Classorg.springframework.boot.jsonSpring Boot
YamlPropertySourceLoaderStrategy to load '.Classorg.springframework.boot.envSpring Boot