索引

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
常量字段值|所有程序包|所有类和接口|序列化表格

L

labels() - 接口中的方法 org.springframework.boot.docker.compose.core.RunningService
Return the labels attached to the service.
LambdaSafe - org.springframework.boot.util中的类
Utility that can be used to invoke lambdas in a safe way.
LambdaSafe.Callback<C,A> - org.springframework.boot.util中的类
Represents a single callback that can be invoked in a lambda safe way.
LambdaSafe.Callbacks<C,A> - org.springframework.boot.util中的类
Represents a collection of callbacks that can be invoked in a lambda safe way.
LambdaSafe.InvocationResult<R> - org.springframework.boot.util中的类
The result of a callback which may be a value, null or absent entirely if the callback wasn't suitable.
LambdaSafe.LambdaSafeCallback<C,A,SELF> - org.springframework.boot.util中的类
Abstract base class for lambda safe callbacks.
lastModified() - 类中的方法 org.springframework.boot.origin.OriginTrackedResource
 
LATEST - 枚举类中的静态变量 org.springframework.boot.actuate.endpoint.ApiVersion
The latest API version.
launch(ClassLoader, String, String[]) - 类中的方法 org.springframework.boot.loader.launch.Launcher
Launch the application given the archive file and a fully configured classloader.
launch(String[]) - 类中的方法 org.springframework.boot.loader.launch.Launcher
Launch the application.
LaunchedClassLoader - org.springframework.boot.loader.launch中的类
ClassLoader used by the Launcher.
LaunchedClassLoader(boolean, URL[], ClassLoader) - 类的构造器 org.springframework.boot.loader.launch.LaunchedClassLoader
Create a new LaunchedClassLoader instance.
LaunchedClassLoader(boolean, Archive, URL[], ClassLoader) - 类的构造器 org.springframework.boot.loader.launch.LaunchedClassLoader
Create a new LaunchedClassLoader instance.
Launcher - org.springframework.boot.loader.launch中的类
Base class for launchers that can start an application with a fully configured classpath.
Launcher() - 类的构造器 org.springframework.boot.loader.launch.Launcher
 
launchJobFromProperties(Properties) - 类中的方法 org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
 
LaunchScript - org.springframework.boot.loader.tools中的接口
A script that can be prepended to the front of a JAR file to make it executable.
LAX - 枚举类 中的枚举常量 org.springframework.boot.web.server.Cookie.SameSite
Cookies are sent in a first-party context, also when following a link to the origin site.
Layer - org.springframework.boot.buildpack.platform.docker.type中的类
A layer that can be written to an ImageArchive.
Layer - org.springframework.boot.loader.tools中的类
A named layer used to separate the jar when creating a Docker image.
Layer(String) - 类的构造器 org.springframework.boot.loader.tools.Layer
Create a new Layer instance with the specified name.
LayerId - org.springframework.boot.buildpack.platform.docker.type中的类
A layer ID as used inside a Docker image of the form algorithm: hash.
Layers - org.springframework.boot.loader.tools中的接口
Interface to provide information about layers to the Repackager.
LayersIndex - org.springframework.boot.loader.tools中的类
Index describing the layer to which each entry in a jar belongs.
LayersIndex(Iterable<Layer>) - 类的构造器 org.springframework.boot.loader.tools.LayersIndex
Create a new LayersIndex backed by the given layers.
LayersIndex(Layer...) - 类的构造器 org.springframework.boot.loader.tools.LayersIndex
Create a new LayersIndex backed by the given layers.
Layout - org.springframework.boot.buildpack.platform.io中的接口
Interface that can be used to write a file/directory layout.
Layout - org.springframework.boot.loader.tools中的接口
Strategy interface used to determine the layout for a particular type of archive.
LayoutFactory - org.springframework.boot.loader.tools中的接口
Factory interface used to create a Layout.
Layouts - org.springframework.boot.loader.tools中的类
Common layouts.
Layouts.Expanded - org.springframework.boot.loader.tools中的类
Executable expanded archive layout.
Layouts.Jar - org.springframework.boot.loader.tools中的类
Executable JAR layout.
Layouts.None - org.springframework.boot.loader.tools中的类
No layout.
Layouts.War - org.springframework.boot.loader.tools中的类
Executable WAR layout.
lazyCopy(MimeMappings) - 类中的静态方法 org.springframework.boot.web.server.MimeMappings
Create a new lazy copy of the given mappings that will only copy entries if the mappings are mutated.
lazyInitialization(boolean) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
Flag to control whether the application should be initialized lazily.
LazyInitializationBeanFactoryPostProcessor - org.springframework.boot中的类
BeanFactoryPostProcessor to set lazy-init on bean definitions that are not excluded and have not already had a value explicitly set.
LazyInitializationBeanFactoryPostProcessor() - 类的构造器 org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
 
