Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- MAGENTA - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- MAGENTA - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- mailHealthContributor(Map<String, JavaMailSenderImpl>) - Method in class org.springframework.boot.actuate.autoconfigure.mail.MailHealthContributorAutoConfiguration
- MailHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.mail
- MailHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.mail.MailHealthContributorAutoConfiguration
- MailHealthIndicator - Class in org.springframework.boot.actuate.mail
-
HealthIndicator
for configured smtp server(s). - MailHealthIndicator(JavaMailSenderImpl) - Constructor for class org.springframework.boot.actuate.mail.MailHealthIndicator
- MailProperties - Class in org.springframework.boot.autoconfigure.mail
-
Configuration properties for email support.
- MailProperties() - Constructor for class org.springframework.boot.autoconfigure.mail.MailProperties
- MailSenderAutoConfiguration - Class in org.springframework.boot.autoconfigure.mail
-
Auto configuration
for email support. - MailSenderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration
- MailSenderValidatorAutoConfiguration - Class in org.springframework.boot.autoconfigure.mail
-
Auto configuration
for testing mail service connectivity on startup. - MailSenderValidatorAutoConfiguration(JavaMailSenderImpl) - Constructor for class org.springframework.boot.autoconfigure.mail.MailSenderValidatorAutoConfiguration
- main(Class<?>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Fixes the main application class that is used to anchor the startup messages.
- main(String[]) - Static method in class org.springframework.boot.devtools.RemoteSpringApplication
-
Run the
RemoteSpringApplication
. - main(String[]) - Static method in class org.springframework.boot.SpringApplication
-
A basic main that can be used to launch an application.
- main(String[]) - Static method in class org.springframework.boot.SpringApplicationAotProcessor
- main(String[]) - Static method in class org.springframework.boot.test.context.SpringBootTestAotProcessor
- MANAGED - Enum constant in enum class org.springframework.boot.jdbc.SchemaManagement
-
The schema is managed and will be created at the appropriate time.
- managedTypes(PersistenceManagedTypes) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The persistence managed types, providing both the managed entities and packages the entity manager should consider.
- Management() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Management
- MANAGEMENT - Static variable in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
-
WebServerNamespace
that represents the management server. - MANAGEMENT_PREFIX - Static variable in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
- ManagementContextAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.server
-
Auto-configuration
for the management context. - ManagementContextAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration
- ManagementContextConfiguration - Annotation Interface in org.springframework.boot.actuate.autoconfigure.web
-
Specialized
@Configuration
class that defines configuration specific for the management context. - ManagementContextFactory - Class in org.springframework.boot.actuate.autoconfigure.web
-
Factory for creating a separate management context when the management web server is running on a different port to the main application.
- ManagementContextFactory(WebApplicationType, Class<? extends WebServerFactory>, Class<?>...) - Constructor for class org.springframework.boot.actuate.autoconfigure.web.ManagementContextFactory
- ManagementContextResourceConfigCustomizer - Interface in org.springframework.boot.actuate.autoconfigure.web.jersey
-
Callback interface that can be implemented by beans wishing to customize Jersey's
ResourceConfig
in the management context before it is used. - ManagementContextType - Enum Class in org.springframework.boot.actuate.autoconfigure.web
-
Enumeration of management context types.
- ManagementErrorEndpoint - Class in org.springframework.boot.actuate.autoconfigure.web.servlet
-
@Controller
for handling "/error" path when the management servlet is in a child context. - ManagementErrorEndpoint(ErrorAttributes, ErrorProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.web.servlet.ManagementErrorEndpoint
- managementHealthEndpointWebFluxHandlerMapping(WebEndpointsSupplier, HealthEndpointGroups) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive.WebFluxEndpointManagementContextConfiguration
- managementHealthEndpointWebMvcHandlerMapping(WebEndpointsSupplier, HealthEndpointGroups) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration
- ManagementPortType - Enum Class in org.springframework.boot.actuate.autoconfigure.web.server
-
Port types that can be used to control how the management server is started.
- ManagementServerProperties - Class in org.springframework.boot.actuate.autoconfigure.web.server
-
Properties for the management server (e.g.
- ManagementServerProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
- managementServletContext(WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration
- ManagementServletContext - Interface in org.springframework.boot.actuate.autoconfigure.web.servlet
-
Provides information about the management servlet context for MVC controllers to use.
- ManagementWebSecurityAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.security.servlet
-
Auto-configuration
for Spring Security when actuator is on the classpath. - ManagementWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration
- ManagementWebServerFactoryCustomizer<T extends ConfigurableWebServerFactory> - Class in org.springframework.boot.actuate.autoconfigure.web.server
-
WebServerFactoryCustomizer
that customizes theWebServerFactory
used to create the management context's web server. - ManagementWebServerFactoryCustomizer(ListableBeanFactory, Class<? extends WebServerFactoryCustomizer<?>>...) - Constructor for class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
- map(Meter.Id) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
- map(Function<? super T, ? extends U>) - Method in class org.springframework.boot.context.properties.bind.BindResult
-
Apply the provided mapping function to the bound value, or return an updated unbound result if no value has been bound.
- map(LogLevel, T) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
- map(Ssl.ClientAuth, R, R, R) - Static method in enum class org.springframework.boot.web.server.Ssl.ClientAuth
-
Map an optional
Ssl.ClientAuth
value to a different type. - MAP - Enum constant in enum class org.springframework.boot.test.util.TestPropertyValues.Type
-
Used for
MapPropertySource
. - MapConfigurationPropertySource - Class in org.springframework.boot.context.properties.source
-
A
ConfigurationPropertySource
backed by aMap
and using standard name mapping rules. - MapConfigurationPropertySource() - Constructor for class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
Create a new empty
MapConfigurationPropertySource
instance. - MapConfigurationPropertySource(Map<?, ?>) - Constructor for class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
Create a new
MapConfigurationPropertySource
instance with entries copies from the specified map. - MapInfoContributor - Class in org.springframework.boot.actuate.info
-
A simple
InfoContributor
that exposes a map. - MapInfoContributor(Map<String, Object>) - Constructor for class org.springframework.boot.actuate.info.MapInfoContributor
- mapOf(Class<K>, Class<V>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- mapParameterValue(OperationParameter, Object) - Method in class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
- mapParameterValue(OperationParameter, Object) - Method in interface org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
-
Map the specified
input
parameter to the givenparameterType
. - Mapping(String, String) - Constructor for class org.springframework.boot.web.server.MimeMappings.Mapping
- MappingDescriptionProvider - Interface in org.springframework.boot.actuate.web.mappings
-
A
MappingDescriptionProvider
provides aList
of mapping descriptions through implementation-specific introspection of an application context. - mappingResources(String...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The mapping resources (equivalent to
<mapping-file>
entries inpersistence.xml
) for the persistence unit. - mappings() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint
- mappingsEndpoint(ApplicationContext, ObjectProvider<MappingDescriptionProvider>) - Method in class org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration
- MappingsEndpoint - Class in org.springframework.boot.actuate.web.mappings
-
@Endpoint
to expose HTTP request mappings. - MappingsEndpoint(Collection<MappingDescriptionProvider>, ApplicationContext) - Constructor for class org.springframework.boot.actuate.web.mappings.MappingsEndpoint
- MappingsEndpoint.ApplicationMappingsDescriptor - Class in org.springframework.boot.actuate.web.mappings
-
Description of an application's request mappings.
- MappingsEndpoint.ContextMappingsDescriptor - Class in org.springframework.boot.actuate.web.mappings
-
Description of an application context's request mappings.
- MappingsEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.mappings
- MappingsEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration
- mapResponse(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
- mapResponse(Object) - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
-
Map the operation's response so that it can be consumed by a JMX compliant client.
- mapResponseType(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
- mapResponseType(Class<?>) - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
-
Map the response type to its JMX compliant counterpart.
- MARIADB - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
-
Maria DB.
- match() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.Selector
-
The match type that should be used for the selection.
- match() - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcome
instance for a 'match'. - match(E) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
- match(E) - Method in interface org.springframework.boot.actuate.endpoint.EndpointFilter
-
Return
true
if the filter matches. - match(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcome
instance for 'match'. - match(String[], AutoConfigurationMetadata) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationImportFilter
-
Apply the filter to the given auto-configuration class candidates.
- match(DiscoveredEndpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
- match(EndpointId) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
-
Return
true
if the filter matches. - match(ConditionMessage) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcome
instance for 'match'. - match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
- match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.context.TypeExcludeFilter
- match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
- matcher(String) - Method in enum class org.springframework.boot.convert.DurationStyle
- matcher(String) - Method in enum class org.springframework.boot.convert.PeriodStyle
- matches(HttpServletRequest) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
- matches(HttpServletRequest, Supplier<C>) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
-
Decides whether the rule implemented by the strategy matches the supplied request.
- matches(HttpServletRequest, Supplier<H2ConsoleProperties>) - Method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest.H2ConsoleRequestMatcher
- matches(HttpServletRequest, Supplier<DispatcherServletPath>) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
- matches(HttpServletRequest, Supplier<WebApplicationContext>) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
- matches(String) - Method in enum class org.springframework.boot.convert.DurationStyle
- matches(String) - Method in enum class org.springframework.boot.convert.PeriodStyle
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
- matches(ConditionContext, AnnotatedTypeMetadata, Condition) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Return true if any of the specified condition matches.
- matches(ServerWebExchange) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
- matches(ServerWebExchange) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
- matches(ServerWebExchange, Supplier<C>) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
-
Decides whether the rule implemented by the strategy matches the supplied exchange.
- matches(ServerWebExchange, Supplier<WebEndpointProperties>) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- matches(ServerWebExchange, Supplier<PathMappedEndpoints>) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- matchIfMissing() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
-
Specify if the condition should match if the property is not set.
- matchProductName(String) - Method in enum class org.springframework.boot.jdbc.DatabaseDriver
- MAX_FILE_SIZE - Enum constant in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
-
Logging system property for the file log max size.
- MAX_HISTORY - Enum constant in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
-
Logging system property for the file log max history.
- maxPacketLength() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
- maxPoolSize(int) - Method in class org.springframework.boot.task.TaskExecutorBuilder
-
Deprecated.Set the maximum allowed number of threads.
- maxPoolSize(int) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Set the maximum allowed number of threads.
- mbeanExporter(ObjectNamingStrategy, BeanFactory) - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
- Mbeanregistry() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Mbeanregistry
- mbeanServer() - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
- mediaTypeNotAcceptable(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
- MemberMatchOutcomes(AbstractNestedCondition.MemberConditions) - Constructor for class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
- MEMORY - Enum constant in enum class org.springframework.boot.autoconfigure.quartz.JobStoreType
-
Store jobs in memory.
- merge(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Merge the state of the given entity into the current persistence context.
- merge(Set<Class<?>>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
- merge(Set<Class<?>>) - Method in class org.springframework.boot.context.annotation.Configurations
-
Merge configurations.
- merge(Set<Class<?>>) - Method in class org.springframework.boot.context.annotation.UserConfigurations
- merge(Configurations) - Method in class org.springframework.boot.context.annotation.Configurations
-
Merge configurations from another source of the same type.
- mergeInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Utility method that can be used by subclasses wishing to combine the specified
ServletContextInitializer
parameters with those defined in this instance. - MESSAGE - Enum constant in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
-
Include the message attribute.
- MessageAndConditionDescriptor(ConditionEvaluationReport.ConditionAndOutcome) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditionDescriptor
- MessageAndConditionsDescriptor(ConditionEvaluationReport.ConditionAndOutcomes) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditionsDescriptor
- messageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Set the
HttpMessageConverters
that should be used with theRestTemplate
. - messageConverters(ObjectProvider<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration
- messageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Set the
HttpMessageConverters
that should be used with theRestTemplate
. - messageDispatcherServlet(ApplicationContext, WebServicesProperties) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
- messageHandler(RSocketStrategies, ObjectProvider<RSocketMessageHandlerCustomizer>) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketMessagingAutoConfiguration
- MessageInterpolatorFactory - Class in org.springframework.boot.validation
-
ObjectFactory
that can be used to create aMessageInterpolator
. - MessageInterpolatorFactory() - Constructor for class org.springframework.boot.validation.MessageInterpolatorFactory
- MessageInterpolatorFactory(MessageSource) - Constructor for class org.springframework.boot.validation.MessageInterpolatorFactory
-
Creates a new
MessageInterpolatorFactory
that will produce aMessageInterpolator
that uses the givenmessageSource
to resolve any message parameters before final interpolation. - messageKeyType() - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
-
Returns the value of the
messageKeyType
record component. - messageSenders(Collection<? extends WebServiceMessageSender>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Sets the
WebServiceMessageSenders
that should be used with theWebServiceTemplate
. - messageSenders(WebServiceMessageSender...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Sets the
WebServiceMessageSenders
that should be used with theWebServiceTemplate
. - messageSource(MessageSourceProperties) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
- MessageSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
- MessageSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
- MessageSourceAutoConfiguration.ResourceBundleCondition - Class in org.springframework.boot.autoconfigure.context
- messageSourceProperties() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
- MessageSourceProperties - Class in org.springframework.boot.autoconfigure.context
-
Configuration properties for Message Source.
- MessageSourceProperties() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- messageType() - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
-
Returns the value of the
messageType
record component. - MessagingTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
- MessagingTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.MessagingTemplateConfiguration
- meterNameEventTypeEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
- MeterRegistryCustomizer<T extends io.micrometer.core.instrument.MeterRegistry> - Interface in org.springframework.boot.actuate.autoconfigure.metrics
-
Callback interface that can be used to customize auto-configured
MeterRegistries
. - meterRegistryPostProcessor(ApplicationContext, ObjectProvider<MetricsProperties>, ObjectProvider<MeterRegistryCustomizer<?>>, ObjectProvider<MeterFilter>, ObjectProvider<MeterBinder>) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration
- MeterValue - Class in org.springframework.boot.actuate.autoconfigure.metrics
-
A meter value that is used when configuring micrometer.
- MethodValidationExcludeFilter - Interface in org.springframework.boot.validation.beanvalidation
-
A filter for excluding types from method validation.
- methodValidationPostProcessor(Environment, ObjectProvider<Validator>, ObjectProvider<MethodValidationExcludeFilter>) - Static method in class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
- metric(String, List<String>) - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint
- metrics() - Element in annotation interface org.springframework.boot.test.autoconfigure.actuate.observability.AutoConfigureObservability
-
Whether metrics should be reported to external systems in the test.
- Metrics() - Constructor for class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics
- MetricsAspectsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
-
Auto-configuration
for Micrometer-based metrics aspects. - MetricsAspectsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsAspectsAutoConfiguration
- MetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
-
Auto-configuration
for Micrometer-based metrics. - MetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration
- metricsEndpoint(MeterRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration
- MetricsEndpoint - Class in org.springframework.boot.actuate.metrics
-
An
@Endpoint
for exposing the metrics held by aMeterRegistry
. - MetricsEndpoint(MeterRegistry) - Constructor for class org.springframework.boot.actuate.metrics.MetricsEndpoint
- MetricsEndpoint.AvailableTag - Class in org.springframework.boot.actuate.metrics
-
A set of tags for further dimensional drill-down and their potential values.
- MetricsEndpoint.MetricDescriptor - Class in org.springframework.boot.actuate.metrics
-
Description of a metric.
- MetricsEndpoint.MetricNamesDescriptor - Class in org.springframework.boot.actuate.metrics
-
Description of metric names.
- MetricsEndpoint.Sample - Class in org.springframework.boot.actuate.metrics
-
A measurement sample combining a
statistic
and a value. - MetricsEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
- MetricsEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration
- MetricsProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics
-
@ConfigurationProperties
for configuring Micrometer-based metrics. - MetricsProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
- MetricsProperties.Data - Class in org.springframework.boot.actuate.autoconfigure.metrics
- MetricsProperties.Data.Repository - Class in org.springframework.boot.actuate.autoconfigure.metrics
- MetricsProperties.Distribution - Class in org.springframework.boot.actuate.autoconfigure.metrics
- MetricsProperties.System - Class in org.springframework.boot.actuate.autoconfigure.metrics
- MetricsProperties.System.Diskspace - Class in org.springframework.boot.actuate.autoconfigure.metrics
- MetricsProperties.Web - Class in org.springframework.boot.actuate.autoconfigure.metrics
- MetricsProperties.Web.Client - Class in org.springframework.boot.actuate.autoconfigure.metrics
- MetricsProperties.Web.Server - Class in org.springframework.boot.actuate.autoconfigure.metrics
- metricsRepositoryMethodInvocationListener(ObjectProvider<MeterRegistry>, RepositoryTagsProvider) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration
- MetricsRepositoryMethodInvocationListener - Class in org.springframework.boot.actuate.metrics.data
-
Intercepts Spring Data
Repository
invocations and records metrics about execution time and results. - MetricsRepositoryMethodInvocationListener(Supplier<MeterRegistry>, RepositoryTagsProvider, String, AutoTimer) - Constructor for class org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener
-
Create a new
MetricsRepositoryMethodInvocationListener
. - metricsRepositoryMethodInvocationListenerBeanPostProcessor(ObjectProvider<MetricsRepositoryMethodInvocationListener>) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration
- metricTypePrefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverPropertiesConfigAdapter
- micrometerClock() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration
- MicrometerTracingAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.tracing
-
Auto-configuration
for the Micrometer Tracing API. - MicrometerTracingAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
- migrate(Flyway) - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayMigrationStrategy
-
Trigger flyway migration.
- MimeMappings - Class in org.springframework.boot.web.server
-
Simple server-independent abstraction for mime mappings.
- MimeMappings() - Constructor for class org.springframework.boot.web.server.MimeMappings
-
Create a new empty
MimeMappings
instance. - MimeMappings(Map<String, String>) - Constructor for class org.springframework.boot.web.server.MimeMappings
-
Create a new
MimeMappings
from the specified mappings. - MimeMappings(MimeMappings) - Constructor for class org.springframework.boot.web.server.MimeMappings
-
Create a new
MimeMappings
instance from the specified mappings. - MimeMappings.Mapping - Class in org.springframework.boot.web.server
-
A single mime mapping.
- missCount() - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
- MISSING_AUTHORIZATION - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
-
Missing Authorization.
- MissingParametersException - Exception in org.springframework.boot.actuate.endpoint.invoke
-
RuntimeException
thrown when an endpoint invocation does not contain required parameters. - MissingParametersException(Set<OperationParameter>) - Constructor for exception org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
- MissingWebServerFactoryBeanException - Exception in org.springframework.boot.web.context
-
Exception thrown when there is no
WebServerFactory
bean of the required type defined in aWebServerApplicationContext
. - MissingWebServerFactoryBeanException(Class<? extends WebServerApplicationContext>, Class<? extends WebServerFactory>, WebApplicationType) - Constructor for exception org.springframework.boot.web.context.MissingWebServerFactoryBeanException
-
Create a new
MissingWebServerFactoryBeanException
. - MOCK - Enum constant in enum class org.springframework.boot.test.context.SpringBootTest.WebEnvironment
-
Creates a
WebApplicationContext
with a mock servlet environment if servlet APIs are on the classpath, aReactiveWebApplicationContext
if Spring WebFlux is on the classpath or a regularApplicationContext
otherwise. - MockBean - Annotation Interface in org.springframework.boot.test.mock.mockito
-
Annotation that can be used to add mocks to a Spring
ApplicationContext
. - MockBeans - Annotation Interface in org.springframework.boot.test.mock.mockito
-
Container annotation that aggregates several
@MockBean
annotations. - MockitoPostProcessor - Class in org.springframework.boot.test.mock.mockito
- MockitoPostProcessor(Set<Definition>) - Constructor for class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
Create a new
MockitoPostProcessor
instance with the given initial definitions. - MockitoTestExecutionListener - Class in org.springframework.boot.test.mock.mockito
- MockitoTestExecutionListener() - Constructor for class org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
- mockMvc(MockMvcBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
- MockMvcAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.servlet
-
Auto-configuration for
MockMvc
. - mockMvcBuilder(List<MockMvcBuilderCustomizer>) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
- MockMvcBuilderCustomizer - Interface in org.springframework.boot.test.autoconfigure.web.servlet
-
A customizer for a
ConfigurableMockMvcBuilder
. - mockMvcHtmlUnitDriverBuilder(MockMvc, Environment) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration
- MockMvcPrint - Enum Class in org.springframework.boot.test.autoconfigure.web.servlet
-
MVC print options specified from
@AutoConfigureMockMvc
. - MockMvcWebClientAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.servlet
-
Auto-configuration for HtmlUnit
WebClient
MockMVC integration. - MockMvcWebClientAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration
- mockMvcWebClientBuilder(MockMvc, Environment) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration
- MockMvcWebDriverAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.servlet
-
Auto-configuration for Selenium
WebDriver
MockMVC integration. - MockMvcWebDriverAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration
- MockReset - Enum Class in org.springframework.boot.test.mock.mockito
-
Reset strategy used on a mock bean.
- mockRestServiceServer(MockServerRestTemplateCustomizer, MockServerRestClientCustomizer) - Method in class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
- MockRestServiceServerAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.client
-
Auto-configuration for
MockRestServiceServer
support. - MockRestServiceServerAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
- mockServerRestClientCustomizer() - Method in class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
- MockServerRestClientCustomizer - Class in org.springframework.boot.test.web.client
-
RestClientCustomizer
that can be applied toRestClient.Builder
instances to addMockRestServiceServer
support. - MockServerRestClientCustomizer() - Constructor for class org.springframework.boot.test.web.client.MockServerRestClientCustomizer
- MockServerRestClientCustomizer(Class<? extends RequestExpectationManager>) - Constructor for class org.springframework.boot.test.web.client.MockServerRestClientCustomizer
-
Create a new
MockServerRestClientCustomizer
instance. - MockServerRestClientCustomizer(Supplier<? extends RequestExpectationManager>) - Constructor for class org.springframework.boot.test.web.client.MockServerRestClientCustomizer
-
Create a new
MockServerRestClientCustomizer
instance. - mockServerRestTemplateCustomizer() - Method in class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
- MockServerRestTemplateCustomizer - Class in org.springframework.boot.test.web.client
-
RestTemplateCustomizer
that can be applied to aRestTemplateBuilder
instances to addMockRestServiceServer
support. - MockServerRestTemplateCustomizer() - Constructor for class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
- MockServerRestTemplateCustomizer(Class<? extends RequestExpectationManager>) - Constructor for class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-
Create a new
MockServerRestTemplateCustomizer
instance. - MockServerRestTemplateCustomizer(Supplier<? extends RequestExpectationManager>) - Constructor for class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-
Create a new
MockServerRestTemplateCustomizer
instance. - MockWebServiceClientAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.webservices.server
-
Auto-configuration for
MockWebServiceClient
support. - MockWebServiceClientAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.webservices.server.MockWebServiceClientAutoConfiguration
- mockWebServiceServer() - Method in class org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerAutoConfiguration
- MockWebServiceServerAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.webservices.client
-
Auto-configuration for
MockWebServiceServer
support. - MockWebServiceServerAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerAutoConfiguration
- MockWebServiceServerTestExecutionListener - Class in org.springframework.boot.test.autoconfigure.webservices.client
- MockWebServiceServerTestExecutionListener() - Constructor for class org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener
- mockWebServiceServerWebServiceTemplateCustomizer(TestMockWebServiceServer) - Method in class org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerAutoConfiguration
- mode() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
- MODIFIED - Enum constant in enum class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
-
The file has been modified since the original JAR was created.
- MODIFY - Enum constant in enum class org.springframework.boot.devtools.filewatch.ChangedFile.Type
-
An existing file has been modified.
- mongo(ObjectProvider<MongoClientSettingsBuilderCustomizer>, MongoClientSettings) - Method in class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
- MongoAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo
-
Auto-configuration
for Mongo. - MongoAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
- MongoClientFactory - Class in org.springframework.boot.autoconfigure.mongo
-
A factory for a blocking
MongoClient
. - MongoClientFactory(List<MongoClientSettingsBuilderCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoClientFactory
-
Construct a factory for creating a blocking
MongoClient
. - MongoClientFactorySupport<T> - Class in org.springframework.boot.autoconfigure.mongo
-
Base class for setup that is common to MongoDB client factories.
- MongoClientFactorySupport(List<MongoClientSettingsBuilderCustomizer>, BiFunction<MongoClientSettings, MongoDriverInformation, T>) - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoClientFactorySupport
- MongoClientSettingsBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.mongo
-
Callback interface that can be implemented by beans wishing to customize the
MongoClientSettings
through aMongoClientSettings.Builder
whilst retaining default auto-configuration. - MongoConnectionDetails - Interface in org.springframework.boot.autoconfigure.mongo
-
Details required to establish a connection to a MongoDB service.
- MongoConnectionDetails.GridFs - Interface in org.springframework.boot.autoconfigure.mongo
-
GridFS configuration.
- MongoDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
-
Auto-configuration
for Spring Data's mongo support. - MongoDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
- mongoHealthContributor(Map<String, MongoTemplate>) - Method in class org.springframework.boot.actuate.autoconfigure.data.mongo.MongoHealthContributorAutoConfiguration
- mongoHealthContributor(Map<String, ReactiveMongoTemplate>) - Method in class org.springframework.boot.actuate.autoconfigure.data.mongo.MongoReactiveHealthContributorAutoConfiguration
- MongoHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.data.mongo
- MongoHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.data.mongo.MongoHealthContributorAutoConfiguration
- MongoHealthIndicator - Class in org.springframework.boot.actuate.data.mongo
-
Simple implementation of a
HealthIndicator
returning status information for Mongo data stores. - MongoHealthIndicator(MongoTemplate) - Constructor for class org.springframework.boot.actuate.data.mongo.MongoHealthIndicator
- MongoMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.mongo
-
Auto-configuration
for Mongo metrics. - MongoMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.mongo.MongoMetricsAutoConfiguration
- MongoProperties - Class in org.springframework.boot.autoconfigure.mongo
-
Configuration properties for Mongo.
- MongoProperties() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoProperties
- MongoProperties.Gridfs - Class in org.springframework.boot.autoconfigure.mongo
- MongoProperties.Ssl - Class in org.springframework.boot.autoconfigure.mongo
- MongoPropertiesClientSettingsBuilderCustomizer - Class in org.springframework.boot.autoconfigure.mongo
-
Deprecated, for removal: This API element is subject to removal in a future version.
- MongoPropertiesClientSettingsBuilderCustomizer(MongoProperties) - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoPropertiesClientSettingsBuilderCustomizer
-
Deprecated.
- MongoReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo
-
Auto-configuration
for Reactive Mongo. - MongoReactiveAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
- MongoReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
-
Auto-configuration
for Spring Data's reactive mongo support. - MongoReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.data.mongo
- MongoReactiveHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.data.mongo.MongoReactiveHealthContributorAutoConfiguration
- MongoReactiveHealthIndicator - Class in org.springframework.boot.actuate.data.mongo
-
A
ReactiveHealthIndicator
for Mongo. - MongoReactiveHealthIndicator(ReactiveMongoTemplate) - Constructor for class org.springframework.boot.actuate.data.mongo.MongoReactiveHealthIndicator
- MongoReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
-
Auto-configuration
for Spring Data's Mongo Reactive Repositories. - MongoReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveRepositoriesAutoConfiguration
- MongoRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
-
Auto-configuration
for Spring Data's Mongo Repositories. - MongoRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoRepositoriesAutoConfiguration
- MongoSessionProperties - Class in org.springframework.boot.autoconfigure.session
-
Configuration properties for Mongo-backed Spring Session.
- MongoSessionProperties() - Constructor for class org.springframework.boot.autoconfigure.session.MongoSessionProperties
- moveToEnd(ConfigurableEnvironment) - Static method in class org.springframework.boot.DefaultPropertiesPropertySource
-
Move the 'defaultProperties' property source so that it's the last source in the given
ConfigurableEnvironment
. - moveToEnd(MutablePropertySources) - Static method in class org.springframework.boot.DefaultPropertiesPropertySource
-
Move the 'defaultProperties' property source so that it's the last source in the given
MutablePropertySources
. - MultipartAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
-
Auto-configuration
for multipart uploads. - MultipartAutoConfiguration(MultipartProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
- multipartConfigElement() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
- MultipartConfigFactory - Class in org.springframework.boot.web.servlet
-
Factory that can be used to create a
MultipartConfigElement
. - MultipartConfigFactory() - Constructor for class org.springframework.boot.web.servlet.MultipartConfigFactory
- MultipartProperties - Class in org.springframework.boot.autoconfigure.web.servlet
-
Properties to be used in configuring a
MultipartConfigElement
. - MultipartProperties() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- multipartResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
- multipartResolver(MultipartResolver) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
- MustacheAutoConfiguration - Class in org.springframework.boot.autoconfigure.mustache
-
Auto-configuration
for Mustache. - MustacheAutoConfiguration(MustacheProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
- mustacheCompiler(Mustache.TemplateLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
- MustacheProperties - Class in org.springframework.boot.autoconfigure.mustache
-
@ConfigurationProperties
for Mustache. - MustacheProperties() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- MustacheProperties.Reactive - Class in org.springframework.boot.autoconfigure.mustache
- MustacheProperties.Servlet - Class in org.springframework.boot.autoconfigure.mustache
- MustacheResourceTemplateLoader - Class in org.springframework.boot.autoconfigure.mustache
-
Mustache TemplateLoader implementation that uses a prefix, suffix and the Spring Resource abstraction to load a template from a file, classpath, URL etc.
- MustacheResourceTemplateLoader() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
- MustacheResourceTemplateLoader(String, String) - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
- MustacheTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.mustache
-
TemplateAvailabilityProvider
that provides availability information for Mustache view templates. - MustacheTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheTemplateAvailabilityProvider
- mustacheTemplateLoader() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
- MustacheView - Class in org.springframework.boot.web.reactive.result.view
-
Spring WebFlux
View
using the Mustache template engine. - MustacheView - Class in org.springframework.boot.web.servlet.view
-
Spring MVC
View
using the Mustache template engine. - MustacheView() - Constructor for class org.springframework.boot.web.reactive.result.view.MustacheView
- MustacheView() - Constructor for class org.springframework.boot.web.servlet.view.MustacheView
- MustacheViewResolver - Class in org.springframework.boot.web.reactive.result.view
-
Spring WebFlux
ViewResolver
for Mustache. - MustacheViewResolver - Class in org.springframework.boot.web.servlet.view
-
Spring MVC
ViewResolver
for Mustache. - MustacheViewResolver() - Constructor for class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
-
Create a
MustacheViewResolver
backed by a default instance of aMustache.Compiler
. - MustacheViewResolver() - Constructor for class org.springframework.boot.web.servlet.view.MustacheViewResolver
-
Create a
MustacheViewResolver
backed by a default instance of aMustache.Compiler
. - MustacheViewResolver(Mustache.Compiler) - Constructor for class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
-
Create a
MustacheViewResolver
backed by a custom instance of aMustache.Compiler
. - MustacheViewResolver(Mustache.Compiler) - Constructor for class org.springframework.boot.web.servlet.view.MustacheViewResolver
-
Create a
MustacheViewResolver
backed by a custom instance of aMustache.Compiler
. - MutuallyExclusiveConfigurationPropertiesException - Exception in org.springframework.boot.context.properties.source
-
Exception thrown when more than one mutually exclusive configuration property has been configured.
- MutuallyExclusiveConfigurationPropertiesException(Collection<String>, Collection<String>) - Constructor for exception org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
-
Creates a new instance for mutually exclusive configuration properties when two or more of those properties have been configured.
- mvcContentNegotiationManager() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- mvcConversionService() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- MvcRequestMatcherConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
- mvcValidator() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- MYSQL - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
-
MySQL.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
StandardMongoClientSettingsBuilderCustomizer