インデックス
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 直列化された形式
L
- labels() - Method in interface org.springframework.boot.docker.compose.core.RunningService
- サービスにアタッチされたラベルを返します。
- LambdaSafe - org.springframework.boot.util のクラス
- 安全な方法でラムダを呼び出すために使用できるユーティリティ。
- LambdaSafe.Callback < C、A > - org.springframework.boot.util のクラス
- ラムダ安全な方法で呼び出すことができる単一のコールバックを表します。
- LambdaSafe.Callbacks < C、A > - org.springframework.boot.util のクラス
- ラムダ安全な方法で呼び出すことができるコールバックのコレクションを表します。
- LambdaSafe.InvocationResult <R> - org.springframework.boot.util のクラス
- 値、
null
、またはコールバックが適切でなかった場合は完全に存在しないコールバックの結果。 - LambdaSafe.LambdaSafeCallback< C ,
A , SELF extends LambdaSafe.LambdaSafeCallback < C , A , SELF>> - org.springframework.boot.util のクラス - ラムダセーフコールバックの抽象基本クラス。
- lastModified() - クラス org.springframework.boot.origin のメソッド。OriginTrackedResource
- LATEST - Static variable in enum class org.springframework.boot.actuate.endpoint.ApiVersion
- 最新の API バージョン。
- launch(ClassLoader, String, String[]) - Method in class org.springframework.boot.loader.launch.Launcher
- アーカイブファイルと完全に構成されたクラスローダーを指定して、アプリケーションを起動します。
- launch(String[]) - Method in class org.springframework.boot.loader.launch.Launcher
- アプリケーションを起動します。
- LaunchedClassLoader - org.springframework.boot.loader.launch のクラス
Launcher
で使用されるClassLoader
SE。- LaunchedClassLoader(boolean, URL[], ClassLoader) - クラス org.springframework.boot.loader.launch. LaunchedClassLoader のコンストラクター
- 新しい
LaunchedClassLoader
インスタンスを作成します。 - LaunchedClassLoader(boolean, Archive, URL[], ClassLoader) - クラス org.springframework.boot.loader.launch. LaunchedClassLoader のコンストラクター
- 新しい
LaunchedClassLoader
インスタンスを作成します。 - Launcher - Class in org.springframework.boot.loader.launch
- 完全に構成されたクラスパスを使用してアプリケーションを起動できるランチャーの基本クラス。
- Launcher() - Constructor for class org.springframework.boot.loader.launch.Launcher
- launchJobFromProperties(Properties) - クラス org.springframework.boot.autoconfigure.batch のメソッド。JobLauncherApplicationRunner
- LaunchScript - Interface in org.springframework.boot.loader.tools
- JAR ファイルの前に付加して実行可能にするスクリプト。
- LAX - Enum constant in enum class org.springframework.boot.web.server.Cookie.SameSite
- SameSite 属性は Lax に設定されます。
- Layer - Class in org.springframework.boot.buildpack.platform.docker.type
ImageArchive
に書き込むことができるレイヤー。- Layer - Class in org.springframework.boot.loader.tools
- Docker イメージを作成するときに jar を分離するために使用される名前付きレイヤー。
- Layer(String) - Constructor for class org.springframework.boot.loader.tools.Layer
- 指定された名前で新しい
Layer
インスタンスを作成します。 - LayerId - Class in org.springframework.boot.buildpack.platform.docker.type
algorithm: hash
形式の Docker イメージ内で使用されるレイヤー ID。- Layers - Interface in org.springframework.boot.loader.tools
- レイヤーに関する情報を
Repackager
に提供するインターフェース。 - LayersIndex - org.springframework.boot.loader.tools のクラス
- jar の各エントリが属するレイヤーを説明するインデックス。
- LayersIndex(Iterable<Layer>) - クラス org.springframework.boot.loader.tools. LayersIndex のコンストラクター
- 指定されたレイヤーに基づく新しい
LayersIndex
を作成します。 - LayersIndex(Layer...) - クラス org.springframework.boot.loader.tools. LayersIndex のコンストラクター
- 指定されたレイヤーに基づく新しい
LayersIndex
を作成します。 - Layout - Interface in org.springframework.boot.buildpack.platform.io
- ファイル / ディレクトリレイアウトを書き込むために使用できるインターフェース。
- Layout - Interface in org.springframework.boot.loader.tools
- 特定の種類のアーカイブのレイアウトを決定するために使用される戦略インターフェース。
- LayoutFactory - Interface in org.springframework.boot.loader.tools
Layout
の作成に使用されるファクトリインターフェース。- Layouts - Class in org.springframework.boot.loader.tools
- 一般的な
layouts
。 - Layouts.Expanded - Class in org.springframework.boot.loader.tools
- 実行可能な拡張アーカイブレイアウト。
- Layouts.Jar - org.springframework.boot.loader.tools のクラス
- 実行可能な JAR レイアウト。
- Layouts.None - org.springframework.boot.loader.tools のクラス
- レイアウトなし。
- Layouts.War - org.springframework.boot.loader.tools のクラス
- 実行可能な WAR レイアウト。
- lazyCopy(MimeMappings) - Static method in class org.springframework.boot.web.server.MimeMappings
- マッピングが変更された場合にのみエントリをコピーする、指定されたマッピングの新しい遅延コピーを作成します。
- lazyInitialization(boolean) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
- アプリケーションを遅延初期化する必要があるかどうかを制御するフラグ。
- LazyInitializationBeanFactoryPostProcessor - Class in org.springframework.boot
excluded
ではなく、明示的に値が設定されていない Bean 定義に lazy-init を設定するBeanFactoryPostProcessor
。- LazyInitializationBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
- LazyInitializationExcludeFilter - org.springframework.boot のインターフェース
LazyInitializationBeanFactoryPostProcessor
によって設定されたlazy-init
から Bean 定義を除外するために使用できるフィルター。- LdapAutoConfiguration - org.springframework.boot.autoconfigure.ldap のクラス
- LDAP 用の
Auto-configuration
。 - LdapAutoConfiguration() - クラス org.springframework.boot.autoconfigure.ldap. LdapAutoConfiguration のコンストラクター
- LdapConnectionDetails - Interface in org.springframework.boot.autoconfigure.ldap
- LDAP サービスへの接続を確立するために必要な詳細。
- 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 のクラス
- 構成済みの LDAP サーバーの
HealthIndicator
。 - LdapHealthIndicator(LdapOperations) - クラス org.springframework.boot.actuate.ldap. LdapHealthIndicator のコンストラクター
- LdapProperties - org.springframework.boot.autoconfigure.ldap のクラス
- LDAP の構成プロパティ。
- LdapProperties() - クラス org.springframework.boot.autoconfigure.ldap. LdapProperties のコンストラクター
- LdapProperties.Referral - org.springframework.boot.autoconfigure.ldap の Enum クラス
- 紹介を処理する方法を定義します。
- LdapProperties.Template - org.springframework.boot.autoconfigure.ldap のクラス
settings
.- LdapRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.ldap のクラス
- Spring Data の LDAP リポジトリ用の
Auto-configuration
。 - LdapRepositoriesAutoConfiguration() - クラス org.springframework.boot.autoconfigure.data.ldap. LdapRepositoriesAutoConfiguration のコンストラクター
- ldapTemplate(LdapProperties, ContextSource, ObjectDirectoryMapper) - クラス org.springframework.boot.autoconfigure.ldap のメソッド。LdapAutoConfiguration
- LEGACY_STRICT - Enum constant in enum class org.springframework.boot.autoconfigure.gson.GsonProperties.Strictness
- レガシー上の理由により、若干の差異はあるものの、厳密に準拠しています。
- length() - インターフェース org.springframework.boot.test.system のメソッド。CapturedOutput
- LENIENT - Enum constant in enum class org.springframework.boot.autoconfigure.gson.GsonProperties.Strictness
- 寛大な遵守。
- Lettuce() - クラス org.springframework.boot.autoconfigure.data.redis のコンストラクター。RedisProperties.Lettuce
- LETTUCE - Enum constant in enum class org.springframework.boot.autoconfigure.data.redis.RedisProperties.ClientType
- Lettuce redis クライアントを使用します。
- LettuceClientConfigurationBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
- デフォルトの自動構成を保持しながら、
LettuceClientConfiguration.LettuceClientConfigurationBuilder
を介してLettuceClientConfiguration
をカスタマイズしたい Bean によって実装できるコールバックインターフェース。 - LettuceClientOptionsBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
- デフォルトの自動構成を維持しながら、
ClientOptions.Builder
を介してLettuceClientConfiguration
のClientOptions
をカスタマイズしたい Bean によって実装できるコールバックインターフェース。 - LettuceMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.redis のクラス
- Lettuce メトリクスの自動構成。
- LettuceMetricsAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.metrics.redis. LettuceMetricsAutoConfiguration のコンストラクター
- LEVEL_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- ログレベルパターンのログシステムプロパティ。
- Libraries - Interface in org.springframework.boot.loader.tools
- アーカイブにパックできるライブラリに関する情報をカプセル化します。
- library(Library) - インターフェース org.springframework.boot.loader.tools のメソッド。LibraryCallback
File
SE による単一のライブラリのコールバック。- Library - Class in org.springframework.boot.loader.tools
- アーカイブにパックできる単一のライブラリに関する情報をカプセル化します。
- Library(File, LibraryScope) - Constructor for class org.springframework.boot.loader.tools.Library
- 新しい
Library
を作成します。 - Library(String, File, LibraryScope, LibraryCoordinates, boolean, boolean, boolean) - Constructor for class org.springframework.boot.loader.tools.Library
- 新しい
Library
を作成します。 - LibraryCallback - Interface in org.springframework.boot.loader.tools
Libraries
を反復するために使用されるコールバックインターフェース。- LibraryContentFilter - org.springframework.boot.loader.tools.layer のクラス
- 座標パターンに基づいて
Library
アイテムと一致するContentFilter
。 - LibraryContentFilter(String) - クラス org.springframework.boot.loader.tools.layer. LibraryContentFilter のコンストラクター
- LibraryCoordinates - Interface in org.springframework.boot.loader.tools
- ライブラリのアーティファクト座標に関する情報をカプセル化します。
- LibraryScope - Interface in org.springframework.boot.loader.tools
- ライブラリのスコープ。
- LifecycleAutoConfiguration - org.springframework.boot.autoconfigure.context のクラス
- アプリケーションコンテキストのライフサイクルに関連する
Auto-configuration
。 - LifecycleAutoConfiguration() - クラス org.springframework.boot.autoconfigure.context. LifecycleAutoConfiguration のコンストラクター
- LifecycleManagement - Enum Class in org.springframework.boot.docker.compose.lifecycle
- Docker Compose ライフサイクル管理。
- LifecycleProperties - org.springframework.boot.autoconfigure.context のクラス
- ライフサイクル処理の構成プロパティ。
- LifecycleProperties() - クラス org.springframework.boot.autoconfigure.context. LifecycleProperties のコンストラクター
- LIMITED - Enum constant in enum class org.springframework.boot.autoconfigure.reactor.ReactorProperties.ContextPropagationMode
- コンテキスト伝播は、「タップ」および「ハンドル」Reactor オペレーターにのみ適用されます。
- Link - Class in org.springframework.boot.actuate.endpoint.web
- HAL -formatted レスポンス内のリンクの詳細。
- Link(String) - Constructor for class org.springframework.boot.actuate.endpoint.web.Link
- 指定された
href
で新しいLink
を作成します。 - 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 - Class in org.springframework.boot.autoconfigure.liquibase
- Liquibase 用の
Auto-configuration
。 - LiquibaseAutoConfiguration() - Constructor for class 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() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
- LiquibaseConfiguration() - クラス org.springframework.boot.autoconfigure.liquibase のコンストラクター。LiquibaseAutoConfiguration.LiquibaseConfiguration
- LiquibaseConnectionDetails - Interface in org.springframework.boot.autoconfigure.liquibase
- Liquibase が JDBC を使用して SQL サービスへの接続を確立するために必要な詳細。
- LiquibaseDataSource - Annotation Interface in org.springframework.boot.autoconfigure.liquibase
- Liquibase に注入される DataSource の修飾子アノテーション。
- liquibaseDefaultDdlModeProvider(ObjectProvider<SpringLiquibase>) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration
- liquibaseEndpoint(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.liquibase.LiquibaseEndpointAutoConfiguration
- LiquibaseEndpoint - Class in org.springframework.boot.actuate.liquibase
- liquibase 情報を公開する
@Endpoint
。 - LiquibaseEndpoint(ApplicationContext) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
- LiquibaseEndpoint.ChangeSetDescriptor - org.springframework.boot.actuate.liquibase のクラス
- Liquibase 変更セットの説明。
- LiquibaseEndpoint.ContextExpressionDescriptor - org.springframework.boot.actuate.liquibase のクラス
LiquibaseEndpoint.ChangeSetDescriptor
のコンテキスト式の説明。- LiquibaseEndpoint.ContextLiquibaseBeansDescriptor - org.springframework.boot.actuate.liquibase のクラス
- アプリケーションコンテキストの
SpringLiquibase
Bean の説明。 - LiquibaseEndpoint.LiquibaseBeanDescriptor - org.springframework.boot.actuate.liquibase のクラス
SpringLiquibase
Bean の説明。- LiquibaseEndpoint.LiquibaseBeansDescriptor - org.springframework.boot.actuate.liquibase のクラス
- アプリケーションの
SpringLiquibase
Bean の説明。 - LiquibaseEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.liquibase
- LiquibaseEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.liquibase.LiquibaseEndpointAutoConfiguration
- LiquibaseProperties - Class in org.springframework.boot.autoconfigure.liquibase
SpringLiquibase
を構成するための構成プロパティ。- LiquibaseProperties() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- LiquibaseProperties.ShowSummary - org.springframework.boot.autoconfigure.liquibase の Enum クラス
- 表示する概要の型の列挙。
- LiquibaseProperties.ShowSummaryOutput - org.springframework.boot.autoconfigure.liquibase の Enum クラス
- 概要を出力する宛先の列挙。
- LiquibaseProperties.UiService - org.springframework.boot.autoconfigure.liquibase の Enum クラス
- UIService の型の列挙。
- list() - インターフェース org.springframework.boot.actuate.autoconfigure.tracing のメソッド。SpanExporters
span exporters
のリストを返します。- list() - インターフェース org.springframework.boot.actuate.autoconfigure.tracing のメソッド。SpanProcessors
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 - Enum constant in enum class org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
AbstractMessageListenerContainer
ターゲット。- ListenerRetry() - クラス org.springframework.boot.autoconfigure.amqp のコンストラクター。RabbitProperties.ListenerRetry
- listeners(ApplicationListener<?>...) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
- いくつかのリスナーをアプリケーションに追加します(コンテキストが実行されたら、通常の Spring イベントと同様に SpringApplication イベントをリスニングします)。
- listNames() - クラス org.springframework.boot.actuate.metrics のメソッド。MetricsEndpoint
- listOf(Class<E>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- LivenessState - Enum Class in org.springframework.boot.availability
- アプリケーションの「活性」状態。
- livenessStateHealthIndicator(ApplicationAvailability) - クラス org.springframework.boot.actuate.autoconfigure.availability のメソッド。AvailabilityHealthContributorAutoConfiguration
- livenessStateHealthIndicator(ApplicationAvailability) - クラス org.springframework.boot.actuate.autoconfigure.availability のメソッド。AvailabilityProbesAutoConfiguration
- LivenessStateHealthIndicator - org.springframework.boot.actuate.availability のクラス
- アプリケーションの
LivenessState
をチェックするHealthIndicator
。 - LivenessStateHealthIndicator(ApplicationAvailability) - クラス org.springframework.boot.actuate.availability. LivenessStateHealthIndicator のコンストラクター
- Livereload() - クラス org.springframework.boot.devtools.autoconfigure のコンストラクター。DevToolsProperties.Livereload
- LiveReloadServer - org.springframework.boot.devtools.livereload のクラス
- livereload サーバー。
- LiveReloadServer() - クラス org.springframework.boot.devtools.livereload. LiveReloadServer のコンストラクター
- デフォルトのポートでリッスンしている新しい
LiveReloadServer
を作成します。 - LiveReloadServer(int) - クラス org.springframework.boot.devtools.livereload. LiveReloadServer のコンストラクター
- 指定されたポートでリッスンしている新しい
LiveReloadServer
を作成します。 - LiveReloadServer(int, ThreadFactory) - クラス org.springframework.boot.devtools.livereload. LiveReloadServer のコンストラクター
- 特定の
ThreadFactory
SE を使用して、指定されたポートでリッスンしている新しいLiveReloadServer
を作成します。 - LiveReloadServer(ThreadFactory) - クラス org.springframework.boot.devtools.livereload. LiveReloadServer のコンストラクター
- 特定の
ThreadFactory
SE を使用して、デフォルトポートでリッスンしている新しいLiveReloadServer
を作成します。 - load(InputStream) - Static method in class org.springframework.boot.ssl.pem.PemContent
- 指定された
InputStream
SE からPemContent
をロードします。 - load(Class<?>, ClassLoader) - Static method in class org.springframework.boot.context.annotation.ImportCandidates
- クラスパスからインポート候補の名前をロードします。
- load(Class<?>, String...) - クラス org.springframework.boot.web.servlet.context のメソッド。XmlServletWebServerApplicationContext
- 指定された XML リソースから Bean 定義をロードします。
- load(String...) - クラス org.springframework.boot.web.servlet.context のメソッド。XmlServletWebServerApplicationContext
- 指定された XML リソースから Bean 定義をロードします。
- load(String, Resource) - クラス org.springframework.boot.env のメソッド。PropertiesPropertySourceLoader
- load(String, Resource) - インターフェース org.springframework.boot.env のメソッド。PropertySourceLoader
- リソースを 1 つ以上のプロパティソースに読み込みます。
- load(String, Resource) - クラス org.springframework.boot.env のメソッド。YamlPropertySourceLoader
- load(Path) - Static method in class org.springframework.boot.ssl.pem.PemContent
- 指定された
Path
SE からPemContent
をロードします。 - load(ImageArchive, UpdateListener<LoadImageUpdateEvent>) - クラス org.springframework.boot.buildpack.platform.docker のメソッド。DockerApi.ImageApi
ImageArchive
を 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
- 指定されたリソースの
ConfigData
をロードします。 - load(PemSslStoreDetails) - Static method in interface org.springframework.boot.ssl.pem.PemSslStore
- 指定された
PemSslStoreDetails
を使用してロードされたPemSslStore
インスタンスを返します。 - load(PemSslStoreDetails, ResourceLoader) - Static method in interface org.springframework.boot.ssl.pem.PemSslStore
- 指定された
PemSslStoreDetails
を使用してロードされたPemSslStore
インスタンスを返します。 - load(ApplicationContext, Object[]) - Method in class org.springframework.boot.SpringApplication
- Bean をアプリケーションコンテキストにロードします。
- load(Resource...) - クラス org.springframework.boot.web.servlet.context のメソッド。XmlServletWebServerApplicationContext
- 指定された XML リソースから Bean 定義をロードします。
- loadClass(String, boolean) - クラス org.springframework.boot.devtools.restart.classloader のメソッド。RestartClassLoader
- loadClass(String, boolean) - クラス org.springframework.boot.loader.launch のメソッド。LaunchedClassLoader
- loadClass(String, boolean) - Method in class 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) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- loadConfiguration(String, LogFile, List<String>) - クラス org.springframework.boot.logging.log4j2 のメソッド。Log4J2LoggingSystem
- 指定された
location
から構成をロードし、指定されたoverrides
からの構成を使用してコンポジットを作成します。 - loadConfiguration(LoggingInitializationContext, String, LogFile) - クラス org.springframework.boot.logging のメソッド。AbstractLoggingSystem
- 特定の構成をロードします。
- loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- loadConfiguration(LoggingInitializationContext, String, LogFile) - クラス org.springframework.boot.logging.log4j2 のメソッド。Log4J2LoggingSystem
- loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class 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
- ロギングシステムの適切なデフォルトをロードします。
- loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- loadDefaults(LoggingInitializationContext, LogFile) - クラス org.springframework.boot.logging.log4j2 のメソッド。Log4J2LoggingSystem
- loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- LoaderClassesWriter - Interface in org.springframework.boot.loader.tools
CustomLoaderLayouts
がクラスを再パッケージ化された JAR に書き込むために使用するライター。- LoaderImplementation - Enum Class in org.springframework.boot.loader.tools
- サポートされているローダー実装。
- loadFrom(Resource, String, Charset) - クラス org.springframework.boot.autoconfigure.info のメソッド。ProjectInfoAutoConfiguration
- LoadImageUpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
- イメージがロードされるときに起動される
ProgressUpdateEvent
。 - LoadImageUpdateEvent(String, String, ProgressUpdateEvent.ProgressDetail, String, LoadImageUpdateEvent.ErrorDetail) - Constructor for class org.springframework.boot.buildpack.platform.docker.LoadImageUpdateEvent
- LoadImageUpdateEvent.ErrorDetail - org.springframework.boot.buildpack.platform.docker のクラス
- レスポンスストリームに埋め込まれたエラーの詳細。
- loadOnStartup() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
loadOnStartup
の優先度。- LocalDevToolsAutoConfiguration - org.springframework.boot.devtools.autoconfigure のクラス
- ローカル開発サポートのための
Auto-configuration
。 - 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
は、相対 URI にlocalhost:${local.server.port}
を自動的にプレフィックスします。- LocalHostUriTemplateHandler(Environment) - クラス org.springframework.boot.test.web.client. LocalHostUriTemplateHandler のコンストラクター
- 指定された
environment
を使用してhttp
URI を生成し、コンテキストパスとポートを決定する新しいLocalHostUriTemplateHandler
を作成します。 - LocalHostUriTemplateHandler(Environment, String) - クラス org.springframework.boot.test.web.client. LocalHostUriTemplateHandler のコンストラクター
- 指定された
scheme
で URI を生成する新しいLocalHostUriTemplateHandler
を作成し、指定されたenvironment
を使用してコンテキストパスとポートを決定します。 - LocalHostUriTemplateHandler(Environment, String, UriTemplateHandler) - クラス org.springframework.boot.test.web.client. LocalHostUriTemplateHandler のコンストラクター
- 指定された
scheme
で URI を生成する新しいLocalHostUriTemplateHandler
を作成し、指定されたenvironment
を使用してコンテキストパスとポートを決定し、指定されたテンプレートhandler
に委譲します。 - LocalHostWebClient - org.springframework.boot.test.web.htmlunit のクラス
WebClient
は、相対 URL の前にlocalhost:${local.server.port}
を自動的に付けます。- LocalHostWebClient(Environment) - クラス org.springframework.boot.test.web.htmlunit. LocalHostWebClient のコンストラクター
- LocalHostWebConnectionHtmlUnitDriver - org.springframework.boot.test.web.htmlunit.webdriver のクラス
LocalHostWebConnectionHtmlUnitDriver
は、相対 URL の前に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 - Annotation Interface in org.springframework.boot.test.web.server
- 実行時に割り当てられた HTTP 管理ポートを挿入するフィールドまたはメソッド / コンストラクターパラメーターレベルでのアノテーション。
- LocalRSocketServerPort - Annotation Interface in org.springframework.boot.test.rsocket.server
- 実行時に割り当てられた RSocket ポートを挿入するフィールドまたはメソッド / コンストラクターパラメーターレベルでのアノテーション。
- LocalServerPort - Annotation Interface in org.springframework.boot.test.web.server
- 実行時に割り当てられた HTTP サーバーポートを挿入するフィールドまたはメソッド / コンストラクターパラメーターレベルでのアノテーション。
- locateTransactionManager() - クラス org.springframework.boot.orm.jpa.hibernate のメソッド。SpringJtaPlatform
- locateUserTransaction() - クラス org.springframework.boot.orm.jpa.hibernate のメソッド。SpringJtaPlatform
- location() - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
location
レコードコンポーネントの値を返します。- location() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.JksKeyStore
- ストアコンテンツを含むリソースの場所です。
- location() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.JksTrustStore
- ストアコンテンツを含むリソースの場所です。
- Location(int, int) - クラス org.springframework.boot.origin のコンストラクター。TextResourceOrigin.Location
- 新しい
TextResourceOrigin.Location
インスタンスを作成します。 - LOCATION - Static variable in class org.springframework.boot.loader.tools.NativeImageArgFile
- 引数ファイルの場所。
- LOCCRC - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCEXT - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCFLG - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCHDR - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCHOW - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCLEN - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCNAM - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCSIG - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCSIZ - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCTIM - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- LOCVER - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- log() - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- log(String) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- log(String) - Method in interface org.springframework.boot.buildpack.platform.docker.DockerLog
- 指定されたメッセージをログに記録します。
- log(String) - クラス org.springframework.boot.loader.log のメソッド。DebugLogger
- メッセージを記録します。
- log(String, Object) - クラス org.springframework.boot.loader.log のメソッド。DebugLogger
- フォーマットされたメッセージをログに記録します。
- log(String, Object, Object) - クラス org.springframework.boot.loader.log のメソッド。DebugLogger
- フォーマットされたメッセージをログに記録します。
- log(String, Object, Object, Object) - クラス org.springframework.boot.loader.log のメソッド。DebugLogger
- フォーマットされたメッセージをログに記録します。
- log(String, Object, Object, Object, Object) - クラス org.springframework.boot.loader.log のメソッド。DebugLogger
- フォーマットされたメッセージをログに記録します。
- log(Log, Object) - Method in enum class org.springframework.boot.logging.LogLevel
- このレベルで指定されたロガーにメッセージを記録します。
- log(Log, Object, Throwable) - Method in enum class org.springframework.boot.logging.LogLevel
- このレベルで指定されたロガーにメッセージを記録します。
- LOG - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummaryOutput
- 概要を記録します。
- LOG - Enum constant in enum class org.springframework.boot.Banner.Mode
- ログファイルにバナーを出力します。
- LOG_DEBUG - Enum constant in enum class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
DEBUG
レベルで MVC インタラクションをログに記録します。- LOG_FILE - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- ログファイルのログシステムプロパティ。
- LOG_FILE_BEAN_NAME - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
LogFile
Bean の名前。- LOG_PATH - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- ログパスのログシステムプロパティ。
- Log4J2LoggingSystem - org.springframework.boot.logging.log4j2 のクラス
- Log4j 2 の場合は
LoggingSystem
。 - Log4J2LoggingSystem(ClassLoader) - クラス org.springframework.boot.logging.log4j2 のコンストラクター。Log4J2LoggingSystem
- Log4J2LoggingSystem.Factory - org.springframework.boot.logging.log4j2 のクラス
- 可能であれば
Log4J2LoggingSystem
を返すLoggingSystemFactory
。 - log4j2Metrics() - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。Log4J2MetricsAutoConfiguration
- Log4J2MetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics のクラス
- Log4J2 メトリクスの自動構成。
- Log4J2MetricsAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.metrics のコンストラクター。Log4J2MetricsAutoConfiguration
- LogbackInitializer - org.springframework.boot.loader.tools のクラス
- INFO レベルのログを使用するように logback(存在する場合)を初期化するユーティリティ。
- LogbackInitializer() - クラス org.springframework.boot.loader.tools. LogbackInitializer のコンストラクター
- LogbackLoggingSystem - Class in org.springframework.boot.logging.logback
- logback の場合は
LoggingSystem
。 - LogbackLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystem
- LogbackLoggingSystem.Factory - org.springframework.boot.logging.logback のクラス
- 可能であれば
LogbackLoggingSystem
を返すLoggingSystemFactory
。 - LogbackLoggingSystemProperties - Class in org.springframework.boot.logging.logback
- Logback 用の
LoggingSystemProperties
。 - LogbackLoggingSystemProperties(Environment) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
- LogbackLoggingSystemProperties(Environment, BiConsumer<String, String>) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
- 新しい
LogbackLoggingSystemProperties
インスタンスを作成します。 - LogbackLoggingSystemProperties(Environment, Function<String, String>, BiConsumer<String, String>) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
- 新しい
LoggingSystemProperties
インスタンスを作成します。 - logbackMetrics() - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。LogbackMetricsAutoConfiguration
- LogbackMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics のクラス
- Logback メトリクスの
Auto-configuration
。 - LogbackMetricsAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.metrics. LogbackMetricsAutoConfiguration のコンストラクター
- logError(ServerRequest, ServerResponse, Throwable) - クラス org.springframework.boot.autoconfigure.web.reactive.error のメソッド。AbstractErrorWebExceptionHandler
- 指定された
request
およびresponse
交換のthrowable
エラーをログに記録します。 - logFile() - クラス org.springframework.boot.actuate.logging のメソッド。LogFileWebEndpoint
- LogFile - org.springframework.boot.logging のクラス
- ログ出力ファイルへの参照。
- logFileWebEndpoint(ObjectProvider<LogFile>, LogFileWebEndpointProperties) - クラス org.springframework.boot.actuate.autoconfigure.logging のメソッド。LogFileWebEndpointAutoConfiguration
- LogFileWebEndpoint - org.springframework.boot.actuate.logging のクラス
- アプリケーションのログファイルへのアクセスを提供する Web
@Endpoint
。 - 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 のクラス
LogFileWebEndpoint
の構成プロパティ。- LogFileWebEndpointProperties() - クラス org.springframework.boot.actuate.autoconfigure.logging. LogFileWebEndpointProperties のコンストラクター
- logger - Variable in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- logger - Variable in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- LOGGER - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.UiService
- ログベースの UIService。
- LOGGER_GROUPS_BEAN_NAME - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
LoggerGroups
Bean の名前。- LoggerConfiguration - org.springframework.boot.logging のクラス
LoggingSystem
のロガーの構成を表す不変のクラス。- LoggerConfiguration(String, LoggerConfiguration.LevelConfiguration, LoggerConfiguration.LevelConfiguration) - クラス org.springframework.boot.logging. LoggerConfiguration のコンストラクター
- 新しい
instance
を作成します。 - LoggerConfiguration(String, LogLevel, LogLevel) - クラス org.springframework.boot.logging. LoggerConfiguration のコンストラクター
- 新しい
instance
を作成します。 - LoggerConfiguration.ConfigurationScope - org.springframework.boot.logging の Enum クラス
- サポートされているロガー構成スコープ。
- LoggerConfiguration.LevelConfiguration - org.springframework.boot.logging のクラス
- ロガーレベルの設定。
- LoggerGroup - org.springframework.boot.logging のクラス
- 単一のロガーグループ。
- LoggerGroups - org.springframework.boot.logging のクラス
- Spring 環境を介して構成されたロガーグループ。
- 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 のクラス
LoggerConfiguration
のコレクションを公開する@Endpoint
。- LoggersEndpoint(LoggingSystem, LoggerGroups) - クラス org.springframework.boot.actuate.logging. LoggersEndpoint のコンストラクター
- 新しい
LoggersEndpoint
インスタンスを作成します。 - LoggersEndpoint.GroupLoggerLevelsDescriptor - org.springframework.boot.actuate.logging のクラス
- 特定のグループロガー用に構成されたレベルの説明。
- LoggersEndpoint.LoggerLevelsDescriptor - org.springframework.boot.actuate.logging のクラス
- 特定のロガー用に構成されたレベルの説明。
- LoggersEndpoint.LoggersDescriptor - org.springframework.boot.actuate.logging のクラス
- ロガーの説明。
- LoggersEndpoint.SingleLoggerLevelsDescriptor - org.springframework.boot.actuate.logging のクラス
- 特定の 1 つのロガーに設定されたレベルの説明。
- 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 - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
LoggingSystem
Bean の名前。- LoggingApplicationListener - org.springframework.boot.context.logging のクラス
LoggingSystem
を構成するApplicationListener
。- LoggingApplicationListener() - クラス org.springframework.boot.context.logging. LoggingApplicationListener のコンストラクター
- LoggingFailureAnalysisReporter - org.springframework.boot.diagnostics のクラス
- 障害分析をログに記録する
FailureAnalysisReporter
。 - LoggingFailureAnalysisReporter() - クラス org.springframework.boot.diagnostics. LoggingFailureAnalysisReporter のコンストラクター
- LoggingInitializationContext - org.springframework.boot.logging のクラス
- 初期化中に
LoggingSystem
に渡されたコンテキスト。 - LoggingInitializationContext(ConfigurableEnvironment) - クラス org.springframework.boot.logging. LoggingInitializationContext のコンストラクター
- 新しい
LoggingInitializationContext
インスタンスを作成します。 - LoggingSystem - org.springframework.boot.logging のクラス
- ロギングシステムの一般的な抽象化。
- LoggingSystem() - クラス org.springframework.boot.logging. LoggingSystem のコンストラクター
- LoggingSystemFactory - Interface in org.springframework.boot.logging
- 実際の実装を見つけるために
LoggingSystem.get(ClassLoader)
によって使用されるファクトリクラス。 - LoggingSystemProperties - org.springframework.boot.logging のクラス
- 後でログ構成ファイルで使用できるシステムプロパティを設定するユーティリティ。
- LoggingSystemProperties(Environment) - クラス org.springframework.boot.logging. LoggingSystemProperties のコンストラクター
- 新しい
LoggingSystemProperties
インスタンスを作成します。 - LoggingSystemProperties(Environment, BiConsumer<String, String>) - クラス org.springframework.boot.logging. LoggingSystemProperties のコンストラクター
- 新しい
LoggingSystemProperties
インスタンスを作成します。 - LoggingSystemProperties(Environment, Function<String, String>, BiConsumer<String, String>) - クラス org.springframework.boot.logging. LoggingSystemProperties のコンストラクター
- 新しい
LoggingSystemProperties
インスタンスを作成します。 - LoggingSystemProperty - Enum Class in org.springframework.boot.logging
- 後でログ構成ファイルで使用できるシステムプロパティのログを記録します。
- LogLevel - Enum Class in org.springframework.boot.logging
LoggingSystem
がサポートするログレベル。- LogLevels() - クラス org.springframework.boot.logging のコンストラクター。AbstractLoggingSystem.LogLevels
- LOGOUT_SUCCESS - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
- ログアウト成功イベント型。
- logOutcome(String, ConditionOutcome) - クラス org.springframework.boot.autoconfigure.condition のメソッド。SpringBootCondition
- logs(ContainerReference, UpdateListener<LogUpdateEvent>) - クラス org.springframework.boot.buildpack.platform.docker のメソッド。DockerApi.ContainerApi
- 特定のコンテナーのログを返し、フォローします。
- logStartupInfo(boolean) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
- 起動情報を記録する必要があることを示すフラグ。
- logStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- logStartupInfo(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
- 起動情報を記録するために呼び出され、サブクラスはオーバーライドして追加のログを追加できます。
- logStartupProfileInfo(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
- アクティブなプロファイル情報を記録するために呼び出されます。
- LOGSTASH - Enum constant in enum class org.springframework.boot.logging.structured.CommonStructuredLogFormat
- Logstash ログ形式。
- LogUpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
- ログの更新を提供するために使用される更新イベント。
- LogUpdateEvent.StreamType - org.springframework.boot.buildpack.platform.docker の Enum クラス
- イベントでサポートされているストリーム型。
- LongTaskTimer() - クラス org.springframework.boot.actuate.autoconfigure.observation のコンストラクター。ObservationProperties.LongTaskTimer
- lookup(String) - クラス org.springframework.boot.autoconfigure.jms.artemis のメソッド。ArtemisNoOpBindingRegistry
- LZ4 - enum クラス org.springframework.boot.autoconfigure.cassandra の enum 定数。CassandraProperties.Compression
- "net.jpountz.lz4:lz4" が必要です。
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 直列化された形式
SpringApplication.logStartupInfo(ConfigurableApplicationContext)
を推奨