LazyInitializationExcludeFilter - org.springframework.boot中的接口
Filter that can be used to exclude beans definitions from having their lazy-init set by the LazyInitializationBeanFactoryPostProcessor.
LdapAutoConfiguration - org.springframework.boot.autoconfigure.ldap中的类
LdapAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
LdapConnectionDetails - org.springframework.boot.autoconfigure.ldap中的接口
Details required to establish a connection to an LDAP service.
ldapContextSource(LdapConnectionDetails, LdapProperties, ObjectProvider<DirContextAuthenticationStrategy>) - 类中的方法 org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
ldapHealthContributor(ConfigurableListableBeanFactory) - 类中的方法 org.springframework.boot.actuate.autoconfigure.ldap.LdapHealthContributorAutoConfiguration
 
LdapHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.ldap中的类
LdapHealthContributorAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.ldap.LdapHealthContributorAutoConfiguration
 
LdapHealthIndicator - org.springframework.boot.actuate.ldap中的类
HealthIndicator for configured LDAP server(s).
LdapHealthIndicator(LdapOperations) - 类的构造器 org.springframework.boot.actuate.ldap.LdapHealthIndicator
 
LdapProperties - org.springframework.boot.autoconfigure.ldap中的类
Configuration properties for LDAP.
LdapProperties() - 类的构造器 org.springframework.boot.autoconfigure.ldap.LdapProperties
 
LdapProperties.Template - org.springframework.boot.autoconfigure.ldap中的类
settings.
LdapRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.ldap中的类
Auto-configuration for Spring Data's LDAP Repositories.
LdapRepositoriesAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.data.ldap.LdapRepositoriesAutoConfiguration
 
ldapTemplate(LdapProperties, ContextSource) - 类中的方法 org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
LEGACY_STRICT - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.gson.GsonProperties.Strictness
Strict compliance with some small deviations for legacy reasons.
length() - 接口中的方法 org.springframework.boot.test.system.CapturedOutput
 
LENIENT - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.gson.GsonProperties.Strictness
Lenient compliance.
Lettuce() - 类的构造器 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
LETTUCE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.data.redis.RedisProperties.ClientType
Use the Lettuce redis client.
LettuceClientConfigurationBuilderCustomizer - org.springframework.boot.autoconfigure.data.redis中的接口
Callback interface that can be implemented by beans wishing to customize the LettuceClientConfiguration through a LettuceClientConfiguration.LettuceClientConfigurationBuilder whilst retaining default auto-configuration.
LettuceClientOptionsBuilderCustomizer - org.springframework.boot.autoconfigure.data.redis中的接口
Callback interface that can be implemented by beans wishing to customize the ClientOptions of the LettuceClientConfiguration through a ClientOptions.Builder whilst retaining default auto-configuration.
LettuceMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.redis中的类
Auto-configuration for Lettuce metrics.
LettuceMetricsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration
 
LEVEL_PATTERN - 枚举类 中的枚举常量 org.springframework.boot.logging.LoggingSystemProperty
Logging system property for the log level pattern.
Libraries - org.springframework.boot.loader.tools中的接口
Encapsulates information about libraries that may be packed into the archive.
library(Library) - 接口中的方法 org.springframework.boot.loader.tools.LibraryCallback
Callback for a single library backed by a File.
Library - org.springframework.boot.loader.tools中的类
Encapsulates information about a single library that may be packed into the archive.
Library(File, LibraryScope) - 类的构造器 org.springframework.boot.loader.tools.Library
Create a new Library.
Library(String, File, LibraryScope, LibraryCoordinates, boolean, boolean, boolean) - 类的构造器 org.springframework.boot.loader.tools.Library
Create a new Library.
LibraryCallback - org.springframework.boot.loader.tools中的接口
Callback interface used to iterate Libraries.
LibraryContentFilter - org.springframework.boot.loader.tools.layer中的类
ContentFilter that matches Library items based on a coordinates pattern.
LibraryContentFilter(String) - 类的构造器 org.springframework.boot.loader.tools.layer.LibraryContentFilter
 
