Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- MAGENTA - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- MAGENTA - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- MailHealthContributorAutoConfiguration - Class in org.springframework.boot.mail.autoconfigure
- MailHealthIndicator - Class in org.springframework.boot.mail.health
-
HealthIndicatorfor configured smtp server(s). - MailHealthIndicator(JavaMailSenderImpl) - Constructor for class org.springframework.boot.mail.health.MailHealthIndicator
- MailProperties - Class in org.springframework.boot.mail.autoconfigure
-
Configuration properties for email support.
- MailProperties() - Constructor for class org.springframework.boot.mail.autoconfigure.MailProperties
- MailProperties.Ssl - Class in org.springframework.boot.mail.autoconfigure
- MailSenderAutoConfiguration - Class in org.springframework.boot.mail.autoconfigure
-
Auto configurationfor email support. - MailSenderAutoConfiguration() - Constructor for class org.springframework.boot.mail.autoconfigure.MailSenderAutoConfiguration
- MailSenderValidatorAutoConfiguration - Class in org.springframework.boot.mail.autoconfigure
-
Auto configurationfor testing mail service connectivity on startup. - main(Class) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Fixes the main application class that is used to anchor the startup messages.
- main(String[]) - Static method in class org.springframework.boot.devtools.RemoteSpringApplication
-
Run the
RemoteSpringApplication. - main(String[]) - Static method in class org.springframework.boot.loader.launch.JarLauncher
- main(String[]) - Static method in class org.springframework.boot.loader.launch.PropertiesLauncher
- main(String[]) - Static method in class org.springframework.boot.loader.launch.WarLauncher
- main(String[]) - Static method in class org.springframework.boot.SpringApplication
-
A basic main that can be used to launch an application.
- main(String[]) - Static method in class org.springframework.boot.SpringApplicationAotProcessor
- main(String[]) - Static method in class org.springframework.boot.test.context.SpringBootTestAotProcessor
- MAIN - Static variable in class org.springframework.boot.loader.launch.PropertiesLauncher
-
Properties key for main class.
- MainClassFinder - Class in org.springframework.boot.loader.tools
-
Finds any class with a
public static mainmethod by performing a breadth first search. - MainClassFinder() - Constructor for class org.springframework.boot.loader.tools.MainClassFinder
- MANAGED - Enum constant in enum class org.springframework.boot.jdbc.SchemaManagement
-
The schema is managed and will be created at the appropriate time.
- managedTypes(PersistenceManagedTypes) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder.Builder
-
The persistence managed types, providing both the managed entities and packages the entity manager should consider.
- Management() - Constructor for class org.springframework.boot.integration.autoconfigure.IntegrationProperties.Management
- MANAGEMENT - Static variable in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
-
WebServerNamespacethat represents the management server. - MANAGEMENT_PREFIX - Static variable in class org.springframework.boot.health.autoconfigure.actuate.endpoint.HealthEndpointProperties.Group
- ManagementContextAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.server
-
Auto-configurationfor the management context. - ManagementContextAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration
- ManagementContextConfiguration - Annotation Interface in org.springframework.boot.actuate.autoconfigure.web
-
Specialized
@Configurationclass that defines configuration specific for the management context. - ManagementContextFactory - Class in org.springframework.boot.actuate.autoconfigure.web.server
-
Factory for creating a separate management context when the management web server is running on a different port to the main application.
- ManagementContextFactory(WebApplicationType, Class, Class...) - Constructor for class org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextFactory
- ManagementContextResourceConfigCustomizer - Interface in org.springframework.boot.jersey.autoconfigure.actuate.web
-
Callback interface that can be implemented by beans wishing to customize Jersey's
ResourceConfigin the management context before it is used. - ManagementContextType - Enum Class in org.springframework.boot.actuate.autoconfigure.web
-
Enumeration of management context types.
- ManagementErrorEndpoint - Class in org.springframework.boot.webmvc.autoconfigure.actuate.web
-
@Controllerfor handling "/error" path when the management servlet is in a child context. - ManagementErrorEndpoint(ErrorAttributes, ErrorProperties) - Constructor for class org.springframework.boot.webmvc.autoconfigure.actuate.web.ManagementErrorEndpoint
- managementHealthEndpointWebFluxHandlerMapping(WebEndpointsSupplier, HealthEndpointGroups) - Method in class org.springframework.boot.webflux.autoconfigure.actuate.web.WebFluxEndpointManagementContextConfiguration
- ManagementPortType - Enum Class in org.springframework.boot.actuate.autoconfigure.web.server
-
Port types that can be used to control how the management server is started.
- ManagementServerProperties - Class in org.springframework.boot.actuate.autoconfigure.web.server
-
Properties for the management server (e.g.
- ManagementServerProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
- ManagementServletContext - Interface in org.springframework.boot.servlet.autoconfigure.actuate.web
-
Provides information about the management servlet context for MVC controllers to use.
- ManagementWebSecurityAutoConfiguration - Class in org.springframework.boot.security.autoconfigure.actuate.web.servlet
-
Auto-configurationfor Spring Security when actuator is on the classpath. - ManagementWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.actuate.web.servlet.ManagementWebSecurityAutoConfiguration
- ManagementWebServerFactoryCustomizer<T> - Class in org.springframework.boot.actuate.autoconfigure.web.server
-
WebServerFactoryCustomizerthat customizes theWebServerFactoryused to create the management context's web server. - ManagementWebServerFactoryCustomizer(ListableBeanFactory) - Constructor for class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
-
Creates a new customizer that will retrieve beans using the given
beanFactory. - Manifest - Class in org.springframework.boot.buildpack.platform.docker.type
-
A manifest as defined in
application/vnd.docker.distribution.manifestorapplication/vnd.oci.image.manifestfiles. - Manifest(JsonNode) - Constructor for class org.springframework.boot.buildpack.platform.docker.type.Manifest
- ManifestEntry(JsonNode) - Constructor for class org.springframework.boot.buildpack.platform.docker.type.ImageArchiveManifest.ManifestEntry
- ManifestList - Class in org.springframework.boot.buildpack.platform.docker.type
-
A distribution manifest list as defined in
application/vnd.docker.distribution.manifest.listfiles. - ManifestList(JsonNode) - Constructor for class org.springframework.boot.buildpack.platform.docker.type.ManifestList
- map(Meter.Id) - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.PropertiesMeterFilter
- map(Function) - 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(HttpClientSettingsProperties) - Method in class org.springframework.boot.http.client.autoconfigure.HttpClientSettingsPropertyMapper
- map(LogLevel, T) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
- map(Ssl.ClientAuth, R, R, R) - Static method in enum class org.springframework.boot.web.server.Ssl.ClientAuth
-
Map an optional
Ssl.ClientAuthvalue to a different type. - map(R, T) - Method in interface org.springframework.boot.context.properties.PropertyMapper.Source.Always.Mapper
-
Map a existing instance for the given nullable value.
- MAP - Enum constant in enum class org.springframework.boot.test.util.TestPropertyValues.Type
-
Used for
MapPropertySource. - mapAt(String, Function) - Method in class org.springframework.boot.buildpack.platform.json.MappedObject
-
Get a
Mapat the given JSON path expression with a value mapped from a relatedJsonNode. - MapConfigurationPropertySource - Class in org.springframework.boot.context.properties.source
-
A
ConfigurationPropertySourcebacked by aMapand using standard name mapping rules. - MapConfigurationPropertySource() - Constructor for class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
Create a new empty
MapConfigurationPropertySourceinstance. - MapConfigurationPropertySource(Map) - Constructor for class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
Create a new
MapConfigurationPropertySourceinstance with entries copies from the specified map. - MapInfoContributor - Class in org.springframework.boot.actuate.info
-
A simple
InfoContributorthat exposes a map. - MapInfoContributor(Map) - Constructor for class org.springframework.boot.actuate.info.MapInfoContributor
- mapOf(Class, Class) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- mapParameterValue(OperationParameter, Object) - Method in class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
- mapParameterValue(OperationParameter, Object) - Method in interface org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
-
Map the specified
inputparameter to the givenparameterType. - 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
MappedObjectinstance. - 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
MappingDescriptionProviderprovides aListof mapping descriptions through implementation-specific introspection of an application context. - mappingResources(String...) - Method in class org.springframework.boot.jpa.EntityManagerFactoryBuilder.Builder
-
The mapping resources (equivalent to
<mapping-file>entries inpersistence.xml) for the persistence unit. - mappings() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint
- MappingsEndpoint - Class in org.springframework.boot.actuate.web.mappings
-
@Endpointto expose HTTP request mappings. - MappingsEndpoint(Collection, ApplicationContext) - Constructor for class org.springframework.boot.actuate.web.mappings.MappingsEndpoint
- MappingsEndpoint.ApplicationMappingsDescriptor - Class in org.springframework.boot.actuate.web.mappings
-
Description of an application's request mappings.
- MappingsEndpoint.ContextMappingsDescriptor - Class in org.springframework.boot.actuate.web.mappings
-
Description of an application context's request mappings.
- MappingsEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.mappings
- MappingsEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration
- mapResponse(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.Jackson2JmxOperationResponseMapper
-
Deprecated.
- 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.Jackson2JmxOperationResponseMapper
-
Deprecated.
- 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.
- MARIA - Enum constant in enum class org.springframework.boot.data.jdbc.autoconfigure.DataJdbcDatabaseDialect
-
Resolves an instance of
JdbcMariaDbDialectby querying the database configuration. - MARIADB - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
-
Maria DB.
- Masterreplica() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Masterreplica
- match() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.Selector
-
The match type that should be used for the selection.
- match() - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance for a 'match'. - match(E) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
- match(E) - Method in interface org.springframework.boot.actuate.endpoint.EndpointFilter
-
Return
trueif the filter matches. - match(String[], AutoConfigurationMetadata) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationImportFilter
-
Apply the filter to the given auto-configuration class candidates.
- match(Class, C, A, Object[]) - Method in interface org.springframework.boot.util.LambdaSafe.Filter
-
Determine if the given callback matches and should be invoked.
- match(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance for 'match'. - match(DiscoveredEndpoint) - Method in class org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
- match(EndpointId) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
-
Return
trueif the filter matches. - match(ConditionMessage) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance for 'match'. - match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
- match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.context.TypeExcludeFilter
- match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.context.filter.annotation.AnnotationCustomizableTypeExcludeFilter
- match(O, EndpointId, Access) - Method in interface org.springframework.boot.actuate.endpoint.OperationFilter
-
Return
trueif the filter matches. - matchAfter() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
-
Whether the filter mappings should be matched after any declared Filter mappings of the ServletContext.
- matcher(String) - Method in enum class org.springframework.boot.convert.DurationStyle
- matcher(String) - Method in enum class org.springframework.boot.convert.PeriodStyle
- matches(HttpServletRequest) - Method in class org.springframework.boot.security.web.servlet.ApplicationContextRequestMatcher
- matches(HttpServletRequest, Supplier) - Method in class org.springframework.boot.security.web.servlet.ApplicationContextRequestMatcher
-
Decides whether the rule implemented by the strategy matches the supplied request.
- matches(HttpServletRequest, Supplier) - Method in class org.springframework.boot.security.autoconfigure.web.servlet.StaticResourceRequest.StaticResourceRequestMatcher
- matches(HttpServletRequest, Supplier) - Method in class org.springframework.boot.security.autoconfigure.web.servlet.PathRequest.H2ConsoleRequestMatcher
- matches(HttpServletRequest, Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- matches(HttpServletRequest, Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- matches(HttpServletRequest, Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
- matches(String) - Method in enum class org.springframework.boot.convert.DurationStyle
- matches(String) - Method in enum class org.springframework.boot.convert.PeriodStyle
- matches(String) - Method in class org.springframework.boot.loader.tools.layer.ApplicationContentFilter
- matches(Library) - Method in class org.springframework.boot.loader.tools.layer.LibraryContentFilter
- 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.security.autoconfigure.web.reactive.StaticResourceRequest.StaticResourceServerWebExchange
- matches(ServerWebExchange) - Method in class org.springframework.boot.security.web.reactive.ApplicationContextServerWebExchangeMatcher
- matches(ServerWebExchange, Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- matches(ServerWebExchange, Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- matches(ServerWebExchange, Supplier) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- matches(ServerWebExchange, Supplier) - Method in class org.springframework.boot.security.web.reactive.ApplicationContextServerWebExchangeMatcher
-
Decides whether the rule implemented by the strategy matches the supplied exchange.
- matches(T) - Method in interface org.springframework.boot.loader.tools.layer.ContentFilter
-
Return if the filter matches the specified item.
- matchIfMissing() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty
-
Specify if the condition should match if the property is not set.
- matchIfMissing() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
-
Specify if the condition should match if the property is not set.
- matchProductName(String) - Method in enum class org.springframework.boot.jdbc.DatabaseDriver
- MAX_FILE_SIZE - Enum constant in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
-
Logging system property for the file log max size.
- MAX_HISTORY - Enum constant in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
-
Logging system property for the file log max history.
- MaximumAllowableTagsMeterFilter - Class in org.springframework.boot.micrometer.metrics
-
MeterFilterto log a single warning message and deny aMeter.Idafter a number of attempts for a given tag. - MaximumAllowableTagsMeterFilter(String, String, int) - Constructor for class org.springframework.boot.micrometer.metrics.MaximumAllowableTagsMeterFilter
-
Create a new
MaximumAllowableTagsMeterFilterwith an upper bound on the number of tags produced by matching metrics. - MaximumAllowableTagsMeterFilter(String, String, int, String) - Constructor for class org.springframework.boot.micrometer.metrics.MaximumAllowableTagsMeterFilter
-
Create a new
MaximumAllowableTagsMeterFilterwith an upper bound on the number of tags produced by matching metrics. - maxPacketLength() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.statsd.StatsdPropertiesConfigAdapter
- maxPoolSize(int) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Set the maximum allowed number of threads.
- Mbeanregistry() - Constructor for class org.springframework.boot.tomcat.autoconfigure.TomcatServerProperties.Mbeanregistry
- mediaTypeNotAcceptable(HttpServletRequest) - Method in class org.springframework.boot.webmvc.autoconfigure.error.BasicErrorController
- MemberMatchOutcomes(AbstractNestedCondition.MemberConditions) - Constructor for class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
- MemberPath(JsonWriter.MemberPath, String, int) - Constructor for record class org.springframework.boot.json.JsonWriter.MemberPath
-
Creates an instance of a
MemberPathrecord class. - MEMORY - Enum constant in enum class org.springframework.boot.quartz.autoconfigure.JobStoreType
-
Store jobs in memory.
- merge(E) - Method in class org.springframework.boot.jpa.test.autoconfigure.TestEntityManager
-
Merge the state of the given entity into the current persistence context.
- merge(Set) - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
- merge(Set) - Method in class org.springframework.boot.context.annotation.Configurations
-
Merge configurations.
- merge(Set) - Method in class org.springframework.boot.context.annotation.UserConfigurations
- merge(Configurations) - Method in class org.springframework.boot.context.annotation.Configurations
-
Merge configurations from another source of the same type.
- mergedCustomizers(Collection) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- mergedCustomizers(Collection) - Method in class org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
- mergedCustomizers(Collection) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
- mergedCustomizers(Collection) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
- mergedCustomizers(Collection) - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- mergedCustomizers(Collection) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
- mergedCustomizers(Collection) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
- mergedCustomizers(Collection) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
- mergedCustomizers(Collection) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
- mergedCustomizers(Consumer) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- mergedCustomizers(Consumer) - Method in class org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
- mergedCustomizers(Consumer) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
- mergedCustomizers(Consumer) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
- mergedCustomizers(Consumer) - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- mergedCustomizers(Consumer) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
- mergedCustomizers(Consumer) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
- mergedCustomizers(Consumer) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
- mergedCustomizers(Consumer) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
- Message - Class in org.springframework.boot.buildpack.platform.docker.transport
-
A message returned from the Docker API.
- MESSAGE - Enum constant in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
-
Include the message attribute.
- MessageAndConditionDescriptor(ConditionEvaluationReport.ConditionAndOutcome) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditionDescriptor
- MessageAndConditionsDescriptor(ConditionEvaluationReport.ConditionAndOutcomes) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditionsDescriptor
- messageConverters(Iterable) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
-
Set the
HttpMessageConvertersthat should be used with theRestTemplate. - messageConverters(HttpMessageConverter...) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
-
Set the
HttpMessageConvertersthat should be used with theRestTemplate. - MessageInterpolatorFactory - Class in org.springframework.boot.validation
-
ObjectFactorythat can be used to create aMessageInterpolator. - MessageInterpolatorFactory() - Constructor for class org.springframework.boot.validation.MessageInterpolatorFactory
- MessageInterpolatorFactory(MessageSource) - Constructor for class org.springframework.boot.validation.MessageInterpolatorFactory
-
Creates a new
MessageInterpolatorFactorythat will produce aMessageInterpolatorthat uses the givenmessageSourceto resolve any message parameters before final interpolation. - messageKeyType() - Method in record class org.springframework.boot.pulsar.autoconfigure.PulsarProperties.Defaults.SchemaInfo
-
Returns the value of the
messageKeyTyperecord component. - messageSenders(Collection) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Sets the
WebServiceMessageSendersthat should be used with theWebServiceTemplate. - messageSenders(WebServiceMessageSender...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Sets the
WebServiceMessageSendersthat should be used with theWebServiceTemplate. - 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 - Class in org.springframework.boot.autoconfigure.context
-
Configuration properties for Message Source.
- MessageSourceProperties() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceProperties
- messageType() - Method in record class org.springframework.boot.pulsar.autoconfigure.PulsarProperties.Defaults.TypeMapping
-
Returns the value of the
messageTyperecord component. - Meter() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.export.otlp.OtlpMetricsProperties.Meter
- meterNameEventTypeEnabled() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.newrelic.NewRelicPropertiesConfigAdapter
- MeterRegistryCustomizer<T> - Interface in org.springframework.boot.micrometer.metrics.autoconfigure
-
Callback interface that can be used to customize auto-configured
MeterRegistries. - MeterValue - Class in org.springframework.boot.micrometer.metrics.autoconfigure
-
A meter value that is used when configuring micrometer.
- MethodValidationExcludeFilter - Interface in org.springframework.boot.validation.beanvalidation
-
A filter for excluding types from method validation.
- metric(String, List) - Method in class org.springframework.boot.micrometer.metrics.actuate.endpoint.MetricsEndpoint
- MetricsAspectsAutoConfiguration - Class in org.springframework.boot.micrometer.metrics.autoconfigure
-
Auto-configurationfor Micrometer-based metrics aspects. - MetricsAspectsAutoConfiguration() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.MetricsAspectsAutoConfiguration
- MetricsAutoConfiguration - Class in org.springframework.boot.micrometer.metrics.autoconfigure
-
Auto-configurationfor Micrometer-based metrics. - MetricsAutoConfiguration() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.MetricsAutoConfiguration
- MetricsEndpoint - Class in org.springframework.boot.micrometer.metrics.actuate.endpoint
-
An
@Endpointfor exposing the metrics held by aMeterRegistry. - MetricsEndpoint(MeterRegistry) - Constructor for class org.springframework.boot.micrometer.metrics.actuate.endpoint.MetricsEndpoint
- MetricsEndpoint.AvailableTag - Class in org.springframework.boot.micrometer.metrics.actuate.endpoint
-
A set of tags for further dimensional drill-down and their potential values.
- MetricsEndpoint.MetricDescriptor - Class in org.springframework.boot.micrometer.metrics.actuate.endpoint
-
Description of a metric.
- MetricsEndpoint.MetricNamesDescriptor - Class in org.springframework.boot.micrometer.metrics.actuate.endpoint
-
Description of metric names.
- MetricsEndpoint.Sample - Class in org.springframework.boot.micrometer.metrics.actuate.endpoint
-
A measurement sample combining a
statisticand a value. - MetricsEndpointAutoConfiguration - Class in org.springframework.boot.micrometer.metrics.autoconfigure
- MetricsEndpointAutoConfiguration() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.MetricsEndpointAutoConfiguration
- MetricsProperties - Class in org.springframework.boot.micrometer.metrics.autoconfigure
-
@ConfigurationPropertiesfor configuring Micrometer-based metrics. - MetricsProperties() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.MetricsProperties
- MetricsProperties.Distribution - Class in org.springframework.boot.micrometer.metrics.autoconfigure
- MetricsProperties.Observations - Class in org.springframework.boot.micrometer.metrics.autoconfigure
- MetricsProperties.System - Class in org.springframework.boot.micrometer.metrics.autoconfigure
- MetricsProperties.System.Diskspace - Class in org.springframework.boot.micrometer.metrics.autoconfigure
- MetricsProperties.Web - Class in org.springframework.boot.micrometer.metrics.autoconfigure
- MetricsProperties.Web.Client - Class in org.springframework.boot.micrometer.metrics.autoconfigure
- MetricsProperties.Web.Server - Class in org.springframework.boot.micrometer.metrics.autoconfigure
- MetricsRepositoryMethodInvocationListener - Class in org.springframework.boot.data.metrics
-
Intercepts Spring Data
Repositoryinvocations and records metrics about execution time and results. - MetricsRepositoryMethodInvocationListener(Supplier, RepositoryTagsProvider, String, AutoTimer) - Constructor for class org.springframework.boot.data.metrics.MetricsRepositoryMethodInvocationListener
-
Create a new
MetricsRepositoryMethodInvocationListener. - metricTypePrefix() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.stackdriver.StackdriverPropertiesConfigAdapter
- MicrometerTracingAutoConfiguration - Class in org.springframework.boot.micrometer.tracing.autoconfigure
-
Auto-configurationfor the Micrometer Tracing API. - MicrometerTracingAutoConfiguration() - Constructor for class org.springframework.boot.micrometer.tracing.autoconfigure.MicrometerTracingAutoConfiguration
- migrate(Flyway) - Method in interface org.springframework.boot.flyway.autoconfigure.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
MimeMappingsinstance. - MimeMappings(Map) - Constructor for class org.springframework.boot.web.server.MimeMappings
-
Create a new
MimeMappingsfrom the specified mappings. - MimeMappings(MimeMappings) - Constructor for class org.springframework.boot.web.server.MimeMappings
-
Create a new
MimeMappingsinstance from the specified mappings. - MimeMappings.Mapping - Class in org.springframework.boot.web.server
-
A single mime mapping.
- missCount() - Method in class org.springframework.boot.cache.metrics.RedisCacheMetrics
- MISSING_AUTHORIZATION - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
-
Missing Authorization.
- MissingParametersException - Exception Class in org.springframework.boot.actuate.endpoint.invoke
-
RuntimeExceptionthrown when an endpoint invocation does not contain required parameters. - MissingParametersException(Set) - Constructor for exception class org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
- MissingWebServerFactoryBeanException - Exception Class in org.springframework.boot.web.server.context
-
Exception thrown when there is no
WebServerFactorybean of the required type defined in aWebServerApplicationContext. - MissingWebServerFactoryBeanException(Class, Class, WebApplicationType) - Constructor for exception class org.springframework.boot.web.server.context.MissingWebServerFactoryBeanException
-
Create a new
MissingWebServerFactoryBeanException. - MOCK - Enum constant in enum class org.springframework.boot.test.context.SpringBootTest.WebEnvironment
-
Creates a
WebApplicationContextwith a mock servlet environment if servlet APIs are on the classpath, aReactiveWebApplicationContextif Spring WebFlux is on the classpath or a regularApplicationContextotherwise. - MockMvcAutoConfiguration - Class in org.springframework.boot.webmvc.test.autoconfigure
-
Auto-configuration for
MockMvc. - MockMvcAutoConfiguration() - Constructor for class org.springframework.boot.webmvc.test.autoconfigure.MockMvcAutoConfiguration
- MockMvcBuilderCustomizer - Interface in org.springframework.boot.webmvc.test.autoconfigure
-
A customizer for a
ConfigurableMockMvcBuilder. - MockMvcHtmlUnitDriverCustomizer - Interface in org.springframework.boot.webmvc.test.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the MockMvc
HtmlUnitDriverto fine-tune its auto-configuration. - MockMvcPrint - Enum Class in org.springframework.boot.webmvc.test.autoconfigure
-
MVC print options specified from
@AutoConfigureMockMvc. - MockMvcWebClientAutoConfiguration - Class in org.springframework.boot.webmvc.test.autoconfigure
-
Auto-configuration for HtmlUnit
WebClientMockMVC integration. - MockMvcWebClientAutoConfiguration() - Constructor for class org.springframework.boot.webmvc.test.autoconfigure.MockMvcWebClientAutoConfiguration
- MockMvcWebDriverAutoConfiguration - Class in org.springframework.boot.webmvc.test.autoconfigure
-
Auto-configuration for Selenium
WebDriverMockMVC integration. - MockMvcWebDriverAutoConfiguration() - Constructor for class org.springframework.boot.webmvc.test.autoconfigure.MockMvcWebDriverAutoConfiguration
- MockRestServiceServerAutoConfiguration - Class in org.springframework.boot.restclient.test.autoconfigure
-
Auto-configuration for
MockRestServiceServersupport. - MockRestServiceServerAutoConfiguration() - Constructor for class org.springframework.boot.restclient.test.autoconfigure.MockRestServiceServerAutoConfiguration
- MockServerRestClientCustomizer - Class in org.springframework.boot.restclient.test
-
RestClientCustomizerthat can be applied toRestClient.Builderinstances to addMockRestServiceServersupport. - MockServerRestClientCustomizer() - Constructor for class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
- MockServerRestClientCustomizer(Class) - Constructor for class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
-
Create a new
MockServerRestClientCustomizerinstance. - MockServerRestClientCustomizer(Supplier) - Constructor for class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
-
Create a new
MockServerRestClientCustomizerinstance. - MockServerRestTemplateCustomizer - Class in org.springframework.boot.restclient.test
-
RestTemplateCustomizerthat can be applied to aRestTemplateBuilderinstances to addMockRestServiceServersupport. - MockServerRestTemplateCustomizer() - Constructor for class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
- MockServerRestTemplateCustomizer(Class) - Constructor for class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
-
Create a new
MockServerRestTemplateCustomizerinstance. - MockServerRestTemplateCustomizer(Supplier) - Constructor for class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
-
Create a new
MockServerRestTemplateCustomizerinstance. - MockWebServiceClientAutoConfiguration - Class in org.springframework.boot.webservices.test.autoconfigure.server
-
Auto-configuration for
MockWebServiceClientsupport. - MockWebServiceClientAutoConfiguration() - Constructor for class org.springframework.boot.webservices.test.autoconfigure.server.MockWebServiceClientAutoConfiguration
- MockWebServiceServerAutoConfiguration - Class in org.springframework.boot.webservices.test.autoconfigure.client
-
Auto-configuration for
MockWebServiceServersupport. - MockWebServiceServerAutoConfiguration() - Constructor for class org.springframework.boot.webservices.test.autoconfigure.client.MockWebServiceServerAutoConfiguration
- MockWebServiceServerTestExecutionListener - Class in org.springframework.boot.webservices.test.autoconfigure.client
- MockWebServiceServerTestExecutionListener() - Constructor for class org.springframework.boot.webservices.test.autoconfigure.client.MockWebServiceServerTestExecutionListener
- mode() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.simple.SimplePropertiesConfigAdapter
- MODIFIED - Enum constant in enum class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
-
The file has been modified since the original JAR was created.
- MODIFY - Enum constant in enum class org.springframework.boot.devtools.filewatch.ChangedFile.Type
-
An existing file has been modified.
- MongoAutoConfiguration - Class in org.springframework.boot.mongodb.autoconfigure
-
Auto-configurationfor Mongo. - MongoAutoConfiguration() - Constructor for class org.springframework.boot.mongodb.autoconfigure.MongoAutoConfiguration
- MongoClientFactory - Class in org.springframework.boot.mongodb.autoconfigure
-
A factory for a blocking
MongoClient. - MongoClientFactory(List) - Constructor for class org.springframework.boot.mongodb.autoconfigure.MongoClientFactory
-
Construct a factory for creating a blocking
MongoClient. - MongoClientFactorySupport<T> - Class in org.springframework.boot.mongodb.autoconfigure
-
Base class for setup that is common to MongoDB client factories.
- MongoClientFactorySupport(List, BiFunction) - Constructor for class org.springframework.boot.mongodb.autoconfigure.MongoClientFactorySupport
- MongoClientSettingsBuilderCustomizer - Interface in org.springframework.boot.mongodb.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
MongoClientSettings.Builderto fine-tune its auto-configuration. - MongoConnectionDetails - Interface in org.springframework.boot.mongodb.autoconfigure
-
Details required to establish a connection to a MongoDB service.
- MongoHealthContributorAutoConfiguration - Class in org.springframework.boot.mongodb.autoconfigure.health
- MongoHealthIndicator - Class in org.springframework.boot.mongodb.health
-
Simple implementation of a
HealthIndicatorreturning status information for MongoDB. - MongoHealthIndicator(MongoClient) - Constructor for class org.springframework.boot.mongodb.health.MongoHealthIndicator
- MongoMetricsAutoConfiguration - Class in org.springframework.boot.mongodb.autoconfigure.metrics
-
Auto-configurationfor Mongo metrics. - MongoMetricsAutoConfiguration() - Constructor for class org.springframework.boot.mongodb.autoconfigure.metrics.MongoMetricsAutoConfiguration
- MongoProperties - Class in org.springframework.boot.mongodb.autoconfigure
-
Configuration properties for Mongo.
- MongoProperties() - Constructor for class org.springframework.boot.mongodb.autoconfigure.MongoProperties
- MongoProperties.Representation - Class in org.springframework.boot.mongodb.autoconfigure
- MongoProperties.Ssl - Class in org.springframework.boot.mongodb.autoconfigure
- MongoReactiveAutoConfiguration - Class in org.springframework.boot.mongodb.autoconfigure
-
Auto-configurationfor Reactive Mongo. - MongoReactiveAutoConfiguration() - Constructor for class org.springframework.boot.mongodb.autoconfigure.MongoReactiveAutoConfiguration
- MongoReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.mongodb.autoconfigure.health
- MongoReactiveHealthIndicator - Class in org.springframework.boot.mongodb.health
-
A
ReactiveHealthIndicatorfor Mongo. - MongoReactiveHealthIndicator(MongoClient) - Constructor for class org.springframework.boot.mongodb.health.MongoReactiveHealthIndicator
- move(Path, Path, CopyOption...) - Method in class org.springframework.boot.loader.nio.file.NestedFileSystemProvider
- moveToEnd(ConfigurableEnvironment) - Static method in class org.springframework.boot.env.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.env.DefaultPropertiesPropertySource
-
Move the 'defaultProperties' property source so that it's the last source in the given
MutablePropertySources. - MultipartAutoConfiguration - Class in org.springframework.boot.servlet.autoconfigure
-
Auto-configurationfor multipart uploads. - multipartConfig() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
-
The multipart configuration.
- MultipartConfigFactory - Class in org.springframework.boot.servlet
-
Factory that can be used to create a
MultipartConfigElement. - MultipartConfigFactory() - Constructor for class org.springframework.boot.servlet.MultipartConfigFactory
- MultipartProperties - Class in org.springframework.boot.servlet.autoconfigure
-
Properties to be used in configuring a
MultipartConfigElement. - MultipartProperties() - Constructor for class org.springframework.boot.servlet.autoconfigure.MultipartProperties
- MustacheAutoConfiguration - Class in org.springframework.boot.mustache.autoconfigure
-
Auto-configurationfor Mustache. - MustacheProperties - Class in org.springframework.boot.mustache.autoconfigure
-
@ConfigurationPropertiesfor Mustache. - MustacheProperties() - Constructor for class org.springframework.boot.mustache.autoconfigure.MustacheProperties
- MustacheProperties.Reactive - Class in org.springframework.boot.mustache.autoconfigure
- MustacheProperties.Servlet - Class in org.springframework.boot.mustache.autoconfigure
- MustacheResourceTemplateLoader - Class in org.springframework.boot.mustache.autoconfigure
-
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.mustache.autoconfigure.MustacheResourceTemplateLoader
- MustacheResourceTemplateLoader(String, String) - Constructor for class org.springframework.boot.mustache.autoconfigure.MustacheResourceTemplateLoader
- MustacheTemplateAvailabilityProvider - Class in org.springframework.boot.mustache.autoconfigure
-
TemplateAvailabilityProviderthat provides availability information for Mustache view templates. - MustacheTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.mustache.autoconfigure.MustacheTemplateAvailabilityProvider
- MustacheView - Class in org.springframework.boot.mustache.reactive.view
-
Spring WebFlux
Viewusing the Mustache template engine. - MustacheView - Class in org.springframework.boot.mustache.servlet.view
-
Spring MVC
Viewusing the Mustache template engine. - MustacheView() - Constructor for class org.springframework.boot.mustache.reactive.view.MustacheView
- MustacheView() - Constructor for class org.springframework.boot.mustache.servlet.view.MustacheView
- MustacheViewResolver - Class in org.springframework.boot.mustache.reactive.view
-
Spring WebFlux
ViewResolverfor Mustache. - MustacheViewResolver - Class in org.springframework.boot.mustache.servlet.view
-
Spring MVC
ViewResolverfor Mustache. - MustacheViewResolver() - Constructor for class org.springframework.boot.mustache.reactive.view.MustacheViewResolver
-
Create a
MustacheViewResolverbacked by a default instance of aMustache.Compiler. - MustacheViewResolver() - Constructor for class org.springframework.boot.mustache.servlet.view.MustacheViewResolver
-
Create a
MustacheViewResolverbacked by a default instance of aMustache.Compiler. - MustacheViewResolver(Mustache.Compiler) - Constructor for class org.springframework.boot.mustache.reactive.view.MustacheViewResolver
-
Create a
MustacheViewResolverbacked by a custom instance of aMustache.Compiler. - MustacheViewResolver(Mustache.Compiler) - Constructor for class org.springframework.boot.mustache.servlet.view.MustacheViewResolver
-
Create a
MustacheViewResolverbacked by a custom instance of aMustache.Compiler. - MutuallyExclusiveConfigurationPropertiesException - Exception Class in org.springframework.boot.context.properties.source
-
Exception thrown when more than one mutually exclusive configuration property has been configured.
- MutuallyExclusiveConfigurationPropertiesException(Collection, Collection) - Constructor for exception class 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.
- MvcRequestMatcherConfiguration() - Constructor for class org.springframework.boot.security.autoconfigure.actuate.web.servlet.SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
- MYSQL - Enum constant in enum class org.springframework.boot.data.jdbc.autoconfigure.DataJdbcDatabaseDialect
-
Resolves an instance of
JdbcMySqlDialectby querying the database configuration. - MYSQL - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
-
MySQL.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form