| Name | Description | Type | Package | Framework |
| AbstractAuthenticationAuditListener | Abstract ApplicationListener to expose Spring Securityauthentication events as AuditEvents. | Class | org.springframework.boot.actuate.security | Spring Boot |
|
| AbstractAuthorizationAuditListener | Abstract ApplicationListener to expose Spring Securityauthorization events as AuditEvents. | Class | org.springframework.boot.actuate.security | Spring Boot |
|
| AbstractConfigurableEmbeddedServletContainer | Abstract base class for ConfigurableEmbeddedServletContainer implementations. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| AbstractDataSourcePoolMetadata | A base DataSourcePoolMetadata implementation. | Class | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| AbstractDependsOnBeanFactoryPostProcessor | Abstract base class for a BeanFactoryPostProcessor that can be used todynamically declare that all beans of a specific type should depend on one or more | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| AbstractEmbeddedServletContainerFactory | Abstract base class for EmbeddedServletContainerFactory implementations. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| AbstractEndpoint | Abstract base for Endpoint implementations. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| AbstractEndpointMvcAdapter | Abstract base class for MvcEndpoint implementations. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| AbstractErrorController | Abstract base class for error Controller implementations. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| AbstractHealthAggregator | Base HealthAggregator implementation to allow subclasses to focus onaggregating the Status instances and not deal with contextual details etc. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| AbstractHealthIndicator | Base HealthIndicator implementations that encapsulates creation ofHealth instance and error handling. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| AbstractJmxCacheStatisticsProvider | Base CacheStatisticsProvider implementation that uses JMX to retrieve the cacheSince:1. | Class | org.springframework.boot.actuate.cache | Spring Boot |
|
| AbstractLoggingSystem | Abstract base class for LoggingSystem implementations. | Class | org.springframework.boot.logging | Spring Boot |
|
| AbstractMetricExporter | Base class for metric exporters that have common features, principally a prefix forexported metrics and filtering by timestamp (so only new values are included in the | Class | org.springframework.boot.actuate.metrics.export | Spring Boot |
|
| AbstractRepositoryConfigurationSourceSupport | Base ImportBeanDefinitionRegistrar used to auto-configure Spring DataAuthor:Phillip Webb, Dave Syer, Oliver Gierke | Class | org.springframework.boot.autoconfigure.data | Spring Boot |
|
| AbstractTemplateViewResolverProperties | Base class for ConfigurationProperties of aAbstractTemplateViewResolver. | Class | org.springframework.boot.autoconfigure.template | Spring Boot |
|
| AbstractViewResolverProperties | Base class for ConfigurationProperties of a ViewResolver. | Class | org.springframework.boot.autoconfigure.template | Spring Boot |
|
| ActiveMQAutoConfiguration | Auto-configuration to integrate with an ActiveMQbroker. | Class | org.springframework.boot.autoconfigure.jms.activemq | Spring Boot |
|
| ActiveMQProperties | Configuration properties for ActiveMQ. | Class | org.springframework.boot.autoconfigure.jms.activemq | Spring Boot |
|
| AgentAttacher | Utility class to attach an instrumentation agent to the running JVM. | Class | org.springframework.boot.loader.tools | Spring Boot |
|
| AggregateMetricReader | A 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). | Class | org.springframework.boot.actuate.metrics.aggregate | Spring Boot |
|
| AllNestedConditions | Condition that will match when all nested class conditions match. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| AnnotationConfigEmbeddedWebApplicationContext | EmbeddedWebApplicationContext that accepts annotated classes as input - inparticular @Configuration | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| AnsiBackground | Ansi background colors. | Class | org.springframework.boot.ansi | Spring Boot |
|
| AnsiColor | | Class | org.springframework.boot.ansi | Spring Boot |
|
| AnsiElement | An ANSI encodable element. | Interface | org.springframework.boot.ansi | Spring Boot |
|
| AnsiOutput | | Class | org.springframework.boot.ansi | Spring Boot |
|
| AnsiOutputApplicationListener | An ApplicationListener that configures AnsiOutput depending on thevalue of the property spring. | Class | org.springframework.boot.context.config | Spring Boot |
|
| AnsiPropertySource | PropertyResolver for AnsiStyle, AnsiColor andAnsiBackground elements. | Class | org.springframework.boot.ansi | Spring Boot |
|
| AnsiStyle | | Class | org.springframework.boot.ansi | Spring Boot |
|
| AnyNestedCondition | Condition that will match when any nested class condition matches. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| AopAutoConfiguration | Auto-configuration for Spring's AOP support. | Class | org.springframework.boot.autoconfigure.aop | Spring Boot |
|
| ApplicationArguments | Provides access to the arguments that were used to run a SpringApplication. | Interface | org.springframework.boot | Spring Boot |
|
| ApplicationEnvironmentPreparedEvent | Event published when a SpringApplication is starting up and theEnvironment is first available for inspection and modification. | Class | org.springframework.boot.context.event | Spring Boot |
|
| ApplicationFailedEvent | Event published by a SpringApplication when it fails to start. | Class | org.springframework.boot.context.event | Spring Boot |
|
| ApplicationHealthIndicator | Default implementation of HealthIndicator that returns Status. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| ApplicationHome | Provides access to the application home directory. | Class | org.springframework.boot | Spring Boot |
|
| ApplicationPid | An application process ID. | Class | org.springframework.boot | Spring Boot |
|
| ApplicationPidFileWriter | An ApplicationListener that saves application PID into file. | Class | org.springframework.boot.actuate.system | Spring Boot |
|
| ApplicationPreparedEvent | Event published as when a SpringApplication is starting up and theApplicationContext is fully prepared but not refreshed. | Class | org.springframework.boot.context.event | Spring Boot |
|
| ApplicationReadyEvent | Event published as late as conceivably possible to indicate that the application isready to service requests. | Class | org.springframework.boot.context.event | Spring Boot |
|
| ApplicationRunner | Interface used to indicate that a bean should run when it is contained withina SpringApplication. | Interface | org.springframework.boot | Spring Boot |
|
| ApplicationStartedEvent | Event published as early as conceivably possible as soon as a SpringApplicationhas been started - before the Environment or ApplicationContext is | Class | org.springframework.boot.context.event | Spring Boot |
|
| ApplicationTemp | Provides access to an application specific temporary directory. | Class | org.springframework.boot | Spring Boot |
|
| Archive | An archive that can be launched by the Launcher. | Class | org.springframework.boot.loader.archive | Spring Boot |
|
| ArrayDocumentMatcher | Matches 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 given | Class | org.springframework.boot.yaml | Spring Boot |
|
| ArtemisAutoConfiguration | Auto-configuration to integrate with an Artemis broker. | Class | org.springframework.boot.autoconfigure.jms.artemis | Spring Boot |
|
| ArtemisConfigurationCustomizer | Callback interface that can be implemented by beans wishing to customize the ArtemisJMS server Configuration before it is used by an auto-configured | Interface | org.springframework.boot.autoconfigure.jms.artemis | Spring Boot |
|
| ArtemisMode | Define the mode in which Artemis can operate. | Class | org.springframework.boot.autoconfigure.jms.artemis | Spring Boot |
|
| ArtemisNoOpBindingRegistry | A no-op implementation of the BindingRegistry. | Class | org.springframework.boot.autoconfigure.jms.artemis | Spring Boot |
|
| ArtemisProperties | Configuration properties for Artemis. | Class | org.springframework.boot.autoconfigure.jms.artemis | Spring Boot |
|
| AsciiBytes | Simple wrapper around a byte array that represents an ASCII. | Class | org.springframework.boot.loader.util | Spring Boot |
|
| AtomikosConnectionFactoryBean | Spring friendly version of AtomikosConnectionFactoryBean. | Class | org.springframework.boot.jta.atomikos | Spring Boot |
|
| AtomikosDataSourceBean | Spring friendly version of AtomikosDataSourceBean. | Class | org.springframework.boot.jta.atomikos | Spring Boot |
|
| AtomikosDependsOnBeanFactoryPostProcessor | BeanFactoryPostProcessor to automatically setup the recommendeddependsOn settings for | Class | org.springframework.boot.jta.atomikos | Spring Boot |
|
| AtomikosLoggingLevel | enum AtomikosLoggingLevelLogging levels supported by Atomikos. | Class | org.springframework.boot.jta.atomikos | Spring Boot |
|
| AtomikosProperties | Bean friendly variant ofAtomikos configuration | Class | org.springframework.boot.jta.atomikos | Spring Boot |
|
| AtomikosXAConnectionFactoryWrapper | XAConnectionFactoryWrapper that uses an AtomikosConnectionFactoryBeanto wrap a XAConnectionFactory. | Class | org.springframework.boot.jta.atomikos | Spring Boot |
|
| AtomikosXADataSourceWrapper | XADataSourceWrapper that uses an AtomikosDataSourceBean to wrap aSince:1. | Class | org.springframework.boot.jta.atomikos | Spring Boot |
|
| AuditApplicationEvent | Spring ApplicationEvent to encapsulate AuditEvents. | Class | org.springframework.boot.actuate.audit.listener | Spring Boot |
|
| AuditAutoConfiguration | Auto-configuration for AuditEvents. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| AuditEvent | A value object representing an audit event: at a particular time, a particular user oragent carried out an action of a particular type. | Class | org.springframework.boot.actuate.audit | Spring Boot |
|
| AuditEventRepository | Repository for AuditEvents. | Interface | org.springframework.boot.actuate.audit | Spring Boot |
|
| AuditListener | ApplicationListener that listens for AuditApplicationEvents and storesthem in a AuditEventRepository. | Class | org.springframework.boot.actuate.audit.listener | Spring Boot |
|
| AuthenticationAuditListener | Default implementation of AbstractAuthenticationAuditListener. | Class | org.springframework.boot.actuate.security | Spring Boot |
|
| AuthenticationManagerConfiguration | Configuration for a Spring Security in-memory AuthenticationManager. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| AuthoritiesExtractor | Strategy used by UserInfoTokenServices to extract authorities from the resourceSince:1. | Interface | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| AuthorizationAuditListener | Default implementation of AbstractAuthorizationAuditListener. | Class | org.springframework.boot.actuate.security | Spring Boot |
|
| AuthorizationServerProperties | Configuration properties for OAuth2 Authorization server. | Class | org.springframework.boot.autoconfigure.security.oauth2.authserver | Spring Boot |
|
| AutoConfigurationPackages | Class for storing auto-configuration packages for reference later (e. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| AutoConfigurationReportEndpoint | Endpoint to expose the ConditionEvaluationReport. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| AutoConfigurationReportLoggingInitializer | ApplicationContextInitializer that writes the ConditionEvaluationReportto the log. | Class | org.springframework.boot.autoconfigure.logging | Spring Boot |
|
| AutoConfigureAfter | Hint for that an auto-configuration should be appliedafter other specified auto-configuration classes. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| AutoConfigureBefore | Hint for that an auto-configuration should be appliedbefore other specified auto-configuration classes. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| AutoConfigureOrder | Auto-configuration specific variant of Spring Framework's Order annotation. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| BackgroundPreinitializer | ApplicationListener to trigger early initialization in a background thread oftime consuming tasks. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| Banner | Interface class for writing a banner programmatically. | Interface | org.springframework.boot | Spring Boot |
|
| BasicBatchConfigurer | Basic BatchConfigurer implementation. | Class | org.springframework.boot.autoconfigure.batch | Spring Boot |
|
| BasicErrorController | Basic global error Controller, rendering ErrorAttributes. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| BasicJsonParser | Really basic JSON parser for when you have nothing else available. | Class | org.springframework.boot.json | Spring Boot |
|
| BatchAutoConfiguration | Auto-configuration for Spring Batch. | Class | org.springframework.boot.autoconfigure.batch | Spring Boot |
|
| BatchDatabaseInitializer | Initialize the Spring Batch schema (ignoring errors, so should be idempotent). | Class | org.springframework.boot.autoconfigure.batch | Spring Boot |
|
| BatchProperties | Configuration properties for Spring Batch. | Class | org.springframework.boot.autoconfigure.batch | Spring Boot |
|
| BeansEndpoint | Exposes JSON view of Spring beans. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| BitronixDependentBeanFactoryPostProcessor | BeanFactoryPostProcessor to automatically register the recommendeddependencies for correct Bitronix shutdown ordering. | Class | org.springframework.boot.jta.bitronix | Spring Boot |
|
| BitronixXAConnectionFactoryWrapper | XAConnectionFactoryWrapper that uses a BitronixPoolingConnectionFactoryBean to wrap a XAConnectionFactory. | Class | org.springframework.boot.jta.bitronix | Spring Boot |
|
| BitronixXADataSourceWrapper | XADataSourceWrapper that uses a Bitronix PoolingDataSourceBean to wrapSince:1. | Class | org.springframework.boot.jta.bitronix | Spring Boot |
|
| BootGlobalAuthenticationConfiguration | GlobalAuthenticationConfigurerAdapter to trigger early initialization of@EnableAutoConfiguration beans. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| BufferCounterService | Fast implementation of CounterService using CounterBuffers. | Class | org.springframework.boot.actuate.metrics.buffer | Spring Boot |
|
| BufferGaugeService | Fast implementation of GaugeService using GaugeBuffers. | Class | org.springframework.boot.actuate.metrics.buffer | Spring Boot |
|
| BufferMetricReader | MetricReader implementation using CounterBuffers andSince:1. | Class | org.springframework.boot.actuate.metrics.buffer | Spring Boot |
|
| ByteArrayRandomAccessData | RandomAccessData implementation backed by a byte array. | Class | org.springframework.boot.loader.data | Spring Boot |
|
| CacheAutoConfiguration | Auto-configuration for the cache abstraction. | Class | org.springframework.boot.autoconfigure.cache | Spring Boot |
|
| CacheProperties | Configuration properties for the cache abstraction. | Class | org.springframework.boot.autoconfigure.cache | Spring Boot |
|
| CachePublicMetrics | A PublicMetrics implementation that provides cache statistics. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| CacheStatistics | Snapshot of the statistics of a given cache. | Interface | org.springframework.boot.actuate.cache | Spring Boot |
|
| CacheStatisticsAutoConfiguration | Auto-configuration for CacheStatisticsProviderSince:1. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| CacheStatisticsProvider | Provide a CacheStatistics based on a Cache. | Interface | org.springframework.boot.actuate.cache | Spring Boot |
|
| CacheType | Supported cache types (defined in order of precedence). | Class | org.springframework.boot.autoconfigure.cache | Spring Boot |
|
| CassandraAutoConfiguration | Auto-configuration for Cassandra. | Class | org.springframework.boot.autoconfigure.cassandra | Spring Boot |
|
| CassandraDataAutoConfiguration | Auto-configuration for Spring Data's Cassandra support. | Class | org.springframework.boot.autoconfigure.data.cassandra | Spring Boot |
|
| CassandraHealthIndicator | Simple implementation of a HealthIndicator returning status information forCassandra data stores. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| CassandraProperties | Configuration properties for Cassandra. | Class | org.springframework.boot.autoconfigure.cassandra | Spring Boot |
|
| CassandraRepositoriesAutoConfiguration | Auto-configuration for Spring Data's CassandraSince:1. | Class | org.springframework.boot.autoconfigure.data.cassandra | Spring Boot |
|
| ClasspathLoggingApplicationListener | A SmartApplicationListener that reacts to startevents by logging the classpath of the thread context class loader (TCCL) at | Class | org.springframework.boot.logging | Spring Boot |
|
| CloudAutoConfiguration | Auto-configuration for Spring Cloud. | Class | org.springframework.boot.autoconfigure.cloud | Spring Boot |
|
| CloudFoundryVcapEnvironmentPostProcessor | An EnvironmentPostProcessor that knows where to find VCAP (a. | Class | org.springframework.boot.cloud | Spring Boot |
|
| CloudPlatform | Simple detection for well known cloud platforms. | Class | org.springframework.boot.cloud | Spring Boot |
|
| ColorConverter | Log4j2 LogEventPatternConverter colors output using the AnsiOutputclass. | Class | org.springframework.boot.logging.log4j2 | Spring Boot |
|
| ColorConverter | Logback CompositeConverter colors output using the AnsiOutput class. | Class | org.springframework.boot.logging.logback | Spring Boot |
|
| CommandLineRunner | Interface used to indicate that a bean should run when it is contained withina SpringApplication. | Interface | org.springframework.boot | Spring Boot |
|
| CommonsDbcp2DataSourcePoolMetadata | DataSourcePoolMetadata for an Apache Commons DBCP2 DataSource. | Class | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| CommonsDbcpDataSourcePoolMetadata | DataSourcePoolMetadata for an Apache Commons DBCP DataSource. | Class | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| CommonsLoggingLiquibaseLogger | Liquibase Logger that delegates to an Apache Commons Log. | Class | org.springframework.boot.liquibase | Spring Boot |
|
| CompositeHealthIndicator | HealthIndicator that returns health indications from all registered delegates. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| CompositeMetricReader | Composite implementation of MetricReader. | Class | org.springframework.boot.actuate.metrics.reader | Spring Boot |
|
| CompositeMetricWriter | Composite implementation of MetricWriter that just sends its input to all ofthe delegates that have been registered. | Class | org.springframework.boot.actuate.metrics.writer | Spring Boot |
|
| Compression | Simple container-independent abstraction for compression configuration. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| ConcurrentMapCacheStatisticsProvider | CacheStatisticsProvider implementation for ConcurrentMapCache. | Class | org.springframework.boot.actuate.cache | Spring Boot |
|
| ConditionalOnBean | Conditional that only matches when the specified bean classes and/or names arealready contained in the BeanFactory. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnClass | Conditional that only matches when the specified classes are on the classpath. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnEnabledEndpoint | Conditional that checks whether or not an endpoint is enabled. | Class | org.springframework.boot.actuate.condition | Spring Boot |
|
| ConditionalOnEnabledHealthIndicator | Conditional that checks whether or not a default health indicator is enabled. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| ConditionalOnEnabledResourceChain | Conditional that checks whether or not the Spring resource handling chain isenabled. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| ConditionalOnExpression | Configuration annotation for a conditional element that depends on the value of a SpELOptional Element Summary | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnJava | Conditional that matches based on the JVM version the application is runningSince:1. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnJndi | Conditional that matches based on the availability of a JNDIInitialContext and the ability to lookup specific locations. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnMissingBean | Conditional that only matches when the specified bean classes and/or names arenot already contained in the BeanFactory. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnMissingClass | Conditional that only matches when the specified classes are not on theOptional Element Summary | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnProperty | Conditional that checks if the specified properties have a specific value. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnResource | Conditional that only matches when the specified resources are on theOptional Element Summary | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionalOnSingleCandidate | Conditional that only matches when the specified bean class is alreadycontained in the BeanFactory and a single candidate can be determined. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionEvaluationReport | Records condition evaluation details for reporting and logging. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConditionOutcome | Outcome for a condition match, including log message. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ConfigFileApplicationContextInitializer | ApplicationContextInitializer that can be used with theContextConfiguration. | Class | org.springframework.boot.test | Spring Boot |
|
| ConfigFileApplicationListener | EnvironmentPostProcessor that configures the context environment by loadingproperties from well known file locations. | Class | org.springframework.boot.context.config | Spring Boot |
|
| ConfigurableEmbeddedServletContainer | Simple interface that represents customizations to anEmbeddedServletContainerFactory. | Interface | org.springframework.boot.context.embedded | Spring Boot |
|
| ConfigurationBeanFactoryMetaData | Utility class to memorize @Bean definition meta data during initialization ofSince:1. | Class | org.springframework.boot.context.properties | Spring Boot |
|
| ConfigurationProperties | Annotation for externalized configuration. | Class | org.springframework.boot.context.properties | Spring Boot |
|
| ConfigurationPropertiesAutoConfiguration | Auto-configuration for ConfigurationPropertiesbeans. | Class | org.springframework.boot.autoconfigure.context | Spring Boot |
|
| ConfigurationPropertiesBindingPostProcessor | BeanPostProcessor to bind PropertySources to beans annotated withConfigurationProperties. | Class | org.springframework.boot.context.properties | Spring Boot |
|
| ConfigurationPropertiesBindingPostProcessorRegistrar | ImportBeanDefinitionRegistrar for binding externalized application propertiesto ConfigurationProperties beans. | Class | org.springframework.boot.context.properties | Spring Boot |
|
| ConfigurationPropertiesReportEndpoint | Endpoint to expose application properties from ConfigurationPropertiesTo protect sensitive information from being exposed, certain property values are masked | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| ConfigurationWarningsApplicationContextInitializer | ApplicationContextInitializer to report warnings for common misconfigurationSince:1. | Class | org.springframework.boot.context | Spring Boot |
|
| ContextIdApplicationContextInitializer | ApplicationContextInitializer that set the SpringApplicationContext ID. | Class | org.springframework.boot.context | Spring Boot |
|
| CounterBuffer | Mutable buffer containing a long adder (Java 8) and a timestamp. | Class | org.springframework.boot.actuate.metrics.buffer | Spring Boot |
|
| CounterBuffers | Fast writes to in-memory metrics store using CounterBuffer. | Class | org.springframework.boot.actuate.metrics.buffer | Spring Boot |
|
| CounterService | A service that can be used to increment, decrement and reset a named counter value. | Interface | org.springframework.boot.actuate.metrics | Spring Boot |
|
| CounterWriter | Simple writer for counters (metrics that increment). | Interface | org.springframework.boot.actuate.metrics.writer | Spring Boot |
|
| CrshAutoConfiguration | Auto-configuration for embedding an extensible shellinto a Spring Boot enabled application. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| DataEndpointMBean | Simple wrapper around Endpoint implementations that provide actuator data ofAuthor:Christian Dupuis, Andy Wilkinson | Class | org.springframework.boot.actuate.endpoint.jmx | Spring Boot |
|
| DataSourceAutoConfiguration | Auto-configuration for DataSource. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| DataSourceBuilder | Convenience class for building a DataSource with common implementations andproperties. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| DataSourceHealthIndicator | HealthIndicator that tests the status of a DataSource and optionallySince:1. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| DataSourceInitializedEvent | ApplicationEvent used internally to trigger DataSource initialization. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| DataSourcePoolMetadata | Provides access meta-data that is commonly available from most pooledDataSource implementations. | Interface | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| DataSourcePoolMetadataProvider | Provide a DataSourcePoolMetadata based on a DataSource. | Interface | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| DataSourcePoolMetadataProviders | A DataSourcePoolMetadataProvider implementation that returns the firstDataSourcePoolMetadata that is found by one of its delegate. | Class | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| DataSourcePoolMetadataProvidersConfiguration | Register the DataSourcePoolMetadataProvider instances for the supported dataSince:1. | Class | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| DataSourceProperties | Base class for configuration of a data source. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| DataSourcePublicMetrics | A PublicMetrics implementation that provides data source usage statistics. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| DataSourceTransactionManagerAutoConfiguration | Auto-configuration forDataSourceTransactionManager. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| DefaultCacheStatistics | A default CacheStatistics implementation. | Class | org.springframework.boot.actuate.cache | Spring Boot |
|
| DefaultCounterService | Default implementation of CounterService. | Class | org.springframework.boot.actuate.metrics.writer | Spring Boot |
|
| DefaultErrorAttributes | Default implementation of ErrorAttributes. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| DefaultGaugeService | Default implementation of GaugeService. | Class | org.springframework.boot.actuate.metrics.writer | Spring Boot |
|
| DefaultLaunchScript | Default implementation of LaunchScript. | Class | org.springframework.boot.loader.tools | Spring Boot |
|
| DefaultMetricNamingStrategy | MBean naming strategy for metric keys. | Class | org.springframework.boot.actuate.metrics.jmx | Spring Boot |
|
| DefaultOpenTsdbNamingStrategy | A naming strategy that just passes through the metric name, together with tags from aset of static values. | Class | org.springframework.boot.actuate.metrics.opentsdb | Spring Boot |
|
| DefaultProfileDocumentMatcher | A YamlProcessor. | Class | org.springframework.boot.yaml | Spring Boot |
|
| DeferredLog | Deferred Log that can be used to store messages that shouldn't be written untilthe logging system is fully initialized. | Class | org.springframework.boot.logging | Spring Boot |
|
| DelegatingApplicationContextInitializer | ApplicationContextInitializer that delegates to other initializers that arespecified under a context. | Class | org.springframework.boot.context.config | Spring Boot |
|
| DelegatingApplicationListener | ApplicationListener that delegates to other listeners that are specified undera context. | Class | org.springframework.boot.context.config | Spring Boot |
|
| DelegatingFilterProxyRegistrationBean | A ServletContextInitializer to register DelegatingFilterProxys in aServlet 3. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| Delta | A value object representing an increment in a metric value (usually a counter). | Class | org.springframework.boot.actuate.metrics.writer | Spring Boot |
|
| DeprecatedConfigurationProperty | Indicates that a getter in a ConfigurationProperties object is deprecated. | Class | org.springframework.boot.context.properties | Spring Boot |
|
| DeviceDelegatingViewResolverAutoConfiguration | Auto-configuration for Spring Mobile'sLiteDeviceDelegatingViewResolver. | Class | org.springframework.boot.autoconfigure.mobile | Spring Boot |
|
| DeviceDelegatingViewResolverProperties | Properties for device view resolver. | Class | org.springframework.boot.autoconfigure.mobile | Spring Boot |
|
| DeviceResolverAutoConfiguration | | Class | org.springframework.boot.autoconfigure.mobile | Spring Boot |
|
| DiskSpaceHealthIndicator | A HealthIndicator that checks available disk space and reports a status ofStatus. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| DiskSpaceHealthIndicatorProperties | External configuration properties for DiskSpaceHealthIndicator. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| DispatcherServletAutoConfiguration | Auto-configuration for the SpringDispatcherServlet. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| DocsMvcEndpoint | MvcEndpoint to expose actuator documentation. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| DropwizardMetricServices | A GaugeService and CounterService that sends data to a DropwizardMetricRegistry based on a naming convention. | Class | org.springframework.boot.actuate.metrics.dropwizard | Spring Boot |
|
| DropwizardMetricWriter | A MetricWriter that send data to a Dropwizard MetricRegistry based on aUpdates to increment(Delta) with names in meter. | Class | org.springframework.boot.actuate.metrics.writer | Spring Boot |
|
| DumpEndpoint | Endpoint to expose thread info. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| EhCacheStatisticsProvider | CacheStatisticsProvider implementation for EhCache. | Class | org.springframework.boot.actuate.cache | Spring Boot |
|
| ElasticsearchAutoConfiguration | Auto-configuration for Elasticsearch. | Class | org.springframework.boot.autoconfigure.data.elasticsearch | Spring Boot |
|
| ElasticsearchDataAutoConfiguration | Auto-configuration for Spring Data's ElasticsearchRegisters a ElasticsearchTemplate if no other bean of the same type is | Class | org.springframework.boot.autoconfigure.data.elasticsearch | Spring Boot |
|
| ElasticsearchHealthIndicator | HealthIndicator for an Elasticsearch cluster. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| ElasticsearchHealthIndicatorProperties | External configuration properties for ElasticsearchHealthIndicator. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| ElasticsearchProperties | Configuration properties for Elasticsearch. | Class | org.springframework.boot.autoconfigure.data.elasticsearch | Spring Boot |
|
| ElasticsearchRepositoriesAutoConfiguration | Auto-configuration for Spring Data's ElasticsearchSince:1. | Class | org.springframework.boot.autoconfigure.data.elasticsearch | Spring Boot |
|
| EmbeddedDatabaseConnection | enum EmbeddedDatabaseConnectionConnection details for embedded databases. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| EmbeddedDataSourceConfiguration | Configuration for embedded data sources. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| EmbeddedMongoAutoConfiguration | Auto-configuration for Embedded Mongo. | Class | org.springframework.boot.autoconfigure.mongo.embedded | Spring Boot |
|
| EmbeddedMongoProperties | Configuration properties for Embedded Mongo. | Class | org.springframework.boot.autoconfigure.mongo.embedded | Spring Boot |
|
| EmbeddedServerPortFileWriter | An ApplicationListener that saves embedded server port and management port intofile. | Class | org.springframework.boot.actuate.system | Spring Boot |
|
| EmbeddedServletContainer | Simple interface that represents a fully configured embedded servlet container (forexample Tomcat or Jetty). | Interface | org.springframework.boot.context.embedded | Spring Boot |
|
| EmbeddedServletContainerAutoConfiguration | Auto-configuration for an embedded servlet containers. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| EmbeddedServletContainerCustomizer | Strategy interface for customizing auto-configured embedded servlet containers. | Interface | org.springframework.boot.context.embedded | Spring Boot |
|
| EmbeddedServletContainerCustomizerBeanPostProcessor | BeanPostProcessor that apply all EmbeddedServletContainerCustomizersfrom the bean factory to ConfigurableEmbeddedServletContainer beans. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| EmbeddedServletContainerException | Exceptions thrown by an embedded servlet container. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| EmbeddedServletContainerFactory | Factory interface that can be used to create EmbeddedServletContainers. | Interface | org.springframework.boot.context.embedded | Spring Boot |
|
| EmbeddedServletContainerInitializedEvent | Event to be published after the context is refreshed and theEmbeddedServletContainer is ready. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| EmbeddedVelocityToolboxView | the classpath as well as the servlet context. | Class | org.springframework.boot.web.servlet.view.velocity | Spring Boot |
|
| EmbeddedVelocityViewResolver | EmbeddedVelocityToolboxView when the toolboxConfigLocation is set. | Class | org.springframework.boot.web.servlet.view.velocity | Spring Boot |
|
| EmbeddedWebApplicationContext | A WebApplicationContext that can be used to bootstrap itself from a containedEmbeddedServletContainerFactory bean. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| EnableAutoConfiguration | Enable auto-configuration of the Spring Application Context, attempting to guess andconfigure beans that you are likely to need. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| EnableAutoConfigurationImportSelector | DeferredImportSelector to handle auto-configuration. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| EnableConfigurationProperties | Enable support for ConfigurationProperties annotated beans. | Class | org.springframework.boot.context.properties | Spring Boot |
|
| EnableOAuth2Sso | Enable OAuth2 Single Sign On (SSO). | Class | org.springframework.boot.autoconfigure.security.oauth2.client | Spring Boot |
|
| Endpoint | An endpoint that can be used to expose useful information to operations. | Interface | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| EndpointAutoConfiguration | | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| EndpointCorsProperties | Configuration properties for MVC endpoints' CORS support. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| EndpointHandlerMapping | HandlerMapping to map Endpoints to URLs via Endpoint. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| EndpointHandlerMappingCustomizer | Callback for customizing the EndpointHandlerMapping at configuration time. | Interface | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| EndpointMBean | Simple wrapper around Endpoint implementations to enable JMX export. | Class | org.springframework.boot.actuate.endpoint.jmx | Spring Boot |
|
| EndpointMBeanExportAutoConfiguration | Auto-configuration to enable JMX export forAuthor:Christian Dupuis, Andy Wilkinson | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| EndpointMBeanExporter | ApplicationListener that registers all known Endpoints with anMBeanServer using the MBeanExporter located from the application | Class | org.springframework.boot.actuate.endpoint.jmx | Spring Boot |
|
| EndpointMBeanExportProperties | Configuration properties for JMX. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| EndpointMvcAdapter | Adapter class to expose Endpoints as MvcEndpoints. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| EndpointProperties | Global endpoint properties. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| EndpointWebMvcAutoConfiguration | Auto-configuration to enable Spring MVC to handleEndpoint requests. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| EndpointWebMvcChildContextConfiguration | Configuration triggered from EndpointWebMvcAutoConfiguration when a newEmbeddedServletContainer running on a different port is required. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| EndpointWebMvcHypermediaManagementContextConfiguration | Configuration for hypermedia in HTTP endpoints. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| EndpointWebMvcManagementContextConfiguration | Configuration to expose Endpoint instances over Spring MVC. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| EntityManagerFactoryBuilder | Convenient builder for JPA EntityManagerFactory instances. | Class | org.springframework.boot.autoconfigure.orm.jpa | Spring Boot |
|
| EntityManagerFactoryBuilder | Convenient builder for JPA EntityManagerFactory instances. | Class | org.springframework.boot.orm.jpa | Spring Boot |
|
| EntityManagerFactoryDependsOnPostProcessor | BeanFactoryPostProcessor that can be used to dynamically declare that allEntityManagerFactory beans should depend on one or more specific beans. | Class | org.springframework.boot.autoconfigure.data.jpa | Spring Boot |
|
| EntityScan | Configures the LocalContainerEntityManagerFactoryBean to scan for entityclasses in the classpath. | Class | org.springframework.boot.orm.jpa | Spring Boot |
|
| EnumerableCompositePropertySource | An mutable, enumerable, composite property source. | Class | org.springframework.boot.env | Spring Boot |
|
| EnvironmentEndpoint | Endpoint to expose environment information. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| EnvironmentMvcEndpoint | Adapter to expose EnvironmentEndpoint as an MvcEndpoint. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| EnvironmentPostProcessor | Allows for customization of the application's Environment prior to theapplication context being refreshed. | Interface | org.springframework.boot.env | Spring Boot |
|
| EnvironmentTestUtils | Test utilities for setting environment values. | Class | org.springframework.boot.test | Spring Boot |
|
| ErrorAttributes | Provides access to error attributes which can be logged or presented to the user. | Interface | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| ErrorController | Marker interface used to indicate that a @Controller is used torender errors. | Interface | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| ErrorMvcAutoConfiguration | Auto-configuration to render errors via an MVC errorAuthor:Dave Syer, Andy Wilkinson, Stephane Nicoll | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| ErrorPage | Simple container-independent abstraction for servlet error pages. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| ErrorPageFilter | A special AbstractConfigurableEmbeddedServletContainer for non-embeddedapplications (i. | Class | org.springframework.boot.context.web | Spring Boot |
|
| ErrorProperties | Configuration properties for web error handling. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| EventPublishingRunListener | SpringApplicationRunListener to publish SpringApplicationEvents. | Class | org.springframework.boot.context.event | Spring Boot |
|
| ExecutableArchiveLauncher | Base class for executable archive Launchers. | Class | org.springframework.boot.loader | Spring Boot |
|
| ExitCodeEvent | Event fired when an application exit code has been determined from anSince:1. | Class | org.springframework.boot | Spring Boot |
|
| ExitCodeExceptionMapper | Strategy interface that can be used to provide a mapping between exceptions and exitSince:1. | Interface | org.springframework.boot | Spring Boot |
|
| ExitCodeGenerator | Interface used to generate an 'exit code' from a running command lineSpringApplication. | Interface | org.springframework.boot | Spring Boot |
|
| ExplodedArchive | Archive implementation backed by an exploded archive directory. | Class | org.springframework.boot.loader.archive | Spring Boot |
|
| Exporter | Generic interface for metric exports. | Interface | org.springframework.boot.actuate.metrics.export | Spring Boot |
|
| ExtendedWhitespaceThrowablePatternConverter | ThrowablePatternConverter that adds some additional whitespace around the stackSince:1. | Class | org.springframework.boot.logging.log4j2 | Spring Boot |
|
| ExtendedWhitespaceThrowableProxyConverter | | Class | org.springframework.boot.logging.logback | Spring Boot |
|
| FacebookAutoConfiguration | Auto-configuration for Spring Social connectivity withSince:1. | Class | org.springframework.boot.autoconfigure.social | Spring Boot |
|
| FacebookProperties | Properties for Spring Social Facebook. | Class | org.springframework.boot.autoconfigure.social | Spring Boot |
|
| FallbackWebSecurityAutoConfiguration | If the user explicitly disables the basic security features and forgets to@EnableWebSecurity, and yet still wants a bean of type | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| FileEncodingApplicationListener | An ApplicationListener that halts application startup if the system fileencoding does not match an expected value set in the environment. | Class | org.springframework.boot.context | Spring Boot |
|
| FileSessionPersistence | SessionPersistenceManager that stores session information in a file. | Class | org.springframework.boot.context.embedded.undertow | Spring Boot |
|
| FileUtils | Utilities for manipulating files and directories in Spring Boot tooling. | Class | org.springframework.boot.loader.tools | Spring Boot |
|
| FilteredArchive | Decorator to apply an Archive. | Class | org.springframework.boot.loader.archive | Spring Boot |
|
| FilterRegistrationBean | A ServletContextInitializer to register Filters in a Servlet 3. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| FixedAuthoritiesExtractor | Default implementation of AuthoritiesExtractor. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| FlywayAutoConfiguration | Auto-configuration for Flyway database migrations. | Class | org.springframework.boot.autoconfigure.flyway | Spring Boot |
|
| FlywayEndpoint | Endpoint to expose flyway info. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| FlywayMigrationInitializer | InitializingBean used to trigger Flyway migration via theFlywayMigrationStrategy. | Class | org.springframework.boot.autoconfigure.flyway | Spring Boot |
|
| FlywayMigrationStrategy | Strategy used to initialize Flyway migration. | Interface | org.springframework.boot.autoconfigure.flyway | Spring Boot |
|
| FlywayProperties | Configuration properties for Flyway database migrations. | Class | org.springframework.boot.autoconfigure.flyway | Spring Boot |
|
| FreeMarkerAutoConfiguration | Auto-configuration for FreeMarker. | Class | org.springframework.boot.autoconfigure.freemarker | Spring Boot |
|
| FreeMarkerProperties | ConfigurationProperties for configuring FreeMarker. | Class | org.springframework.boot.autoconfigure.freemarker | Spring Boot |
|
| FreeMarkerTemplateAvailabilityProvider | TemplateAvailabilityProvider that provides availability information forFreeMarker view templates. | Class | org.springframework.boot.autoconfigure.freemarker | Spring Boot |
|
| GaugeBuffer | Mutable buffer containing a double value and a timestamp. | Class | org.springframework.boot.actuate.metrics.buffer | Spring Boot |
|
| GaugeBuffers | Fast writes to in-memory metrics store using GaugeBuffer. | Class | org.springframework.boot.actuate.metrics.buffer | Spring Boot |
|
| GaugeService | A service that can be used to submit a named double value for storage and analysis. | Interface | org.springframework.boot.actuate.metrics | Spring Boot |
|
| GaugeWriter | Writer for gauge values (simple metric with a number value). | Interface | org.springframework.boot.actuate.metrics.writer | Spring Boot |
|
| GroovyTemplateAutoConfiguration | Auto-configuration support for Groovy templates in MVC. | Class | org.springframework.boot.autoconfigure.groovy.template | Spring Boot |
|
| GroovyTemplateAvailabilityProvider | TemplateAvailabilityProvider that provides availability information for GroovySince:1. | Class | org.springframework.boot.autoconfigure.groovy.template | Spring Boot |
|
| GroovyTemplateProperties | ConfigurationProperties for configuring Groovy templates. | Class | org.springframework.boot.autoconfigure.groovy.template | Spring Boot |
|
| GroovyTemplateResolver | A custom template resolver which resolvestemplates using the locale found in the thread locale. | Class | org.springframework.boot.autoconfigure.groovy.template | Spring Boot |
|
| GsonAutoConfiguration | Auto-configuration for Gson. | Class | org.springframework.boot.autoconfigure.gson | Spring Boot |
|
| GsonJsonParser | Thin wrapper to adapt Gson to a JsonParser. | Class | org.springframework.boot.json | Spring Boot |
|
| GuavaCacheStatisticsProvider | CacheStatisticsProvider implementation for Guava. | Class | org.springframework.boot.actuate.cache | Spring Boot |
|
| H2ConsoleAutoConfiguration | Auto-configuration for H2's web console. | Class | org.springframework.boot.autoconfigure.h2 | Spring Boot |
|
| H2ConsoleProperties | Configuration properties for H2's console. | Class | org.springframework.boot.autoconfigure.h2 | Spring Boot |
|
| HalBrowserMvcEndpoint | MvcEndpoint to expose a HAL browser. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| HalJsonMvcEndpoint | MvcEndpoint to expose HAL-formatted JSON. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| Handler | URLStreamHandler for Spring Boot loader JarFiles. | Class | org.springframework.boot.loader.jar | Spring Boot |
|
| HateoasProperties | properties for Spring HATEOAS. | Class | org.springframework.boot.autoconfigure.hateoas | Spring Boot |
|
| HazelcastAutoConfiguration | Auto-configuration for Hazelcast. | Class | org.springframework.boot.autoconfigure.hazelcast | Spring Boot |
|
| HazelcastCacheStatisticsProvider | CacheStatisticsProvider implementation for Hazelcast. | Class | org.springframework.boot.actuate.cache | Spring Boot |
|
| HazelcastConfigResourceCondition | SpringBootCondition used to check if the Hazelcast configuration is available. | Class | org.springframework.boot.autoconfigure.hazelcast | Spring Boot |
|
| HazelcastInstanceFactory | Factory that can be used to create a HazelcastInstance. | Class | org.springframework.boot.autoconfigure.hazelcast | Spring Boot |
|
| HazelcastJpaDependencyAutoConfiguration | Additional configuration to ensure that EntityManagerFactory beans depend-onthe hazelcastInstance bean. | Class | org.springframework.boot.autoconfigure.hazelcast | Spring Boot |
|
| HazelcastProperties | Configuration properties for the hazelcast integration. | Class | org.springframework.boot.autoconfigure.hazelcast | Spring Boot |
|
| Health | Carries information about the health of a component or subsystem. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| HealthAggregator | Strategy interface used by CompositeHealthIndicator to aggregate Healthinstances into a final one. | Interface | org.springframework.boot.actuate.health | Spring Boot |
|
| HealthEndpoint | Endpoint to expose application health. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| HealthIndicator | Strategy interface used to provide an indication of application health. | Interface | org.springframework.boot.actuate.health | Spring Boot |
|
| HealthIndicatorAutoConfiguration | Auto-configuration for HealthIndicators. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| HealthIndicatorAutoConfigurationProperties | Configuration properties for some health properties. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| HealthMvcEndpoint | Adapter to expose HealthEndpoint as an MvcEndpoint. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| HealthMvcEndpointProperties | Configuration properties for the HealthMvcEndpoint. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| HibernateJpaAutoConfiguration | Auto-configuration for Hibernate JPA. | Class | org.springframework.boot.autoconfigure.orm.jpa | Spring Boot |
|
| HikariDataSourcePoolMetadata | DataSourcePoolMetadata for a Hikari DataSource. | Class | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| HornetQAutoConfiguration | Auto-configuration to integrate with an HornetQ broker. | Class | org.springframework.boot.autoconfigure.jms.hornetq | Spring Boot |
|
| HornetQConfigurationCustomizer | Callback interface that can be implemented by beans wishing to customize the HornetQJMS server Configuration before it is used by an auto-configured | Interface | org.springframework.boot.autoconfigure.jms.hornetq | Spring Boot |
|
| HornetQMode | Define the mode in which HornetQ can operate. | Class | org.springframework.boot.autoconfigure.jms.hornetq | Spring Boot |
|
| HornetQNoOpBindingRegistry | A no-op implementation of the BindingRegistry. | Class | org.springframework.boot.autoconfigure.jms.hornetq | Spring Boot |
|
| HornetQProperties | Configuration properties for HornetQ. | Class | org.springframework.boot.autoconfigure.jms.hornetq | Spring Boot |
|
| Http401AuthenticationEntryPoint | AuthenticationEntryPoint that sends a 401 and Parameterized by the value of theWWW-Authenticate header. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| HttpEncodingAutoConfiguration | Auto-configuration for configuring the encoding to usein web applications. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| HttpEncodingProperties | Configuration properties for http encoding. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| HttpMessageConverters | Bean used to manage the HttpMessageConverters used in a Spring Bootapplication. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| HttpMessageConvertersAutoConfiguration | Auto-configuration for HttpMessageConverters. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| HypermediaAutoConfiguration | Auto-configuration for Spring HATEOAS'sEnableHypermediaSupport. | Class | org.springframework.boot.autoconfigure.hateoas | Spring Boot |
|
| HypermediaHttpMessageConverterConfiguration | Configuration for HttpMessageConverters when hypermedia isAuthor:Andy Wilkinson | Class | org.springframework.boot.autoconfigure.hateoas | Spring Boot |
|
| ImportAutoConfiguration | Import and apply the selected auto-configuration classes for testing purposes. | Class | org.springframework.boot.autoconfigure.test | Spring Boot |
|
| InetAddressEditor | PropertyEditor for InetAddress objects. | Class | org.springframework.boot.bind | Spring Boot |
|
| InfinispanCacheConfiguration | Infinispan cache configuration. | Class | org.springframework.boot.autoconfigure.cache | Spring Boot |
|
| InfinispanCacheStatisticsProvider | CacheStatisticsProvider implementation for Infinispan. | Class | org.springframework.boot.actuate.cache | Spring Boot |
|
| InfoEndpoint | Endpoint to expose arbitrary application information. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| InitParameterConfiguringServletContextInitializer | A ServletContextInitializer that configures init parameters on theSince:1. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| InMemoryAuditEventRepository | In-memory AuditEventRepository implementation. | Class | org.springframework.boot.actuate.audit | Spring Boot |
|
| InMemoryMetricRepository | | Class | org.springframework.boot.actuate.metrics.repository | Spring Boot |
|
| InMemoryRichGaugeRepository | In memory implementation of MetricWriter and RichGaugeReader. | Class | org.springframework.boot.actuate.metrics.rich | Spring Boot |
|
| InMemoryTraceRepository | In-memory implementation of TraceRepository. | Class | org.springframework.boot.actuate.trace | Spring Boot |
|
| InputArgumentsJavaAgentDetector | A JavaAgentDetector that detects jars supplied via the -javaagent JVMSince:1. | Class | org.springframework.boot.loader | Spring Boot |
|
| IntegrationAutoConfiguration | Auto-configuration for Spring Integration. | Class | org.springframework.boot.autoconfigure.integration | Spring Boot |
|
| IntegrationTest | Test class annotation signifying that the tests are integration tests and thereforerequire full startup in the same way as a production application. | Class | org.springframework.boot.test | Spring Boot |
|
| IntegrationTestPropertiesListener | Manipulate the TestContext to merge properties from @IntegrationTest. | Class | org.springframework.boot.test | Spring Boot |
|
| JacksonAutoConfiguration | Auto configuration for Jackson. | Class | org.springframework.boot.autoconfigure.jackson | Spring Boot |
|
| JacksonJsonParser | Thin wrapper to adapt Jackson 2 ObjectMapper to JsonParser. | Class | org.springframework.boot.json | Spring Boot |
|
| JacksonProperties | Configuration properties to configure Jackson. | Class | org.springframework.boot.autoconfigure.jackson | Spring Boot |
|
| JarEntry | | Class | org.springframework.boot.loader.jar | Spring Boot |
|
| JarEntryData | Holds the underlying data of a JarEntry, allowing creation to be deferred untilthe entry is actually needed. | Class | org.springframework.boot.loader.jar | Spring Boot |
|
| JarEntryFilter | Interface that can be used to filter and optionally rename jar entries. | Interface | org.springframework.boot.loader.jar | Spring Boot |
|
| JarFile | offers the following additional functionality. | Class | org.springframework.boot.loader.jar | Spring Boot |
|
| JarFileArchive | Archive implementation backed by a JarFile. | Class | org.springframework.boot.loader.archive | Spring Boot |
|
| JarLauncher | Launcher for JAR based archives. | Class | org.springframework.boot.loader | Spring Boot |
|
| JarWriter | Writes JAR content, ensuring valid directory entries are always create and duplicateAuthor:Phillip Webb, Andy Wilkinson | Class | org.springframework.boot.loader.tools | Spring Boot |
|
| JavaAgentDetector | A strategy for detecting Java agents. | Interface | org.springframework.boot.loader | Spring Boot |
|
| JavaExecutable | Provides access to the java binary executable, regardless of OS. | Class | org.springframework.boot.loader.tools | Spring Boot |
|
| JavaLoggingSystem | LoggingSystem for java. | Class | org.springframework.boot.logging.java | Spring Boot |
|
| JCacheCacheStatisticsProvider | CacheStatisticsProvider implementation for a JSR-107 compliant cache. | Class | org.springframework.boot.actuate.cache | Spring Boot |
|
| JCacheManagerCustomizer | Callback interface that can be implemented by beans wishing to customize the cachemanager before it is used, in particular to create additional caches. | Interface | org.springframework.boot.autoconfigure.cache | Spring Boot |
|
| JerseyAutoConfiguration | Auto-configuration for Jersey. | Class | org.springframework.boot.autoconfigure.jersey | Spring Boot |
|
| JerseyProperties | ConfigurationProperties for Jersey. | Class | org.springframework.boot.autoconfigure.jersey | Spring Boot |
|
| JettyEmbeddedServletContainer | EmbeddedServletContainer that can be used to control an embedded Jetty server. | Class | org.springframework.boot.context.embedded.jetty | Spring Boot |
|
| JettyEmbeddedServletContainerFactory | EmbeddedServletContainerFactory that can be used to createJettyEmbeddedServletContainers. | Class | org.springframework.boot.context.embedded.jetty | Spring Boot |
|
| JettyServerCustomizer | Callback interface that can be used to customize a Jetty Server. | Interface | org.springframework.boot.context.embedded.jetty | Spring Boot |
|
| JettyWebSocketContainerCustomizer | WebSocketContainerCustomizer for JettyEmbeddedServletContainerFactory. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
|
| JmsAutoConfiguration | Auto-configuration for Spring JMS. | Class | org.springframework.boot.autoconfigure.jms | Spring Boot |
|
| JmsHealthIndicator | HealthIndicator for a JMS ConnectionFactory. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| JmsProperties | Configuration properties for JMS. | Class | org.springframework.boot.autoconfigure.jms | Spring Boot |
|
| JmxAutoConfiguration | Auto-configuration to enable/disable Spring'sEnableMBeanExport mechanism based on configuration properties. | Class | org.springframework.boot.autoconfigure.jmx | Spring Boot |
|
| JmxMetricWriter | A MetricWriter for MBeans. | Class | org.springframework.boot.actuate.metrics.jmx | Spring Boot |
|
| JndiConnectionFactoryAutoConfiguration | Auto-configuration for JMS provided from JNDI. | Class | org.springframework.boot.autoconfigure.jms | Spring Boot |
|
| JndiDataSourceAutoConfiguration | Auto-configuration for a JNDI locatedSince:1. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| JobExecutionEvent | Spring ApplicationEvent encapsulating a JobExecution. | Class | org.springframework.boot.autoconfigure.batch | Spring Boot |
|
| JobExecutionExitCodeGenerator | ExitCodeGenerator for JobExecutionEvents. | Class | org.springframework.boot.autoconfigure.batch | Spring Boot |
|
| JobLauncherCommandLineRunner | CommandLineRunner to launch Spring Batch jobs. | Class | org.springframework.boot.autoconfigure.batch | Spring Boot |
|
| JolokiaAutoConfiguration | Auto-configuration for embedding Jolokia, a JMX-HTTPbridge giving an alternative to JSR-160 connectors. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| JolokiaMvcEndpoint | MvcEndpoint to expose Jolokia. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| JolokiaProperties | Configuration properties for Jolokia. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| JooqAutoConfiguration | Auto-configuration for JOOQ. | Class | org.springframework.boot.autoconfigure.jooq | Spring Boot |
|
| JooqProperties | Configuration properties for the JOOQ database library. | Class | org.springframework.boot.autoconfigure.jooq | Spring Boot |
|
| JpaBaseConfiguration | Base Auto-configuration for JPA. | Class | org.springframework.boot.autoconfigure.orm.jpa | Spring Boot |
|
| JpaProperties | External configuration properties for a JPA EntityManagerFactory created by Spring. | Class | org.springframework.boot.autoconfigure.orm.jpa | Spring Boot |
|
| JpaRepositoriesAutoConfiguration | Auto-configuration for Spring Data's JPA Repositories. | Class | org.springframework.boot.autoconfigure.data.jpa | Spring Boot |
|
| JsonJsonParser | Thin wrapper to adapt org. | Class | org.springframework.boot.json | Spring Boot |
|
| JsonParser | Parser that can read JSON formatted strings into Maps or Lists. | Interface | org.springframework.boot.json | Spring Boot |
|
| JsonParserFactory | Factory to create a JsonParser. | Class | org.springframework.boot.json | Spring Boot |
|
| JsonSimpleJsonParser | Thin wrapper to adapt JSONObject to a JsonParser. | Class | org.springframework.boot.json | Spring Boot |
|
| JspServlet | Configuration for the container's JSP servlet. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| JspTemplateAvailabilityProvider | TemplateAvailabilityProvider that provides availability information for JSPSince:1. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| JtaAutoConfiguration | Auto-configuration for JTA. | Class | org.springframework.boot.autoconfigure.transaction.jta | Spring Boot |
|
| JtaProperties | External configuration properties for a JtaTransactionManager created bySpring. | Class | org.springframework.boot.autoconfigure.transaction.jta | Spring Boot |
|
| JwtAccessTokenConverterConfigurer | Callback interface that can be used to provide additional configuration to theJwtAccessTokenConverter. | Interface | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| LaunchedURLClassLoader | ClassLoader used by the Launcher. | Class | org.springframework.boot.loader | Spring Boot |
|
| Launcher | Base class for launchers that can start an application with a fully configuredclasspath backed by one or more Archives. | Class | org.springframework.boot.loader | Spring Boot |
|
| LaunchScript | A script that can be prepended to the front of a JAR file to make it executable. | Interface | org.springframework.boot.loader.tools | Spring Boot |
|
| Layout | Strategy interface used to determine the layout for a particular type of archive. | Interface | org.springframework.boot.loader.tools | Spring Boot |
|
| Layouts | | Class | org.springframework.boot.loader.tools | Spring Boot |
|
| LevelRemappingAppender | Appender that can remap ILoggingEvent Levels as they areAuthor:Phillip WebbSee Also:setRemapLevels(String), | Class | org.springframework.boot.logging.logback | Spring Boot |
|
| Libraries | Encapsulates information about libraries that may be packed into the archive. | Interface | org.springframework.boot.loader.tools | Spring Boot |
|
| Library | Encapsulates information about a single library that may be packed into the archive. | Class | org.springframework.boot.loader.tools | Spring Boot |
|
| LibraryCallback | Callback interface used to iterate Libraries. | Interface | org.springframework.boot.loader.tools | Spring Boot |
|
| LibraryScope | The scope of a library. | Interface | org.springframework.boot.loader.tools | Spring Boot |
|
| LinkedInAutoConfiguration | Auto-configuration for Spring Social connectivity withSince:1. | Class | org.springframework.boot.autoconfigure.social | Spring Boot |
|
| LinkedInProperties | Properties for Spring Social LinkedIn. | Class | org.springframework.boot.autoconfigure.social | Spring Boot |
|
| LiquibaseAutoConfiguration | Auto-configuration for Liquibase. | Class | org.springframework.boot.autoconfigure.liquibase | Spring Boot |
|
| LiquibaseEndpoint | Endpoint to expose liquibase info. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| LiquibaseProperties | Configuration properties to configure SpringLiquibase. | Class | org.springframework.boot.autoconfigure.liquibase | Spring Boot |
|
| LiquibaseServiceLocatorApplicationListener | ApplicationListener that replaces the liquibase ServiceLocator with aversion that works with Spring Boot executable archives. | Class | org.springframework.boot.liquibase | Spring Boot |
|
| Log4J2LoggingSystem | LoggingSystem for Log4j 2. | Class | org.springframework.boot.logging.log4j2 | Spring Boot |
|
| Log4JLoggingSystem | LoggingSystem for Log4j. | Class | org.springframework.boot.logging.log4j | Spring Boot |
|
| LogbackInitializer | Utility to initialize logback (when present) to use INFO level logging. | Class | org.springframework.boot.loader.tools | Spring Boot |
|
| LogbackLoggingSystem | LoggingSystem for logback. | Class | org.springframework.boot.logging.logback | Spring Boot |
|
| LogFile | A reference to a log output file. | Class | org.springframework.boot.logging | Spring Boot |
|
| LogFileMvcEndpoint | Controller that provides an API for logfiles, i. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| LoggingApplicationListener | An ApplicationListener that configures the LoggingSystem. | Class | org.springframework.boot.logging | Spring Boot |
|
| LoggingInitializationContext | Context passed to the LoggingSystem during initialization. | Class | org.springframework.boot.logging | Spring Boot |
|
| LoggingSystem | Common abstraction over logging systems. | Class | org.springframework.boot.logging | Spring Boot |
|
| LogLevel | Logging levels supported by a LoggingSystem. | Class | org.springframework.boot.logging | Spring Boot |
|
| MailHealthIndicator | HealthIndicator for configured smtp server(s). | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| MailProperties | Configuration properties for email support. | Class | org.springframework.boot.autoconfigure.mail | Spring Boot |
|
| MailSenderAutoConfiguration | Auto configuration for email support. | Class | org.springframework.boot.autoconfigure.mail | Spring Boot |
|
| MailSenderValidatorAutoConfiguration | Auto configuration for testing mail serviceconnectivity on startup. | Class | org.springframework.boot.autoconfigure.mail | Spring Boot |
|
| MainClassFinder | | Class | org.springframework.boot.loader.tools | Spring Boot |
|
| MainMethodRunner | Utility class that used by Launchers to call a main method. | Class | org.springframework.boot.loader | Spring Boot |
|
| ManagementContextConfiguration | Specialized @Configuration class that defines configurationspecific for the management context. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| ManagementContextResolver | Provides access to the ApplicationContext being used to manage actuatorSince:1. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| ManagementErrorEndpoint | Special MvcEndpoint for handling /error path when the management servlet isin a child context. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| ManagementServerProperties | Properties for the management server (e. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| ManagementServerPropertiesAutoConfiguration | Auto-configuration for theManagementServerProperties bean. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| ManagementServletContext | Provides information about the management servlet context for MVC controllers to use. | Interface | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| ManagementWebSecurityAutoConfiguration | Auto-configuration for security of framework endpoints. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| MessageChannelMetricWriter | A MetricWriter that publishes the metric updates on a MessageChannel. | Class | org.springframework.boot.actuate.metrics.writer | Spring Boot |
|
| MessageSourceAutoConfiguration | Auto-configuration for MessageSource. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| Metric | Immutable class that can be used to hold any arbitrary system measurement value (anamed numeric value with a timestamp). | Class | org.springframework.boot.actuate.metrics | Spring Boot |
|
| MetricCopyExporter | Exporter that exports by copying metric data from a sourceMetricReader to a destination MetricWriter. | Class | org.springframework.boot.actuate.metrics.export | Spring Boot |
|
| MetricExportAutoConfiguration | Auto-configuration for metrics export. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| MetricExporters | SchedulingConfigurer to handle metrics export. | Class | org.springframework.boot.actuate.metrics.export | Spring Boot |
|
| MetricExportProperties | Configuration properties for metrics export. | Class | org.springframework.boot.actuate.metrics.export | Spring Boot |
|
| MetricFilterAutoConfiguration | Auto-configuration that records Servlet interactionswith a CounterService and GaugeService. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| MetricReader | A simple reader interface used to interrogate Metrics. | Interface | org.springframework.boot.actuate.metrics.reader | Spring Boot |
|
| MetricReaderPublicMetrics | PublicMetrics exposed from a MetricReader. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| MetricRegistryMetricReader | A Spring Boot MetricReader that reads metrics from a DropwizardMetricRegistry. | Class | org.springframework.boot.actuate.metrics.reader | Spring Boot |
|
| MetricRepository | Convenient combination of reader and writer concerns. | Interface | org.springframework.boot.actuate.metrics.repository | Spring Boot |
|
| MetricRepositoryAutoConfiguration | Auto-configuration for metrics services. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| MetricsChannelAutoConfiguration | Auto-configuration for writing metrics to aSince:1. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| MetricsDropwizardAutoConfiguration | Auto-configuration for Dropwizard-based metrics. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| MetricsEndpoint | Endpoint to expose a collection of PublicMetrics. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| MetricsEndpointMetricReader | MetricReader that pulls all current values out of the MetricsEndpoint. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| MetricsMvcEndpoint | Adapter to expose MetricsEndpoint as an MvcEndpoint. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| MetricWriter | Basic strategy for write operations on Metric data. | Interface | org.springframework.boot.actuate.metrics.writer | Spring Boot |
|
| MetricWriterMessageHandler | A MessageHandler that updates Metric values through aAuthor:Dave SyerSee Also:MessageChannelMetricWriter | Class | org.springframework.boot.actuate.metrics.writer | Spring Boot |
|
| MimeMappings | Simple container-independent abstraction for servlet mime mappings. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| MongoAutoConfiguration | Auto-configuration for Mongo. | Class | org.springframework.boot.autoconfigure.mongo | Spring Boot |
|
| MongoClientDependsOnBeanFactoryPostProcessor | BeanFactoryPostProcessor to automatically set up the recommendeddependsOn configuration for Mongo clients | Class | org.springframework.boot.autoconfigure.data.mongo | Spring Boot |
|
| MongoDataAutoConfiguration | Auto-configuration for Spring Data's mongo support. | Class | org.springframework.boot.autoconfigure.data.mongo | Spring Boot |
|
| MongoHealthIndicator | Simple implementation of a HealthIndicator returning status information forSince:1. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| MongoProperties | Configuration properties for Mongo. | Class | org.springframework.boot.autoconfigure.mongo | Spring Boot |
|
| MongoRepositoriesAutoConfiguration | Auto-configuration for Spring Data's MongoActivates when there is no bean of type | Class | org.springframework.boot.autoconfigure.data.mongo | Spring Boot |
|
| MultiMetricRepository | A repository for metrics that allows efficient storage and retrieval of groups ofmetrics with a common name prefix (their group name). | Interface | org.springframework.boot.actuate.metrics.repository | Spring Boot |
|
| MultiMetricRichGaugeReader | A RichGaugeReader that works by reading metric values from aMultiMetricRepository where the group name is the RichGauge name. | Class | org.springframework.boot.actuate.metrics.rich | Spring Boot |
|
| MultipartAutoConfiguration | Auto-configuration for multi-part uploads. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| MultipartConfigFactory | Factory that can be used to create a MultipartConfigElement. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| MultipartProperties | Properties to be used in configuring a MultipartConfigElement. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| MustacheAutoConfiguration | Auto-configuration for Mustache. | Class | org.springframework.boot.autoconfigure.mustache | Spring Boot |
|
| MustacheCompilerFactoryBean | Factory for a Mustache compiler with custom strategies. | Class | org.springframework.boot.autoconfigure.mustache | Spring Boot |
|
| MustacheEnvironmentCollector | Mustache Mustache. | Class | org.springframework.boot.autoconfigure.mustache | Spring Boot |
|
| MustacheProperties | ConfigurationProperties for Mustache. | Class | org.springframework.boot.autoconfigure.mustache | Spring Boot |
|
| MustacheResourceTemplateLoader | Mustache TemplateLoader implementation that uses a prefix, suffix and the SpringResource abstraction to load a template from a file, classpath, URL etc. | Class | org.springframework.boot.autoconfigure.mustache | Spring Boot |
|
| MustacheTemplateAvailabilityProvider | TemplateAvailabilityProvider that provides availability information forMustache view templates. | Class | org.springframework.boot.autoconfigure.mustache | Spring Boot |
|
| MustacheView | Spring MVC View using the Mustache template engine. | Class | org.springframework.boot.autoconfigure.mustache.web | Spring Boot |
|
| MustacheViewResolver | Spring MVC ViewResolver for Mustache. | Class | org.springframework.boot.autoconfigure.mustache.web | Spring Boot |
|
| MvcEndpoint | A strategy for the MVC layer on top of an Endpoint. | Interface | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| MvcEndpoints | A registry for all MvcEndpoint beans, and a factory for a set of generic oneswrapping existing Endpoint instances that are not already exposed as MVC | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| NestedConfigurationProperty | Indicates that a field in a ConfigurationProperties object should be treated asif it were a nested type. | Class | org.springframework.boot.context.properties | Spring Boot |
|
| NoneNestedConditions | Condition that will match when none of the nested class conditions match. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| OAuth2AuthorizationServerConfiguration | Configuration for a Spring Security OAuth2 authorization server. | Class | org.springframework.boot.autoconfigure.security.oauth2.authserver | Spring Boot |
|
| OAuth2AutoConfiguration | Auto-configuration for Spring Security OAuth2. | Class | org.springframework.boot.autoconfigure.security.oauth2 | Spring Boot |
|
| OAuth2ClientProperties | Configuration properties for OAuth2 Client. | Class | org.springframework.boot.autoconfigure.security.oauth2 | Spring Boot |
|
| OAuth2MethodSecurityConfiguration | Auto-configure an expression handler for method-level security (if the user already has@EnableGlobalMethodSecurity). | Class | org.springframework.boot.autoconfigure.security.oauth2.method | Spring Boot |
|
| OAuth2ResourceServerConfiguration | Auto-configure a Spring Security OAuth2 resource server. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| OAuth2RestOperationsConfiguration | Configuration for OAuth2 Single Sign On REST operations. | Class | org.springframework.boot.autoconfigure.security.oauth2.client | Spring Boot |
|
| OAuth2SsoCustomConfiguration | Configuration for OAuth2 Single Sign On (SSO) when there is an existingWebSecurityConfigurerAdapter provided by the user and annotated with | Class | org.springframework.boot.autoconfigure.security.oauth2.client | Spring Boot |
|
| OAuth2SsoDefaultConfiguration | Configuration for OAuth2 Single Sign On (SSO). | Class | org.springframework.boot.autoconfigure.security.oauth2.client | Spring Boot |
|
| OAuth2SsoProperties | Configuration properties for OAuth2 Single Sign On (SSO). | Class | org.springframework.boot.autoconfigure.security.oauth2.client | Spring Boot |
|
| OpenTsdbData | | Class | org.springframework.boot.actuate.metrics.opentsdb | Spring Boot |
|
| OpenTsdbGaugeWriter | A GaugeWriter for the Open TSDB database (version 2. | Class | org.springframework.boot.actuate.metrics.opentsdb | Spring Boot |
|
| OpenTsdbName | | Class | org.springframework.boot.actuate.metrics.opentsdb | Spring Boot |
|
| OpenTsdbNamingStrategy | Strategy used to convert a metric name into an OpenTsdbName. | Interface | org.springframework.boot.actuate.metrics.opentsdb | Spring Boot |
|
| OrderedCharacterEncodingFilter | CharacterEncodingFilter that also implements Ordered. | Class | org.springframework.boot.context.web | Spring Boot |
|
| OrderedHealthAggregator | Default HealthAggregator implementation that aggregates Healthinstances and determines the final system state based on a simple ordered list. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| OrderedHiddenHttpMethodFilter | HiddenHttpMethodFilter that also implements Ordered. | Class | org.springframework.boot.context.web | Spring Boot |
|
| OrderedHttpPutFormContentFilter | HttpPutFormContentFilter that also implements Ordered. | Class | org.springframework.boot.context.web | Spring Boot |
|
| OrderedRequestContextFilter | RequestContextFilter that also implements Ordered. | Class | org.springframework.boot.context.web | Spring Boot |
|
| OutputCapture | JUnit @Rule to capture output from System. | Class | org.springframework.boot.test | Spring Boot |
|
| ParentAwareNamingStrategy | Extension of MetadataNamingStrategy that supports a parentSince:1. | Class | org.springframework.boot.autoconfigure.jmx | Spring Boot |
|
| ParentContextApplicationContextInitializer | ApplicationContextInitializer for setting the parent context. | Class | org.springframework.boot.builder | Spring Boot |
|
| ParentContextCloserApplicationListener | Listener that closes the application context if its parent is closed. | Class | org.springframework.boot.builder | Spring Boot |
|
| PersistenceExceptionTranslationAutoConfiguration | Auto-configuration for Spring's persistence exceptionSince:1. | Class | org.springframework.boot.autoconfigure.dao | Spring Boot |
|
| PoolingConnectionFactoryBean | Spring friendly version of PoolingConnectionFactory. | Class | org.springframework.boot.jta.bitronix | Spring Boot |
|
| PoolingDataSourceBean | Spring friendly version of PoolingDataSource. | Class | org.springframework.boot.jta.bitronix | Spring Boot |
|
| PrefixMetricGroupExporter | A convenient exporter for a group of metrics from a PrefixMetricReader. | Class | org.springframework.boot.actuate.metrics.export | Spring Boot |
|
| PrefixMetricReader | Interface for extracting metrics as a group whose name starts with a prefix. | Interface | org.springframework.boot.actuate.metrics.reader | Spring Boot |
|
| PrefixMetricWriter | A writer for metrics that allows efficient storage of groups of metrics with a commonname prefix (their group name). | Interface | org.springframework.boot.actuate.metrics.writer | Spring Boot |
|
| PropertiesConfigurationFactory | Validate some Properties (or optionally PropertySources) by bindingthem to an object of a specified type and then optionally running a Validator | Class | org.springframework.boot.bind | Spring Boot |
|
| PropertiesLauncher | Launcher for archives with user-configured classpath and main class via aproperties file. | Class | org.springframework.boot.loader | Spring Boot |
|
| PropertiesPropertySourceLoader | Strategy to load '. | Class | org.springframework.boot.env | Spring Boot |
|
| PropertyOrigin | The origin of a property, specifically its source and its name before any prefix wasSince:1. | Class | org.springframework.boot.bind | Spring Boot |
|
| PropertyPlaceholderAutoConfiguration | Auto-configuration forPropertySourcesPlaceholderConfigurer. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| PropertySourceLoader | Strategy interface located via SpringFactoriesLoader and used to load aAuthor:Dave Syer, Phillip Webb | Interface | org.springframework.boot.env | Spring Boot |
|
| PropertySourcesLoader | Utility that can be used to MutablePropertySources usingPropertySourceLoaders. | Class | org.springframework.boot.env | Spring Boot |
|
| PropertySourcesPropertyValues | A PropertyValues implementation backed by a PropertySources, bridgingthe two abstractions and allowing (for instance) a regular DataBinder to be | Class | org.springframework.boot.bind | Spring Boot |
|
| PropertySourceUtils | Convenience class for manipulating PropertySources. | Class | org.springframework.boot.bind | Spring Boot |
|
| PublicMetrics | Interface to expose specific Metrics via a MetricsEndpoint. | Interface | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| PublicMetricsAutoConfiguration | Auto-configuration for PublicMetrics. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| RabbitAutoConfiguration | Auto-configuration for RabbitTemplate. | Class | org.springframework.boot.autoconfigure.amqp | Spring Boot |
|
| RabbitHealthIndicator | Simple implementation of a HealthIndicator returning status information for theRabbitMQ messaging system. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| RabbitProperties | Configuration properties for Rabbit. | Class | org.springframework.boot.autoconfigure.amqp | Spring Boot |
|
| RandomAccessData | Interface that provides read-only random access to some underlying data. | Interface | org.springframework.boot.loader.data | Spring Boot |
|
| RandomAccessDataFile | RandomAccessData implementation backed by a RandomAccessFile. | Class | org.springframework.boot.loader.data | Spring Boot |
|
| RandomValuePropertySource | PropertySource that returns a random value for any property that starts withrandom. | Class | org.springframework.boot.context.config | Spring Boot |
|
| ReactorAutoConfiguration | Auto-configuration for Reactor. | Class | org.springframework.boot.autoconfigure.reactor | Spring Boot |
|
| RedisAutoConfiguration | Auto-configuration for Spring Data's Redis support. | Class | org.springframework.boot.autoconfigure.data.redis | Spring Boot |
|
| RedisHealthIndicator | Simple implementation of a HealthIndicator returning status information forSince:1. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| RedisMetricRepository | A MetricRepository implementation for a redis backend. | Class | org.springframework.boot.actuate.metrics.repository.redis | Spring Boot |
|
| RedisMultiMetricRepository | MultiMetricRepository implementation backed by a redis store. | Class | org.springframework.boot.actuate.metrics.repository.redis | Spring Boot |
|
| RedisProperties | Configuration properties for Redis. | Class | org.springframework.boot.autoconfigure.data.redis | Spring Boot |
|
| RegistrationBean | Base class for Servlet 3. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| RelaxedBindingNotWritablePropertyException | A custom NotWritablePropertyException that is thrown when a failure occursduring relaxed binding. | Class | org.springframework.boot.bind | Spring Boot |
|
| RelaxedDataBinder | Binder 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 camel | Class | org.springframework.boot.bind | Spring Boot |
|
| RelaxedNames | Generates relaxed name variations from a given source. | Class | org.springframework.boot.bind | Spring Boot |
|
| RelaxedPropertyResolver | PropertyResolver that attempts to resolve values using RelaxedNames. | Class | org.springframework.boot.bind | Spring Boot |
|
| Repackager | Utility class that can be used to repackage an archive so that it can be executed usingAuthor:Phillip Webb, Andy Wilkinson | Class | org.springframework.boot.loader.tools | Spring Boot |
|
| RepositoryRestMvcAutoConfiguration | Auto-configuration for Spring Data Rest's MVCActivates when the application is a web application and no | Class | org.springframework.boot.autoconfigure.data.rest | Spring Boot |
|
| RepositoryRestProperties | Configuration properties for Spring Data REST. | Class | org.springframework.boot.autoconfigure.data.rest | Spring Boot |
|
| RequestMappingEndpoint | Endpoint to expose Spring MVC mappings. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| ResourceBanner | Banner implementation that prints from a source Resource. | Class | org.springframework.boot | Spring Boot |
|
| ResourceCondition | SpringBootCondition used to check if a resource can be found using aconfigurable property and optional default location(s). | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| ResourceProperties | Properties used to configure resource handling. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| ResourceServerProperties | Configuration properties for OAuth2 Resources. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| ResourceServerTokenServicesConfiguration | Configuration for an OAuth2 resource server. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| RichGauge | A gauge which stores the maximum, minimum and average in addition to the current value. | Class | org.springframework.boot.actuate.metrics.rich | Spring Boot |
|
| RichGaugeExporter | Exporter or converter for RichGauge data to a metric-based back end. | Class | org.springframework.boot.actuate.metrics.export | Spring Boot |
|
| RichGaugeReader | A basic set of read operations for RichGauge instances. | Interface | org.springframework.boot.actuate.metrics.rich | Spring Boot |
|
| RichGaugeReaderPublicMetrics | PublicMetrics exposed from a RichGaugeReader. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| RichGaugeRepository | Convenient combination of reader and writer concerns for RichGauge instances. | Interface | org.springframework.boot.actuate.metrics.rich | Spring Boot |
|
| RunProcess | Utility used to run a process. | Class | org.springframework.boot.loader.tools | Spring Boot |
|
| SearchStrategy | Some named search strategies for beans in the bean factory hierarchy. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| SecurityAuthorizeMode | enum SecurityAuthorizeModeSecurity authorization modes as specified in SecurityProperties. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| SecurityAutoConfiguration | Auto-configuration for Spring Security. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| SecurityDataConfiguration | Automatically adds Spring Security's integration with Spring Data. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| SecurityFilterAutoConfiguration | Auto-configuration for Spring Security's Filter. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| SecurityProperties | Properties for the security aspects of an application. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| SendGridAutoConfiguration | Auto-configuration for SendGrid. | Class | org.springframework.boot.autoconfigure.sendgrid | Spring Boot |
|
| SendGridProperties | ConfigurationProperties for SendGrid. | Class | org.springframework.boot.autoconfigure.sendgrid | Spring Boot |
|
| ServerPortInfoApplicationContextInitializer | ApplicationContextInitializer that sets Environment properties for theports that EmbeddedServletContainer servers are actually listening on. | Class | org.springframework.boot.context.web | Spring Boot |
|
| ServerPortInfoApplicationContextInitializer | ApplicationContextInitializer that sets Environment properties for theports that EmbeddedServletContainer servers are actually listening on. | Class | org.springframework.boot.test | Spring Boot |
|
| ServerProperties | ConfigurationProperties for a web server (e. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| ServerPropertiesAutoConfiguration | Auto-configuration that configures theConfigurableEmbeddedServletContainer from a ServerProperties bean. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| ServletComponentScan | Enables scanning for Servlet components (filters, servlets, and listeners). | Class | org.springframework.boot.web.servlet | Spring Boot |
|
| ServletContextApplicationContextInitializer | ApplicationContextInitializer for setting the servlet context. | Class | org.springframework.boot.context.web | Spring Boot |
|
| ServletContextInitializer | Interface used to configure a Servlet 3. | Interface | org.springframework.boot.context.embedded | Spring Boot |
|
| ServletContextInitializerConfiguration | Jetty Configuration that calls ServletContextInitializers. | Class | org.springframework.boot.context.embedded.jetty | Spring Boot |
|
| ServletListenerRegistrationBean | A ServletContextInitializer to register EventListeners in a Servlet3. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| ServletRegistrationBean | A ServletContextInitializer to register Servlets in a Servlet 3. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| SessionAutoConfiguration | Auto-configuration for Spring Session. | Class | org.springframework.boot.autoconfigure.session | Spring Boot |
|
| ShellProperties | Configuration properties for the shell subsystem. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| ShutdownEndpoint | Endpoint to shutdown the ApplicationContext. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| ShutdownEndpointMBean | Special endpoint wrapper for ShutdownEndpoint. | Class | org.springframework.boot.actuate.endpoint.jmx | Spring Boot |
|
| ShutdownMvcEndpoint | Adapter to expose ShutdownEndpoint as an MvcEndpoint. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
|
| SignalUtils | Utilities for working with signal handling. | Class | org.springframework.boot.loader.tools | Spring Boot |
|
| SimpleFormatter | Simple 'Java Logging' Formatter. | Class | org.springframework.boot.logging.java | Spring Boot |
|
| SimpleInMemoryRepository | Repository utility that stores stuff in memory with period-separated String keys. | Class | org.springframework.boot.actuate.metrics.util | Spring Boot |
|
| SitePreferenceAutoConfiguration | Auto-configuration for Spring Mobile'sSitePreferenceHandler. | Class | org.springframework.boot.autoconfigure.mobile | Spring Boot |
|
| Slf4JLoggingSystem | Abstract base class for LoggingSystem implementations that utilize SLF4J. | Class | org.springframework.boot.logging | Spring Boot |
|
| SocialWebAutoConfiguration | Auto-configuration for Spring Social's web connectionSince:1. | Class | org.springframework.boot.autoconfigure.social | Spring Boot |
|
| SolrAutoConfiguration | Auto-configuration for Solr 4. | Class | org.springframework.boot.autoconfigure.solr | Spring Boot |
|
| SolrHealthIndicator | HealthIndicator for Apache Solr. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| SolrProperties | ConfigurationProperties for Solr. | Class | org.springframework.boot.autoconfigure.solr | Spring Boot |
|
| SolrRepositoriesAutoConfiguration | Enables auto configuration for Spring Data Solr repositories. | Class | org.springframework.boot.autoconfigure.data.solr | Spring Boot |
|
| SpecificTriggerProperties | Trigger for specific names or patterns. | Class | org.springframework.boot.actuate.metrics.export | Spring Boot |
|
| SpringApplication | Classes that can be used to bootstrap and launch a Spring application from a Java mainmethod. | Class | org.springframework.boot | Spring Boot |
|
| SpringApplicationAdminJmxAutoConfiguration | Register a JMX component that allows to administer the current application. | Class | org.springframework.boot.autoconfigure.admin | Spring Boot |
|
| SpringApplicationAdminMXBean | A MBean contract to control and monitor a running SpringApplication via JMX. | Interface | org.springframework.boot.admin | Spring Boot |
|
| SpringApplicationAdminMXBeanRegistrar | Register a SpringApplicationAdminMXBean implementation to the platformSince:1. | Class | org.springframework.boot.admin | Spring Boot |
|
| SpringApplicationBuilder | Builder for SpringApplication and ApplicationContext instances withconvenient fluent API and context hierarchy support. | Class | org.springframework.boot.builder | Spring Boot |
|
| SpringApplicationConfiguration | Class-level annotation that is used to determine how to load and configure anApplicationContext for integration tests. | Class | org.springframework.boot.test | Spring Boot |
|
| SpringApplicationContextLoader | A ContextLoader that can be used to test Spring Boot applications (those thatnormally startup using SpringApplication). | Class | org.springframework.boot.test | Spring Boot |
|
| SpringApplicationEvent | Base class for ApplicationEvent related to a SpringApplication. | Class | org.springframework.boot.context.event | Spring Boot |
|
| SpringApplicationJsonEnvironmentPostProcessor | An EnvironmentPostProcessor that parses JSON fromspring. | Class | org.springframework.boot.env | Spring Boot |
|
| SpringApplicationRunListener | Listener for the SpringApplication run method. | Interface | org.springframework.boot | Spring Boot |
|
| SpringBootApplication | Indicates a configuration class that declares one or more@Bean methods and also triggers auto-configuration and component scanning. | Class | org.springframework.boot.autoconfigure | Spring Boot |
|
| SpringBootCondition | Base of all Condition implementations used with Spring Boot. | Class | org.springframework.boot.autoconfigure.condition | Spring Boot |
|
| SpringBootMockServletContext | MockServletContext implementation for Spring Boot. | Class | org.springframework.boot.test | Spring Boot |
|
| SpringBootServletInitializer | An opinionated WebApplicationInitializer to run a SpringApplicationfrom a traditional WAR deployment. | Class | org.springframework.boot.context.web | Spring Boot |
|
| SpringBootVersion | Class that exposes the Spring Boot version. | Class | org.springframework.boot | Spring Boot |
|
| SpringBootWebSecurityConfiguration | Auto-configuration for security of a web application orservice. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| SpringDataWebAutoConfiguration | Auto-configuration for Spring Data's web support. | Class | org.springframework.boot.autoconfigure.data.web | Spring Boot |
|
| SpringIntegrationMetricReader | A MetricReader for Spring Integration metrics (as provided byspring-integration-jmx). | Class | org.springframework.boot.actuate.metrics.integration | Spring Boot |
|
| SpringJtaPlatform | Generic Hibernate AbstractJtaPlatform implementation that simply resolves theJTA UserTransaction and TransactionManager from the Spring-configured | Class | org.springframework.boot.orm.jpa.hibernate | Spring Boot |
|
| SpringNamingStrategy | Hibernate NamingStrategy that follows Spring recommendednaming conventions. | Class | org.springframework.boot.orm.jpa.hibernate | Spring Boot |
|
| SpringPackageScanClassResolver | Liquibase PackageScanClassResolver implementation that uses Spring's resourcescanning to locate classes. | Class | org.springframework.boot.liquibase | Spring Boot |
|
| SpringProfileDocumentMatcher | YamlProcessor. | Class | org.springframework.boot.yaml | Spring Boot |
|
| SpringSocialTokenServices | ResourceServerTokenServices backed by Spring Social. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| Ssl | Simple container-independent abstraction for SSL configuration. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| StatsdMetricWriter | A MetricWriter that pushes data to statsd. | Class | org.springframework.boot.actuate.metrics.statsd | Spring Boot |
|
| Status | Value object to express state of a component or subsystem. | Class | org.springframework.boot.actuate.health | Spring Boot |
|
| SystemPropertyUtils | Helper class for resolving placeholders in texts. | Class | org.springframework.boot.loader.util | Spring Boot |
|
| SystemPublicMetrics | A PublicMetrics implementation that provides various system-related metrics. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| TemplateAvailabilityProvider | Indicates the availability of view templates for a particular templating engine such asFreeMarker or Thymeleaf. | Interface | org.springframework.boot.autoconfigure.template | Spring Boot |
|
| TemplateLocation | Contains a location that templates can be loaded from. | Class | org.springframework.boot.autoconfigure.template | Spring Boot |
|
| TestRestTemplate | Convenient subclass of RestTemplate that is suitable for integration tests. | Class | org.springframework.boot.test | Spring Boot |
|
| ThymeleafAutoConfiguration | Auto-configuration for Thymeleaf. | Class | org.springframework.boot.autoconfigure.thymeleaf | Spring Boot |
|
| ThymeleafProperties | Properties for Thymeleaf. | Class | org.springframework.boot.autoconfigure.thymeleaf | Spring Boot |
|
| ThymeleafTemplateAvailabilityProvider | TemplateAvailabilityProvider that provides availability information forThymeleaf view templates. | Class | org.springframework.boot.autoconfigure.thymeleaf | Spring Boot |
|
| TomcatConnectorCustomizer | Callback interface that can be used to customize a Tomcat Connector. | Interface | org.springframework.boot.context.embedded.tomcat | Spring Boot |
|
| TomcatContextCustomizer | Callback interface that can be used to customize a Tomcat Context. | Interface | org.springframework.boot.context.embedded.tomcat | Spring Boot |
|
| TomcatDataSourcePoolMetadata | DataSourcePoolMetadata for a Tomcat DataSource. | Class | org.springframework.boot.autoconfigure.jdbc.metadata | Spring Boot |
|
| TomcatEmbeddedServletContainer | EmbeddedServletContainer that can be used to control an embedded Tomcat server. | Class | org.springframework.boot.context.embedded.tomcat | Spring Boot |
|
| TomcatEmbeddedServletContainerFactory | EmbeddedServletContainerFactory that can be used to createTomcatEmbeddedServletContainers. | Class | org.springframework.boot.context.embedded.tomcat | Spring Boot |
|
| TomcatEmbeddedWebappClassLoader | Extension of Tomcat's WebappClassLoader that does not consider thesystem classloader. | Class | org.springframework.boot.context.embedded.tomcat | Spring Boot |
|
| TomcatPublicMetrics | A PublicMetrics implementation that provides Tomcat statistics. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| TomcatWebSocketContainerCustomizer | WebSocketContainerCustomizer for TomcatEmbeddedServletContainerFactory. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
|
| Trace | A value object representing a trace event: at a particular time with a simple (map)information. | Class | org.springframework.boot.actuate.trace | Spring Boot |
|
| TraceEndpoint | Endpoint to expose Trace information. | Class | org.springframework.boot.actuate.endpoint | Spring Boot |
|
| TraceProperties | Configuration properties for tracing. | Class | org.springframework.boot.actuate.trace | Spring Boot |
|
| TraceRepository | A repository for Traces. | Interface | org.springframework.boot.actuate.trace | Spring Boot |
|
| TraceRepositoryAutoConfiguration | Auto-configuration for tracing. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| TraceWebFilterAutoConfiguration | Auto-configuration for tracing. | Class | org.springframework.boot.actuate.autoconfigure | Spring Boot |
|
| TransactionAutoConfiguration | Auto-configuration for Spring transaction. | Class | org.springframework.boot.autoconfigure.transaction | Spring Boot |
|
| TriggerProperties | Abstract base class for trigger properties. | Class | org.springframework.boot.actuate.metrics.export | Spring Boot |
|
| TwitterAutoConfiguration | Auto-configuration for Spring Social connectivity withSince:1. | Class | org.springframework.boot.autoconfigure.social | Spring Boot |
|
| TwitterProperties | Properties for Spring Social Twitter. | Class | org.springframework.boot.autoconfigure.social | Spring Boot |
|
| UndertowBuilderCustomizer | Callback interface that can be used to customize an Undertow Undertow. | Interface | org.springframework.boot.context.embedded.undertow | Spring Boot |
|
| UndertowDeploymentInfoCustomizer | Callback interface that can be used to customize an Undertow DeploymentInfo. | Interface | org.springframework.boot.context.embedded.undertow | Spring Boot |
|
| UndertowEmbeddedServletContainer | EmbeddedServletContainer that can be used to control an embedded Undertowserver. | Class | org.springframework.boot.context.embedded.undertow | Spring Boot |
|
| UndertowEmbeddedServletContainerFactory | EmbeddedServletContainerFactory that can be used to createUndertowEmbeddedServletContainers. | Class | org.springframework.boot.context.embedded.undertow | Spring Boot |
|
| UndertowWebSocketContainerCustomizer | WebSocketContainerCustomizer forUndertowEmbeddedServletContainerFactory. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
|
| UserInfoRestTemplateCustomizer | Callback for customizing the rest template used to fetch user details if authenticationis done via OAuth2 access tokens. | Interface | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| UserInfoTokenServices | ResourceServerTokenServices that uses a user info REST service. | Class | org.springframework.boot.autoconfigure.security.oauth2.resource | Spring Boot |
|
| VcapEnvironmentPostProcessor | An EnvironmentPostProcessor that knows where to find VCAP (a. | Class | org.springframework.boot.cloudfoundry | Spring Boot |
|
| VelocityAutoConfiguration | Auto-configuration for Velocity. | Class | org.springframework.boot.autoconfigure.velocity | Spring Boot |
|
| VelocityProperties | ConfigurationProperties for configuring Velocity. | Class | org.springframework.boot.autoconfigure.velocity | Spring Boot |
|
| VelocityTemplateAvailabilityProvider | TemplateAvailabilityProvider that provides availability information forVelocity view templates. | Class | org.springframework.boot.autoconfigure.velocity | Spring Boot |
|
| WarLauncher | Launcher for WAR based archives. | Class | org.springframework.boot.loader | Spring Boot |
|
| WebApplicationContextServletContextAwareProcessor | Variant of ServletContextAwareProcessor for use with aConfigurableWebApplicationContext. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| WebIntegrationTest | Test class annotation signifying that the tests are web integration tests andtherefore require full startup in the same way as a production application (listening | Class | org.springframework.boot.test | Spring Boot |
|
| WebMvcAutoConfiguration | Auto-configuration for Web MVC. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| WebMvcProperties | properties for Spring MVC. | Class | org.springframework.boot.autoconfigure.web | Spring Boot |
|
| WebRequestTraceFilter | Servlet Filter that logs all requests to a TraceRepository. | Class | org.springframework.boot.actuate.trace | Spring Boot |
|
| WebSocketAutoConfiguration | Auto configuration for websocket server in embedded Tomcat, Jetty or Undertow. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
|
| WebSocketContainerCustomizer | EmbeddedServletContainerCustomizer to configure websockets for a givenEmbeddedServletContainerFactory. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
|
| WebSocketMessagingAutoConfiguration | Auto-configuration for WebSocket-based messaging. | Class | org.springframework.boot.autoconfigure.websocket | Spring Boot |
|
| WhitespaceThrowablePatternConverter | ThrowablePatternConverter that adds some additional whitespace around the stackSince:1. | Class | org.springframework.boot.logging.log4j2 | Spring Boot |
|
| WhitespaceThrowableProxyConverter | | Class | org.springframework.boot.logging.logback | Spring Boot |
|
| XAConnectionFactoryWrapper | Strategy interface used to wrap a JMS XAConnectionFactory enrolling it with aJTA TransactionManager. | Interface | org.springframework.boot.jta | Spring Boot |
|
| XADataSourceAutoConfiguration | Auto-configuration for DataSource with XA. | Class | org.springframework.boot.autoconfigure.jdbc | Spring Boot |
|
| XADataSourceWrapper | Strategy interface used to wrap a JMS XADataSource enrolling it with a JTASince:1. | Interface | org.springframework.boot.jta | Spring Boot |
|
| XmlEmbeddedWebApplicationContext | EmbeddedWebApplicationContext which takes its configuration from XML documents,understood by an XmlBeanDefinitionReader. | Class | org.springframework.boot.context.embedded | Spring Boot |
|
| YamlConfigurationFactory | Validate some YAML by binding it to an object of a specified type and then optionallyrunning a Validator over it. | Class | org.springframework.boot.bind | Spring Boot |
|
| YamlJavaBeanPropertyConstructor | keys to JavaBean property names. | Class | org.springframework.boot.bind | Spring Boot |
|
| YamlJsonParser | Thin wrapper to adapt Snake Yaml to JsonParser. | Class | org.springframework.boot.json | Spring Boot |
|
| YamlPropertySourceLoader | Strategy to load '. | Class | org.springframework.boot.env | Spring Boot |