LibraryCoordinates - org.springframework.boot.loader.tools中的接口
Encapsulates information about the artifact coordinates of a library.
LibraryScope - org.springframework.boot.loader.tools中的接口
The scope of a library.
LifecycleAutoConfiguration - org.springframework.boot.autoconfigure.context中的类
Auto-configuration relating to the application context's lifecycle.
LifecycleAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration
 
LifecycleManagement - org.springframework.boot.docker.compose.lifecycle中的枚举类
Docker Compose lifecycle management.
LifecycleProperties - org.springframework.boot.autoconfigure.context中的类
Configuration properties for lifecycle processing.
LifecycleProperties() - 类的构造器 org.springframework.boot.autoconfigure.context.LifecycleProperties
 
LIMITED - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.reactor.ReactorProperties.ContextPropagationMode
Context Propagation is only applied to "tap" and "handle" Reactor operators.
Link - org.springframework.boot.actuate.endpoint.web中的类
Details for a link in a HAL-formatted response.
Link(String) - 类的构造器 org.springframework.boot.actuate.endpoint.web.Link
Creates a new Link with the given href.
links(HttpServletRequest, HttpServletResponse) - 接口中的方法 org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.LinksHandler
 
links(ServerWebExchange) - 接口中的方法 org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.LinksHandler
 
LinksRequestMatcher() - 类的构造器 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
 
LiquibaseAutoConfiguration - org.springframework.boot.autoconfigure.liquibase中的类
Auto-configuration for Liquibase.
LiquibaseAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration
 
LiquibaseAutoConfiguration.LiquibaseConfiguration - org.springframework.boot.autoconfigure.liquibase中的类
 
LiquibaseBeanDescriptor(List<LiquibaseEndpoint.ChangeSetDescriptor>) - 类的构造器 org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBeanDescriptor
 
liquibaseBeans() - 类中的方法 org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
 
LiquibaseConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
LiquibaseConnectionDetails - org.springframework.boot.autoconfigure.liquibase中的接口
Details required for Liquibase to establish a connection to an SQL service using JDBC.
LiquibaseDataSource - org.springframework.boot.autoconfigure.liquibase中的批注接口
Qualifier annotation for a DataSource to be injected in to Liquibase.
liquibaseDefaultDdlModeProvider(ObjectProvider<SpringLiquibase>) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration
 
liquibaseEndpoint(ApplicationContext) - 类中的方法 org.springframework.boot.actuate.autoconfigure.liquibase.LiquibaseEndpointAutoConfiguration
 
LiquibaseEndpoint - org.springframework.boot.actuate.liquibase中的类
@Endpoint to expose liquibase info.
LiquibaseEndpoint(ApplicationContext) - 类的构造器 org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
 
LiquibaseEndpoint.ChangeSetDescriptor - org.springframework.boot.actuate.liquibase中的类
Description of a Liquibase change set.
LiquibaseEndpoint.ContextExpressionDescriptor - org.springframework.boot.actuate.liquibase中的类
Description of a context expression in a LiquibaseEndpoint.ChangeSetDescriptor.
LiquibaseEndpoint.ContextLiquibaseBeansDescriptor - org.springframework.boot.actuate.liquibase中的类
Description of an application context's SpringLiquibase beans.
LiquibaseEndpoint.LiquibaseBeanDescriptor - org.springframework.boot.actuate.liquibase中的类
Description of a SpringLiquibase bean.
LiquibaseEndpoint.LiquibaseBeansDescriptor - org.springframework.boot.actuate.liquibase中的类
Description of an application's SpringLiquibase beans.
LiquibaseEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.liquibase中的类
LiquibaseEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.liquibase.LiquibaseEndpointAutoConfiguration
 
LiquibaseProperties - org.springframework.boot.autoconfigure.liquibase中的类
Configuration properties to configure SpringLiquibase.
LiquibaseProperties() - 类的构造器 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
LiquibaseProperties.ShowSummary - org.springframework.boot.autoconfigure.liquibase中的枚举类
Enumeration of types of summary to show.
LiquibaseProperties.ShowSummaryOutput - org.springframework.boot.autoconfigure.liquibase中的枚举类
Enumeration of destinations to which the summary should be output.
LiquibaseProperties.UiService - org.springframework.boot.autoconfigure.liquibase中的枚举类
Enumeration of types of UIService.
list() - 接口中的方法 org.springframework.boot.actuate.autoconfigure.tracing.SpanExporters
Returns the list of span exporters.
list() - 接口中的方法 org.springframework.boot.actuate.autoconfigure.tracing.SpanProcessors
Returns the list of span processors.
Listener() - 类的构造器 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
Listener() - 类的构造器 org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
Listener() - 类的构造器 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
Listener() - 类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Listener
 
