索引
常量字段值|所有程序包|所有类和接口|序列化表格
M
- MAGENTA - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiBackground
- MAGENTA - 枚举类 中的枚举常量 org.springframework.boot.ansi.AnsiColor
- mailHealthContributor(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.actuate.autoconfigure.mail.MailHealthContributorAutoConfiguration
- MailHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.mail中的类
- MailHealthContributorAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.mail.MailHealthContributorAutoConfiguration
- MailHealthIndicator - org.springframework.boot.actuate.mail中的类
-
HealthIndicator
for configured smtp server(s). - MailHealthIndicator(JavaMailSenderImpl) - 类的构造器 org.springframework.boot.actuate.mail.MailHealthIndicator
- MailProperties - org.springframework.boot.autoconfigure.mail中的类
-
Configuration properties for email support.
- MailProperties() - 类的构造器 org.springframework.boot.autoconfigure.mail.MailProperties
- MailProperties.Ssl - org.springframework.boot.autoconfigure.mail中的类
- MailSenderAutoConfiguration - org.springframework.boot.autoconfigure.mail中的类
-
Auto configuration
for email support. - MailSenderAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration
- MailSenderValidatorAutoConfiguration - org.springframework.boot.autoconfigure.mail中的类
-
Auto configuration
for testing mail service connectivity on startup. - MailSenderValidatorAutoConfiguration(JavaMailSenderImpl) - 类的构造器 org.springframework.boot.autoconfigure.mail.MailSenderValidatorAutoConfiguration
- main(Class<?>) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Fixes the main application class that is used to anchor the startup messages.
- main(String[]) - 类中的静态方法 org.springframework.boot.devtools.RemoteSpringApplication
-
Run the
RemoteSpringApplication
. - main(String[]) - 类中的静态方法 org.springframework.boot.loader.launch.JarLauncher
- main(String[]) - 类中的静态方法 org.springframework.boot.loader.launch.PropertiesLauncher
- main(String[]) - 类中的静态方法 org.springframework.boot.loader.launch.WarLauncher
- main(String[]) - 类中的静态方法 org.springframework.boot.SpringApplication
-
A basic main that can be used to launch an application.
- main(String[]) - 类中的静态方法 org.springframework.boot.SpringApplicationAotProcessor
- main(String[]) - 类中的静态方法 org.springframework.boot.test.context.SpringBootTestAotProcessor
- MAIN - 类中的静态变量 org.springframework.boot.loader.launch.PropertiesLauncher
-
Properties key for main class.
- MainClassFinder - org.springframework.boot.loader.tools中的类
-
Finds any class with a
public static main
method by performing a breadth first search. - MainClassFinder() - 类的构造器 org.springframework.boot.loader.tools.MainClassFinder
- MANAGED - 枚举类 中的枚举常量 org.springframework.boot.jdbc.SchemaManagement
-
The schema is managed and will be created at the appropriate time.
- managedTypes(PersistenceManagedTypes) - 类中的方法 org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The persistence managed types, providing both the managed entities and packages the entity manager should consider.
- Management() - 类的构造器 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Management
- MANAGEMENT - 类中的静态变量 org.springframework.boot.actuate.endpoint.web.WebServerNamespace
-
WebServerNamespace
that represents the management server. - MANAGEMENT_PREFIX - 类中的静态变量 org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
- ManagementContextAutoConfiguration - org.springframework.boot.actuate.autoconfigure.web.server中的类
-
Auto-configuration
for the management context. - ManagementContextAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration
- ManagementContextConfiguration - org.springframework.boot.actuate.autoconfigure.web中的批注接口
-
Specialized
@Configuration
class that defines configuration specific for the management context. - ManagementContextFactory - org.springframework.boot.actuate.autoconfigure.web中的类
-
Factory for creating a separate management context when the management web server is running on a different port to the main application.
- ManagementContextFactory(WebApplicationType, Class<? extends WebServerFactory>, Class<?>...) - 类的构造器 org.springframework.boot.actuate.autoconfigure.web.ManagementContextFactory
- ManagementContextResourceConfigCustomizer - 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 - org.springframework.boot.actuate.autoconfigure.web中的枚举类
-
Enumeration of management context types.
- ManagementErrorEndpoint - org.springframework.boot.actuate.autoconfigure.web.servlet中的类
-
@Controller
for handling "/error" path when the management servlet is in a child context. - ManagementErrorEndpoint(ErrorAttributes, ErrorProperties) - 类的构造器 org.springframework.boot.actuate.autoconfigure.web.servlet.ManagementErrorEndpoint
- managementHealthEndpointWebFluxHandlerMapping(WebEndpointsSupplier, HealthEndpointGroups) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive.WebFluxEndpointManagementContextConfiguration
- managementHealthEndpointWebMvcHandlerMapping(WebEndpointsSupplier, HealthEndpointGroups) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration
- ManagementPortType - org.springframework.boot.actuate.autoconfigure.web.server中的枚举类
-
Port types that can be used to control how the management server is started.
- ManagementServerProperties - org.springframework.boot.actuate.autoconfigure.web.server中的类
-
Properties for the management server (e.g. port and path settings).
- ManagementServerProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
- managementServletContext(WebEndpointProperties) - 类中的方法 org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration
- ManagementServletContext - org.springframework.boot.actuate.autoconfigure.web.servlet中的接口
-
Provides information about the management servlet context for MVC controllers to use.
- ManagementWebSecurityAutoConfiguration - org.springframework.boot.actuate.autoconfigure.security.servlet中的类
-
Auto-configuration
for Spring Security when actuator is on the classpath. - ManagementWebSecurityAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration
- ManagementWebServerFactoryCustomizer<T> - org.springframework.boot.actuate.autoconfigure.web.server中的类
-
WebServerFactoryCustomizer
that customizes theWebServerFactory
used to create the management context's web server. - ManagementWebServerFactoryCustomizer(ListableBeanFactory, Class<? extends WebServerFactoryCustomizer<?>>...) - 类的构造器 org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
- Manifest - org.springframework.boot.buildpack.platform.docker.type中的类
-
A manifest as defined in
application/vnd.docker.distribution.manifest
orapplication/vnd.oci.image.manifest
files. - Manifest(JsonNode) - 类的构造器 org.springframework.boot.buildpack.platform.docker.type.Manifest
- ManifestEntry(JsonNode) - 类的构造器 org.springframework.boot.buildpack.platform.docker.type.ImageArchiveManifest.ManifestEntry
- ManifestList - org.springframework.boot.buildpack.platform.docker.type中的类
-
A distribution manifest list as defined in
application/vnd.docker.distribution.manifest.list
files. - ManifestList(JsonNode) - 类的构造器 org.springframework.boot.buildpack.platform.docker.type.ManifestList
- map(Meter.Id) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
- map(Function<? super T, ? extends U>) - 类中的方法 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) - 类中的方法 org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
- map(Ssl.ClientAuth, R, R, R) - 枚举类中的静态方法 org.springframework.boot.web.server.Ssl.ClientAuth
-
Map an optional
Ssl.ClientAuth
value to a different type. - MAP - 枚举类 中的枚举常量 org.springframework.boot.test.util.TestPropertyValues.Type
-
Used for
MapPropertySource
. - MapConfigurationPropertySource - org.springframework.boot.context.properties.source中的类
-
A
ConfigurationPropertySource
backed by aMap
and using standard name mapping rules. - MapConfigurationPropertySource() - 类的构造器 org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
Create a new empty
MapConfigurationPropertySource
instance. - MapConfigurationPropertySource(Map<?, ?>) - 类的构造器 org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-
Create a new
MapConfigurationPropertySource
instance with entries copies from the specified map. - MapInfoContributor - org.springframework.boot.actuate.info中的类
-
A simple
InfoContributor
that exposes a map. - MapInfoContributor(Map<String, Object>) - 类的构造器 org.springframework.boot.actuate.info.MapInfoContributor
- mapOf(Class<K>, Class<V>) - 类中的静态方法 org.springframework.boot.context.properties.bind.Bindable
- mapParameterValue(OperationParameter, Object) - 类中的方法 org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
- mapParameterValue(OperationParameter, Object) - 接口中的方法 org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
-
Map the specified
input
parameter to the givenparameterType
. - MappedObject - org.springframework.boot.buildpack.platform.json中的类
-
Base class for mapped JSON objects.
- MappedObject(JsonNode, MethodHandles.Lookup) - 类的构造器 org.springframework.boot.buildpack.platform.json.MappedObject
-
Create a new
MappedObject
instance. - MappedObject.ContentReader<C> - org.springframework.boot.buildpack.platform.json中的接口
-
Strategy used to read JSON content.
- Mapping(String, String) - 类的构造器 org.springframework.boot.web.server.MimeMappings.Mapping
- MappingDescriptionProvider - org.springframework.boot.actuate.web.mappings中的接口
-
A
MappingDescriptionProvider
provides aList
of mapping descriptions through implementation-specific introspection of an application context. - mappingResources(String...) - 类中的方法 org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
-
The mapping resources (equivalent to
<mapping-file>
entries inpersistence.xml
) for the persistence unit. - mappings() - 类中的方法 org.springframework.boot.actuate.web.mappings.MappingsEndpoint
- mappingsEndpoint(ApplicationContext, ObjectProvider<MappingDescriptionProvider>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration
- MappingsEndpoint - org.springframework.boot.actuate.web.mappings中的类
-
@Endpoint
to expose HTTP request mappings. - MappingsEndpoint(Collection<MappingDescriptionProvider>, ApplicationContext) - 类的构造器 org.springframework.boot.actuate.web.mappings.MappingsEndpoint
- MappingsEndpoint.ApplicationMappingsDescriptor - org.springframework.boot.actuate.web.mappings中的类
-
Description of an application's request mappings.
- MappingsEndpoint.ContextMappingsDescriptor - org.springframework.boot.actuate.web.mappings中的类
-
Description of an application context's request mappings.
- MappingsEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.web.mappings中的类
- MappingsEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration
- mapResponse(Object) - 类中的方法 org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
- mapResponse(Object) - 接口中的方法 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<?>) - 类中的方法 org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
- mapResponseType(Class<?>) - 接口中的方法 org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
-
Map the response type to its JMX compliant counterpart.
- MARIA - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
-
Provides an instance of
MariaDbDialect
. - MARIADB - 枚举类 中的枚举常量 org.springframework.boot.jdbc.DatabaseDriver
-
Maria DB.
- match() - 批注接口 中的元素 org.springframework.boot.actuate.endpoint.annotation.Selector
-
The match type that should be used for the selection.
- match() - 类中的静态方法 org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcome
instance for a 'match'. - match(E) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
- match(E) - 接口中的方法 org.springframework.boot.actuate.endpoint.EndpointFilter
-
Return
true
if the filter matches. - match(String) - 类中的静态方法 org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcome
instance for 'match'. - match(String[], AutoConfigurationMetadata) - 接口中的方法 org.springframework.boot.autoconfigure.AutoConfigurationImportFilter
-
Apply the filter to the given auto-configuration class candidates.
- match(DiscoveredEndpoint<?>) - 类中的方法 org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
- match(EndpointId) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
-
Return
true
if the filter matches. - match(ConditionMessage) - 类中的静态方法 org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcome
instance for 'match'. - match(MetadataReader, MetadataReaderFactory) - 类中的方法 org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
- match(MetadataReader, MetadataReaderFactory) - 类中的方法 org.springframework.boot.context.TypeExcludeFilter
- match(MetadataReader, MetadataReaderFactory) - 类中的方法 org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
- match(O, EndpointId, Access) - 接口中的方法 org.springframework.boot.actuate.endpoint.OperationFilter
-
Return
true
if the filter matches. - matcher(String) - 枚举类中的方法 org.springframework.boot.convert.DurationStyle
- matcher(String) - 枚举类中的方法 org.springframework.boot.convert.PeriodStyle
- matches(HttpServletRequest) - 类中的方法 org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
- matches(HttpServletRequest, Supplier<C>) - 类中的方法 org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
-
Decides whether the rule implemented by the strategy matches the supplied request.
- matches(HttpServletRequest, Supplier<H2ConsoleProperties>) - 类中的方法 org.springframework.boot.autoconfigure.security.servlet.PathRequest.H2ConsoleRequestMatcher
- matches(HttpServletRequest, Supplier<DispatcherServletPath>) - 类中的方法 org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
- matches(HttpServletRequest, Supplier<WebApplicationContext>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- matches(HttpServletRequest, Supplier<WebApplicationContext>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
- matches(HttpServletRequest, Supplier<WebApplicationContext>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
- matches(String) - 枚举类中的方法 org.springframework.boot.convert.DurationStyle
- matches(String) - 枚举类中的方法 org.springframework.boot.convert.PeriodStyle
- matches(String) - 类中的方法 org.springframework.boot.loader.tools.layer.ApplicationContentFilter
- matches(Library) - 类中的方法 org.springframework.boot.loader.tools.layer.LibraryContentFilter
- matches(ConditionContext, AnnotatedTypeMetadata) - 类中的方法 org.springframework.boot.autoconfigure.condition.SpringBootCondition
- matches(ConditionContext, AnnotatedTypeMetadata, Condition) - 类中的方法 org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
Return true if any of the specified condition matches.
- matches(ServerWebExchange) - 类中的方法 org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
- matches(ServerWebExchange) - 类中的方法 org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
- matches(ServerWebExchange, Supplier<PathMappedEndpoints>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- matches(ServerWebExchange, Supplier<PathMappedEndpoints>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- matches(ServerWebExchange, Supplier<WebEndpointProperties>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- matches(ServerWebExchange, Supplier<C>) - 类中的方法 org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
-
Decides whether the rule implemented by the strategy matches the supplied exchange.
- matches(T) - 接口中的方法 org.springframework.boot.loader.tools.layer.ContentFilter
-
Return if the filter matches the specified item.
- matchIfMissing() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
-
Specify if the condition should match if the property is not set.
- matchProductName(String) - 枚举类中的方法 org.springframework.boot.jdbc.DatabaseDriver
- MAX_FILE_SIZE - 枚举类 中的枚举常量 org.springframework.boot.logging.logback.RollingPolicySystemProperty
-
Logging system property for the file log max size.
- MAX_HISTORY - 枚举类 中的枚举常量 org.springframework.boot.logging.logback.RollingPolicySystemProperty
-
Logging system property for the file log max history.
- maxPacketLength() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
- maxPoolSize(int) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Set the maximum allowed number of threads.
- mbeanExporter(ObjectNamingStrategy, BeanFactory) - 类中的方法 org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
- Mbeanregistry() - 类的构造器 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Mbeanregistry
- mbeanServer() - 类中的方法 org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
- mediaTypeNotAcceptable(HttpServletRequest) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
- MemberMatchOutcomes(AbstractNestedCondition.MemberConditions) - 类的构造器 org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
- MemberPath(JsonWriter.MemberPath, String, int) - 记录类的构造器 org.springframework.boot.json.JsonWriter.MemberPath
-
创建
MemberPath
记录类的实例。 - MEMORY - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.quartz.JobStoreType
-
Store jobs in memory.
- merge(E) - 类中的方法 org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Merge the state of the given entity into the current persistence context.
- merge(Set<Class<?>>) - 类中的方法 org.springframework.boot.autoconfigure.AutoConfigurations
- merge(Set<Class<?>>) - 类中的方法 org.springframework.boot.context.annotation.Configurations
-
Merge configurations.
- merge(Set<Class<?>>) - 类中的方法 org.springframework.boot.context.annotation.UserConfigurations
- merge(Configurations) - 类中的方法 org.springframework.boot.context.annotation.Configurations
-
Merge configurations from another source of the same type.
- mergedCustomizers(Collection<Consumer<HttpComponentsClientHttpRequestFactory>>) - 类中的方法 org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- mergedCustomizers(Collection<Consumer<JdkClientHttpRequestFactory>>) - 类中的方法 org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
- mergedCustomizers(Collection<Consumer<JettyClientHttpRequestFactory>>) - 类中的方法 org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
- mergedCustomizers(Collection<Consumer<ReactorClientHttpRequestFactory>>) - 类中的方法 org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
- mergedCustomizers(Collection<Consumer<SimpleClientHttpRequestFactory>>) - 类中的方法 org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- mergedCustomizers(Consumer<HttpComponentsClientHttpRequestFactory>) - 类中的方法 org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- mergedCustomizers(Consumer<JdkClientHttpRequestFactory>) - 类中的方法 org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
- mergedCustomizers(Consumer<JettyClientHttpRequestFactory>) - 类中的方法 org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
- mergedCustomizers(Consumer<ReactorClientHttpRequestFactory>) - 类中的方法 org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
- mergedCustomizers(Consumer<SimpleClientHttpRequestFactory>) - 类中的方法 org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- mergeInitializers(ServletContextInitializer...) - 类中的方法 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 - org.springframework.boot.buildpack.platform.docker.transport中的类
-
A message returned from the Docker API.
- MESSAGE - 枚举类 中的枚举常量 org.springframework.boot.web.error.ErrorAttributeOptions.Include
-
Include the message attribute.
- MessageAndConditionDescriptor(ConditionEvaluationReport.ConditionAndOutcome) - 类的构造器 org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditionDescriptor
- MessageAndConditionsDescriptor(ConditionEvaluationReport.ConditionAndOutcomes) - 类的构造器 org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditionsDescriptor
- messageConverters(Collection<? extends HttpMessageConverter<?>>) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
Set the
HttpMessageConverters
that should be used with theRestTemplate
. - messageConverters(ObjectProvider<HttpMessageConverter<?>>) - 类中的方法 org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration
- messageConverters(HttpMessageConverter<?>...) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
Set the
HttpMessageConverters
that should be used with theRestTemplate
. - messageDispatcherServlet(ApplicationContext, WebServicesProperties) - 类中的方法 org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
- messageHandler(RSocketStrategies, ObjectProvider<RSocketMessageHandlerCustomizer>) - 类中的方法 org.springframework.boot.autoconfigure.rsocket.RSocketMessagingAutoConfiguration
- MessageInterpolatorFactory - org.springframework.boot.validation中的类
-
ObjectFactory
that can be used to create aMessageInterpolator
. - MessageInterpolatorFactory() - 类的构造器 org.springframework.boot.validation.MessageInterpolatorFactory
- MessageInterpolatorFactory(MessageSource) - 类的构造器 org.springframework.boot.validation.MessageInterpolatorFactory
-
Creates a new
MessageInterpolatorFactory
that will produce aMessageInterpolator
that uses the givenmessageSource
to resolve any message parameters before final interpolation. - messageKeyType() - 记录类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
-
返回
messageKeyType
记录组件的值。 - messageSenders(Collection<? extends WebServiceMessageSender>) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Sets the
WebServiceMessageSenders
that should be used with theWebServiceTemplate
. - messageSenders(WebServiceMessageSender...) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Sets the
WebServiceMessageSenders
that should be used with theWebServiceTemplate
. - messageSource(MessageSourceProperties) - 类中的方法 org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
- MessageSourceAutoConfiguration - org.springframework.boot.autoconfigure.context中的类
- MessageSourceAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
- MessageSourceAutoConfiguration.ResourceBundleCondition - org.springframework.boot.autoconfigure.context中的类
- MessageSourceProperties - org.springframework.boot.autoconfigure.context中的类
-
Configuration properties for Message Source.
- MessageSourceProperties() - 类的构造器 org.springframework.boot.autoconfigure.context.MessageSourceProperties
- messageType() - 记录类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
-
返回
messageType
记录组件的值。 - MessagingTemplateConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
- MessagingTemplateConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.MessagingTemplateConfiguration
- meterNameEventTypeEnabled() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
- MeterRegistryCustomizer<T> - org.springframework.boot.actuate.autoconfigure.metrics中的接口
-
Callback interface that can be used to customize auto-configured
MeterRegistries
. - meterRegistryPostProcessor(ApplicationContext, ObjectProvider<MetricsProperties>, ObjectProvider<MeterRegistryCustomizer<?>>, ObjectProvider<MeterFilter>, ObjectProvider<MeterBinder>) - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration
- MeterValue - org.springframework.boot.actuate.autoconfigure.metrics中的类
-
A meter value that is used when configuring micrometer.
- MethodValidationExcludeFilter - org.springframework.boot.validation.beanvalidation中的接口
-
A filter for excluding types from method validation.
- methodValidationPostProcessor(Environment, ObjectProvider<Validator>, ObjectProvider<MethodValidationExcludeFilter>) - 类中的静态方法 org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
- metric(String, List<String>) - 类中的方法 org.springframework.boot.actuate.metrics.MetricsEndpoint
- metrics() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.actuate.observability.AutoConfigureObservability
-
Whether metrics should be reported to external systems in the test.
- Metrics() - 类的构造器 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics
- MetricsAspectsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics中的类
-
Auto-configuration
for Micrometer-based metrics aspects. - MetricsAspectsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.MetricsAspectsAutoConfiguration
- MetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics中的类
-
Auto-configuration
for Micrometer-based metrics. - MetricsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration
- metricsEndpoint(MeterRegistry) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration
- MetricsEndpoint - org.springframework.boot.actuate.metrics中的类
-
An
@Endpoint
for exposing the metrics held by aMeterRegistry
. - MetricsEndpoint(MeterRegistry) - 类的构造器 org.springframework.boot.actuate.metrics.MetricsEndpoint
- MetricsEndpoint.AvailableTag - org.springframework.boot.actuate.metrics中的类
-
A set of tags for further dimensional drill-down and their potential values.
- MetricsEndpoint.MetricDescriptor - org.springframework.boot.actuate.metrics中的类
-
Description of a metric.
- MetricsEndpoint.MetricNamesDescriptor - org.springframework.boot.actuate.metrics中的类
-
Description of metric names.
- MetricsEndpoint.Sample - org.springframework.boot.actuate.metrics中的类
-
A measurement sample combining a
statistic
and a value. - MetricsEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics中的类
- MetricsEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration
- MetricsProperties - org.springframework.boot.actuate.autoconfigure.metrics中的类
-
@ConfigurationProperties
for configuring Micrometer-based metrics. - MetricsProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
- MetricsProperties.Data - org.springframework.boot.actuate.autoconfigure.metrics中的类
- MetricsProperties.Data.Repository - org.springframework.boot.actuate.autoconfigure.metrics中的类
- MetricsProperties.Distribution - org.springframework.boot.actuate.autoconfigure.metrics中的类
- MetricsProperties.System - org.springframework.boot.actuate.autoconfigure.metrics中的类
- MetricsProperties.System.Diskspace - org.springframework.boot.actuate.autoconfigure.metrics中的类
- MetricsProperties.Web - org.springframework.boot.actuate.autoconfigure.metrics中的类
- MetricsProperties.Web.Client - org.springframework.boot.actuate.autoconfigure.metrics中的类
- MetricsProperties.Web.Server - org.springframework.boot.actuate.autoconfigure.metrics中的类
- metricsRepositoryMethodInvocationListener(ObjectProvider<MeterRegistry>, RepositoryTagsProvider) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration
- MetricsRepositoryMethodInvocationListener - org.springframework.boot.actuate.metrics.data中的类
-
Intercepts Spring Data
Repository
invocations and records metrics about execution time and results. - MetricsRepositoryMethodInvocationListener(Supplier<MeterRegistry>, RepositoryTagsProvider, String, AutoTimer) - 类的构造器 org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener
-
Create a new
MetricsRepositoryMethodInvocationListener
. - metricsRepositoryMethodInvocationListenerBeanPostProcessor(ObjectProvider<MetricsRepositoryMethodInvocationListener>) - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration
- metricTypePrefix() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverPropertiesConfigAdapter
- micrometerClock() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration
- MicrometerTracingAutoConfiguration - org.springframework.boot.actuate.autoconfigure.tracing中的类
-
Auto-configuration
for the Micrometer Tracing API. - MicrometerTracingAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
- migrate(Flyway) - 接口中的方法 org.springframework.boot.autoconfigure.flyway.FlywayMigrationStrategy
-
Trigger flyway migration.
- MimeMappings - org.springframework.boot.web.server中的类
-
Simple server-independent abstraction for mime mappings.
- MimeMappings() - 类的构造器 org.springframework.boot.web.server.MimeMappings
-
Create a new empty
MimeMappings
instance. - MimeMappings(Map<String, String>) - 类的构造器 org.springframework.boot.web.server.MimeMappings
-
Create a new
MimeMappings
from the specified mappings. - MimeMappings(MimeMappings) - 类的构造器 org.springframework.boot.web.server.MimeMappings
-
Create a new
MimeMappings
instance from the specified mappings. - MimeMappings.Mapping - org.springframework.boot.web.server中的类
-
A single mime mapping.
- missCount() - 类中的方法 org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
- MISSING_AUTHORIZATION - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
-
Missing Authorization.
- MissingParametersException - org.springframework.boot.actuate.endpoint.invoke中的异常错误类
-
RuntimeException
thrown when an endpoint invocation does not contain required parameters. - MissingParametersException(Set<OperationParameter>) - 异常错误类的构造器 org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
- MissingWebServerFactoryBeanException - org.springframework.boot.web.context中的异常错误类
-
Exception thrown when there is no
WebServerFactory
bean of the required type defined in aWebServerApplicationContext
. - MissingWebServerFactoryBeanException(Class<? extends WebServerApplicationContext>, Class<? extends WebServerFactory>, WebApplicationType) - 异常错误类的构造器 org.springframework.boot.web.context.MissingWebServerFactoryBeanException
-
Create a new
MissingWebServerFactoryBeanException
. - MOCK - 枚举类 中的枚举常量 org.springframework.boot.test.context.SpringBootTest.WebEnvironment
-
Creates a
WebApplicationContext
with a mock servlet environment if servlet APIs are on the classpath, aReactiveWebApplicationContext
if Spring WebFlux is on the classpath or a regularApplicationContext
otherwise. - MockBean - org.springframework.boot.test.mock.mockito中的批注接口
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- MockBeans - org.springframework.boot.test.mock.mockito中的批注接口
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of
MockitoBean
- MockitoPostProcessor - org.springframework.boot.test.mock.mockito中的类
-
已过时。since 3.4.0 for removal in 4.0.0 in favor of Spring Framework's
MockitoBean
andMockitoSpyBean
support - MockitoPostProcessor(Set<Definition>) - 类的构造器 org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
已过时。Create a new
MockitoPostProcessor
instance with the given initial definitions. - MockitoTestExecutionListener - org.springframework.boot.test.mock.mockito中的类
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of Spring Framework's support for
MockitoBean
andMockitoSpyBean
. - MockitoTestExecutionListener() - 类的构造器 org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
-
已过时。
- MockMvcAutoConfiguration - org.springframework.boot.test.autoconfigure.web.servlet中的类
-
Auto-configuration for
MockMvc
. - MockMvcAutoConfiguration() - 类的构造器 org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
- MockMvcBuilderCustomizer - org.springframework.boot.test.autoconfigure.web.servlet中的接口
-
A customizer for a
ConfigurableMockMvcBuilder
. - mockMvcHtmlUnitDriverBuilder(MockMvc, Environment) - 类中的方法 org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration
- MockMvcPrint - org.springframework.boot.test.autoconfigure.web.servlet中的枚举类
-
MVC print options specified from
@AutoConfigureMockMvc
. - MockMvcWebClientAutoConfiguration - org.springframework.boot.test.autoconfigure.web.servlet中的类
-
Auto-configuration for HtmlUnit
WebClient
MockMVC integration. - MockMvcWebClientAutoConfiguration() - 类的构造器 org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration
- mockMvcWebClientBuilder(MockMvc, Environment) - 类中的方法 org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration
- MockMvcWebDriverAutoConfiguration - org.springframework.boot.test.autoconfigure.web.servlet中的类
-
Auto-configuration for Selenium
WebDriver
MockMVC integration. - MockMvcWebDriverAutoConfiguration() - 类的构造器 org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration
- MockReset - org.springframework.boot.test.mock.mockito中的枚举类
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of
MockReset
- mockRestServiceServer(MockServerRestTemplateCustomizer, MockServerRestClientCustomizer) - 类中的方法 org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
- MockRestServiceServerAutoConfiguration - org.springframework.boot.test.autoconfigure.web.client中的类
-
Auto-configuration for
MockRestServiceServer
support. - MockRestServiceServerAutoConfiguration() - 类的构造器 org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
- mockServerRestClientCustomizer() - 类中的方法 org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
- MockServerRestClientCustomizer - org.springframework.boot.test.web.client中的类
-
RestClientCustomizer
that can be applied toRestClient.Builder
instances to addMockRestServiceServer
support. - MockServerRestClientCustomizer() - 类的构造器 org.springframework.boot.test.web.client.MockServerRestClientCustomizer
- MockServerRestClientCustomizer(Class<? extends RequestExpectationManager>) - 类的构造器 org.springframework.boot.test.web.client.MockServerRestClientCustomizer
-
Create a new
MockServerRestClientCustomizer
instance. - MockServerRestClientCustomizer(Supplier<? extends RequestExpectationManager>) - 类的构造器 org.springframework.boot.test.web.client.MockServerRestClientCustomizer
-
Create a new
MockServerRestClientCustomizer
instance. - mockServerRestTemplateCustomizer() - 类中的方法 org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
- MockServerRestTemplateCustomizer - org.springframework.boot.test.web.client中的类
-
RestTemplateCustomizer
that can be applied to aRestTemplateBuilder
instances to addMockRestServiceServer
support. - MockServerRestTemplateCustomizer() - 类的构造器 org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
- MockServerRestTemplateCustomizer(Class<? extends RequestExpectationManager>) - 类的构造器 org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-
Create a new
MockServerRestTemplateCustomizer
instance. - MockServerRestTemplateCustomizer(Supplier<? extends RequestExpectationManager>) - 类的构造器 org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-
Create a new
MockServerRestTemplateCustomizer
instance. - MockWebServiceClientAutoConfiguration - org.springframework.boot.test.autoconfigure.webservices.server中的类
-
Auto-configuration for
MockWebServiceClient
support. - MockWebServiceClientAutoConfiguration() - 类的构造器 org.springframework.boot.test.autoconfigure.webservices.server.MockWebServiceClientAutoConfiguration
- mockWebServiceServer() - 类中的方法 org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerAutoConfiguration
- MockWebServiceServerAutoConfiguration - org.springframework.boot.test.autoconfigure.webservices.client中的类
-
Auto-configuration for
MockWebServiceServer
support. - MockWebServiceServerAutoConfiguration() - 类的构造器 org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerAutoConfiguration
- MockWebServiceServerTestExecutionListener - org.springframework.boot.test.autoconfigure.webservices.client中的类
- MockWebServiceServerTestExecutionListener() - 类的构造器 org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener
- mockWebServiceServerWebServiceTemplateCustomizer(TestMockWebServiceServer) - 类中的方法 org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerAutoConfiguration
- mode() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
- MODIFIED - 枚举类 中的枚举常量 org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
-
The file has been modified since the original JAR was created.
- MODIFY - 枚举类 中的枚举常量 org.springframework.boot.devtools.filewatch.ChangedFile.Type
-
An existing file has been modified.
- mongo(ObjectProvider<MongoClientSettingsBuilderCustomizer>, MongoClientSettings) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
- MongoAutoConfiguration - org.springframework.boot.autoconfigure.mongo中的类
-
Auto-configuration
for Mongo. - MongoAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
- MongoClientFactory - org.springframework.boot.autoconfigure.mongo中的类
-
A factory for a blocking
MongoClient
. - MongoClientFactory(List<MongoClientSettingsBuilderCustomizer>) - 类的构造器 org.springframework.boot.autoconfigure.mongo.MongoClientFactory
-
Construct a factory for creating a blocking
MongoClient
. - MongoClientFactorySupport<T> - org.springframework.boot.autoconfigure.mongo中的类
-
Base class for setup that is common to MongoDB client factories.
- MongoClientFactorySupport(List<MongoClientSettingsBuilderCustomizer>, BiFunction<MongoClientSettings, MongoDriverInformation, T>) - 类的构造器 org.springframework.boot.autoconfigure.mongo.MongoClientFactorySupport
- MongoClientSettingsBuilderCustomizer - org.springframework.boot.autoconfigure.mongo中的接口
-
Callback interface that can be implemented by beans wishing to customize the
MongoClientSettings
through aMongoClientSettings.Builder
whilst retaining default auto-configuration. - MongoConnectionDetails - org.springframework.boot.autoconfigure.mongo中的接口
-
Details required to establish a connection to a MongoDB service.
- MongoConnectionDetails.GridFs - org.springframework.boot.autoconfigure.mongo中的接口
-
GridFS configuration.
- MongoDataAutoConfiguration - org.springframework.boot.autoconfigure.data.mongo中的类
-
Auto-configuration
for Spring Data's mongo support. - MongoDataAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
- mongoHealthContributor(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.actuate.autoconfigure.data.mongo.MongoHealthContributorAutoConfiguration
- mongoHealthContributor(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.actuate.autoconfigure.data.mongo.MongoReactiveHealthContributorAutoConfiguration
- MongoHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.data.mongo中的类
- MongoHealthContributorAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.data.mongo.MongoHealthContributorAutoConfiguration
- MongoHealthIndicator - org.springframework.boot.actuate.data.mongo中的类
-
Simple implementation of a
HealthIndicator
returning status information for Mongo data stores. - MongoHealthIndicator(MongoTemplate) - 类的构造器 org.springframework.boot.actuate.data.mongo.MongoHealthIndicator
- MongoMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.mongo中的类
-
Auto-configuration
for Mongo metrics. - MongoMetricsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.mongo.MongoMetricsAutoConfiguration
- MongoProperties - org.springframework.boot.autoconfigure.mongo中的类
-
Configuration properties for Mongo.
- MongoProperties() - 类的构造器 org.springframework.boot.autoconfigure.mongo.MongoProperties
- MongoProperties.Gridfs - org.springframework.boot.autoconfigure.mongo中的类
- MongoProperties.Ssl - org.springframework.boot.autoconfigure.mongo中的类
- MongoReactiveAutoConfiguration - org.springframework.boot.autoconfigure.mongo中的类
-
Auto-configuration
for Reactive Mongo. - MongoReactiveAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
- MongoReactiveDataAutoConfiguration - org.springframework.boot.autoconfigure.data.mongo中的类
-
Auto-configuration
for Spring Data's reactive mongo support. - MongoReactiveHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.data.mongo中的类
- MongoReactiveHealthContributorAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.data.mongo.MongoReactiveHealthContributorAutoConfiguration
- MongoReactiveHealthIndicator - org.springframework.boot.actuate.data.mongo中的类
-
A
ReactiveHealthIndicator
for Mongo. - MongoReactiveHealthIndicator(ReactiveMongoTemplate) - 类的构造器 org.springframework.boot.actuate.data.mongo.MongoReactiveHealthIndicator
- MongoReactiveRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.mongo中的类
-
Auto-configuration
for Spring Data's Mongo Reactive Repositories. - MongoReactiveRepositoriesAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.mongo.MongoReactiveRepositoriesAutoConfiguration
- MongoRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.mongo中的类
-
Auto-configuration
for Spring Data's Mongo Repositories. - MongoRepositoriesAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.mongo.MongoRepositoriesAutoConfiguration
- MongoSessionProperties - org.springframework.boot.autoconfigure.session中的类
-
Configuration properties for Mongo-backed Spring Session.
- MongoSessionProperties() - 类的构造器 org.springframework.boot.autoconfigure.session.MongoSessionProperties
- move(Path, Path, CopyOption...) - 类中的方法 org.springframework.boot.loader.nio.file.NestedFileSystemProvider
- moveToEnd(ConfigurableEnvironment) - 类中的静态方法 org.springframework.boot.DefaultPropertiesPropertySource
-
Move the 'defaultProperties' property source so that it's the last source in the given
ConfigurableEnvironment
. - moveToEnd(MutablePropertySources) - 类中的静态方法 org.springframework.boot.DefaultPropertiesPropertySource
-
Move the 'defaultProperties' property source so that it's the last source in the given
MutablePropertySources
. - MultipartAutoConfiguration - org.springframework.boot.autoconfigure.web.servlet中的类
-
Auto-configuration
for multipart uploads. - MultipartAutoConfiguration(MultipartProperties) - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
- multipartConfigElement() - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
- MultipartConfigFactory - org.springframework.boot.web.servlet中的类
-
Factory that can be used to create a
MultipartConfigElement
. - MultipartConfigFactory() - 类的构造器 org.springframework.boot.web.servlet.MultipartConfigFactory
- MultipartProperties - org.springframework.boot.autoconfigure.web.servlet中的类
-
Properties to be used in configuring a
MultipartConfigElement
. - MultipartProperties() - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- multipartResolver() - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
- multipartResolver(MultipartResolver) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
- MustacheAutoConfiguration - org.springframework.boot.autoconfigure.mustache中的类
-
Auto-configuration
for Mustache. - MustacheAutoConfiguration(MustacheProperties, ApplicationContext) - 类的构造器 org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
- mustacheCompiler(Mustache.TemplateLoader) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
- MustacheProperties - org.springframework.boot.autoconfigure.mustache中的类
-
@ConfigurationProperties
for Mustache. - MustacheProperties() - 类的构造器 org.springframework.boot.autoconfigure.mustache.MustacheProperties
- MustacheProperties.Reactive - org.springframework.boot.autoconfigure.mustache中的类
- MustacheProperties.Servlet - org.springframework.boot.autoconfigure.mustache中的类
- MustacheResourceTemplateLoader - 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() - 类的构造器 org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
- MustacheResourceTemplateLoader(String, String) - 类的构造器 org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
- MustacheTemplateAvailabilityProvider - org.springframework.boot.autoconfigure.mustache中的类
-
TemplateAvailabilityProvider
that provides availability information for Mustache view templates. - MustacheTemplateAvailabilityProvider() - 类的构造器 org.springframework.boot.autoconfigure.mustache.MustacheTemplateAvailabilityProvider
- mustacheTemplateLoader() - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
- MustacheView - org.springframework.boot.web.reactive.result.view中的类
-
Spring WebFlux
View
using the Mustache template engine. - MustacheView - org.springframework.boot.web.servlet.view中的类
-
Spring MVC
View
using the Mustache template engine. - MustacheView() - 类的构造器 org.springframework.boot.web.reactive.result.view.MustacheView
- MustacheView() - 类的构造器 org.springframework.boot.web.servlet.view.MustacheView
- MustacheViewResolver - org.springframework.boot.web.reactive.result.view中的类
-
Spring WebFlux
ViewResolver
for Mustache. - MustacheViewResolver - org.springframework.boot.web.servlet.view中的类
-
Spring MVC
ViewResolver
for Mustache. - MustacheViewResolver() - 类的构造器 org.springframework.boot.web.reactive.result.view.MustacheViewResolver
-
Create a
MustacheViewResolver
backed by a default instance of aMustache.Compiler
. - MustacheViewResolver() - 类的构造器 org.springframework.boot.web.servlet.view.MustacheViewResolver
-
Create a
MustacheViewResolver
backed by a default instance of aMustache.Compiler
. - MustacheViewResolver(Mustache.Compiler) - 类的构造器 org.springframework.boot.web.reactive.result.view.MustacheViewResolver
-
Create a
MustacheViewResolver
backed by a custom instance of aMustache.Compiler
. - MustacheViewResolver(Mustache.Compiler) - 类的构造器 org.springframework.boot.web.servlet.view.MustacheViewResolver
-
Create a
MustacheViewResolver
backed by a custom instance of aMustache.Compiler
. - MutuallyExclusiveConfigurationPropertiesException - org.springframework.boot.context.properties.source中的异常错误类
-
Exception thrown when more than one mutually exclusive configuration property has been configured.
- MutuallyExclusiveConfigurationPropertiesException(Collection<String>, Collection<String>) - 异常错误类的构造器 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() - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- mvcConversionService() - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- MvcRequestMatcherConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
- mvcValidator() - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- MYSQL - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
-
Provides an instance of
JdbcMySqlDialect
. - MYSQL - 枚举类 中的枚举常量 org.springframework.boot.jdbc.DatabaseDriver
-
MySQL.
常量字段值|所有程序包|所有类和接口|序列化表格
MockitoBean