Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

M

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.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 Launchers to call a main method.
MainMethodRunner(String, String[]) - Constructor for class org.springframework.boot.loader.MainMethodRunner
Create a new MainMethodRunner instance.
MANAGEMENT - Static variable in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
WebServerNamespace that represents the management server.
Management() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Management
 
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 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
 
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 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 - 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
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 the WebServerFactory 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
 
MapConfigurationPropertySource - Class in org.springframework.boot.context.properties.source
A ConfigurationPropertySource backed by a Map 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
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
Create a new MappedObject instance.
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
A MappingDescriptionProvider provides a List of mapping descriptions via implementation-specific introspection of an application context.
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
@Endpoint to expose HTTP request 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
Create a new ConditionOutcome instance for a 'match'.
match(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'match'.
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.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
DependencyManagement derived from a Maven Model.
MavenModelDependencyManagement(Model) - Constructor for class org.springframework.boot.cli.compiler.dependencies.MavenModelDependencyManagement
 
MavenResolverGrapeEngine - Class in org.springframework.boot.cli.compiler.grape
A GrapeEngine implementation that uses Maven Resolver, the dependency resolution system used by Maven.
MavenResolverGrapeEngine(GroovyClassLoader, RepositorySystem, DefaultRepositorySystemSession, List<RemoteRepository>, DependencyResolutionContext, boolean) - Constructor for class org.springframework.boot.cli.compiler.grape.MavenResolverGrapeEngine
 
MavenResolverGrapeEngineFactory - Class in org.springframework.boot.cli.compiler.grape
Utility class to create a pre-configured MavenResolverGrapeEngine.
MavenResolverGrapeEngineFactory() - Constructor for class org.springframework.boot.cli.compiler.grape.MavenResolverGrapeEngineFactory
 
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
Create a new MavenSettings instance.
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
Set the HttpMessageConverters that should be used with the RestTemplate.
messageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate.
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 a MessageInterpolator.
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 a MessageInterpolator that uses the given messageSource to resolve any message parameters before final interpolation.
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
Creates a method tag based on the method of the ServerWebExchange.getRequest() request of the given exchange.
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
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 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 drill-down 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
@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.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
RestTemplateCustomizer that configures the RestTemplate to record request metrics.
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
WebClientCustomizer that configures the WebClient to record request metrics.
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
ExchangeFilterFunction applied via a MetricsWebClientCustomizer to record metrics.
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
Create a new empty MimeMappings instance.
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
Create a new MimeMappings 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
 
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
Annotation that can be used to add mocks to a Spring ApplicationContext.
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
A BeanFactoryPostProcessor used to register and inject @MockBeans with the ApplicationContext.
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 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 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
Auto-configuration for MockRestServiceServer support.
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
RestTemplateCustomizer that can be applied to a RestTemplateBuilder instances to add MockRestServiceServer 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
 
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
TestExecutionListener to verify and reset MockWebServiceServer.
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
BeanFactoryPostProcessor to automatically set up the recommended dependsOn configuration for Mongo clients when used embedded 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
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.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
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
 
MongoPropertiesClientSettingsBuilderCustomizer - Class in org.springframework.boot.autoconfigure.mongo
A MongoClientSettingsBuilderCustomizer that applies properties from a MongoProperties to a MongoClientSettings.
MongoPropertiesClientSettingsBuilderCustomizer(MongoProperties, Environment) - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoPropertiesClientSettingsBuilderCustomizer
 
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.
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
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(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
Auto-configuration for 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
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of direct addition of values from the Environment to the model
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
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() - 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
Spring WebFlux ViewResolver for Mustache.
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
Spring MVC ViewResolver for Mustache.
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.
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
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links