LISTENER - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
AbstractMessageListenerContainer target.
ListenerRetry() - 类的构造器 org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
 
listeners(ApplicationListener<?>...) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
Add some listeners to the application (listening for SpringApplication events as well as regular Spring events once the context is running).
listNames() - 类中的方法 org.springframework.boot.actuate.metrics.MetricsEndpoint
 
listOf(Class<E>) - 类中的静态方法 org.springframework.boot.context.properties.bind.Bindable
Create a new Bindable List of the specified element type.
LivenessState - org.springframework.boot.availability中的枚举类
"Liveness" state of the application.
livenessStateHealthIndicator(ApplicationAvailability) - 类中的方法 org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration
 
livenessStateHealthIndicator(ApplicationAvailability) - 类中的方法 org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration
 
LivenessStateHealthIndicator - org.springframework.boot.actuate.availability中的类
A HealthIndicator that checks the LivenessState of the application.
LivenessStateHealthIndicator(ApplicationAvailability) - 类的构造器 org.springframework.boot.actuate.availability.LivenessStateHealthIndicator
 
Livereload() - 类的构造器 org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
LiveReloadServer - org.springframework.boot.devtools.livereload中的类
A livereload server.
LiveReloadServer() - 类的构造器 org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the default port.
LiveReloadServer(int) - 类的构造器 org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the specified port.
LiveReloadServer(int, ThreadFactory) - 类的构造器 org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the specified port with a specific ThreadFactory.
LiveReloadServer(ThreadFactory) - 类的构造器 org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the default port with a specific ThreadFactory.
load(InputStream) - 类中的静态方法 org.springframework.boot.ssl.pem.PemContent
Load PemContent from the given InputStream.
load(Class<?>, ClassLoader) - 类中的静态方法 org.springframework.boot.context.annotation.ImportCandidates
Loads the names of import candidates from the classpath.
load(Class<?>, String...) - 类中的方法 org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Load bean definitions from the given XML resources.
load(String...) - 类中的方法 org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Load bean definitions from the given XML resources.
load(String, Resource) - 类中的方法 org.springframework.boot.env.PropertiesPropertySourceLoader
 
load(String, Resource) - 接口中的方法 org.springframework.boot.env.PropertySourceLoader
Load the resource into one or more property sources.
load(String, Resource) - 类中的方法 org.springframework.boot.env.YamlPropertySourceLoader
 
load(Path) - 类中的静态方法 org.springframework.boot.ssl.pem.PemContent
Load PemContent from the given Path.
load(ImageArchive, UpdateListener<LoadImageUpdateEvent>) - 类中的方法 org.springframework.boot.buildpack.platform.docker.DockerApi.ImageApi
Load an ImageArchive into Docker.
load(ConfigDataLoaderContext, ConfigTreeConfigDataResource) - 类中的方法 org.springframework.boot.context.config.ConfigTreeConfigDataLoader
 
load(ConfigDataLoaderContext, StandardConfigDataResource) - 类中的方法 org.springframework.boot.context.config.StandardConfigDataLoader
 
load(ConfigDataLoaderContext, R) - 接口中的方法 org.springframework.boot.context.config.ConfigDataLoader
Load ConfigData for the given resource.
load(PemSslStoreDetails) - 接口中的静态方法 org.springframework.boot.ssl.pem.PemSslStore
Return a PemSslStore instance loaded using the given PemSslStoreDetails.
load(PemSslStoreDetails, ResourceLoader) - 接口中的静态方法 org.springframework.boot.ssl.pem.PemSslStore
Return a PemSslStore instance loaded using the given PemSslStoreDetails.
load(ApplicationContext, Object[]) - 类中的方法 org.springframework.boot.SpringApplication
Load beans into the application context.
load(Resource...) - 类中的方法 org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Load bean definitions from the given XML resources.
loadClass(String, boolean) - 类中的方法 org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
loadClass(String, boolean) - 类中的方法 org.springframework.boot.loader.launch.LaunchedClassLoader
 
loadClass(String, boolean) - 类中的方法 org.springframework.boot.loader.net.protocol.jar.JarUrlClassLoader
 
loadClass(String, boolean) - 类中的方法 org.springframework.boot.test.context.FilteredClassLoader
 
