- 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
-
- 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
-
- MailSenderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration
-
- MailSenderValidatorAutoConfiguration - Class in org.springframework.boot.autoconfigure.mail
-
- 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.cli.archive.PackagedSpringApplicationLauncher
-
- main(String...) - Static method in class org.springframework.boot.cli.SpringCli
-
- main(String[]) - Static method in class org.springframework.boot.devtools.RemoteSpringApplication
-
- main(String[]) - Static method in class org.springframework.boot.loader.JarLauncher
-
- main(String[]) - Static method in class org.springframework.boot.loader.jarmode.JarModeLauncher
-
- MAIN - Static variable in class org.springframework.boot.loader.PropertiesLauncher
-
Properties key for main class.
- main(String[]) - Static method in class org.springframework.boot.loader.PropertiesLauncher
-
- main(String[]) - Static method in class org.springframework.boot.loader.WarLauncher
-
- main(String[]) - Static method in class org.springframework.boot.SpringApplication
-
A basic main that can be used to launch an application.
- MainClassFinder - Class in org.springframework.boot.loader.tools
-
Finds any class with a public static main
method by performing a breadth first
search.
- MainClassFinder() - Constructor for class org.springframework.boot.loader.tools.MainClassFinder
-
- MainMethodRunner - Class in org.springframework.boot.loader
-
Utility class that is used by
Launcher
s to call a main method.
- MainMethodRunner(String, String[]) - Constructor for class org.springframework.boot.loader.MainMethodRunner
-
- ManagementContextAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.server
-
- ManagementContextAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration
-
- ManagementContextConfiguration - Annotation Type in org.springframework.boot.actuate.autoconfigure.web
-
Specialized
@Configuration
class that defines configuration
specific for the management context.
- ManagementContextFactory - Interface 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.
- 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 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
-
- ManagementPortType - Enum 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
-
- ManagementServerProperties.Servlet - Class in org.springframework.boot.actuate.autoconfigure.web.server
-
Servlet properties.
- ManagementServletContext - Interface in org.springframework.boot.actuate.autoconfigure.web.servlet
-
Provides information about the management servlet context for MVC controllers to use.
- managementServletContext(WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration
-
- ManagementWebSecurityAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.security.servlet
-
- 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
-
- 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
-
- MapConfigurationPropertySource - Class in org.springframework.boot.context.properties.source
-
- MapConfigurationPropertySource() - Constructor for class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
- MapConfigurationPropertySource(Map<?, ?>) - Constructor for class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
- MapInfoContributor - Class in org.springframework.boot.actuate.info
-
- 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
-
Create a new
Bindable
Map
of the specified key and value type.
- 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 given parameterType
.
- MappedObject - Class in org.springframework.boot.buildpack.platform.json
-
Base class for mapped JSON objects.
- MappedObject(JsonNode, MethodHandles.Lookup) - Constructor for class org.springframework.boot.buildpack.platform.json.MappedObject
-
- MappedObject.ContentReader<C> - Interface in org.springframework.boot.buildpack.platform.json
-
Strategy used to read JSON content.
- Mapping(String, String) - Constructor for class org.springframework.boot.web.server.MimeMappings.Mapping
-
- MappingDescriptionProvider - Interface in org.springframework.boot.actuate.web.mappings
-
- mappingMongoConverter(MongoMappingContext, MongoCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
-
- mappingResources(String...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The mapping resources (equivalent to <mapping-file>
entries in
persistence.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
-
- MappingsEndpoint(Collection<MappingDescriptionProvider>, ApplicationContext) - Constructor for class org.springframework.boot.actuate.web.mappings.MappingsEndpoint
-
- MappingsEndpoint.ApplicationMappings - Class in org.springframework.boot.actuate.web.mappings
-
A description of an application's request mappings.
- MappingsEndpoint.ContextMappings - Class in org.springframework.boot.actuate.web.mappings
-
A 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.
- match(E) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
-
- match(EndpointId) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
-
Return true
if the filter matches.
- match(DiscoveredEndpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
-
- match(E) - Method in interface org.springframework.boot.actuate.endpoint.EndpointFilter
-
Return true
if the filter matches.
- match(HttpServletRequest, String) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-
- match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
-
- match(String[], AutoConfigurationMetadata) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationImportFilter
-
Apply the filter to the given auto-configuration class candidates.
- match() - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
- match(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
- match(ConditionMessage) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
- 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 org.springframework.boot.convert.DurationStyle
-
- matcher(String) - Method in enum org.springframework.boot.convert.PeriodStyle
-
- matches(ServerWebExchange, Supplier<PathMappedEndpoints>) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
-
- matches(ServerWebExchange, Supplier<WebEndpointProperties>) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.LinksServerWebExchangeMatcher
-
- 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(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(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
-
- matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
-
- matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JdbcCompilerAutoConfiguration
-
- matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JmsCompilerAutoConfiguration
-
- matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
-
- matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
-
- matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
-
- matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
-
- matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration
-
- matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
-
- matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
-
- matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration
-
- matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration
-
- matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
-
Strategy method used to determine when compiler auto-configuration should be
applied.
- matches(String) - Method in enum org.springframework.boot.convert.DurationStyle
-
- matches(String) - Method in enum org.springframework.boot.convert.PeriodStyle
-
- matches(Archive.Entry) - Method in interface org.springframework.boot.loader.archive.Archive.EntryFilter
-
Apply the jar entry filter.
- matches(String) - Method in class org.springframework.boot.loader.tools.layer.ApplicationContentFilter
-
- matches(T) - Method in interface org.springframework.boot.loader.tools.layer.ContentFilter
-
Return if the filter matches the specified item.
- matches(Library) - Method in class org.springframework.boot.loader.tools.layer.LibraryContentFilter
-
- 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(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.
- matchProductName(String) - Method in enum org.springframework.boot.jdbc.DatabaseDriver
-
- MavenModelDependencyManagement - Class in org.springframework.boot.cli.compiler.dependencies
-
- MavenModelDependencyManagement(Model) - Constructor for class org.springframework.boot.cli.compiler.dependencies.MavenModelDependencyManagement
-
- MavenSettings - Class in org.springframework.boot.cli.compiler.maven
-
An encapsulation of settings read from a user's Maven settings.xml.
- MavenSettings(Settings, SettingsDecryptionResult) - Constructor for class org.springframework.boot.cli.compiler.maven.MavenSettings
-
- MavenSettingsReader - Class in org.springframework.boot.cli.compiler.maven
-
MavenSettingsReader
reads settings from a user's Maven settings.xml file,
decrypting them if necessary using settings-security.xml.
- MavenSettingsReader() - Constructor for class org.springframework.boot.cli.compiler.maven.MavenSettingsReader
-
- MavenSettingsReader(String) - Constructor for class org.springframework.boot.cli.compiler.maven.MavenSettingsReader
-
- maxPacketLength() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
-
- maxPoolSize(int) - Method in class org.springframework.boot.task.TaskExecutorBuilder
-
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
-
- merge(Set<Class<?>>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
-
- merge(Configurations) - Method in class org.springframework.boot.context.annotation.Configurations
-
Merge configurations from another source of the same type.
- 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(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Merge the state of the given entity into the current persistence context.
- 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 - Class in org.springframework.boot.buildpack.platform.docker.transport
-
A message returned from the Docker API.
- MessageAndCondition(ConditionEvaluationReport.ConditionAndOutcome) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndCondition
-
- MessageAndConditions(ConditionEvaluationReport.ConditionAndOutcomes) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditions
-
- messageConverters(ObjectProvider<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration
-
- messageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- messageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
- 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
-
- MessageInterpolatorFactory() - Constructor for class org.springframework.boot.validation.MessageInterpolatorFactory
-
- messageSenders(WebServiceMessageSender...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Sets the WebServiceMessageSenders
that should be
used with the WebServiceTemplate
.
- messageSenders(Collection<? extends WebServiceMessageSender>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Sets the WebServiceMessageSenders
that should be
used with the WebServiceTemplate
.
- 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
-
- 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(ObjectProvider<MeterBinder>, ObjectProvider<MeterFilter>, ObjectProvider<MeterRegistryCustomizer<?>>, ObjectProvider<MetricsProperties>, ApplicationContext) - 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.
- method(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
-
Creates a
method
Tag
for the
method
of the given
request
.
- method(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
-
Creates a
method
Tag
for the
method
of the given
request
.
- method(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
-
- method(HttpServletRequest) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
-
Creates a
method
tag based on the
method
of the given
request
.
- MethodValidationExcludeFilter - Interface in org.springframework.boot.validation.beanvalidation
-
A filter for excluding types from method validation.
- methodValidationPostProcessor(Environment, 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
-
- MetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.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 a
MeterRegistry
.
- 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 drilldown and their potential values.
- MetricsEndpoint.ListNamesResponse - Class in org.springframework.boot.actuate.metrics
-
Response payload for a metric name listing.
- MetricsEndpoint.MetricResponse - Class in org.springframework.boot.actuate.metrics
-
Response payload for a metric name selector.
- 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
-
- metricsHttpClientUriTagFilter(MetricsProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.client.HttpClientMetricsAutoConfiguration
-
- metricsHttpServerUriTagFilter() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.reactive.WebFluxMetricsAutoConfiguration
-
- metricsHttpServerUriTagFilter() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.servlet.WebMvcMetricsAutoConfiguration
-
- MetricsProperties - Class in org.springframework.boot.actuate.autoconfigure.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.Web - Class in org.springframework.boot.actuate.autoconfigure.metrics
-
- MetricsProperties.Web.Client - Class in org.springframework.boot.actuate.autoconfigure.metrics
-
- MetricsProperties.Web.Client.ClientRequest - Class in org.springframework.boot.actuate.autoconfigure.metrics
-
- MetricsProperties.Web.Server - Class in org.springframework.boot.actuate.autoconfigure.metrics
-
- MetricsProperties.Web.Server.ServerRequest - 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(MeterRegistry, RepositoryTagsProvider, String, AutoTimer) - Constructor for class org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener
-
- 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
-
- MetricsRestTemplateCustomizer - Class in org.springframework.boot.actuate.metrics.web.client
-
- MetricsRestTemplateCustomizer(MeterRegistry, RestTemplateExchangeTagsProvider, String, AutoTimer) - Constructor for class org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer
-
Creates a new MetricsRestTemplateInterceptor
.
- MetricsWebClientCustomizer - Class in org.springframework.boot.actuate.metrics.web.reactive.client
-
- MetricsWebClientCustomizer(MeterRegistry, WebClientExchangeTagsProvider, String, AutoTimer) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientCustomizer
-
Create a new MetricsWebClientFilterFunction
that will record metrics using
the given meterRegistry
with tags provided by the given
tagProvider
.
- MetricsWebClientFilterFunction - Class in org.springframework.boot.actuate.metrics.web.reactive.client
-
- MetricsWebClientFilterFunction(MeterRegistry, WebClientExchangeTagsProvider, String, AutoTimer) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientFilterFunction
-
Create a new MetricsWebClientFilterFunction
.
- MetricsWebFilter - Class in org.springframework.boot.actuate.metrics.web.reactive.server
-
Intercepts incoming HTTP requests handled by Spring WebFlux handlers and records
metrics about execution time and results.
- MetricsWebFilter(MeterRegistry, WebFluxTagsProvider, String, AutoTimer) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter
-
Create a new MetricsWebFilter
.
- metricsWebMvcConfigurer(MeterRegistry, WebMvcTagsProvider) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.servlet.WebMvcMetricsAutoConfiguration
-
- micrometerClock() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration
-
- 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
-
- MimeMappings(MimeMappings) - Constructor for class org.springframework.boot.web.server.MimeMappings
-
Create a new
MimeMappings
instance from the specified mappings.
- MimeMappings(Map<String, String>) - Constructor for class org.springframework.boot.web.server.MimeMappings
-
- MimeMappings.Mapping - Class in org.springframework.boot.web.server
-
A single mime mapping.
- missCount() - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
-
- 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
-
- MockBean - Annotation Type in org.springframework.boot.test.mock.mockito
-
- MockBeans - Annotation Type 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
-
- 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
-
- mockMvcBuilder(List<MockMvcBuilderCustomizer>) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
-
- MockMvcBuilderCustomizer - Interface in org.springframework.boot.test.autoconfigure.web.servlet
-
- mockMvcHtmlUnitDriverBuilder(MockMvc, Environment) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration
-
- MockMvcPrint - Enum in org.springframework.boot.test.autoconfigure.web.servlet
-
- 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 in org.springframework.boot.test.mock.mockito
-
Reset strategy used on a mock bean.
- mockRestServiceServer(MockServerRestTemplateCustomizer) - Method in class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
-
- MockRestServiceServerAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.client
-
- MockRestServiceServerAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
-
- mockServerRestTemplateCustomizer() - Method in class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
-
- MockServerRestTemplateCustomizer - Class in org.springframework.boot.test.web.client
-
- 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
-
- 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
-
- mongo(ObjectProvider<MongoClientSettingsBuilderCustomizer>, MongoClientSettings) - Method in class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
-
- MongoAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo
-
- MongoAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
-
- MongoClientDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure.data.mongo
-
- MongoClientDependsOnBeanFactoryPostProcessor(Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoClientDependsOnBeanFactoryPostProcessor
-
Creates a new MongoClientDependsOnBeanFactoryPostProcessor
that will set up
dependencies upon beans with the given types.
- 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
via a MongoClientSettings.Builder
whilst retaining default auto-configuration.
- MongoDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
-
- MongoDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
-
- mongoHealthContributor(Map<String, MongoTemplate>) - Method in class org.springframework.boot.actuate.autoconfigure.mongo.MongoHealthContributorAutoConfiguration
-
- mongoHealthContributor(Map<String, ReactiveMongoTemplate>) - Method in class org.springframework.boot.actuate.autoconfigure.mongo.MongoReactiveHealthContributorAutoConfiguration
-
- MongoHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.mongo
-
- MongoHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.mongo.MongoHealthContributorAutoConfiguration
-
- MongoHealthIndicator - Class in org.springframework.boot.actuate.mongo
-
Simple implementation of a
HealthIndicator
returning status information for
Mongo data stores.
- MongoHealthIndicator(MongoTemplate) - Constructor for class org.springframework.boot.actuate.mongo.MongoHealthIndicator
-
- MongoMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.mongo
-
- 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
-
- MongoPropertiesClientSettingsBuilderCustomizer - Class in org.springframework.boot.autoconfigure.mongo
-
- MongoPropertiesClientSettingsBuilderCustomizer(MongoProperties, Environment) - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoPropertiesClientSettingsBuilderCustomizer
-
- MongoReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo
-
- MongoReactiveAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
-
- MongoReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
-
- MongoReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
-
- MongoReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.mongo
-
- MongoReactiveHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.mongo.MongoReactiveHealthContributorAutoConfiguration
-
- MongoReactiveHealthIndicator - Class in org.springframework.boot.actuate.mongo
-
- MongoReactiveHealthIndicator(ReactiveMongoTemplate) - Constructor for class org.springframework.boot.actuate.mongo.MongoReactiveHealthIndicator
-
- MongoReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
-
- MongoReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveRepositoriesAutoConfiguration
-
- MongoRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
-
- 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
-
- 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
-
- 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
-
- MultipartConfigFactory() - Constructor for class org.springframework.boot.web.servlet.MultipartConfigFactory
-
- MultipartProperties - Class in org.springframework.boot.autoconfigure.web.servlet
-
- MultipartProperties() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
-
- multipartResolver(MultipartResolver) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
-
- multipartResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
-
- MustacheAutoConfiguration - Class in org.springframework.boot.autoconfigure.mustache
-
- MustacheAutoConfiguration(MustacheProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
-
- mustacheCompiler(Mustache.TemplateLoader, Environment) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
-
- MustacheEnvironmentCollector - Class in org.springframework.boot.autoconfigure.mustache
-
- MustacheEnvironmentCollector() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
-
Deprecated.
- MustacheProperties - Class in org.springframework.boot.autoconfigure.mustache
-
- MustacheProperties() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheProperties
-
- 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
-
- 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() - Constructor for class org.springframework.boot.web.reactive.result.view.MustacheView
-
- 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.servlet.view.MustacheView
-
- MustacheViewResolver - Class in org.springframework.boot.web.reactive.result.view
-
- MustacheViewResolver() - Constructor for class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
-
Create a MustacheViewResolver
backed by a default instance of a
Mustache.Compiler
.
- MustacheViewResolver(Mustache.Compiler) - Constructor for class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
-
Create a MustacheViewResolver
backed by a custom instance of a
Mustache.Compiler
.
- MustacheViewResolver - Class in org.springframework.boot.web.servlet.view
-
- MustacheViewResolver() - Constructor for class org.springframework.boot.web.servlet.view.MustacheViewResolver
-
Create a MustacheViewResolver
backed by a default instance of a
Mustache.Compiler
.
- MustacheViewResolver(Mustache.Compiler) - Constructor for class org.springframework.boot.web.servlet.view.MustacheViewResolver
-
Create a MustacheViewResolver
backed by a custom instance of a
Mustache.Compiler
.
- 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
-