インデックス
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式
I
- id() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.Endpoint
- エンドポイントの ID(
EndpointIdルールに従う必要があります)。 - id() - Element in annotation interface org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint
- エンドポイントの ID。
- id() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
- 使用すべきではありません。エンドポイントの ID。
- id() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
- 使用すべきではありません。エンドポイントの ID。
- id() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
- 使用すべきではありません。エンドポイントの ID。
- id() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint
- エンドポイントの ID。
- id() - 列挙クラス org.springframework.boot.kafka.autoconfigure.KafkaProperties.IsolationLevel のメソッド
- ID - Static variable in class org.springframework.boot.health.actuate.endpoint.HealthEndpoint
- ヘルスエンドポイント ID。
- IDLE - Enum constant in enum class org.springframework.boot.web.server.GracefulShutdownResult
- サーバーは、猶予期間の終わりにアクティブなリクエストがなく、アイドル状態でした。
- IF_NOT_PRESENT - Enum constant in enum class org.springframework.boot.buildpack.platform.build.PullPolicy
- ローカルに存在しない場合にのみ、レジストリからイメージをプルします。
- IF_RUNNING - Enum constant in enum class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Start.Skip
- すでにサービスが実行中の場合は開始をスキップします。
- ifBound(Consumer) - クラス org.springframework.boot.context.properties.bind のメソッド。BindResult
- バインドされた値で指定されたコンシューマーを呼び出すか、値がバインドされていない場合は何もしません。
- ifCausedBy(Exception, Class, Consumer) - Static method in exception class org.springframework.boot.web.server.PortInUseException
- 特定の例外が特定の例外型によって引き起こされた場合、アクションを実行します。
- ifKeyContains(String...) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データキーに指定された値のいずれかが含まれている場合にも適用されるフィルターを持つ新しい関数を返します (大文字と小文字は区別されません)。
- ifKeyEndsWith(String...) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データキーが指定された値のいずれかで終わる場合にも適用されるフィルターを持つ新しい関数を返します (大文字と小文字は区別されません)。
- ifKeyEquals(String...) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データキーが指定された値のいずれかと等しい場合にも適用されるフィルターを持つ新しい関数を返します (大文字と小文字は区別されません)。
- ifKeyMatches(String...) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データキーが指定された正規表現パターンのいずれかに一致する場合にも適用されるフィルターを持つ新しい関数を返します (大文字と小文字は区別されません)。
- ifKeyMatches(Predicate) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データキーが指定された述語のいずれかと一致する場合にも適用されるフィルターを持つ新しい関数を返します。
- ifKeyMatches(List) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データキーが指定された述語のいずれかと一致する場合にも適用されるフィルターを持つ新しい関数を返します。
- ifKeyMatches(Pattern...) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データキーが指定されたパターンのいずれかに一致する場合にも適用されるフィルターを持つ新しい関数を返します。
- ifKeyMatchesIgnoringCase(BiPredicate, String...) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データキーと値のいずれかが指定された述語と一致する場合にも適用されるフィルターを持つ新しい関数を返します。
- ifLikelyCredential() - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データに資格情報が含まれている可能性がある場合にも適用されるフィルターを備えた新しい関数を返します。
- ifLikelySensitive() - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データに機密値が含まれている可能性がある場合にも適用されるフィルターを備えた新しい関数を返します。
- ifLikelySensitiveProperty() - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データに機密プロパティ値が含まれている可能性がある場合にも適用されるフィルターを備えた新しい関数を返します。
- ifLikelyUri() - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データに URI が含まれる可能性がある場合にも適用されるフィルターを備えた新しい関数を返します。
- ifMatches(Predicate) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データが指定された述語と一致する場合にも適用されるフィルターを持つ新しい関数を返します。
- ifMatches(List) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データが指定された述語のいずれかに一致する場合にも適用されるフィルターを持つ新しい関数を返します。
- ifNotEmpty(Map, Consumer) - Static method in class org.springframework.boot.env.DefaultPropertiesPropertySource
- 提供されたソースが空でない場合は、新しい
DefaultPropertiesPropertySourceインスタンスを作成します。 - ifPortBindingException(Exception, Consumer) - Static method in exception class org.springframework.boot.web.server.PortInUseException
- 指定された例外が「使用中のポート」
BindExceptionSE によって引き起こされた場合は、アクションを実行します。 - ifValueMatches(Predicate) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データ値が指定された述語と一致する場合にも適用されるフィルターを持つ新しい関数を返します。
- ifValueMatches(List) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データ値が指定された述語のいずれかに一致する場合にも適用されるフィルターを持つ新しい関数を返します。
- ifValueStringMatches(String...) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データ文字列値が指定された正規表現パターンのいずれかに一致する場合にも適用されるフィルターを持つ新しい関数を返します (大文字と小文字は区別されません)。
- ifValueStringMatches(Predicate) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データ文字列値が指定された述語と一致する場合にも適用されるフィルターを持つ新しい関数を返します。
- ifValueStringMatches(List) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データ文字列値が指定された述語のいずれかに一致する場合にも適用されるフィルターを持つ新しい関数を返します。
- ifValueStringMatches(Pattern...) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データ文字列値が指定されたパターンのいずれかに一致する場合にも適用されるフィルターを持つ新しい関数を返します。
- ifVcapServices() - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
- データが VCAP サービス用である場合にも適用されるフィルターを備えた新しい関数を返します。
- IGNORE - Enum constant in enum class org.springframework.boot.context.config.ConfigDataNotFoundAction
- 例外を無視して、残りの場所の処理を続行します。
- IGNORE - Enum constant in enum class org.springframework.boot.ldap.autoconfigure.LdapProperties.Referral
- 紹介を無視します。
- IGNORE_IMPORTS - Enum constant in enum class org.springframework.boot.context.config.ConfigData.Option
- ソースからのすべてのインポートプロパティを無視します。
- IGNORE_PROFILES - Enum constant in enum class org.springframework.boot.context.config.ConfigData.Option
- すべてのプロファイルのアクティブ化を無視し、プロパティを含めます。
- ignoreApplicationContext(ApplicationContext) - クラス org.springframework.boot.security.autoconfigure.actuate.web.reactive のメソッド。EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- ignoreApplicationContext(ApplicationContext) - クラス org.springframework.boot.security.autoconfigure.actuate.web.reactive のメソッド。EndpointRequest.EndpointServerWebExchangeMatcher
- ignoreApplicationContext(ApplicationContext) - クラス org.springframework.boot.security.autoconfigure.actuate.web.reactive のメソッド。EndpointRequest.LinksServerWebExchangeMatcher
- ignoreApplicationContext(ApplicationContext) - クラス org.springframework.boot.security.web.reactive のメソッド。ApplicationContextServerWebExchangeMatcher
ApplicationContextを無視し、マッチングに使用しない場合に返します。- ignoreApplicationContext(ApplicationContext, ManagementPortType) - クラス org.springframework.boot.security.autoconfigure.actuate.web.reactive のメソッド。EndpointRequest.EndpointServerWebExchangeMatcher
- ignoreApplicationContext(ApplicationContext, ManagementPortType) - クラス org.springframework.boot.security.autoconfigure.actuate.web.reactive のメソッド。EndpointRequest.LinksServerWebExchangeMatcher
- ignoreApplicationContext(ApplicationContext, ManagementPortType) - クラス org.springframework.boot.security.autoconfigure.actuate.web.reactive のメソッド。EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- ignoreApplicationContext(WebApplicationContext) - クラス org.springframework.boot.security.autoconfigure.actuate.web.servlet のメソッド。EndpointRequest.AdditionalPathsEndpointRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - クラス org.springframework.boot.security.autoconfigure.actuate.web.servlet のメソッド。EndpointRequest.EndpointRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - クラス org.springframework.boot.security.autoconfigure.actuate.web.servlet のメソッド。EndpointRequest.LinksRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - クラス org.springframework.boot.security.autoconfigure.web.servlet のメソッド。PathRequest.H2ConsoleRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - クラス org.springframework.boot.security.autoconfigure.web.servlet のメソッド。StaticResourceRequest.StaticResourceRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - クラス org.springframework.boot.security.web.servlet のメソッド。ApplicationContextRequestMatcher
WebApplicationContextを無視し、マッチングに使用しない場合に返します。- ignoreApplicationContext(WebApplicationContext, ManagementPortType) - クラス org.springframework.boot.security.autoconfigure.actuate.web.servlet のメソッド。EndpointRequest.EndpointRequestMatcher
- ignoreApplicationContext(WebApplicationContext, ManagementPortType) - クラス org.springframework.boot.security.autoconfigure.actuate.web.servlet のメソッド。EndpointRequest.LinksRequestMatcher
- ignoreApplicationContext(WebApplicationContext, ManagementPortType) - クラス org.springframework.boot.security.autoconfigure.actuate.web.servlet のメソッド。EndpointRequest.AdditionalPathsEndpointRequestMatcher
- ignored() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
- 一致する Bean を識別するときに無視する必要がある Bean のクラス型。
- ignoredType() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
- 一致する Bean を識別するときに無視する必要のある Bean のクラス型名。
- IgnoreErrorsBindHandler - org.springframework.boot.context.properties.bind.handler のクラス
- バインディングエラーを無視するために使用できる
BindHandler。 - IgnoreErrorsBindHandler() - クラス org.springframework.boot.context.properties.bind.handler. IgnoreErrorsBindHandler のコンストラクター
- IgnoreErrorsBindHandler(BindHandler) - クラス org.springframework.boot.context.properties.bind.handler. IgnoreErrorsBindHandler のコンストラクター
- ignoreInvalidFields() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationProperties
- このオブジェクトにバインドするときに無効なフィールドを無視する必要があることを示すフラグ。
- ignoreRegistrationFailure() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
- 登録の失敗を無視するかどうか。
- ignoreRegistrationFailure() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
- 登録の失敗を無視するかどうか。
- IgnoreTopLevelConverterNotFoundBindHandler - org.springframework.boot.context.properties.bind.handler のクラス
- 最上位の
ConverterNotFoundExceptionを無視するために使用できるBindHandler。 - IgnoreTopLevelConverterNotFoundBindHandler() - クラス org.springframework.boot.context.properties.bind.handler. IgnoreTopLevelConverterNotFoundBindHandler のコンストラクター
- 新しい
IgnoreTopLevelConverterNotFoundBindHandlerインスタンスを作成します。 - IgnoreTopLevelConverterNotFoundBindHandler(BindHandler) - クラス org.springframework.boot.context.properties.bind.handler. IgnoreTopLevelConverterNotFoundBindHandler のコンストラクター
- 特定の親を持つ新しい
IgnoreTopLevelConverterNotFoundBindHandlerインスタンスを作成します。 - ignoreUnknownFields() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationProperties
- このオブジェクトへのバインド時に不明なフィールドを無視する必要があることを示すフラグ。
- image() - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi
- イメージ操作用の Docker API を返します。
- image() - Method in interface org.springframework.boot.docker.compose.core.RunningService
- サービスで使用されているイメージを返します。
- Image - Class in org.springframework.boot.buildpack.platform.docker.type
Docker inspectから返されたイメージの詳細。- Image.Descriptor - org.springframework.boot.buildpack.platform.docker.type のクラス
Docker inspectレスポンスで報告された記述子の詳細。- ImageArchive - Class in org.springframework.boot.buildpack.platform.docker.type
- Docker にロードできるイメージアーカイブ。
- ImageArchive.Update - org.springframework.boot.buildpack.platform.docker.type のクラス
- イメージアーカイブの作成時にデータを変更するために使用される更新クラス。
- ImageArchiveIndex - Class in org.springframework.boot.buildpack.platform.docker.type
index.jsonによって提供されるイメージアーカイブのインデックス情報。- ImageArchiveIndex(JsonNode) - Constructor for class org.springframework.boot.buildpack.platform.docker.type.ImageArchiveIndex
- ImageArchiveManifest - Class in org.springframework.boot.buildpack.platform.docker.type
manifest.jsonによって提供されるイメージアーカイブマニフェスト情報。- ImageArchiveManifest(JsonNode) - Constructor for class org.springframework.boot.buildpack.platform.docker.type.ImageArchiveManifest
- ImageArchiveManifest.ManifestEntry - org.springframework.boot.buildpack.platform.docker.type のクラス
- ImageConfig - Class in org.springframework.boot.buildpack.platform.docker.type
- イメージ構成情報。
- ImageConfig.Update - org.springframework.boot.buildpack.platform.docker.type のクラス
- コピーの作成時にデータを変更するために使用される更新クラス。
- imageName() - Method in record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
imageNameレコードコンポーネントの値を返します。- ImageName - Class in org.springframework.boot.buildpack.platform.docker.type
- "docker.io/library/ubuntu" 形式の Docker イメージ名。
- ImagePackager - org.springframework.boot.loader.tools のクラス
- 完全にパッケージ化されたアーカイブを OCI イメージにエクスポートするために使用できるユーティリティクラス。
- ImagePackager(File, File) - クラス org.springframework.boot.loader.tools. ImagePackager のコンストラクター
- 新しい
ImagePackagerインスタンスを作成します。 - ImagePlatform - Class in org.springframework.boot.buildpack.platform.docker
- Docker イメージのプラットフォーム仕様。
- ImageProgressUpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
- イメージイベントのために起動された
ProgressUpdateEvent。 - ImageProgressUpdateEvent(String, String, ProgressUpdateEvent.ProgressDetail, String) - Constructor for class org.springframework.boot.buildpack.platform.docker.ImageProgressUpdateEvent
- ImageReference - Class in org.springframework.boot.buildpack.platform.docker.type
"imagename[:tag|@digest]"形式の Docker イメージへの参照。- ImageReference - Class in org.springframework.boot.docker.compose.core
"imagename[:tag|@digest]"形式の Docker イメージへの参照。- IMAGES - Enum constant in enum class org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
"/images"のリソース。- IMMEDIATE - Enum constant in enum class org.springframework.boot.web.server.GracefulShutdownResult
- サーバーはすぐにシャットダウンされ、アクティブなリクエストは無視されました。
- IMMEDIATE - Enum constant in enum class org.springframework.boot.web.server.Shutdown
WebServerはすぐにシャットダウンします。- IMPERATIVE - Enum constant in enum class org.springframework.boot.autoconfigure.data.RepositoryType
- 命令型リポジトリを有効にします。
- ImperativeHttpClientAutoConfiguration - org.springframework.boot.http.client.autoconfigure.imperative のクラス
- 命令型 HTTP クライアントの場合は
Auto-configuration。 - ImperativeHttpClientsProperties - org.springframework.boot.http.client.autoconfigure.imperative のクラス
- 命令型 HTTP クライアントに使用されるデフォルトを構成するには、
@ConfigurationPropertiesを使用します。 - ImperativeHttpClientsProperties() - クラス org.springframework.boot.http.client.autoconfigure.imperative. ImperativeHttpClientsProperties のコンストラクター
- ImperativeHttpClientsProperties.Factory - org.springframework.boot.http.client.autoconfigure.imperative の Enum クラス
- サポートされているファクトリ型。
- IMPLICIT - Static variable in interface org.springframework.boot.loader.tools.Layers
- デフォルトのレイヤーリゾルバー。
- ImportAutoConfiguration - Annotation Interface in org.springframework.boot.autoconfigure
- 指定された自動構成クラスをインポートして適用します。
- ImportCandidates - org.springframework.boot.context.annotation のクラス
@Configurationインポート候補、通常は自動構成が含まれています。- ImportTestcontainers - Annotation Interface in org.springframework.boot.testcontainers.context
- 慣用的な Testcontainers 宣言クラスを Spring
ApplicationContextにインポートします。 - InactiveConfigDataAccessException - Exception Class in org.springframework.boot.context.config
- 非アクティブな
ConfigDataプロパティソースに対してプロパティを解決しようとすると、例外がスローされます。 - include(MetadataReader, MetadataReaderFactory) - クラス org.springframework.boot.test.context.filter.annotation のメソッド。AnnotationCustomizableTypeExcludeFilter
- Include - Enum Class in org.springframework.boot.actuate.web.exchanges
- HTTP 交換のオプションを含めます。
- INCLUDE - Enum constant in enum class org.springframework.boot.test.context.filter.annotation.AnnotationCustomizableTypeExcludeFilter.FilterType
- INCLUDE - Enum constant in enum class org.springframework.boot.web.servlet.DispatcherType
- "RequestDispatcher.include()" 呼び出しにフィルターを適用します。
- INCLUDE_ANCESTORS - Enum constant in enum class org.springframework.boot.test.context.assertj.ApplicationContextAssert.Scope
- 祖先コンテキストと現在のコンテキストを検討します。
- INCLUDE_PROFILES_PROPERTY_NAME - Static variable in class org.springframework.boot.context.config.Profiles
- 追加で含まれるアクティブプロファイルを指定するために設定するプロパティの名前。
- IncludeExcludeContentSelector<T> - org.springframework.boot.loader.tools.layer のクラス
- IncludeExcludeContentSelector(Layer, List, List) - クラス org.springframework.boot.loader.tools.layer. IncludeExcludeContentSelector のコンストラクター
- IncludeExcludeContentSelector(Layer, List, List, Function) - クラス org.springframework.boot.loader.tools.layer. IncludeExcludeContentSelector のコンストラクター
- IncludeExcludeEndpointFilter<E> - org.springframework.boot.actuate.autoconfigure.endpoint.expose のクラス
- IncludeExcludeEndpointFilter(Class, Collection, Collection, String...) - クラス org.springframework.boot.actuate.autoconfigure.endpoint.expose. IncludeExcludeEndpointFilter のコンストラクター
- 特定の包含 / 除外ルールを使用して新しい
IncludeExcludeEndpointFilterを作成します。 - IncludeExcludeEndpointFilter(Class, Environment, String, String...) - クラス org.springframework.boot.actuate.autoconfigure.endpoint.expose. IncludeExcludeEndpointFilter のコンストラクター
Environmentからバインド / 除外ルールをバインドして、新しいIncludeExcludeEndpointFilterを作成します。- includeFilters() - Element in annotation interface org.springframework.boot.data.cassandra.test.autoconfigure.DataCassandraTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.data.couchbase.test.autoconfigure.DataCouchbaseTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.data.elasticsearch.test.autoconfigure.DataElasticsearchTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.data.jdbc.test.autoconfigure.DataJdbcTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.data.jpa.test.autoconfigure.DataJpaTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.data.ldap.test.autoconfigure.DataLdapTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.data.mongodb.test.autoconfigure.DataMongoTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - アノテーションインターフェース org.springframework.boot.data.neo4j.test.autoconfigure の要素。DataNeo4jTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - アノテーションインターフェース org.springframework.boot.data.r2dbc.test.autoconfigure の要素。DataR2dbcTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.data.redis.test.autoconfigure.DataRedisTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.graphql.test.autoconfigure.GraphQlTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.jdbc.test.autoconfigure.JdbcTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.jooq.test.autoconfigure.JooqTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.restclient.test.autoconfigure.RestClientTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.JsonTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.webclient.test.autoconfigure.WebClientTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.webflux.test.autoconfigure.WebFluxTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.webmvc.test.autoconfigure.WebMvcTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.client.WebServiceClientTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.server.WebServiceServerTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- including(ErrorAttributeOptions.Include...) - クラス org.springframework.boot.web.error のメソッド。ErrorAttributeOptions
- 指定された属性
ErrorAttributeOptions.Includeオプションを含むErrorAttributeOptionsを返します。 - IncompatibleConfigurationException - Exception Class in org.springframework.boot.context.properties
- アプリケーションが互換性のない
ConfigurationPropertiesキーのセットを構成した場合にスローされる例外。 - IncompatibleConfigurationException(String...) - Constructor for exception class org.springframework.boot.context.properties.IncompatibleConfigurationException
- index() - レコードクラス org.springframework.boot.json のメソッド。JsonWriter.MemberPath
indexレコードコンポーネントの値を返します。- INDEXED - Enum constant in enum class org.springframework.boot.session.data.redis.autoconfigure.SessionDataRedisProperties.RepositoryType
- RedisIndexedSessionRepository または ReactiveRedisIndexedSessionRepository を自動構成します。
- IndicatedHealthDescriptor - org.springframework.boot.health.actuate.endpoint のクラス
HealthIndicatorまたはReactiveHealthIndicatorから得られたヘルス状態の説明。- Infinispan() - クラス org.springframework.boot.cache.autoconfigure のコンストラクター。CacheProperties.Infinispan
- INFINISPAN - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
- Infinispan でバックアップされたキャッシング。
- InfinispanCacheConfiguration - org.springframework.boot.cache.autoconfigure のクラス
- Infinispan キャッシュ構成。
- InfinispanCacheConfiguration() - クラス org.springframework.boot.cache.autoconfigure. InfinispanCacheConfiguration のコンストラクター
- infinispanCacheManager(CacheProperties, ObjectProvider) - クラス org.springframework.boot.cache.autoconfigure のメソッド。InfinispanCacheConfiguration
- InfluxMetricsExportAutoConfiguration - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.influx
- Influx にメトリクスをエクスポートするための
Auto-configuration。 - InfluxProperties - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.influx
- Influx メトリクスのエクスポートを構成するための
@ConfigurationProperties。 - InfluxProperties() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.export.influx.InfluxProperties
- info() - クラス org.springframework.boot.actuate.info のメソッド。InfoEndpoint
- info() - クラス org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet のメソッド。CloudFoundryInfoEndpointWebExtension
- info(Object) - クラス org.springframework.boot.logging のメソッド。DeferredLog
- info(Object, Throwable) - クラス org.springframework.boot.logging のメソッド。DeferredLog
- Info - Class in org.springframework.boot.actuate.info
- アプリケーションの情報を保持します。
- INFO - Enum constant in enum class org.springframework.boot.logging.LogLevel
- Info.Builder - org.springframework.boot.actuate.info のクラス
- 不変の
Infoインスタンスを作成するためのビルダー。 - InfoContributor - Interface in org.springframework.boot.actuate.info
- 追加情報の詳細を提供します。
- InfoContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.info のクラス
- InfoContributorAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.info. InfoContributorAutoConfiguration のコンストラクター
- InfoContributorFallback - Enum Class in org.springframework.boot.actuate.autoconfigure.info
- 情報提供者を有効にするかどうかを制御するプライマリプロパティが設定されていない場合のフォールバック動作を制御します。
- InfoContributorProperties - org.springframework.boot.actuate.autoconfigure.info のクラス
- コア情報コントリビューターの構成プロパティ。
- InfoContributorProperties() - クラス org.springframework.boot.actuate.autoconfigure.info. InfoContributorProperties のコンストラクター
- InfoContributorProperties.Git - org.springframework.boot.actuate.autoconfigure.info のクラス
- InfoEndpoint - org.springframework.boot.actuate.info のクラス
@Endpointは、任意のアプリケーション情報を公開します。- InfoEndpoint(List) - クラス org.springframework.boot.actuate.info. InfoEndpoint のコンストラクター
- 新しい
InfoEndpointインスタンスを作成します。 - InfoEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.info のクラス
- InfoEndpointAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.info. InfoEndpointAutoConfiguration のコンストラクター
- InfoProperties - org.springframework.boot.info のクラス
- よく知られたキーの専用メソッドで非構造化データを公開するコンポーネントの基本クラス。
- InfoProperties(Properties) - クラス org.springframework.boot.info. InfoProperties のコンストラクター
- 指定されたエントリでインスタンスを作成します。
- InfoProperties.Entry - org.springframework.boot.info のクラス
- プロパティエントリ。
- InfoPropertiesInfoContributor<T> - org.springframework.boot.actuate.info のクラス
InfoPropertiesを公開するためのベースInfoContributor。- InfoPropertiesInfoContributor(T, InfoPropertiesInfoContributor.Mode) - クラス org.springframework.boot.actuate.info. InfoPropertiesInfoContributor のコンストラクター
- InfoPropertiesInfoContributor.Mode - org.springframework.boot.actuate.info の Enum クラス
- プロパティを公開する方法を定義します。
- INFORMIX - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- Informix。
- INHERITED - Enum constant in enum class org.springframework.boot.logging.LoggerConfiguration.ConfigurationScope
- 親ロガーに適用された構成を返す場合があります。
- init(FilterConfig) - クラス org.springframework.boot.devtools.remote.server のメソッド。DispatcherFilter
- init(FilterConfig) - クラス org.springframework.boot.web.servlet.support のメソッド。ErrorPageFilter
- initCorsConfiguration(Object, Method, RequestMappingInfo) - クラス org.springframework.boot.webflux.actuate.endpoint.web のメソッド。AbstractWebFluxEndpointHandlerMapping
- initCorsConfiguration(Object, Method, RequestMappingInfo) - クラス org.springframework.boot.webflux.actuate.endpoint.web のメソッド。ControllerEndpointHandlerMapping
- 使用すべきではありません。
- initCorsConfiguration(Object, Method, RequestMappingInfo) - クラス org.springframework.boot.webmvc.actuate.endpoint.web のメソッド。AbstractWebMvcEndpointHandlerMapping
- initCorsConfiguration(Object, Method, RequestMappingInfo) - クラス org.springframework.boot.webmvc.actuate.endpoint.web のメソッド。ControllerEndpointHandlerMapping
- 使用すべきではありません。
- initFields(Object, ObjectMapper) - クラス org.springframework.boot.test.json.Jackson2Tester の静的メソッド
- 使用すべきではありません。
Jackson2Testerフィールドを初期化するユーティリティメソッド。 - initFields(Object, Gson) - Static method in class org.springframework.boot.test.json.GsonTester
GsonTesterフィールドを初期化するユーティリティメソッド。- initFields(Object, Jsonb) - Static method in class org.springframework.boot.test.json.JsonbTester
JsonbTesterフィールドを初期化するユーティリティメソッド。- initFields(Object, M) - クラス org.springframework.boot.test.json のメソッド。AbstractJsonMarshalTester.FieldInitializer
- initFields(Object, ObjectFactory) - クラス org.springframework.boot.test.json.Jackson2Tester の静的メソッド
- 使用すべきではありません。
Jackson2Testerフィールドを初期化するユーティリティメソッド。 - initFields(Object, ObjectFactory) - Static method in class org.springframework.boot.test.json.GsonTester
GsonTesterフィールドを初期化するユーティリティメソッド。- initFields(Object, ObjectFactory) - Static method in class org.springframework.boot.test.json.JsonbTester
JsonbTesterフィールドを初期化するユーティリティメソッド。- initFields(Object, ObjectFactory) - クラス org.springframework.boot.test.json のメソッド。AbstractJsonMarshalTester.FieldInitializer
- initFields(Object, ObjectFactory) - Static method in class org.springframework.boot.test.json.JacksonTester
JacksonTesterフィールドを初期化するユーティリティメソッド。- initFields(Object, JsonMapper) - Static method in class org.springframework.boot.test.json.JacksonTester
JacksonTesterフィールドを初期化するユーティリティメソッド。- initHandlerMethods() - クラス org.springframework.boot.webflux.actuate.endpoint.web のメソッド。AbstractWebFluxEndpointHandlerMapping
- initHandlerMethods() - クラス org.springframework.boot.webflux.actuate.endpoint.web のメソッド。AdditionalHealthEndpointPathsWebFluxHandlerMapping
- initHandlerMethods() - クラス org.springframework.boot.webflux.actuate.endpoint.web のメソッド。ControllerEndpointHandlerMapping
- 使用すべきではありません。
- initHandlerMethods() - クラス org.springframework.boot.webmvc.actuate.endpoint.web のメソッド。AbstractWebMvcEndpointHandlerMapping
- initHandlerMethods() - クラス org.springframework.boot.webmvc.actuate.endpoint.web のメソッド。AdditionalHealthEndpointPathsWebMvcHandlerMapping
- initHandlerMethods() - クラス org.springframework.boot.webmvc.actuate.endpoint.web のメソッド。ControllerEndpointHandlerMapping
- 使用すべきではありません。
- initialize() - Static method in class org.springframework.boot.loader.tools.LogbackInitializer
- initialize(boolean) - Method in class org.springframework.boot.devtools.restart.Restarter
- initialize(ServletContext) - クラス org.springframework.boot.web.context.servlet のメソッド。WebApplicationContextInitializer
- initialize(Class) - クラス org.springframework.boot.test.json のメソッド。BasicJsonTester
- マーシャルテスターを初期化して使用し、JSON リソースを UTF-8 としてロードするように設定します。
- initialize(Class, Charset) - クラス org.springframework.boot.test.json のメソッド。BasicJsonTester
- マーシャルテスターを使用できるように初期化します。
- initialize(Class, ResolvableType) - クラス org.springframework.boot.test.json のメソッド。AbstractJsonMarshalTester
- マーシャルテスターを使用できるように初期化します。
- initialize(String[]) - Static method in class org.springframework.boot.devtools.restart.Restarter
- 再起動サポートを初期化します。
- initialize(String[], boolean) - Static method in class org.springframework.boot.devtools.restart.Restarter
- 再起動サポートを初期化します。
- initialize(String[], boolean, RestartInitializer) - Static method in class org.springframework.boot.devtools.restart.Restarter
- 再起動サポートを初期化します。
- initialize(String[], boolean, RestartInitializer, boolean) - Static method in class org.springframework.boot.devtools.restart.Restarter
- 現在のアプリケーションの再起動サポートを初期化します。
- initialize(String[], RestartInitializer) - Static method in class org.springframework.boot.devtools.restart.Restarter
- 再起動サポートを初期化します。
- initialize(BootstrapRegistry) - インターフェース org.springframework.boot.bootstrap のメソッド。BootstrapRegistryInitializer
- 指定された
BootstrapRegistryを必要な登録で初期化します。 - initialize(LoggingInitializationContext, String, LogFile) - クラス org.springframework.boot.logging のメソッド。AbstractLoggingSystem
- initialize(LoggingInitializationContext, String, LogFile) - クラス org.springframework.boot.logging.log4j2 のメソッド。Log4J2LoggingSystem
- initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- initialize(LoggingInitializationContext, String, LogFile) - クラス org.springframework.boot.logging のメソッド。LoggingSystem
- ロギングシステムを完全に初期化します。
- initialize(ConfigurableApplicationContext) - クラス org.springframework.boot.autoconfigure.logging のメソッド。ConditionEvaluationReportLoggingListener
- initialize(ConfigurableApplicationContext) - クラス org.springframework.boot.builder のメソッド。ParentContextApplicationContextInitializer
- initialize(ConfigurableApplicationContext) - クラス org.springframework.boot.context のメソッド。ConfigurationWarningsApplicationContextInitializer
- initialize(ConfigurableApplicationContext) - クラス org.springframework.boot.context のメソッド。ContextIdApplicationContextInitializer
- initialize(ConfigurableApplicationContext) - クラス org.springframework.boot.devtools.restart のメソッド。RestartScopeInitializer
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer
- initialize(ConfigurableApplicationContext) - クラス org.springframework.boot.test.context のメソッド。ConfigDataApplicationContextInitializer
- initialize(ConfigurableApplicationContext) - クラス org.springframework.boot.testcontainers.lifecycle のメソッド。TestcontainersLifecycleApplicationContextInitializer
- initialize(ConfigurableApplicationContext) - クラス org.springframework.boot.web.server.context のメソッド。ServerPortInfoApplicationContextInitializer
- initialize(ConfigurableEnvironment, ClassLoader) - クラス org.springframework.boot.context.logging のメソッド。LoggingApplicationListener
Environmentおよびクラスパスを介して表現された設定に従ってロギングシステムを初期化します。- initialize(ConfigurableWebApplicationContext) - クラス org.springframework.boot.web.servlet.support のメソッド。ServletContextApplicationContextInitializer
- initialized(Supplier) - クラス org.springframework.boot.security.autoconfigure.actuate.web.reactive のメソッド。EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- initialized(Supplier) - クラス org.springframework.boot.security.autoconfigure.actuate.web.reactive のメソッド。EndpointRequest.EndpointServerWebExchangeMatcher
- initialized(Supplier) - クラス org.springframework.boot.security.autoconfigure.actuate.web.reactive のメソッド。EndpointRequest.LinksServerWebExchangeMatcher
- initialized(Supplier) - クラス org.springframework.boot.security.web.reactive のメソッド。ApplicationContextServerWebExchangeMatcher
- コンテキストが初期化されると呼び出されます。
- initialized(Supplier) - クラス org.springframework.boot.security.web.servlet のメソッド。ApplicationContextRequestMatcher
- マッチャーが最初に呼び出されたときに項目を初期化するサブクラスによって実装できるメソッド。
- initialized(Supplier) - クラス org.springframework.boot.security.autoconfigure.web.servlet のメソッド。StaticResourceRequest.StaticResourceRequestMatcher
- initialized(Supplier) - クラス org.springframework.boot.security.autoconfigure.web.servlet のメソッド。PathRequest.H2ConsoleRequestMatcher
- initialized(Supplier) - クラス org.springframework.boot.security.autoconfigure.actuate.web.servlet のメソッド。EndpointRequest.AdditionalPathsEndpointRequestMatcher
- initialized(Supplier) - クラス org.springframework.boot.security.autoconfigure.actuate.web.servlet のメソッド。EndpointRequest.EndpointRequestMatcher
- initialized(Supplier) - クラス org.springframework.boot.security.autoconfigure.actuate.web.servlet のメソッド。EndpointRequest.LinksRequestMatcher
- initializeDatabase() - クラス org.springframework.boot.sql.init のメソッド。AbstractScriptDatabaseInitializer
- スキーマとデータスクリプトを適用してデータベースを初期化します。
- initializeDataSourceBuilder() - クラス org.springframework.boot.jdbc.autoconfigure のメソッド。DataSourceProperties
- このインスタンスの状態で
DataSourceBuilderを初期化します。 - initializers(ApplicationContextInitializer...) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
- アプリケーションに初期化子をいくつか追加します(Bean 定義がロードされる前に
ApplicationContextに適用されます)。 - initializeSpringBootLogging(LoggingSystem, LogLevel) - クラス org.springframework.boot.context.logging のメソッド。LoggingApplicationListener
springBootLogging設定に基づいてロガーを初期化します。- initParameters() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
- フィルターで使用される初期パラメーター。
- initParameters() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
- サーブレットで使用される初期化パラメーター。
- InMemoryAuditEventRepository - org.springframework.boot.actuate.audit のクラス
- インメモリ
AuditEventRepository実装。 - InMemoryAuditEventRepository() - クラス org.springframework.boot.actuate.audit. InMemoryAuditEventRepository のコンストラクター
- InMemoryAuditEventRepository(int) - クラス org.springframework.boot.actuate.audit. InMemoryAuditEventRepository のコンストラクター
- InMemoryHttpExchangeRepository - org.springframework.boot.actuate.web.exchanges のクラス
HttpExchangeRepositoryのメモリ内実装。- InMemoryHttpExchangeRepository() - クラス org.springframework.boot.actuate.web.exchanges. InMemoryHttpExchangeRepository のコンストラクター
- Insert() - クラス org.springframework.boot.http.client.autoconfigure のコンストラクター。ApiversionProperties.Insert
- insertVersion(Object, URI) - クラス org.springframework.boot.http.client.autoconfigure のメソッド。PropertiesApiVersionInserter
- insertVersion(Object, HttpHeaders) - クラス org.springframework.boot.http.client.autoconfigure のメソッド。PropertiesApiVersionInserter
- inspect(ImageReference) - クラス org.springframework.boot.buildpack.platform.docker のメソッド。DockerApi.ImageApi
- イメージを調べます。
- inspect(ImageReference, ImagePlatform) - クラス org.springframework.boot.buildpack.platform.docker のメソッド。DockerApi.ImageApi
- イメージを調べます。
- InspectedContent - Class in org.springframework.boot.buildpack.platform.io
Contentは、データのソースを 1 回だけ読み取り、インスペクションしますが、複数回使用できます。- InspectedContent.Inspector - org.springframework.boot.buildpack.platform.io のインターフェース
- コンテンツが最初に読み取られるときにコンテンツをインスペクションするために使用できるインターフェース。
- Inspection() - クラス org.springframework.boot.graphql.autoconfigure のコンストラクター。GraphQlProperties.Schema.Inspection
- instance - Static variable in interface org.springframework.boot.loader.ref.Cleaner
CleanerSE に委譲するデフォルトのクリーンインスタンスへのアクセスを提供します。- instantiate(ClassLoader, String) - Method in class org.springframework.boot.util.Instantiator
- 指定されたクラス名のセットをインスタンス化し、必要に応じてコンストラクター引数を挿入します。
- instantiate(ClassLoader, Collection) - Method in class org.springframework.boot.util.Instantiator
- 指定されたクラス名のセットをインスタンス化し、必要に応じてコンストラクター引数を挿入します。
- instantiate(String) - Method in class org.springframework.boot.util.Instantiator
- 指定されたクラス名のセットをインスタンス化し、必要に応じてコンストラクター引数を挿入します。
- instantiate(Collection) - Method in class org.springframework.boot.util.Instantiator
- 指定されたクラス名のセットをインスタンス化し、必要に応じてコンストラクター引数を挿入します。
- instantiateType(Class) - Method in class org.springframework.boot.util.Instantiator
- 必要に応じてコンストラクター引数を挿入して、指定されたクラスをインスタンス化します。
- instantiateTypes(Collection) - Method in class org.springframework.boot.util.Instantiator
- 指定されたクラスのセットをインスタンス化し、必要に応じてコンストラクター引数を挿入します。
- instantiateView() - クラス org.springframework.boot.mustache.reactive.view のメソッド。MustacheViewResolver
- instantiateView() - クラス org.springframework.boot.mustache.servlet.view のメソッド。MustacheViewResolver
- Instantiator<T> - org.springframework.boot.util のクラス
- 使用可能なパラメーターを挿入することによってオブジェクトをインスタンス化するために使用される単純なファクトリ。
- Instantiator(Class, Consumer) - Constructor for class org.springframework.boot.util.Instantiator
- 指定された型の新しい
Instantiatorインスタンスを作成します。 - Instantiator(Class, Consumer, Instantiator.FailureHandler) - Constructor for class org.springframework.boot.util.Instantiator
- 指定された型の新しい
Instantiatorインスタンスを作成します。 - Instantiator.AvailableParameters - org.springframework.boot.util のインターフェース
- 使用可能なパラメーターを登録するために使用されるコールバック。
- Instantiator.FailureHandler - org.springframework.boot.util のインターフェース
- 型をインスタンス化するときに発生する障害を処理するための戦略。
- inTaggedForm() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
"imagename:tag"の形式でImageReferenceを返します。- inTaggedOrDigestForm() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
- タグまたはダイジェストのいずれかを含む
ImageReferenceを返します。 - inTaglessForm() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
- タグのない
ImageReferenceを返します。 - IntegrationAutoConfiguration - org.springframework.boot.integration.autoconfigure のクラス
- Spring Integration 用の
Auto-configuration。 - IntegrationAutoConfiguration() - クラス org.springframework.boot.integration.autoconfigure. IntegrationAutoConfiguration のコンストラクター
- IntegrationAutoConfiguration.IntegrationComponentScanConfiguration - org.springframework.boot.integration.autoconfigure のクラス
- 統合コンポーネントのスキャン構成。
- IntegrationAutoConfiguration.IntegrationConfiguration - org.springframework.boot.integration.autoconfigure のクラス
- 基本的な Spring Integration 構成。
- IntegrationAutoConfiguration.IntegrationJdbcConfiguration - org.springframework.boot.integration.autoconfigure のクラス
- 統合 JDBC 構成。
- IntegrationAutoConfiguration.IntegrationJmxConfiguration - org.springframework.boot.integration.autoconfigure のクラス
- Spring Integration JMX 構成。
- IntegrationAutoConfiguration.IntegrationManagementConfiguration - org.springframework.boot.integration.autoconfigure のクラス
- 統合管理構成。
- IntegrationAutoConfiguration.IntegrationManagementConfiguration.EnableIntegrationManagementConfiguration - org.springframework.boot.integration.autoconfigure のクラス
- IntegrationAutoConfiguration.IntegrationRSocketConfiguration - org.springframework.boot.integration.autoconfigure のクラス
- 統合 RSocket 構成。
- IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketClientConfiguration - org.springframework.boot.integration.autoconfigure のクラス
- IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration - org.springframework.boot.integration.autoconfigure のクラス
- IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration - org.springframework.boot.integration.autoconfigure のクラス
- ユーザーがタスクのスケジューリングを明示的に有効にしていない場合は、標準の
TaskSchedulerを公開します。 - IntegrationComponentScanConfiguration() - クラス org.springframework.boot.integration.autoconfigure のコンストラクター。IntegrationAutoConfiguration.IntegrationComponentScanConfiguration
- IntegrationConfiguration() - クラス org.springframework.boot.integration.autoconfigure のコンストラクター。IntegrationAutoConfiguration.IntegrationConfiguration
- IntegrationDataSourceScriptDatabaseInitializer - org.springframework.boot.integration.autoconfigure のクラス
- Spring Integration データベースの
DataSourceScriptDatabaseInitializer。 - IntegrationDataSourceScriptDatabaseInitializer(DataSource, IntegrationJdbcProperties) - クラス org.springframework.boot.integration.autoconfigure. IntegrationDataSourceScriptDatabaseInitializer のコンストラクター
- 新しい
IntegrationDataSourceScriptDatabaseInitializerインスタンスを作成します。 - IntegrationGraphEndpoint - org.springframework.boot.integration.actuate.endpoint のクラス
- Spring Integration グラフを公開する
@Endpoint。 - IntegrationGraphEndpoint(IntegrationGraphServer) - クラス org.springframework.boot.integration.actuate.endpoint. IntegrationGraphEndpoint のコンストラクター
- 指定された
IntegrationGraphServer内のすべての Spring Integration コンポーネントを含むグラフを公開する新しいIntegrationGraphEndpointインスタンスを作成します。 - IntegrationGraphEndpoint.GraphDescriptor - org.springframework.boot.integration.actuate.endpoint のクラス
Graphの説明。- IntegrationGraphEndpointAutoConfiguration - org.springframework.boot.integration.autoconfigure のクラス
- IntegrationGraphEndpointAutoConfiguration() - クラス org.springframework.boot.integration.autoconfigure. IntegrationGraphEndpointAutoConfiguration のコンストラクター
- IntegrationJdbcConfiguration() - クラス org.springframework.boot.integration.autoconfigure のコンストラクター。IntegrationAutoConfiguration.IntegrationJdbcConfiguration
- IntegrationJdbcProperties - org.springframework.boot.integration.autoconfigure のクラス
- Spring Integration JDBC の構成プロパティ。
- IntegrationJdbcProperties() - クラス org.springframework.boot.integration.autoconfigure. IntegrationJdbcProperties のコンストラクター
- IntegrationJmxConfiguration() - クラス org.springframework.boot.integration.autoconfigure のコンストラクター。IntegrationAutoConfiguration.IntegrationJmxConfiguration
- IntegrationManagementConfiguration() - クラス org.springframework.boot.integration.autoconfigure のコンストラクター。IntegrationAutoConfiguration.IntegrationManagementConfiguration
- IntegrationMetricsAutoConfiguration - org.springframework.boot.integration.autoconfigure.metrics のクラス
- Spring Integration のメトリクスについては
Auto-configurationを参照してください。 - IntegrationMetricsAutoConfiguration() - クラス org.springframework.boot.integration.autoconfigure.metrics. IntegrationMetricsAutoConfiguration のコンストラクター
- IntegrationProperties - org.springframework.boot.integration.autoconfigure のクラス
- Spring Integration の構成プロパティ。
- IntegrationProperties() - クラス org.springframework.boot.integration.autoconfigure. IntegrationProperties のコンストラクター
- IntegrationProperties.Channel - org.springframework.boot.integration.autoconfigure のクラス
- IntegrationProperties.Endpoint - org.springframework.boot.integration.autoconfigure のクラス
- IntegrationProperties.Error - org.springframework.boot.integration.autoconfigure のクラス
- IntegrationProperties.Management - org.springframework.boot.integration.autoconfigure のクラス
- IntegrationProperties.Poller - org.springframework.boot.integration.autoconfigure のクラス
- IntegrationProperties.RSocket - org.springframework.boot.integration.autoconfigure のクラス
- IntegrationProperties.RSocket.Client - org.springframework.boot.integration.autoconfigure のクラス
- IntegrationProperties.RSocket.Server - org.springframework.boot.integration.autoconfigure のクラス
- IntegrationRSocketClientConfiguration() - クラス org.springframework.boot.integration.autoconfigure のコンストラクター。IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketClientConfiguration
- IntegrationRSocketConfiguration() - クラス org.springframework.boot.integration.autoconfigure のコンストラクター。IntegrationAutoConfiguration.IntegrationRSocketConfiguration
- IntegrationRSocketServerConfiguration() - クラス org.springframework.boot.integration.autoconfigure のコンストラクター。IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration
- IntegrationTaskSchedulerConfiguration() - クラス org.springframework.boot.integration.autoconfigure のコンストラクター。IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - クラス org.springframework.boot.devtools.remote.client のメソッド。HttpHeaderInterceptor
- interceptors(Collection) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplateで使用するClientInterceptorsを設定します。- interceptors(Collection) - クラス org.springframework.boot.restclient のメソッド。RestTemplateBuilder
RestTemplateで使用するClientHttpRequestInterceptorsを設定します。- interceptors(ClientHttpRequestInterceptor...) - クラス org.springframework.boot.restclient のメソッド。RestTemplateBuilder
RestTemplateで使用するClientHttpRequestInterceptorsを設定します。- interceptors(ClientInterceptor...) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplateで使用するClientInterceptorsを設定します。- IntervalTaskDescriptor(ScheduledTask, ScheduledTasksEndpoint.TaskType, IntervalTask) - クラス org.springframework.boot.actuate.scheduling のコンストラクター。ScheduledTasksEndpoint.IntervalTaskDescriptor
- IntervalTaskDescriptor(ScheduledTask, ScheduledTasksEndpoint.TaskType, TriggerTask, PeriodicTrigger) - クラス org.springframework.boot.actuate.scheduling のコンストラクター。ScheduledTasksEndpoint.IntervalTaskDescriptor
- Introspection() - クラス org.springframework.boot.graphql.autoconfigure のコンストラクター。GraphQlProperties.Schema.Introspection
- INVALID_AUDIENCE - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
- 無効な対象者。
- INVALID_ISSUER - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
- 無効な発行者。
- INVALID_KEY_ID - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
- キー ID が無効です。
- INVALID_SIGNATURE - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
- 無効なシグネチャー。
- INVALID_TOKEN - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
- 無効なトークン。
- InvalidConfigDataPropertyException - Exception Class in org.springframework.boot.context.config
- 構成データの処理中に無効なプロパティが見つかった場合、例外がスローされます。
- InvalidConfigurationPropertyNameException - Exception Class in org.springframework.boot.context.properties.source
ConfigurationPropertyNameに無効な文字がある場合にスローされる例外。- InvalidConfigurationPropertyNameException(CharSequence, List) - Constructor for exception class org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
- InvalidConfigurationPropertyValueException - Exception Class in org.springframework.boot.context.properties.source
- 構成プロパティの値が無効な場合にスローされる例外。
- InvalidConfigurationPropertyValueException(String, Object, String) - Constructor for exception class org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
- 値が無効である理由
reasonを含め、指定されたプロパティnameおよびvalueの新しいインスタンスを作成します。 - InvalidEndpointRequestException - Exception Class in org.springframework.boot.actuate.endpoint
- エンドポイントリクエストが無効であることを示します。
- InvalidEndpointRequestException(String, String) - Constructor for exception class org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
- InvalidEndpointRequestException(String, String, Throwable) - Constructor for exception class org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
- InvocationContext - org.springframework.boot.actuate.endpoint のクラス
invocation of an operationのコンテキスト。- InvocationContext(SecurityContext, Map, OperationArgumentResolver...) - クラス org.springframework.boot.actuate.endpoint. InvocationContext のコンストラクター
- 指定された
argumentsを使用して、指定されたsecurityContextによって呼び出される操作の新しいコンテキストを作成します。 - invoke(C, Supplier) - クラス org.springframework.boot.util のメソッド。LambdaSafe.LambdaSafeCallback
- invoke(String, Object[], String[]) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
- invoke(Consumer) - クラス org.springframework.boot.util のメソッド。LambdaSafe.Callback
- コールバックメソッドが void を返すコールバックインスタンスを呼び出します。
- invoke(Consumer) - クラス org.springframework.boot.util のメソッド。LambdaSafe.Callbacks
- コールバックメソッドが void を返すコールバックインスタンスを呼び出します。
- invoke(InvocationContext) - クラス org.springframework.boot.actuate.endpoint.annotation のメソッド。AbstractDiscoveredOperation
- invoke(InvocationContext) - インターフェース org.springframework.boot.actuate.endpoint.invoke のメソッド。OperationInvoker
- 指定された
contextを使用して、基本となる操作を呼び出します。 - invoke(InvocationContext) - クラス org.springframework.boot.actuate.endpoint.invoke.reflect のメソッド。ReflectiveOperationInvoker
- invoke(InvocationContext) - クラス org.springframework.boot.actuate.endpoint.invoker.cache のメソッド。CachingOperationInvoker
- invoke(InvocationContext) - Method in interface org.springframework.boot.actuate.endpoint.Operation
- 指定された
contextを使用して、基本となる操作を呼び出します。 - invoke(InvocationContext) - クラス org.springframework.boot.webflux.actuate.endpoint.web のメソッド。AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
- invoke(InvocationContext) - クラス org.springframework.boot.webflux.actuate.endpoint.web のメソッド。AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker
- invoke(ServletWebRequest) - クラス org.springframework.boot.webmvc.autoconfigure.actuate.web のメソッド。ManagementErrorEndpoint
- invokeAnd(Function) - クラス org.springframework.boot.util のメソッド。LambdaSafe.Callback
- コールバックメソッドが結果を返すコールバックインスタンスを呼び出します。
- invokeAnd(Function) - クラス org.springframework.boot.util のメソッド。LambdaSafe.Callbacks
- コールバックメソッドが結果を返すコールバックインスタンスを呼び出します。
- Io() - クラス org.springframework.boot.couchbase.autoconfigure のコンストラクター。CouchbaseProperties.Io
- IOBiConsumer<T,
U> - org.springframework.boot.buildpack.platform.io のインターフェース IO exceptionsSE を安全に投げることができる BiConsumer。- IOConsumer<T> - org.springframework.boot.buildpack.platform.io のインターフェース
IO exceptionsSE を安全に投げることができるコンシューマー。- IOSupplier<T> - org.springframework.boot.buildpack.platform.io のインターフェース
IO exceptionsSE を安全に投入できるサプライヤー。- isAccepted(String) - Method in class org.springframework.boot.context.config.Profiles
- 指定されたプロファイルがアクティブな場合に戻ります。
- isAcceptTasksAfterContextClose() - クラス org.springframework.boot.autoconfigure.task のメソッド。TaskExecutionProperties.Pool.Shutdown
- isAccessAllowed(String) - Method in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.AccessLevel
- アクセスレベルが指定された ID へのアクセスを許可するかどうかを返します。
- isActive() - Static method in class org.springframework.boot.devtools.restart.AgentReloader
- エージェントリローダーがアクティブかどうかを確認します。
- isActive(Environment) - Method in enum class org.springframework.boot.cloud.CloudPlatform
- プラットフォームがアクティブかどうかを判断します(つまり
- isActive(Environment) - Method in enum class org.springframework.boot.thread.Threading
- スレッドがアクティブかどうかを決定します。
- isAdaptive() - クラス org.springframework.boot.data.redis.autoconfigure のメソッド。DataRedisProperties.Lettuce.Cluster.Refresh
- isAddFilters() - クラス org.springframework.boot.webmvc.test.autoconfigure のメソッド。SpringBootMockMvcBuilderCustomizer
- isAddMappings() - クラス org.springframework.boot.autoconfigure.web のメソッド。WebProperties.Resources
- isAllowCaching() - クラス org.springframework.boot.tomcat.autoconfigure のメソッド。TomcatServerProperties.Resource
- isAllowComments() - クラス org.springframework.boot.kotlinx.serialization.json.autoconfigure のメソッド。KotlinxSerializationJsonProperties
- isAllowCoreThreadTimeout() - クラス org.springframework.boot.autoconfigure.task のメソッド。TaskExecutionProperties.Pool
- isAllowed(ServerHttpRequest) - インターフェース org.springframework.boot.devtools.remote.server のメソッド。AccessManager
- 特定のリクエストを
Dispatcherで処理できるかどうかを決定します。 - isAllowed(ServerHttpRequest) - クラス org.springframework.boot.devtools.remote.server のメソッド。HttpHeaderAccessManager
- isAllowRequestOverride() - クラス org.springframework.boot.freemarker.autoconfigure のメソッド。FreeMarkerProperties
- isAllowRequestOverride() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isAllowRequestOverride() - クラス org.springframework.boot.mustache.autoconfigure のメソッド。MustacheProperties.Servlet
- isAllowSessionOverride() - クラス org.springframework.boot.freemarker.autoconfigure のメソッド。FreeMarkerProperties
- isAllowSessionOverride() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isAllowSessionOverride() - クラス org.springframework.boot.mustache.autoconfigure のメソッド。MustacheProperties.Servlet
- isAllowSpecialFloatingPointValues() - クラス org.springframework.boot.kotlinx.serialization.json.autoconfigure のメソッド。KotlinxSerializationJsonProperties
- isAllowStructuredMapKeys() - クラス org.springframework.boot.kotlinx.serialization.json.autoconfigure のメソッド。KotlinxSerializationJsonProperties
- isAllowTrailingComma() - クラス org.springframework.boot.kotlinx.serialization.json.autoconfigure のメソッド。KotlinxSerializationJsonProperties
- isAlreadyPackaged() - Method in class org.springframework.boot.loader.tools.Packager
- isAlreadyPackaged(File) - Method in class org.springframework.boot.loader.tools.Packager
- isAlwaysUseMessageFormat() - クラス org.springframework.boot.autoconfigure.context のメソッド。MessageSourceProperties
- isAncestorOf(ConfigurationPropertyName) - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyName
- この要素が指定された名前の祖先(直接またはネストされた親)である場合、
trueを返します。 - isAppend() - クラス org.springframework.boot.jetty.autoconfigure のメソッド。JettyServerProperties.Accesslog
- isAsyncSupported() - クラス org.springframework.boot.web.servlet のメソッド。DynamicRegistrationBean
- この登録で非同期操作がサポートされているかどうかを返します。
- isAttachedConfigurationPropertySource(PropertySource) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
- isAutoCreate() - クラス org.springframework.boot.integration.autoconfigure のメソッド。IntegrationProperties.Channel
- isAutoCreate() - クラス org.springframework.boot.kafka.autoconfigure のメソッド。KafkaProperties.Admin
- isAutoCreateDb() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.influx.InfluxProperties
- isAutoCreateIndex() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.elastic.ElasticProperties
- isAutoCreateMetricDescriptors() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.stackdriver.StackdriverProperties
- isAutoEscape() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isAutoIndent() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isAutoIndex() - クラス org.springframework.boot.data.couchbase.autoconfigure のメソッド。DataCouchbaseProperties
- isAutoIndexCreation() - クラス org.springframework.boot.data.mongodb.autoconfigure のメソッド。DataMongoProperties
- isAutoNewLine() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isAutoStartup() - クラス org.springframework.boot.amqp.autoconfigure のメソッド。RabbitProperties.AmqpContainer
- isAutoStartup() - クラス org.springframework.boot.jms.autoconfigure のメソッド。JmsProperties.Listener
- isAutoStartup() - クラス org.springframework.boot.kafka.autoconfigure のメソッド。KafkaProperties.Listener
- isAutoStartup() - クラス org.springframework.boot.kafka.autoconfigure のメソッド。KafkaProperties.Streams
- isAutoStartup() - クラス org.springframework.boot.quartz.autoconfigure のメソッド。QuartzProperties
- isAvailable() - クラス org.springframework.boot.system のメソッド。ApplicationPid
- アプリケーション PID が使用可能かどうかを返します。
- isAwaitTermination() - クラス org.springframework.boot.autoconfigure.task のメソッド。TaskExecutionProperties.Shutdown
- isAwaitTermination() - クラス org.springframework.boot.autoconfigure.task のメソッド。TaskSchedulingProperties.Shutdown
- isBaselineOnMigrate() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
- isBatchingEnabled() - クラス org.springframework.boot.pulsar.autoconfigure のメソッド。PulsarProperties.Producer
- isBindingErrorsEnabled(ServerRequest) - クラス org.springframework.boot.webflux.autoconfigure.error のメソッド。AbstractErrorWebExceptionHandler
- 指定されたリクエストでエラー属性が設定されているかどうかを確認します。
- isBlockIfFull() - クラス org.springframework.boot.jms.autoconfigure のメソッド。JmsPoolConnectionFactoryProperties
- isBlocking() - インターフェース org.springframework.boot.actuate.endpoint.web のメソッド。WebOperation
- 基本となる操作がブロックされているかどうかを返します。
- isBound() - Method in class org.springframework.boot.buildpack.platform.socket.UnixDomainSocket
- isBound() - クラス org.springframework.boot.context.properties.bind のメソッド。BindResult
- 結果がバインドされている場合は
trueを返します。 - isBuffered() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.statsd.StatsdProperties
- isBuffered() - クラス org.springframework.boot.tomcat.autoconfigure のメソッド。TomcatServerProperties.Accesslog
- isCache() - クラス org.springframework.boot.autoconfigure.web のメソッド。WebProperties.Resources.Chain
- isCache() - クラス org.springframework.boot.freemarker.autoconfigure のメソッド。FreeMarkerProperties
- isCache() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isCache() - クラス org.springframework.boot.mustache.autoconfigure のメソッド。MustacheProperties.Servlet
- isCache() - クラス org.springframework.boot.thymeleaf.autoconfigure のメソッド。ThymeleafProperties
- isCacheNullValues() - クラス org.springframework.boot.cache.autoconfigure のメソッド。CacheProperties.Redis
- isCancelRemainingTasksOnClose() - クラス org.springframework.boot.autoconfigure.task のメソッド。TaskExecutionProperties.Simple
- isCheckExists() - クラス org.springframework.boot.tomcat.autoconfigure のメソッド。TomcatServerProperties.Accesslog
- isCheckTemplate() - クラス org.springframework.boot.thymeleaf.autoconfigure のメソッド。ThymeleafProperties
- isCheckTemplateLocation() - クラス org.springframework.boot.freemarker.autoconfigure のメソッド。FreeMarkerProperties
- isCheckTemplateLocation() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isCheckTemplateLocation() - クラス org.springframework.boot.mustache.autoconfigure のメソッド。MustacheProperties
- isCheckTemplateLocation() - クラス org.springframework.boot.thymeleaf.autoconfigure のメソッド。ThymeleafProperties
- isChunkingEnabled() - クラス org.springframework.boot.pulsar.autoconfigure のメソッド。PulsarProperties.Producer
- isClassReloadable(Class) - クラス org.springframework.boot.devtools.restart.classloader のメソッド。RestartClassLoader
- isCleanCache() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
- パッケージの前にキャッシュをクリーンアップする必要があるかどうかを返します。
- isCleanDisabled() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
- isClearChecksums() - Method in class org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties
- isCoerceInputValues() - クラス org.springframework.boot.kotlinx.serialization.json.autoconfigure のメソッド。KotlinxSerializationJsonProperties
- isCompress() - クラス org.springframework.boot.rsocket.autoconfigure のメソッド。RSocketProperties.Server.Spec
- isCompressed() - クラス org.springframework.boot.autoconfigure.web のメソッド。WebProperties.Resources.Chain
- isCompressed() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.influx.InfluxProperties
- isConnected() - Method in class org.springframework.boot.buildpack.platform.socket.UnixDomainSocket
- isConsumerBatchEnabled() - クラス org.springframework.boot.amqp.autoconfigure のメソッド。RabbitProperties.SimpleContainer
- isConsumers() - クラス org.springframework.boot.jms.autoconfigure のメソッド。JmsProperties.Cache
- isContinueOnError() - クラス org.springframework.boot.jdbc.init のメソッド。DatabaseInitializationProperties
- isContinueOnError() - クラス org.springframework.boot.sql.autoconfigure.init のメソッド。SqlInitializationProperties
- isContinueOnError() - クラス org.springframework.boot.sql.init のメソッド。AbstractScriptDatabaseInitializer.Scripts
- isContinueOnError() - クラス org.springframework.boot.sql.init のメソッド。DatabaseInitializationSettings
- スキーマまたはデータスクリプトの適用中にエラーが発生した場合に続行するかどうかを返します。
- isConvertViaObjectSourceType(TypeDescriptor, TypeDescriptor) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
sourceTypeのオブジェクトをtargetTypeに変換でき、コンバーターがサポートされているソース・型としてObject.classを持っている場合は、trueを返します。- isCreateSchemas() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
- isCustom() - クラス org.springframework.boot.logging のメソッド。LoggerConfiguration.LevelConfiguration
- これがカスタムレベルであり、
LogLevelで表すことができない場合に返します。 - isDeBatchingEnabled() - クラス org.springframework.boot.amqp.autoconfigure のメソッド。RabbitProperties.AmqpContainer
- isDebugEnabled() - クラス org.springframework.boot.logging のメソッド。DeferredLog
- isDecodeEnumsCaseInsensitive() - クラス org.springframework.boot.kotlinx.serialization.json.autoconfigure のメソッド。KotlinxSerializationJsonProperties
- isDefault() - Method in interface org.springframework.boot.actuate.endpoint.Producible
- */* のヘッダーを受け入れるときに、この列挙値をデフォルト値として使用する必要があるかどうかを返します。提供されているか、
Acceptヘッダーが欠落している場合。 - isDefaultClusterPassword() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
- isDefaultLoggingEnabled() - クラス org.springframework.boot.integration.autoconfigure のメソッド。IntegrationProperties.Management
- isDescriptions() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.datadog.DatadogProperties
- isDescriptions() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus.PrometheusProperties
- isDetected(Environment) - Method in enum class org.springframework.boot.cloud.CloudPlatform
- プラットフォーム固有の環境変数を探すことにより、プラットフォームが検出されたかどうかを判別します。
- isDevelopmentClassLoader(ClassLoader) - クラス org.springframework.boot.devtools.restart のメソッド。DefaultRestartInitializer
- 指定された
classLoaderが開発中に通常使用されるものであるかどうかを返します。 - isDirectory() - インターフェース org.springframework.boot.loader.launch のメソッド。Archive.Entry
- エントリがディレクトリを表す場合、
trueを返します。 - isDirectory() - クラス org.springframework.boot.loader.zip のメソッド。ZipContent.Entry
- ディレクトリエントリの場合は
trueを返します。 - isDisableMBeanRegistry() - クラス org.springframework.boot.tomcat のメソッド。TomcatWebServerFactory
- サーバーを作成する前にファクトリが Tomcat の MBean レジストリを無効にするかどうかを返します。
- isDispatchOptionsRequest() - クラス org.springframework.boot.webmvc.autoconfigure のメソッド。WebMvcProperties
- isDispatchTraceRequest() - クラス org.springframework.boot.webmvc.autoconfigure のメソッド。WebMvcProperties
- isDropFirst() - Method in class org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties
- isDurable() - クラス org.springframework.boot.quartz.actuate.endpoint のメソッド。QuartzEndpoint.QuartzJobDetailsDescriptor
- isDynamicRefreshSources() - クラス org.springframework.boot.data.redis.autoconfigure のメソッド。DataRedisProperties.Lettuce.Cluster.Refresh
- isEmbedded() - 列挙クラス org.springframework.boot.test.context.SpringBootTest.WebEnvironment のメソッド
- 環境で組み込み Web サーバーが使用されているかどうかを返します。
- isEmbedded(ConnectionFactory) - Static method in enum class org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
- 特定の接続ファクトリが組み込みデータベース型を表すかどうかを判断するための便利なメソッド。
- isEmbedded(String, String) - Static method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 特定のドライバークラス名と URL が埋め込みデータベース型を表すかどうかを判断するための便利なメソッド。
- isEmbedded(DataSource) - Static method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 特定のデータソースが埋め込みデータベース型を表すかどうかを判断する簡易メソッド。
- isEmbeddedDatabase() - クラス org.springframework.boot.jdbc.init のメソッド。DataSourceScriptDatabaseInitializer
- isEmbeddedDatabase() - クラス org.springframework.boot.r2dbc.init のメソッド。R2dbcScriptDatabaseInitializer
- isEmbeddedDatabase() - クラス org.springframework.boot.sql.init のメソッド。AbstractScriptDatabaseInitializer
- 初期化するデータベースが埋め込まれているかどうかを返します。
- isEmbeddedWebApplication() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
- アプリケーションが埋め込み Web コンテナーで実行されるかどうかを指定します。
- isEmpty() - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionMessage
- メッセージが空の場合は
trueを返します。 - isEmpty() - Method in class org.springframework.boot.buildpack.platform.docker.transport.Errors
- 含まれているエラーがある場合は返します。
- isEmpty() - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyName
- この
ConfigurationPropertyNameが空の場合、trueを返します。 - isEnabled() - Method in class org.springframework.boot.activemq.autoconfigure.ActiveMQProperties.Embedded
- isEnabled() - クラス org.springframework.boot.actuate.autoconfigure.endpoint.web のメソッド。WebEndpointProperties.Discovery
- isEnabled() - クラス org.springframework.boot.amqp.autoconfigure のメソッド。RabbitProperties.Retry
- isEnabled() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
- isEnabled() - クラス org.springframework.boot.autoconfigure.jmx のメソッド。JmxProperties
- isEnabled() - クラス org.springframework.boot.autoconfigure.web のメソッド。ErrorProperties.Whitelabel
- isEnabled() - クラス org.springframework.boot.autoconfigure.web のメソッド。WebProperties.Resources.Chain.Strategy.Content
- isEnabled() - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
- isEnabled() - クラス org.springframework.boot.cassandra.autoconfigure のメソッド。CassandraProperties.Ssl
- isEnabled() - クラス org.springframework.boot.data.autoconfigure.metrics のメソッド。DataMetricsProperties.Repository.Autotime
- isEnabled() - クラス org.springframework.boot.data.autoconfigure.metrics のメソッド。PropertiesAutoTimer
- isEnabled() - インターフェース org.springframework.boot.data.metrics のメソッド。AutoTimer
- 自動タイマーが有効で、メトリクスを記録する必要があるかどうかを返します。
- isEnabled() - クラス org.springframework.boot.data.redis.autoconfigure のメソッド。DataRedisProperties.Ssl
- isEnabled() - クラス org.springframework.boot.devtools.autoconfigure のメソッド。DevToolsProperties.Livereload
- isEnabled() - クラス org.springframework.boot.devtools.autoconfigure のメソッド。DevToolsProperties.Restart
- isEnabled() - クラス org.springframework.boot.devtools.autoconfigure のメソッド。RemoteDevToolsProperties.Restart
- isEnabled() - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
- isEnabled() - クラス org.springframework.boot.elasticsearch.autoconfigure のメソッド。ElasticsearchProperties.Restclient.Sniffer
- isEnabled() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
- isEnabled() - クラス org.springframework.boot.graphql.autoconfigure のメソッド。GraphQlProperties.Graphiql
- isEnabled() - クラス org.springframework.boot.graphql.autoconfigure のメソッド。GraphQlProperties.Schema.Inspection
- isEnabled() - クラス org.springframework.boot.graphql.autoconfigure のメソッド。GraphQlProperties.Schema.Introspection
- isEnabled() - クラス org.springframework.boot.graphql.autoconfigure のメソッド。GraphQlProperties.Schema.Printer
- isEnabled() - クラス org.springframework.boot.h2console.autoconfigure のメソッド。H2ConsoleProperties
- isEnabled() - クラス org.springframework.boot.jetty.autoconfigure のメソッド。JettyServerProperties.Accesslog
- isEnabled() - クラス org.springframework.boot.jms.autoconfigure のメソッド。JmsPoolConnectionFactoryProperties
- isEnabled() - クラス org.springframework.boot.jms.autoconfigure のメソッド。JmsProperties.Cache
- isEnabled() - クラス org.springframework.boot.kafka.autoconfigure のメソッド。KafkaProperties.Jaas
- isEnabled() - クラス org.springframework.boot.kafka.autoconfigure のメソッド。KafkaProperties.Retry.Topic
- isEnabled() - クラス org.springframework.boot.ldap.autoconfigure.embedded のメソッド。EmbeddedLdapProperties.Validation
- isEnabled() - Method in class org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties
- isEnabled() - クラス org.springframework.boot.mail.autoconfigure のメソッド。MailProperties.Ssl
- isEnabled() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.atlas.AtlasProperties
- isEnabled() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.ganglia.GangliaProperties
- isEnabled() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.graphite.GraphiteProperties
- isEnabled() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.jmx.JmxProperties
- isEnabled() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus.PrometheusProperties
- isEnabled() - クラス org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus のメソッド。PrometheusProperties.Pushgateway
- isEnabled() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.properties.PushRegistryProperties
- isEnabled() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.simple.SimpleProperties
- isEnabled() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.statsd.StatsdProperties
- isEnabled() - クラス org.springframework.boot.micrometer.tracing.autoconfigure のメソッド。TracingProperties.Baggage.Correlation
- isEnabled() - クラス org.springframework.boot.micrometer.tracing.autoconfigure のメソッド。TracingProperties.Baggage
- isEnabled() - クラス org.springframework.boot.mongodb.autoconfigure のメソッド。MongoProperties.Ssl
- isEnabled() - クラス org.springframework.boot.pulsar.autoconfigure のメソッド。PulsarProperties.Transaction
- isEnabled() - クラス org.springframework.boot.r2dbc.autoconfigure のメソッド。R2dbcProperties.Pool
- isEnabled() - クラス org.springframework.boot.servlet.autoconfigure のメソッド。MultipartProperties
- isEnabled() - クラス org.springframework.boot.tomcat.autoconfigure のメソッド。TomcatServerProperties.Accesslog
- isEnabled() - クラス org.springframework.boot.tomcat.autoconfigure のメソッド。TomcatServerProperties.Mbeanregistry
- isEnabled() - クラス org.springframework.boot.web.server のメソッド。Http2
- 現在の環境でサポートされている場合、HTTP/2 サポートを有効にするかどうかを返します。
- isEnabled() - Method in class org.springframework.boot.web.server.Ssl
- SSL サポートを有効にするかどうかを返します。
- isEnabled() - クラス org.springframework.boot.web.servlet のメソッド。RegistrationBean
- 登録が有効な場合に戻ります。
- isEnabled() - クラス org.springframework.boot.webflux.autoconfigure のメソッド。WebFluxProperties.Problemdetails
- isEnabled() - クラス org.springframework.boot.webmvc.autoconfigure のメソッド。WebMvcProperties.Problemdetails
- isEnabled(Ssl) - Static method in class org.springframework.boot.web.server.Ssl
- 指定されたインスタンスで SSL が有効かどうかを返します。
- isEnabled(AnnotationMetadata) - クラス org.springframework.boot.autoconfigure のメソッド。AutoConfigurationImportSelector
- isEnableSource() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.elastic.ElasticProperties
- isEnableSpringElCompiler() - クラス org.springframework.boot.thymeleaf.autoconfigure のメソッド。ThymeleafProperties
- isEnableStatistics() - クラス org.springframework.boot.cache.autoconfigure のメソッド。CacheProperties.Redis
- isEncodeDefaults() - クラス org.springframework.boot.kotlinx.serialization.json.autoconfigure のメソッド。KotlinxSerializationJsonProperties
- isEncrypted() - クラス org.springframework.boot.neo4j.autoconfigure のメソッド。Neo4jProperties.Security
- isEndpointTypeExposed(Class) - クラス org.springframework.boot.actuate.endpoint.annotation のメソッド。EndpointDiscoverer
- エンドポイント Bean を公開するかどうかを決定します。
- isEndpointTypeExposed(Class) - クラス org.springframework.boot.actuate.endpoint.web.annotation のメソッド。ControllerEndpointDiscoverer
- 使用すべきではありません。
- isEndpointTypeExposed(Class) - クラス org.springframework.boot.actuate.endpoint.web.annotation のメソッド。ServletEndpointDiscoverer
- 使用すべきではありません。
- isEnforced(Binder) - Method in enum class org.springframework.boot.cloud.CloudPlatform
"spring.main.cloud-platform"構成プロパティを調べて、プラットフォームが適用されているかどうかを判別します。- isEnforced(Environment) - Method in enum class org.springframework.boot.cloud.CloudPlatform
"spring.main.cloud-platform"構成プロパティを調べて、プラットフォームが適用されているかどうかを判別します。- isEnrichWithDynatraceMetadata() - クラス org.springframework.boot.micrometer.metrics.autoconfigure.export.dynatrace のメソッド。DynatraceProperties.V2
- isEqualOrNewerThan(JavaVersion) - Method in enum class org.springframework.boot.system.JavaVersion
- このバージョンが指定されたバージョンと同じかそれよりも新しい場合に返します。
- isEqualTo(Object) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- オブジェクト型に基づいて JSON テストを実行するための
isEqualToのオーバーライドバージョン。 - isEqualToJson(byte[]) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON バイトに等しい
lenientlyであることを確認します。 - isEqualToJson(byte[], JSONComparator) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON バイトに等しいことを確認します。
- isEqualToJson(byte[], JSONCompareMode) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON バイトに等しいことを確認します。
- isEqualToJson(File) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON ファイルに等しい
lenientlyであることを検証します。 - isEqualToJson(File, JSONComparator) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON ファイルと等しいことを確認します。
- isEqualToJson(File, JSONCompareMode) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON ファイルと等しいことを確認します。
- isEqualToJson(InputStream) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON 入力ストリームに等しい
lenientlyであることを確認します。 - isEqualToJson(InputStream, JSONComparator) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON 入力ストリームと等しいことを確認します。
- isEqualToJson(InputStream, JSONCompareMode) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON 入力ストリームと等しいことを確認します。
- isEqualToJson(CharSequence) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON と等しい
lenientlyであることを検証します。 - isEqualToJson(CharSequence, JSONComparator) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON と等しいことを確認します。
- isEqualToJson(CharSequence, JSONCompareMode) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON と等しいことを確認します。
- isEqualToJson(String, Class) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON リソースに等しい
lenientlyであることを検証します。 - isEqualToJson(String, Class, JSONComparator) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON リソースと等しいことを確認します。
- isEqualToJson(String, Class, JSONCompareMode) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON リソースと等しいことを確認します。
- isEqualToJson(Resource) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON リソースに等しい
lenientlyであることを検証します。 - isEqualToJson(Resource, JSONComparator) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON リソースと等しいことを確認します。
- isEqualToJson(Resource, JSONCompareMode) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON リソースと等しいことを確認します。
- isErrorEnabled() - クラス org.springframework.boot.logging のメソッド。DeferredLog
- isExcluded(Class) - インターフェース org.springframework.boot.validation.beanvalidation のメソッド。MethodValidationExcludeFilter
- 指定された
typeをメソッド検証から除外するかどうかを評価します。 - isExcluded(String, BeanDefinition, Class) - Method in interface org.springframework.boot.LazyInitializationExcludeFilter
- 指定された Bean 定義を
lazy-initの自動設定から除外する必要がある場合、trueを返します。 - isExecutable() - Method in interface org.springframework.boot.loader.tools.Layout
- アーカイブクラスを実行可能にするためにローダークラスを含める必要があるかどうかを返します。
- isExecutable() - クラス org.springframework.boot.loader.tools のメソッド。Layouts.Jar
- isExecutable() - クラス org.springframework.boot.loader.tools のメソッド。Layouts.None
- isExecutable() - クラス org.springframework.boot.loader.tools のメソッド。Layouts.War
- isExecuteInTransaction() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
- isExpandEmptyElements() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isExpired() - クラス org.springframework.boot.session.actuate.endpoint のメソッド。SessionsDescriptor.SessionDescriptor
- isExplicitNulls() - クラス org.springframework.boot.kotlinx.serialization.json.autoconfigure のメソッド。KotlinxSerializationJsonProperties
- isExploded() - Method in interface org.springframework.boot.loader.launch.Archive
- このアーカイブが展開されたアーカイブディレクトリによってバックアップされているかどうかを返します。
- isExploded() - Method in class org.springframework.boot.loader.launch.Launcher
- ランチャーが分解モードで実行されているかどうかを返します。
- isExportMeterMetadata() - クラス org.springframework.boot.micrometer.metrics.autoconfigure.export.dynatrace のメソッド。DynatraceProperties.V2
- isExposeRequestAttributes() - クラス org.springframework.boot.freemarker.autoconfigure のメソッド。FreeMarkerProperties
- isExposeRequestAttributes() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isExposeRequestAttributes() - クラス org.springframework.boot.mustache.autoconfigure のメソッド。MustacheProperties.Servlet
- isExposeSessionAttributes() - クラス org.springframework.boot.freemarker.autoconfigure のメソッド。FreeMarkerProperties
- isExposeSessionAttributes() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isExposeSessionAttributes() - クラス org.springframework.boot.mustache.autoconfigure のメソッド。MustacheProperties.Servlet
- isExposeSpringMacroHelpers() - クラス org.springframework.boot.freemarker.autoconfigure のメソッド。FreeMarkerProperties
- isExposeSpringMacroHelpers() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isExposeSpringMacroHelpers() - クラス org.springframework.boot.mustache.autoconfigure のメソッド。MustacheProperties.Servlet
- isExtensionTypeExposed(Class) - クラス org.springframework.boot.actuate.endpoint.annotation のメソッド。EndpointDiscoverer
- 拡張 Bean を公開するかどうかを決定します。
- isExtensionTypeExposed(Class) - クラス org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint のメソッド。CloudFoundryWebEndpointDiscoverer
- isFailFast() - クラス org.springframework.boot.kafka.autoconfigure のメソッド。KafkaProperties.Admin
- isFailFast() - クラス org.springframework.boot.pulsar.autoconfigure のメソッド。PulsarProperties.Function
- isFailOnMissingLocations() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
- isFallbackToSystemLocale() - クラス org.springframework.boot.autoconfigure.context のメソッド。MessageSourceProperties
- isFatalEnabled() - クラス org.springframework.boot.logging のメソッド。DeferredLog
- isFavorParameter() - クラス org.springframework.boot.webmvc.autoconfigure のメソッド。WebMvcProperties.Contentnegotiation
- isFile() - クラス org.springframework.boot.origin のメソッド。OriginTrackedResource
- isFindAndAddModules() - クラス org.springframework.boot.jackson.autoconfigure のメソッド。JacksonProperties
- isFloorTimes() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.appoptics.AppOpticsProperties
- isForce() - クラス org.springframework.boot.servlet.autoconfigure のメソッド。ServletEncodingProperties
- isForceRequest() - クラス org.springframework.boot.servlet.autoconfigure のメソッド。ServletEncodingProperties
- isForceResponse() - クラス org.springframework.boot.servlet.autoconfigure のメソッド。ServletEncodingProperties
- isForceStop() - クラス org.springframework.boot.amqp.autoconfigure のメソッド。RabbitProperties.AmqpContainer
- isFullMatch() - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionEvaluationReport.ConditionAndOutcomes
- すべての結果が一致する場合、
trueを返します。 - isGenerateDdl() - クラス org.springframework.boot.jpa.autoconfigure のメソッド。JpaProperties
- isGenerateUniqueName() - クラス org.springframework.boot.jdbc.autoconfigure のメソッド。DataSourceProperties
- isGenerateUniqueName() - クラス org.springframework.boot.r2dbc.autoconfigure のメソッド。R2dbcProperties
- isGlobal() - クラス org.springframework.boot.web.error のメソッド。ErrorPage
- このエラーページがグローバルページである場合に返されます(一致しないすべてのステータスおよび例外型に一致します)。
- isGroup() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
- isHandlePing() - クラス org.springframework.boot.rsocket.autoconfigure のメソッド。RSocketProperties.Server.Spec
- isHandler(Class) - クラス org.springframework.boot.webflux.actuate.endpoint.web のメソッド。AbstractWebFluxEndpointHandlerMapping
- isHandler(Class) - クラス org.springframework.boot.webmvc.actuate.endpoint.web のメソッド。AbstractWebMvcEndpointHandlerMapping
- isHidden(Path) - クラス org.springframework.boot.loader.nio.file のメソッド。NestedFileSystemProvider
- isHostnameVerificationEnabled() - クラス org.springframework.boot.neo4j.autoconfigure のメソッド。Neo4jProperties.Security
- isIgnoreFailures() - クラス org.springframework.boot.integration.autoconfigure のメソッド。IntegrationProperties.Error
- isIgnoreNameNotFoundException() - クラス org.springframework.boot.ldap.autoconfigure のメソッド。LdapProperties.Template
- isIgnorePartialResultException() - クラス org.springframework.boot.ldap.autoconfigure のメソッド。LdapProperties.Template
- isIgnoreRoutingDataSources() - クラス org.springframework.boot.jdbc.autoconfigure.health のメソッド。DataSourceHealthIndicatorProperties
- isIgnoreSizeLimitExceededException() - クラス org.springframework.boot.ldap.autoconfigure のメソッド。LdapProperties.Template
- isIgnoreUnknownKeys() - クラス org.springframework.boot.kotlinx.serialization.json.autoconfigure のメソッド。KotlinxSerializationJsonProperties
- isIgnoreWarnings() - クラス org.springframework.boot.jdbc.autoconfigure のメソッド。JdbcProperties.Template
- isImmediateStop() - クラス org.springframework.boot.kafka.autoconfigure のメソッド。KafkaProperties.Listener
- isImmutable() - クラス org.springframework.boot.env のメソッド。ConfigTreePropertySource
- isImmutable() - クラス org.springframework.boot.env のメソッド。OriginTrackedMapPropertySource
- isImmutable() - インターフェース org.springframework.boot.env のメソッド。PropertySourceInfo
- このルックアップが不変で、内容が決して変更されない場合、
trueを返します。 - isImmutable() - クラス org.springframework.boot.support のメソッド。SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
- isIncludeBindingErrors(HttpServletRequest, MediaType) - クラス org.springframework.boot.webmvc.autoconfigure.error のメソッド。BasicErrorController
- エラー属性を含めるかどうかを決定します。
- isIncludeBindingErrors(ServerRequest, MediaType) - クラス org.springframework.boot.webflux.autoconfigure.error のメソッド。DefaultErrorWebExceptionHandler
- エラー属性を含めるかどうかを決定します。
- isIncluded() - Method in class org.springframework.boot.loader.tools.Library
- ライブラリが uber jar に含まれているかどうかを返します。
- isIncluded(ErrorAttributeOptions.Include) - クラス org.springframework.boot.web.error のメソッド。ErrorAttributeOptions
- エラーレスポンスに指定された属性を含めるためのオプションを取得します。
- isIncludedOnClassPath(Archive.Entry) - Method in class org.springframework.boot.loader.launch.Launcher
- 指定されたエントリがクラスパスに追加する必要があるネストされたアイテムであるかどうかを確認します。
- isIncludedOnClassPathAndNotIndexed(Archive.Entry) - Method in class org.springframework.boot.loader.launch.Launcher
- isIncludeException() - クラス org.springframework.boot.autoconfigure.web のメソッド。ErrorProperties
- isIncludeMessage(HttpServletRequest, MediaType) - クラス org.springframework.boot.webmvc.autoconfigure.error のメソッド。BasicErrorController
- メッセージ属性を含めるかどうかを決定します。
- isIncludeMessage(ServerRequest, MediaType) - クラス org.springframework.boot.webflux.autoconfigure.error のメソッド。DefaultErrorWebExceptionHandler
- メッセージ属性を含めるかどうかを決定します。
- isIncludeParameterValues() - クラス org.springframework.boot.r2dbc.autoconfigure.observation のメソッド。R2dbcObservationProperties
- isIncludePath(HttpServletRequest, MediaType) - クラス org.springframework.boot.webmvc.autoconfigure.error のメソッド。BasicErrorController
- パス属性を含めるかどうかを決定します。
- isIncludePath(ServerRequest, MediaType) - クラス org.springframework.boot.webflux.autoconfigure.error のメソッド。DefaultErrorWebExceptionHandler
- パス属性を含めるかどうかを決定します。
- isIncludeStackTrace(HttpServletRequest, MediaType) - クラス org.springframework.boot.webmvc.autoconfigure.error のメソッド。BasicErrorController
- stacktrace 属性を含めるかどうかを決定します。
- isIncludeStackTrace(ServerRequest, MediaType) - クラス org.springframework.boot.webflux.autoconfigure.error のメソッド。DefaultErrorWebExceptionHandler
- stacktrace 属性を含めるかどうかを決定します。
- isIncludeUnsampled() - クラス org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure のメソッド。OpenTelemetryTracingProperties.Export
- isInfoEnabled() - クラス org.springframework.boot.logging のメソッド。DeferredLog
- isInTests() - クラス org.springframework.boot.docker.compose.lifecycle のメソッド。DockerComposeProperties.Skip
- isInvocable(E) - クラス org.springframework.boot.actuate.endpoint.annotation のメソッド。EndpointDiscoverer
- エンドポイントが呼び出し可能であり、検出されたエンドポイントに含める必要があるかどうかを返します。
- isInvocable(ExposableControllerEndpoint) - クラス org.springframework.boot.actuate.endpoint.web.annotation のメソッド。ControllerEndpointDiscoverer
- 使用すべきではありません。
- isInvocable(ExposableServletEndpoint) - クラス org.springframework.boot.actuate.endpoint.web.annotation のメソッド。ServletEndpointDiscoverer
- 使用すべきではありません。
- isIpv6Canonical() - クラス org.springframework.boot.tomcat.autoconfigure のメソッド。TomcatServerProperties.Accesslog
- isJta() - クラス org.springframework.boot.jpa.autoconfigure のメソッド。JpaBaseConfiguration
- JTA
PlatformTransactionManagerが使用されているかどうかを返します。 - isKeepAlive() - Method in class org.springframework.boot.SpringApplication
- 非デーモンスレッドがなくなった場合でもアプリケーションを存続させるかどうか。
- isLastElementIndexed() - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyName
- 名前の最後の要素にインデックスが付けられている場合に返します。
- isLenient() - クラス org.springframework.boot.kotlinx.serialization.json.autoconfigure のメソッド。KotlinxSerializationJsonProperties
- isLibraryFileOrClassesDirectory(Archive.Entry) - Method in class org.springframework.boot.loader.launch.Launcher
- isLibraryFileOrClassesDirectory(Archive.Entry) - クラス org.springframework.boot.loader.launch のメソッド。WarLauncher
- isLoadable(ConfigDataLoaderContext, R) - インターフェース org.springframework.boot.context.config のメソッド。ConfigDataLoader
- 指定されたリソースをこのインスタンスでロードできるかどうかを返します。
- isLocal() - Method in class org.springframework.boot.loader.tools.Library
- ライブラリがパッケージ化されているアプリケーションに対してローカル(同じビルドの一部)である場合に戻ります。
- isLocalFileReference() - Method in class org.springframework.boot.buildpack.platform.docker.configuration.ResolvedDockerHost
- isLogConditionEvaluationDelta() - クラス org.springframework.boot.devtools.autoconfigure のメソッド。DevToolsProperties.Restart
- isLogLeakedSessions() - クラス org.springframework.boot.neo4j.autoconfigure のメソッド。Neo4jProperties.Pool
- isLogRequestDetails() - クラス org.springframework.boot.http.codec.autoconfigure のメソッド。HttpCodecsProperties
- isLogRequestDetails() - クラス org.springframework.boot.webmvc.autoconfigure のメソッド。WebMvcProperties
- isLogResolvedException() - クラス org.springframework.boot.webmvc.autoconfigure のメソッド。WebMvcProperties
- isLwcEnabled() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.atlas.AtlasProperties
- isLwcIgnorePublishStep() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.atlas.AtlasProperties
- isMain(Thread) - クラス org.springframework.boot.devtools.restart のメソッド。DefaultRestartInitializer
- スレッドがメイン呼び出し用であるかどうかを返します。
- isMainThread(Thread) - クラス org.springframework.boot.devtools.restart のメソッド。DefaultRestartInitializer
- 指定された
threadがメインスレッドと見なされるかどうかを返します。 - isMandatory() - インターフェース org.springframework.boot.actuate.endpoint.invoke のメソッド。OperationParameter
- パラメーターが必須の場合に戻ります(null 値を受け入れません)。
- isMatch() - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionOutcome
- 結果が一致した場合、
trueを返します。 - isMatch(String, URL) - クラス org.springframework.boot.devtools.restart.server のメソッド。DefaultSourceDirectoryUrlFilter
- isMatch(String, URL) - インターフェース org.springframework.boot.devtools.restart.server のメソッド。SourceDirectoryUrlFilter
- 指定された URL がソースディレクトリと一致するかどうかを確認します。
- isMatchAfter() - クラス org.springframework.boot.web.servlet のメソッド。AbstractFilterRegistrationBean
- ServletContext の宣言されたフィルターマッピングの後にフィルターマッピングを一致させる必要がある場合に返します。
- isMember(ObservationHandler) - Method in interface org.springframework.boot.micrometer.observation.autoconfigure.ObservationHandlerGroup
- 指定されたハンドラーがこのグループのメンバーであるかどうかを返します。
- isMember(String) - インターフェース org.springframework.boot.health.actuate.endpoint のメソッド。HealthEndpointGroup
- 指定されたコントリビューターがこのグループのメンバーである場合、
trueを返します。 - isMessageEnabled(ServerRequest) - クラス org.springframework.boot.webflux.autoconfigure.error のメソッド。AbstractErrorWebExceptionHandler
- 指定されたリクエストにメッセージ属性が設定されているかどうかを確認します。
- isMessageMappingEnabled() - クラス org.springframework.boot.integration.autoconfigure のメソッド。IntegrationProperties.RSocket.Server
- isMeterNameEventTypeEnabled() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.newrelic.NewRelicProperties
- isMissingQueuesFatal() - クラス org.springframework.boot.amqp.autoconfigure のメソッド。RabbitProperties.AmqpContainer
- isMissingQueuesFatal() - クラス org.springframework.boot.amqp.autoconfigure のメソッド。RabbitProperties.DirectContainer
- isMissingQueuesFatal() - クラス org.springframework.boot.amqp.autoconfigure のメソッド。RabbitProperties.SimpleContainer
- isMissingTopicsFatal() - クラス org.springframework.boot.kafka.autoconfigure のメソッド。KafkaProperties.Listener
- isMixed() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
- isModifyTopicConfigs() - クラス org.springframework.boot.kafka.autoconfigure のメソッド。KafkaProperties.Admin
- isMultipleIssuersAllowed() - クラス org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet のメソッド。OAuth2AuthorizationServerProperties
- isNativeListener() - クラス org.springframework.boot.amqp.autoconfigure のメソッド。RabbitProperties.StreamContainer
- isNegated() - クラス org.springframework.boot.webflux.actuate.web.mappings のメソッド。RequestMappingConditionsDescription.MediaTypeExpressionDescription
- isNegated() - クラス org.springframework.boot.webflux.actuate.web.mappings のメソッド。RequestMappingConditionsDescription.NameValueExpressionDescription
- isNegated() - クラス org.springframework.boot.webmvc.actuate.web.mappings のメソッド。RequestMappingConditionsDescription.MediaTypeExpressionDescription
- isNegated() - クラス org.springframework.boot.webmvc.actuate.web.mappings のメソッド。RequestMappingConditionsDescription.NameValueExpressionDescription
- isNonBlockingRedelivery() - Method in class org.springframework.boot.activemq.autoconfigure.ActiveMQProperties
- isNotEqualTo(Object) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- オブジェクト型に基づいて JSON テストを実行するための
isNotEqualToのオーバーライドバージョン。 - isNotEqualToJson(byte[]) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON バイトに等しい
lenientlyではないことを確認します。 - isNotEqualToJson(byte[], JSONComparator) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON バイトと等しくないことを確認します。
- isNotEqualToJson(byte[], JSONCompareMode) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON バイトと等しくないことを確認します。
- isNotEqualToJson(File) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON ファイルに等しい
lenientlyではないことを確認します。 - isNotEqualToJson(File, JSONComparator) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON ファイルと等しくないことを確認します。
- isNotEqualToJson(File, JSONCompareMode) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON ファイルと等しくないことを確認します。
- isNotEqualToJson(InputStream) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON 入力ストリームに等しい
lenientlyではないことを確認します。 - isNotEqualToJson(InputStream, JSONComparator) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON 入力ストリームと等しくないことを確認します。
- isNotEqualToJson(InputStream, JSONCompareMode) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON 入力ストリームと等しくないことを確認します。
- isNotEqualToJson(CharSequence) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON と等しい
lenientlyではないことを確認します。 - isNotEqualToJson(CharSequence, JSONComparator) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON と等しくないことを確認します。
- isNotEqualToJson(CharSequence, JSONCompareMode) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON と等しくないことを確認します。
- isNotEqualToJson(String, Class) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON リソースに等しい
lenientlyではないことを確認します。 - isNotEqualToJson(String, Class, JSONComparator) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON リソースと等しくないことを確認します。
- isNotEqualToJson(String, Class, JSONCompareMode) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON リソースと等しくないことを確認します。
- isNotEqualToJson(Resource) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON リソースに等しい
lenientlyではないことを確認します。 - isNotEqualToJson(Resource, JSONComparator) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON リソースと等しくないことを確認します。
- isNotEqualToJson(Resource, JSONCompareMode) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が指定された JSON リソースと等しくないことを確認します。
- isNotStrictlyEqualToJson(byte[]) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON バイトに等しい
strictlyではないことを確認します。 - isNotStrictlyEqualToJson(File) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON ファイルに等しい
strictlyではないことを確認します。 - isNotStrictlyEqualToJson(InputStream) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON 入力ストリームに等しい
strictlyではないことを確認します。 - isNotStrictlyEqualToJson(CharSequence) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON と等しい
strictlyではないことを確認します。 - isNotStrictlyEqualToJson(String, Class) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON リソースに等しい
strictlyではないことを確認します。 - isNotStrictlyEqualToJson(Resource) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON リソースに等しい
strictlyではないことを確認します。 - isNumericIndex(int) - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyName
- 名前の要素がインデックス付きで数値の場合に返します。
- ISO8601 - Enum constant in enum class org.springframework.boot.convert.DurationStyle
- ISO-8601 フォーマット。
- ISO8601 - Enum constant in enum class org.springframework.boot.convert.PeriodStyle
- ISO-8601 フォーマット。
- isObservationEnabled() - クラス org.springframework.boot.amqp.autoconfigure のメソッド。RabbitProperties.BaseContainer
- isObservationEnabled() - クラス org.springframework.boot.amqp.autoconfigure のメソッド。RabbitProperties.Template
- isObservationEnabled() - クラス org.springframework.boot.kafka.autoconfigure のメソッド。KafkaProperties.Listener
- isObservationEnabled() - クラス org.springframework.boot.kafka.autoconfigure のメソッド。KafkaProperties.Template
- isObservationEnabled() - クラス org.springframework.boot.pulsar.autoconfigure のメソッド。PulsarProperties.Listener
- isObservationsEnabled() - クラス org.springframework.boot.pulsar.autoconfigure のメソッド。PulsarProperties.Template
- isOlderThan(JavaVersion) - Method in enum class org.springframework.boot.system.JavaVersion
- このバージョンが特定のバージョンよりも古い場合に返します。
- isOneIndexedParameters() - Method in class org.springframework.boot.data.autoconfigure.web.DataWebProperties.Pageable
- isOnShutdown() - クラス org.springframework.boot.kafka.autoconfigure のメソッド。KafkaProperties.Cleanup
- isOnStartup() - クラス org.springframework.boot.kafka.autoconfigure のメソッド。KafkaProperties.Cleanup
- IsoOffsetDateTimeConverter - org.springframework.boot.actuate.endpoint.invoke.convert のクラス
- IsoOffsetDateTimeConverter() - クラス org.springframework.boot.actuate.endpoint.invoke.convert. IsoOffsetDateTimeConverter のコンストラクター
- isOpen() - クラス org.springframework.boot.origin のメソッド。OriginTrackedResource
- isOptional() - クラス org.springframework.boot.context.config のメソッド。ConfigDataLocation
- 場所がオプションであり、
ConfigDataNotFoundExceptionを無視する必要がある場合に戻ります。 - isOutOfOrder() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
- isOverridden() - クラス org.springframework.boot.loader.tools のメソッド。ReachabilityMetadataProperties
- 依存関係がオーバーライドされたかどうかを返します。
- isOverwriteExistingJobs() - クラス org.springframework.boot.quartz.autoconfigure のメソッド。QuartzProperties
- isParentOf(ConfigurationPropertyName) - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyName
- この要素が指定した名前の直接の親である場合、
trueを返します。 - isPasswordGenerated() - クラス org.springframework.boot.security.autoconfigure のメソッド。SecurityProperties.User
- isPathEnabled(ServerRequest) - クラス org.springframework.boot.webflux.autoconfigure.error のメソッド。AbstractErrorWebExceptionHandler
- 指定されたリクエストにパス属性が設定されているかどうかを確認します。
- isPauseable() - クラス org.springframework.boot.web.server.context のメソッド。WebServerGracefulShutdownLifecycle
- isPaused() - クラス org.springframework.boot.quartz.actuate.endpoint のメソッド。QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor
- isPercentilesHistogram() - クラス org.springframework.boot.data.autoconfigure.metrics のメソッド。DataMetricsProperties.Repository.Autotime
- isPersistent() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
- isPersistent() - Method in class org.springframework.boot.web.server.servlet.Session
- 再起動間でセッションデータを保持するかどうかを返します。
- isPlaceholderReplacement() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
- isPreferFileSystemAccess() - クラス org.springframework.boot.freemarker.autoconfigure のメソッド。FreeMarkerProperties
- isPresent(AttributeAccessor) - Static method in record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
- 指定された属性に
ContainerImageMetadataが追加されている場合はtrueを返します。 - isPresentInText(String) - Static method in class org.springframework.boot.ssl.pem.PemContent
- 指定されたテキストに PEM コンテンツが存在する場合に返します。
- isPrettyPrint() - クラス org.springframework.boot.kotlinx.serialization.json.autoconfigure のメソッド。KotlinxSerializationJsonProperties
- isPrintOnlyOnFailure() - クラス org.springframework.boot.webmvc.test.autoconfigure のメソッド。SpringBootMockMvcBuilderCustomizer
- isProducePartialOutputWhileProcessing() - クラス org.springframework.boot.thymeleaf.autoconfigure のメソッド。ThymeleafProperties.Servlet
- isProducers() - クラス org.springframework.boot.jms.autoconfigure のメソッド。JmsProperties.Cache
- isPropagateFailures() - クラス org.springframework.boot.pulsar.autoconfigure のメソッド。PulsarProperties.Function
- isPropagateStopFailures() - クラス org.springframework.boot.pulsar.autoconfigure のメソッド。PulsarProperties.Function
- isPublish() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
- ビルドされたイメージをレジストリにプッシュする必要がある場合に戻ります。
- isPublisherReturns() - クラス org.springframework.boot.amqp.autoconfigure のメソッド。RabbitProperties
- isPublishRequestHandledEvents() - クラス org.springframework.boot.webmvc.autoconfigure のメソッド。WebMvcProperties
- isPublishUnchangedMeters() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.statsd.StatsdProperties
- isPubSubDomain() - クラス org.springframework.boot.jms.autoconfigure のメソッド。JmsProperties
- isReadable() - クラス org.springframework.boot.origin のメソッド。OriginTrackedResource
- isReadCompacted() - クラス org.springframework.boot.pulsar.autoconfigure のメソッド。PulsarProperties.Consumer
- isReadCompacted() - クラス org.springframework.boot.pulsar.autoconfigure のメソッド。PulsarProperties.Reader
- isReady() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
- アプリケーションが完全に起動して準備ができているかどうかを指定します。
- isRegisterDefaultServlet() - クラス org.springframework.boot.web.server.autoconfigure のメソッド。ServerProperties.Servlet
- isRegisterDefaultServlet() - クラス org.springframework.boot.web.server.servlet のメソッド。ServletWebServerSettings
- isRegistered(Class) - インターフェース org.springframework.boot.bootstrap のメソッド。BootstrapContext
- 指定された型の登録が存在する場合に戻ります。
- isRegistered(Class) - インターフェース org.springframework.boot.bootstrap のメソッド。BootstrapRegistry
- 指定された型の登録が存在する場合に戻ります。
- isRegistered(Class) - クラス org.springframework.boot.bootstrap のメソッド。DefaultBootstrapContext
- isRejectTasksWhenLimitReached() - クラス org.springframework.boot.autoconfigure.task のメソッド。TaskExecutionProperties.Simple
- isReloadOnUpdate() - クラス org.springframework.boot.autoconfigure.ssl のメソッド。SslBundleProperties
- isRemote() - Method in class org.springframework.boot.buildpack.platform.docker.configuration.ResolvedDockerHost
- isRenameOnRotate() - クラス org.springframework.boot.tomcat.autoconfigure のメソッド。TomcatServerProperties.Accesslog
- isRenderHiddenMarkersBeforeCheckboxes() - クラス org.springframework.boot.thymeleaf.autoconfigure のメソッド。ThymeleafProperties
- isRequestAttributesEnabled() - クラス org.springframework.boot.tomcat.autoconfigure のメソッド。TomcatServerProperties.Accesslog
- isRequestRecovery() - クラス org.springframework.boot.quartz.actuate.endpoint のメソッド。QuartzEndpoint.QuartzJobDetailsDescriptor
- isRequireAuthorizationConsent() - クラス org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet のメソッド。OAuth2AuthorizationServerProperties.Client
- isRequireProofKey() - クラス org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet のメソッド。OAuth2AuthorizationServerProperties.Client
- isRequireSubscribers() - クラス org.springframework.boot.integration.autoconfigure のメソッド。IntegrationProperties.Error
- isResolvable(ConfigDataLocationResolverContext, ConfigDataLocation) - インターフェース org.springframework.boot.context.config のメソッド。ConfigDataLocationResolver
- 指定されたロケーションアドレスがこのリゾルバーによって解決できるかどうかを返します。
- isResolvable(ConfigDataLocationResolverContext, ConfigDataLocation) - クラス org.springframework.boot.context.config のメソッド。ConfigTreeConfigDataLocationResolver
- isResolvable(ConfigDataLocationResolverContext, ConfigDataLocation) - クラス org.springframework.boot.context.config のメソッド。StandardConfigDataLocationResolver
- isResolveLazily() - クラス org.springframework.boot.servlet.autoconfigure のメソッド。MultipartProperties
- isRestartExclude(URL) - クラス org.springframework.boot.devtools.settings のメソッド。DevToolsSettings
- isRestartInclude(URL) - クラス org.springframework.boot.devtools.settings のメソッド。DevToolsSettings
- isRestartRequired() - クラス org.springframework.boot.devtools.classpath のメソッド。ClassPathChangedEvent
- 変更のためにアプリケーションの再起動が必要な場合に返されます。
- isRestartRequired(ChangedFile) - インターフェース org.springframework.boot.devtools.classpath のメソッド。ClassPathRestartStrategy
- 完全な再起動が必要な場合は true を返します。
- isRestartRequired(ChangedFile) - クラス org.springframework.boot.devtools.classpath のメソッド。PatternClassPathRestartStrategy
- isResultsMapCaseInsensitive() - クラス org.springframework.boot.jdbc.autoconfigure のメソッド。JdbcProperties.Template
- isRetryEnable() - クラス org.springframework.boot.pulsar.autoconfigure のメソッド。PulsarProperties.Consumer
- isReuseRefreshTokens() - クラス org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet のメソッド。OAuth2AuthorizationServerProperties.Token
- isRotate() - クラス org.springframework.boot.tomcat.autoconfigure のメソッド。TomcatServerProperties.Accesslog
- isRunning() - クラス org.springframework.boot.jdbc のメソッド。HikariCheckpointRestoreLifecycle
- isRunning() - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
- isRunning() - クラス org.springframework.boot.web.server.context のメソッド。WebServerGracefulShutdownLifecycle
- isSameFile(Path, Path) - クラス org.springframework.boot.loader.nio.file のメソッド。NestedFileSystemProvider
- isSearchedDirectory(Archive.Entry) - クラス org.springframework.boot.loader.launch のメソッド。ExecutableArchiveLauncher
- 指定されたディレクトリエントリがさらに検索する候補であるかどうかを判断します。
- isSecure() - Method in class org.springframework.boot.buildpack.platform.docker.configuration.DockerHost
- isShown(boolean) - Method in enum class org.springframework.boot.actuate.endpoint.Show
SecurityContextが利用できない場合にデータを表示するかどうかを返します。- isShown(SecurityContext, Collection) - Method in enum class org.springframework.boot.actuate.endpoint.Show
- データを表示するかどうかを返します。
- isShowSql() - クラス org.springframework.boot.jpa.autoconfigure のメソッド。JpaProperties
- isSignedJarFile(File) - Static method in class org.springframework.boot.loader.tools.FileUtils
- 指定された jar ファイルが署名されている場合は
trueを返します。 - isSingleton() - クラス org.springframework.boot.test.autoconfigure.json のメソッド。JsonTesterFactoryBean
- isSkipDefaultCallbacks() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
- isSkipDefaultResolvers() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
- isSkipResultsProcessing() - クラス org.springframework.boot.jdbc.autoconfigure のメソッド。JdbcProperties.Template
- isSkipUndeclaredResults() - クラス org.springframework.boot.jdbc.autoconfigure のメソッド。JdbcProperties.Template
- isSocketKeepAlive() - クラス org.springframework.boot.elasticsearch.autoconfigure のメソッド。ElasticsearchProperties
- isSpanJoiningSupported() - Method in class org.springframework.boot.micrometer.tracing.brave.autoconfigure.BraveTracingProperties
- isSpecified() - インターフェース org.springframework.boot.ssl のメソッド。SslOptions
- SSL オプションが指定されている場合に返します。
- isStarted() - クラス org.springframework.boot.devtools.livereload のメソッド。LiveReloadServer
- サーバーが起動している場合に戻ります。
- isStateless() - クラス org.springframework.boot.amqp.autoconfigure のメソッド。RabbitProperties.ListenerRetry
- isStrictlyEqualToJson(byte[]) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON バイトに等しい
strictlyであることを確認します。 - isStrictlyEqualToJson(File) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON ファイルに等しい
strictlyであることを検証します。 - isStrictlyEqualToJson(InputStream) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON 入力ストリームに等しい
strictlyであることを確認します。 - isStrictlyEqualToJson(CharSequence) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON と等しい
strictlyであることを検証します。 - isStrictlyEqualToJson(String, Class) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON リソースに等しい
strictlyであることを検証します。 - isStrictlyEqualToJson(Resource) - クラス org.springframework.boot.test.json のメソッド。JsonContentAssert
- 実際の値が、指定された JSON リソースに等しい
strictlyであることを検証します。 - isStrictServletCompliance() - クラス org.springframework.boot.servlet.autoconfigure のメソッド。MultipartProperties
- isSubscriptionDurable() - クラス org.springframework.boot.jms.autoconfigure のメソッド。JmsProperties
- isSupportedType(EventListener) - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
- 指定されたリスナーがサポートされている型の 1 つである場合、
trueを返します。 - isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - クラス org.springframework.boot.autoconfigure.template のメソッド。PathBasedTemplateAvailabilityProvider
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - インターフェース org.springframework.boot.autoconfigure.template のメソッド。TemplateAvailabilityProvider
- 指定された
viewでテンプレートが使用可能な場合、trueを返します。 - isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - クラス org.springframework.boot.mustache.autoconfigure のメソッド。MustacheTemplateAvailabilityProvider
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - クラス org.springframework.boot.thymeleaf.autoconfigure のメソッド。ThymeleafTemplateAvailabilityProvider
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - クラス org.springframework.boot.webmvc.autoconfigure のメソッド。JspTemplateAvailabilityProvider
- isTemplated() - Method in class org.springframework.boot.actuate.endpoint.web.Link
hrefがテンプレート化されているかどうかを返します。- isTestRollbackOnUpdate() - Method in class org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties
- isThrowExceptionOnLateReply() - クラス org.springframework.boot.integration.autoconfigure のメソッド。IntegrationProperties.Endpoint
- isTrace() - クラス org.springframework.boot.h2console.autoconfigure のメソッド。H2ConsoleProperties.Settings
- isTraceEnabled() - クラス org.springframework.boot.logging のメソッド。DeferredLog
- isTraceEnabled(ServerRequest) - クラス org.springframework.boot.webflux.autoconfigure.error のメソッド。AbstractErrorWebExceptionHandler
- 指定されたリクエストにトレース属性が設定されているかどうかを確認します。
- isTransacted() - クラス org.springframework.boot.jms.autoconfigure のメソッド。JmsProperties.Template.Session
- isTrustBuilder() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
- ビルダーを信頼できるものとして扱う必要があるかどうかを返します。
- isTypeOrAnnotated(MetadataReader, MetadataReaderFactory, Class) - クラス org.springframework.boot.test.context.filter.annotation のメソッド。AnnotationCustomizableTypeExcludeFilter
- isUniqueNames() - クラス org.springframework.boot.autoconfigure.jmx のメソッド。JmxProperties
- isUnpackRequired() - Method in class org.springframework.boot.loader.tools.Library
- ファイルをネストされた jar として直接使用できず、解凍する必要がある場合に返されます。
- isUseAlternativeNames() - クラス org.springframework.boot.kotlinx.serialization.json.autoconfigure のメソッド。KotlinxSerializationJsonProperties
- isUseAnonymousProducers() - クラス org.springframework.boot.jms.autoconfigure のメソッド。JmsPoolConnectionFactoryProperties
- isUseCodeAsDefaultMessage() - クラス org.springframework.boot.autoconfigure.context のメソッド。MessageSourceProperties
- isUseDefaultFilters() - クラス org.springframework.boot.test.context.filter.annotation のメソッド。AnnotationCustomizableTypeExcludeFilter
- isUseDefaultFilters() - クラス org.springframework.boot.test.context.filter.annotation のメソッド。StandardAnnotationCustomizableTypeExcludeFilter
- isUseDoubleQuotes() - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
- isUseDynatraceSummaryInstruments() - クラス org.springframework.boot.micrometer.metrics.autoconfigure.export.dynatrace のメソッド。DynatraceProperties.V2
- isUseForwardHeaders() - クラス org.springframework.boot.jetty のメソッド。JettyWebServerFactory
- isUseGlobalRegistry() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.MetricsProperties
- isUseHalAsDefaultJsonMediaType() - クラス org.springframework.boot.hateoas.autoconfigure のメソッド。HateoasProperties
- isUseJackson2Defaults() - クラス org.springframework.boot.jackson.autoconfigure のメソッド。JacksonProperties
- isUseKeyPrefix() - クラス org.springframework.boot.cache.autoconfigure のメソッド。CacheProperties.Redis
- isUseLastModified() - クラス org.springframework.boot.autoconfigure.web のメソッド。WebProperties.Resources.Cache
- isUseRelativeRedirects() - クラス org.springframework.boot.tomcat.autoconfigure のメソッド。TomcatServerProperties
- isUserInRole(String) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SecurityContext
- 現在認証されているユーザーが指定された
roleにいる場合はtrueを返し、そうでない場合は false を返します。 - isUseSemanticMetricTypes() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.stackdriver.StackdriverProperties
- isUsingForwardHeaders() - Method in enum class org.springframework.boot.cloud.CloudPlatform
- プラットフォームがロードバランサーの背後にあり、X-Forwarded-For ヘッダーを使用している場合に返されます。
- isValid() - 列挙クラス org.springframework.boot.info.SslInfo.CertificateValidityInfo.Status のメソッド
- isValid(CharSequence) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 指定された名前が有効かどうかを返します。
- isValidateHeaders() - クラス org.springframework.boot.reactor.netty.autoconfigure のメソッド。NettyServerProperties
- isValidateMigrationNaming() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
- isValidateOnMigrate() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayProperties
- isValidateServerCertificate() - クラス org.springframework.boot.amqp.autoconfigure のメソッド。RabbitProperties.Ssl
- isValidateTransactionState() - クラス org.springframework.boot.batch.jdbc.autoconfigure のメソッド。BatchJdbcProperties
- isVerboseLogging() - Method in class org.springframework.boot.buildpack.platform.build.BuildRequest
- 詳細なログ出力を使用する必要があるかどうかを返します。
- isVerifyHostname() - クラス org.springframework.boot.amqp.autoconfigure のメソッド。RabbitProperties.Ssl
- isVerifyHostname() - クラス org.springframework.boot.cassandra.autoconfigure のメソッド。CassandraProperties.Ssl
- isVerifyHostname() - クラス org.springframework.boot.elasticsearch.autoconfigure のメソッド。ElasticsearchProperties.Restclient.Ssl
- isVerifyHostname() - クラス org.springframework.boot.mail.autoconfigure のメソッド。MailProperties.Ssl
- isVerifyKeys() - クラス org.springframework.boot.autoconfigure.ssl のメソッド。PemSslBundleProperties.Store
- isWaitForJobsToCompleteOnShutdown() - クラス org.springframework.boot.quartz.autoconfigure のメソッド。QuartzProperties
- isWarnEnabled() - クラス org.springframework.boot.logging のメソッド。DeferredLog
- isWebAllowOthers() - クラス org.springframework.boot.h2console.autoconfigure のメソッド。H2ConsoleProperties.Settings
- ITALIC - Enum constant in enum class org.springframework.boot.ansi.AnsiStyle
- items(Object...) - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionMessage.ItemsBuilder
- 項目を示してください。
- items(Collection) - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionMessage.ItemsBuilder
- 項目を示してください。
- items(ConditionMessage.Style, Object...) - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionMessage.ItemsBuilder
- 項目を示してください。
- items(ConditionMessage.Style, Collection) - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionMessage.ItemsBuilder
ConditionMessage.Styleでアイテムを示します。- IterableConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
- 完全な
IterableSE エントリセットを持つConfigurationPropertySource。 - iterator() - クラス org.springframework.boot.actuate.endpoint.web のメソッド。PathMappedEndpoints
- iterator() - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionEvaluationReport.ConditionAndOutcomes
- iterator() - Method in class org.springframework.boot.buildpack.platform.docker.transport.Errors
- iterator() - クラス org.springframework.boot.context.annotation のメソッド。ImportCandidates
- iterator() - Method in class org.springframework.boot.context.config.Profiles
- すべての
accepted profilesのイテレータを返します。 - iterator() - クラス org.springframework.boot.context.properties.bind.validation のメソッド。ValidationErrors
- iterator() - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyNameAliases
- iterator() - インターフェース org.springframework.boot.context.properties.source のメソッド。IterableConfigurationPropertySource
- このソースが管理する
namesのイテレータを返します。 - iterator() - クラス org.springframework.boot.context.properties.source のメソッド。MapConfigurationPropertySource
- iterator() - クラス org.springframework.boot.devtools.classpath のメソッド。ClassPathDirectories
- iterator() - クラス org.springframework.boot.devtools.filewatch のメソッド。ChangedFiles
- iterator() - インターフェース org.springframework.boot.health.contributor のメソッド。HealthContributors
- iterator() - インターフェース org.springframework.boot.health.contributor のメソッド。ReactiveHealthContributors
- iterator() - クラス org.springframework.boot.http.converter.autoconfigure のメソッド。HttpMessageConverters
- 使用すべきではありません。
- iterator() - クラス org.springframework.boot.info のメソッド。InfoProperties
- iterator() - クラス org.springframework.boot.loader.tools.layer のメソッド。CustomLayers
- iterator() - Method in interface org.springframework.boot.loader.tools.Layers
- jar レイヤーを追加する順序で返します(変更頻度が最も低いレイヤーから開始)。
- iterator() - クラス org.springframework.boot.loader.tools のメソッド。StandardLayers
- iterator() - クラス org.springframework.boot.logging のメソッド。LoggerGroups
- iterator() - Method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.SpanExporters
- iterator() - Method in interface org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.SpanProcessors
- iterator() - クラス org.springframework.boot.sql.init のメソッド。AbstractScriptDatabaseInitializer.Scripts
- iterator() - クラス org.springframework.boot.web.server のメソッド。MimeMappings
- iterator() - クラス org.springframework.boot.web.server.servlet のメソッド。ServletContextInitializers
- iterator() - クラス org.springframework.boot.web.servlet のメソッド。ServletContextInitializerBeans
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式