loadClass(String, boolean) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
loadConfiguration(String, LogFile) - 类中的方法 org.springframework.boot.logging.java.JavaLoggingSystem
 
loadConfiguration(String, LogFile, List<String>) - 类中的方法 org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
Load the configuration from the given location, creating a composite using the configuration from the given overrides.
loadConfiguration(LoggingInitializationContext, String, LogFile) - 类中的方法 org.springframework.boot.logging.AbstractLoggingSystem
Load a specific configuration.
loadConfiguration(LoggingInitializationContext, String, LogFile) - 类中的方法 org.springframework.boot.logging.java.JavaLoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - 类中的方法 org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - 类中的方法 org.springframework.boot.logging.logback.LogbackLoggingSystem
 
loadContext(MergedContextConfiguration) - 类中的方法 org.springframework.boot.test.context.SpringBootContextLoader
 
loadContextForAotProcessing(MergedContextConfiguration, RuntimeHints) - 类中的方法 org.springframework.boot.test.context.SpringBootContextLoader
 
loadContextForAotRuntime(MergedContextConfiguration, ApplicationContextInitializer<ConfigurableApplicationContext>) - 类中的方法 org.springframework.boot.test.context.SpringBootContextLoader
 
loadDefaults(LoggingInitializationContext, LogFile) - 类中的方法 org.springframework.boot.logging.AbstractLoggingSystem
Load sensible defaults for the logging system.
loadDefaults(LoggingInitializationContext, LogFile) - 类中的方法 org.springframework.boot.logging.java.JavaLoggingSystem
 
loadDefaults(LoggingInitializationContext, LogFile) - 类中的方法 org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadDefaults(LoggingInitializationContext, LogFile) - 类中的方法 org.springframework.boot.logging.logback.LogbackLoggingSystem
 
LoaderClassesWriter - org.springframework.boot.loader.tools中的接口
Writer used by CustomLoaderLayouts to write classes into a repackaged JAR.
LoaderImplementation - org.springframework.boot.loader.tools中的枚举类
Supported loader implementations.
loadFrom(Resource, String, Charset) - 类中的方法 org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
LoadImageUpdateEvent - org.springframework.boot.buildpack.platform.docker中的类
A ProgressUpdateEvent fired as an image is loaded.
LoadImageUpdateEvent(String, String, ProgressUpdateEvent.ProgressDetail, String, LoadImageUpdateEvent.ErrorDetail) - 类的构造器 org.springframework.boot.buildpack.platform.docker.LoadImageUpdateEvent
 
LoadImageUpdateEvent.ErrorDetail - org.springframework.boot.buildpack.platform.docker中的类
Details of an error embedded in a response stream.
LocalDevToolsAutoConfiguration - org.springframework.boot.devtools.autoconfigure中的类
Auto-configuration for local development support.
LocalDevToolsAutoConfiguration() - 类的构造器 org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration
 
localeCharsetMappingsCustomizer() - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
 
localeContextResolver() - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
localeResolver() - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
LocalHostUriTemplateHandler - org.springframework.boot.test.web.client中的类
UriTemplateHandler will automatically prefix relative URIs with localhost:${local.server.port}.
LocalHostUriTemplateHandler(Environment) - 类的构造器 org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
Create a new LocalHostUriTemplateHandler that will generate http URIs using the given environment to determine the context path and port.
LocalHostUriTemplateHandler(Environment, String) - 类的构造器 org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
Create a new LocalHostUriTemplateHandler that will generate URIs with the given scheme and use the given environment to determine the context-path and port.
LocalHostUriTemplateHandler(Environment, String, UriTemplateHandler) - 类的构造器 org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
Create a new LocalHostUriTemplateHandler that will generate URIs with the given scheme, use the given environment to determine the context-path and port and delegate to the given template handler.
LocalHostWebClient - org.springframework.boot.test.web.htmlunit中的类
WebClient will automatically prefix relative URLs with localhost:${local.server.port}.
LocalHostWebClient(Environment) - 类的构造器 org.springframework.boot.test.web.htmlunit.LocalHostWebClient
 
LocalHostWebConnectionHtmlUnitDriver - org.springframework.boot.test.web.htmlunit.webdriver中的类
LocalHostWebConnectionHtmlUnitDriver will automatically prefix relative URLs with localhost:${local.server.port}.
LocalHostWebConnectionHtmlUnitDriver(Environment) - 类的构造器 org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalHostWebConnectionHtmlUnitDriver(Environment, boolean) - 类的构造器 org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalHostWebConnectionHtmlUnitDriver(Environment, BrowserVersion) - 类的构造器 org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalHostWebConnectionHtmlUnitDriver(Environment, Capabilities) - 类的构造器 org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalManagementPort - org.springframework.boot.test.web.server中的批注接口
Annotation at the field or method/constructor parameter level that injects the HTTP management port that was allocated at runtime.
LocalRSocketServerPort - org.springframework.boot.test.rsocket.server中的批注接口
Annotation at the field or method/constructor parameter level that injects the RSocket port that was allocated at runtime.
LocalServerPort - org.springframework.boot.test.web.server中的批注接口
Annotation at the field or method/constructor parameter level that injects the HTTP server port that was allocated at runtime.
locateTransactionManager() - 类中的方法 org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
locateUserTransaction() - 类中的方法 org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
location() - 记录类中的方法 org.springframework.boot.ssl.jks.JksSslStoreDetails
返回 location 记录组件的值。
Location(int, int) - 类的构造器 org.springframework.boot.origin.TextResourceOrigin.Location
Create a new TextResourceOrigin.Location instance.
LOCATION - 类中的静态变量 org.springframework.boot.loader.tools.NativeImageArgFile
Location of the argfile.
LOCCRC - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
LOCEXT - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
LOCFLG - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
LOCHDR - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
LOCHOW - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
LOCLEN - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
LOCNAM - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
LOCSIG - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
LOCSIZ - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
LOCTIM - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
LOCVER - 类中的静态变量 org.springframework.boot.loader.jar.NestedJarFile
 
log() - 类中的方法 org.springframework.boot.buildpack.platform.build.AbstractBuildLog
 
log(String) - 类中的方法 org.springframework.boot.buildpack.platform.build.AbstractBuildLog
 
log(String) - 类中的方法 org.springframework.boot.loader.log.DebugLogger
Log a message.
log(String, Object) - 类中的方法 org.springframework.boot.loader.log.DebugLogger
Log a formatted message.
log(String, Object, Object) - 类中的方法 org.springframework.boot.loader.log.DebugLogger
Log a formatted message.
log(String, Object, Object, Object) - 类中的方法 org.springframework.boot.loader.log.DebugLogger
Log a formatted message.
log(String, Object, Object, Object, Object) - 类中的方法 org.springframework.boot.loader.log.DebugLogger
Log a formatted message.
log(Log, Object) - 枚举类中的方法 org.springframework.boot.logging.LogLevel
Log a message to the given logger at this level.
log(Log, Object, Throwable) - 枚举类中的方法 org.springframework.boot.logging.LogLevel
Log a message to the given logger at this level.
LOG - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummaryOutput
Log the summary.
LOG - 枚举类 中的枚举常量 org.springframework.boot.Banner.Mode
Print the banner to the log file.
LOG_DEBUG - 枚举类 中的枚举常量 org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
Log MVC interactions at the DEBUG level.
LOG_FILE - 枚举类 中的枚举常量 org.springframework.boot.logging.LoggingSystemProperty
Logging system property for the log file.
LOG_FILE_BEAN_NAME - 类中的静态变量 org.springframework.boot.context.logging.LoggingApplicationListener
The name of the LogFile bean.
LOG_PATH - 枚举类 中的枚举常量 org.springframework.boot.logging.LoggingSystemProperty
Logging system property for the log path.
Log4J2LoggingSystem - org.springframework.boot.logging.log4j2中的类
Log4J2LoggingSystem(ClassLoader) - 类的构造器 org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
Log4J2LoggingSystem.Factory - org.springframework.boot.logging.log4j2中的类
LoggingSystemFactory that returns Log4J2LoggingSystem if possible.
log4j2Metrics() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.Log4J2MetricsAutoConfiguration
 
Log4J2MetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics中的类
Auto-configuration for Log4J2 metrics.
Log4J2MetricsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.Log4J2MetricsAutoConfiguration
 
LogbackInitializer - org.springframework.boot.loader.tools中的类
Utility to initialize logback (when present) to use INFO level logging.
LogbackInitializer() - 类的构造器 org.springframework.boot.loader.tools.LogbackInitializer
 
LogbackLoggingSystem - org.springframework.boot.logging.logback中的类
LogbackLoggingSystem(ClassLoader) - 类的构造器 org.springframework.boot.logging.logback.LogbackLoggingSystem
 
LogbackLoggingSystem.Factory - org.springframework.boot.logging.logback中的类
LoggingSystemFactory that returns LogbackLoggingSystem if possible.
LogbackLoggingSystemProperties - org.springframework.boot.logging.logback中的类
LogbackLoggingSystemProperties(Environment) - 类的构造器 org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
 
LogbackLoggingSystemProperties(Environment, BiConsumer<String, String>) - 类的构造器 org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
Create a new LogbackLoggingSystemProperties instance.
LogbackLoggingSystemProperties(Environment, Function<String, String>, BiConsumer<String, String>) - 类的构造器 org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
Create a new LoggingSystemProperties instance.
logbackMetrics() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration
 
LogbackMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics中的类
Auto-configuration for Logback metrics.
LogbackMetricsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration
 
logError(ServerRequest, ServerResponse, Throwable) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Logs the throwable error for the given request and response exchange.
logFile() - 类中的方法 org.springframework.boot.actuate.logging.LogFileWebEndpoint
 
LogFile - org.springframework.boot.logging中的类
A reference to a log output file.
logFileWebEndpoint(ObjectProvider<LogFile>, LogFileWebEndpointProperties) - 类中的方法 org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration
 
LogFileWebEndpoint - org.springframework.boot.actuate.logging中的类
Web @Endpoint that provides access to an application's log file.
LogFileWebEndpoint(LogFile, File) - 类的构造器 org.springframework.boot.actuate.logging.LogFileWebEndpoint
 
LogFileWebEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.logging中的类
LogFileWebEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration
 
LogFileWebEndpointProperties - org.springframework.boot.actuate.autoconfigure.logging中的类
Configuration properties for LogFileWebEndpoint.
LogFileWebEndpointProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties
 
logger - 类中的变量 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
logger - 类中的变量 org.springframework.boot.web.servlet.support.SpringBootServletInitializer
 
LOGGER - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.UiService
Logging-based UIService.
LOGGER_GROUPS_BEAN_NAME - 类中的静态变量 org.springframework.boot.context.logging.LoggingApplicationListener
The name of the LoggerGroups bean.
LoggerConfiguration - org.springframework.boot.logging中的类
Immutable class that represents the configuration of a LoggingSystem's logger.
LoggerConfiguration(String, LoggerConfiguration.LevelConfiguration, LoggerConfiguration.LevelConfiguration) - 类的构造器 org.springframework.boot.logging.LoggerConfiguration
Create a new instance.
LoggerConfiguration(String, LogLevel, LogLevel) - 类的构造器 org.springframework.boot.logging.LoggerConfiguration
Create a new instance.
LoggerConfiguration.ConfigurationScope - org.springframework.boot.logging中的枚举类
Supported logger configuration scopes.
LoggerConfiguration.LevelConfiguration - org.springframework.boot.logging中的类
Logger level configuration.
LoggerGroup - org.springframework.boot.logging中的类
A single logger group.
LoggerGroups - org.springframework.boot.logging中的类
Logger groups configured through the Spring Environment.
LoggerGroups() - 类的构造器 org.springframework.boot.logging.LoggerGroups
 
LoggerGroups(Map<String, List<String>>) - 类的构造器 org.springframework.boot.logging.LoggerGroups
 
loggerLevels(String) - 类中的方法 org.springframework.boot.actuate.logging.LoggersEndpoint
 
LoggerLevelsDescriptor(LogLevel) - 类的构造器 org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevelsDescriptor
 
loggers() - 类中的方法 org.springframework.boot.actuate.logging.LoggersEndpoint
 
LoggersDescriptor(NavigableSet<LogLevel>, Map<String, LoggersEndpoint.LoggerLevelsDescriptor>, Map<String, LoggersEndpoint.GroupLoggerLevelsDescriptor>) - 类的构造器 org.springframework.boot.actuate.logging.LoggersEndpoint.LoggersDescriptor
 
loggersEndpoint(LoggingSystem, ObjectProvider<LoggerGroups>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration
 
LoggersEndpoint - org.springframework.boot.actuate.logging中的类
@Endpoint to expose a collection of LoggerConfigurations.
LoggersEndpoint(LoggingSystem, LoggerGroups) - 类的构造器 org.springframework.boot.actuate.logging.LoggersEndpoint
Create a new LoggersEndpoint instance.
LoggersEndpoint.GroupLoggerLevelsDescriptor - org.springframework.boot.actuate.logging中的类
Description of levels configured for a given group logger.
LoggersEndpoint.LoggerLevelsDescriptor - org.springframework.boot.actuate.logging中的类
Description of levels configured for a given logger.
LoggersEndpoint.LoggersDescriptor - org.springframework.boot.actuate.logging中的类
Description of loggers.
LoggersEndpoint.SingleLoggerLevelsDescriptor - org.springframework.boot.actuate.logging中的类
Description of levels configured for a given single logger.
LoggersEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.logging中的类
LoggersEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration
 
Logging() - 类的构造器 org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Logging
 
LOGGING_SYSTEM_BEAN_NAME - 类中的静态变量 org.springframework.boot.context.logging.LoggingApplicationListener
The name of the LoggingSystem bean.
LoggingApplicationListener - org.springframework.boot.context.logging中的类
An ApplicationListener that configures the LoggingSystem.
LoggingApplicationListener() - 类的构造器 org.springframework.boot.context.logging.LoggingApplicationListener
 
LoggingFailureAnalysisReporter - org.springframework.boot.diagnostics中的类
FailureAnalysisReporter that logs the failure analysis.
LoggingFailureAnalysisReporter() - 类的构造器 org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
 
LoggingInitializationContext - org.springframework.boot.logging中的类
Context passed to the LoggingSystem during initialization.
LoggingInitializationContext(ConfigurableEnvironment) - 类的构造器 org.springframework.boot.logging.LoggingInitializationContext
Create a new LoggingInitializationContext instance.
LoggingSystem - org.springframework.boot.logging中的类
Common abstraction over logging systems.
LoggingSystem() - 类的构造器 org.springframework.boot.logging.LoggingSystem
 
LoggingSystemFactory - org.springframework.boot.logging中的接口
Factory class used by LoggingSystem.get(ClassLoader) to find an actual implementation.
LoggingSystemProperties - org.springframework.boot.logging中的类
Utility to set system properties that can later be used by log configuration files.
LoggingSystemProperties(Environment) - 类的构造器 org.springframework.boot.logging.LoggingSystemProperties
Create a new LoggingSystemProperties instance.
LoggingSystemProperties(Environment, BiConsumer<String, String>) - 类的构造器 org.springframework.boot.logging.LoggingSystemProperties
Create a new LoggingSystemProperties instance.
LoggingSystemProperties(Environment, Function<String, String>, BiConsumer<String, String>) - 类的构造器 org.springframework.boot.logging.LoggingSystemProperties
Create a new LoggingSystemProperties instance.
LoggingSystemProperty - org.springframework.boot.logging中的枚举类
Logging system properties that can later be used by log configuration files.
LogLevel - org.springframework.boot.logging中的枚举类
Logging levels supported by a LoggingSystem.
LogLevels() - 类的构造器 org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
LOGOUT_SUCCESS - 类中的静态变量 org.springframework.boot.actuate.security.AuthenticationAuditListener
Logout success event type.
logOutcome(String, ConditionOutcome) - 类中的方法 org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
logs(ContainerReference, UpdateListener<LogUpdateEvent>) - 类中的方法 org.springframework.boot.buildpack.platform.docker.DockerApi.ContainerApi
Return and follow logs for a specific container.
logStartupInfo(boolean) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate the startup information should be logged.
logStartupInfo(boolean) - 类中的方法 org.springframework.boot.SpringApplication
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.4.0 for removal in 4.0.0 in favor of SpringApplication.logStartupInfo(ConfigurableApplicationContext)
logStartupInfo(ConfigurableApplicationContext) - 类中的方法 org.springframework.boot.SpringApplication
Called to log startup information, subclasses may override to add additional logging.
logStartupProfileInfo(ConfigurableApplicationContext) - 类中的方法 org.springframework.boot.SpringApplication
Called to log active profile information.
LOGSTASH - 枚举类 中的枚举常量 org.springframework.boot.logging.structured.CommonStructuredLogFormat
The Logstash log format.
LogUpdateEvent - org.springframework.boot.buildpack.platform.docker中的类
An update event used to provide log updates.
LogUpdateEvent.StreamType - org.springframework.boot.buildpack.platform.docker中的枚举类
Stream types supported by the event.
LongTaskTimer() - 类的构造器 org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.LongTaskTimer
 
lookup(String) - 类中的方法 org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
LZ4 - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
Requires 'net.jpountz.lz4:lz4'.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
常量字段值|所有程序包|所有类和接口|序列化表格