インデックス
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式
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.autoconfigure.kafka.KafkaProperties.IsolationLevel のメソッド
- ID - Static variable in class org.springframework.boot.actuate.health.HealthEndpoint
- ヘルスエンドポイント ID。
- IDLE - Enum constant in enum class org.springframework.boot.web.server.GracefulShutdownResult
- サーバーは、猶予期間の終わりにアクティブなリクエストがなく、アイドル状態でした。
- ifBound(Consumer<? super T>) - クラス org.springframework.boot.context.properties.bind のメソッド。BindResult
- バインドされた値で指定されたコンシューマーを呼び出すか、値がバインドされていない場合は何もしません。
- ifCausedBy(Exception, Class<E>, Consumer<E>) - Static method in exception org.springframework.boot.web.server.PortInUseException
- 特定の例外が特定の例外型によって引き起こされた場合、アクションを実行します。
- ifNotEmpty(Map<String, Object>, Consumer<DefaultPropertiesPropertySource>) - Static method in class org.springframework.boot.DefaultPropertiesPropertySource
- 提供されたソースが空でない場合は、新しい
DefaultPropertiesPropertySourceインスタンスを作成します。 - ifPortBindingException(Exception, Consumer<BindException>) - Static method in exception org.springframework.boot.web.server.PortInUseException
- 指定された例外が「使用中のポート」
BindExceptionSE によって引き起こされた場合は、アクションを実行します。 - IGNORE - Enum constant in enum class org.springframework.boot.context.config.ConfigDataNotFoundAction
- 例外を無視して、残りの場所の処理を続行します。
- IGNORE_BACKGROUNDPREINITIALIZER_PROPERTY_NAME - Static variable in class org.springframework.boot.autoconfigure.BackgroundPreinitializer
- 初期化前の実行方法を Spring Boot に指示するシステムプロパティ。
- 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.actuate.autoconfigure.security.reactive のメソッド。EndpointRequest.LinksServerWebExchangeMatcher
- ignoreApplicationContext(ApplicationContext) - クラス org.springframework.boot.security.reactive のメソッド。ApplicationContextServerWebExchangeMatcher
ApplicationContextを無視し、マッチングに使用しない場合に返します。- ignoreApplicationContext(WebApplicationContext) - クラス org.springframework.boot.actuate.autoconfigure.security.servlet のメソッド。EndpointRequest.LinksRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - クラス org.springframework.boot.autoconfigure.security.servlet のメソッド。PathRequest.H2ConsoleRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - クラス org.springframework.boot.autoconfigure.security.servlet のメソッド。StaticResourceRequest.StaticResourceRequestMatcher
- ignoreApplicationContext(WebApplicationContext) - クラス org.springframework.boot.security.servlet のメソッド。ApplicationContextRequestMatcher
WebApplicationContextを無視し、マッチングに使用しない場合に返します。- ignored() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
- 一致する Bean を識別するときに無視する必要がある Bean のクラス型。
- IGNORED_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
- 標準の静的リソースパスを無視する
WebSecurityCustomizerに適用される順序。 - IgnoredCloudFoundryPathsWebSecurityConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet のコンストラクター。CloudFoundryActuatorAutoConfiguration.IgnoredCloudFoundryPathsWebSecurityConfiguration
- 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
- このオブジェクトにバインドするときに無効なフィールドを無視する必要があることを示すフラグ。
- 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 interface org.springframework.boot.docker.compose.core.RunningService
- サービスで使用されているイメージを返します。
- ImageReference - Class in org.springframework.boot.docker.compose.core
"imagename[:tag|@digest]"形式の Docker イメージへの参照。- IMAGES - Enum constant in enum class org.springframework.boot.autoconfigure.security.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
- 命令型リポジトリを有効にします。
- ImportAutoConfiguration - Annotation Interface in org.springframework.boot.autoconfigure
- 指定された自動構成クラスをインポートして適用します。
- ImportCandidates - org.springframework.boot.context.annotation のクラス
@Configurationインポート候補、通常は自動構成が含まれています。- ImportTestcontainers - Annotation Interface in org.springframework.boot.testcontainers.context
- 慣用的な Testcontainer 宣言クラスを Spring
ApplicationContextにインポートします。 - InactiveConfigDataAccessException - Exception in org.springframework.boot.context.config
- 非アクティブな
ConfigDataプロパティソースに対してプロパティを解決しようとすると、例外がスローされます。 - include(MetadataReader, MetadataReaderFactory) - クラス org.springframework.boot.test.autoconfigure.filter のメソッド。AnnotationCustomizableTypeExcludeFilter
- Include - Enum Class in org.springframework.boot.actuate.web.exchanges
- HTTP 交換のオプションを含めます。
- INCLUDE - Enum constant in enum class org.springframework.boot.test.autoconfigure.filter.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
- 追加で含まれるアクティブプロファイルを指定するために設定するプロパティの名前。
- IncludeExcludeEndpointFilter< E extends ExposableEndpoint<?>> - Class in org.springframework.boot.actuate.autoconfigure.endpoint.expose
- IncludeExcludeEndpointFilter(Class<E>, Collection<String>, Collection<String>, String...) - クラス org.springframework.boot.actuate.autoconfigure.endpoint.expose. IncludeExcludeEndpointFilter のコンストラクター
- 特定の包含 / 除外ルールを使用して新しい
IncludeExcludeEndpointFilterを作成します。 - IncludeExcludeEndpointFilter(Class<E>, Environment, String, String...) - クラス org.springframework.boot.actuate.autoconfigure.endpoint.expose. IncludeExcludeEndpointFilter のコンストラクター
Environmentからバインド / 除外ルールをバインドして、新しいIncludeExcludeEndpointFilterを作成します。- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.cassandra.DataCassandraTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.couchbase.DataCouchbaseTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.elasticsearch.DataElasticsearchTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.jdbc.DataJdbcTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - アノテーションインターフェース org.springframework.boot.test.autoconfigure.data.neo4j の要素。DataNeo4jTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - アノテーションインターフェース org.springframework.boot.test.autoconfigure.data.r2dbc の要素。DataR2dbcTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.redis.DataRedisTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.graphql.GraphQlTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.jdbc.JdbcTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.jooq.JooqTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.JsonTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.client.RestClientTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.server.WebServiceServerTest
- 他の方法でフィルタリングされた Bean をアプリケーションコンテキストに追加するために使用できる一連の組み込みフィルター。
- including(ErrorAttributeOptions.Include...) - クラス org.springframework.boot.web.error のメソッド。ErrorAttributeOptions
- 指定された属性
ErrorAttributeOptions.Includeオプションを含むErrorAttributeOptionsを返します。 - IncompatibleConfigurationException - Exception in org.springframework.boot.context.properties
- アプリケーションが互換性のない
ConfigurationPropertiesキーのセットを構成した場合にスローされる例外。 - IncompatibleConfigurationException(String...) - Constructor for exception org.springframework.boot.context.properties.IncompatibleConfigurationException
- INDEXED - Enum constant in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.RepositoryType
- RedisIndexedSessionRepository を自動構成します。
- Infinispan() - クラス org.springframework.boot.autoconfigure.cache のコンストラクター。CacheProperties.Infinispan
- INFINISPAN - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
- Infinispan でバックアップされたキャッシング。
- InfinispanCacheConfiguration - org.springframework.boot.autoconfigure.cache のクラス
- Infinispan キャッシュ構成。
- InfinispanCacheConfiguration() - クラス org.springframework.boot.autoconfigure.cache. InfinispanCacheConfiguration のコンストラクター
- infinispanCacheManager(CacheProperties, ObjectProvider<ConfigurationBuilder>) - クラス org.springframework.boot.autoconfigure.cache のメソッド。InfinispanCacheConfiguration
- influxConfig() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.influx のメソッド。InfluxMetricsExportAutoConfiguration
- influxDb(InfluxDbProperties, ObjectProvider<InfluxDbOkHttpClientBuilderProvider>, ObjectProvider<InfluxDbCustomizer>) - クラス org.springframework.boot.autoconfigure.influx のメソッド。InfluxDbAutoConfiguration
- 使用すべきではありません。
- InfluxDbAutoConfiguration - org.springframework.boot.autoconfigure.influx のクラス
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.2.0 以降、新しいクライアントと独自の Spring Boot 統合を優先して 3.4.0 で削除されています。
- InfluxDbAutoConfiguration() - クラス org.springframework.boot.autoconfigure.influx. InfluxDbAutoConfiguration のコンストラクター
- 使用すべきではありません。
- InfluxDbCustomizer - Interface in org.springframework.boot.autoconfigure.influx
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.2.0 以降、新しいクライアントと独自の Spring Boot 統合を優先して 3.4.0 で削除されています。
- influxDbHealthContributor(Map<String, InfluxDB>) - クラス org.springframework.boot.actuate.autoconfigure.influx のメソッド。InfluxDbHealthContributorAutoConfiguration
- 使用すべきではありません。
- InfluxDbHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.influx のクラス
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.2.0 以降、新しいクライアントと独自の Spring Boot 統合を優先して 3.4.0 で削除されています。
- InfluxDbHealthContributorAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.influx. InfluxDbHealthContributorAutoConfiguration のコンストラクター
- 使用すべきではありません。
- InfluxDbHealthIndicator - org.springframework.boot.actuate.influx のクラス
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.2.0 以降、新しいクライアントと独自の Spring Boot 統合を優先して 3.4.0 で削除されています。
- InfluxDbHealthIndicator(InfluxDB) - クラス org.springframework.boot.actuate.influx. InfluxDbHealthIndicator のコンストラクター
- 使用すべきではありません。
- InfluxDbOkHttpClientBuilderProvider - Interface in org.springframework.boot.autoconfigure.influx
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.2.0 以降、新しいクライアントと独自の Spring Boot 統合を優先して 3.4.0 で削除されています。
- InfluxDbProperties - org.springframework.boot.autoconfigure.influx のクラス
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.2.0 以降、新しい InfluxDB Java クライアントと独自の Spring Boot 統合を優先して 3.4.0 で削除されました。
- InfluxDbProperties() - クラス org.springframework.boot.autoconfigure.influx. InfluxDbProperties のコンストラクター
- 使用すべきではありません。
- influxMeterRegistry(InfluxConfig, Clock) - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.influx のメソッド。InfluxMetricsExportAutoConfiguration
- InfluxMetricsExportAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.export.influx のクラス
- Influx にメトリクスをエクスポートするための
Auto-configuration。 - InfluxMetricsExportAutoConfiguration(InfluxProperties) - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.influx. InfluxMetricsExportAutoConfiguration のコンストラクター
- InfluxProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.influx のクラス
- Influx メトリクスのエクスポートを構成するための
@ConfigurationProperties。 - InfluxProperties() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.influx. InfluxProperties のコンストラクター
- info() - クラス org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet のメソッド。CloudFoundryInfoEndpointWebExtension
- info() - クラス org.springframework.boot.actuate.info のメソッド。InfoEndpoint
- 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(ObjectProvider<InfoContributor>) - クラス org.springframework.boot.actuate.autoconfigure.info のメソッド。InfoEndpointAutoConfiguration
- InfoEndpoint - org.springframework.boot.actuate.info のクラス
@Endpointは、任意のアプリケーション情報を公開します。- InfoEndpoint(List<InfoContributor>) - クラス 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 extends InfoProperties> - Class in 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 クラス
- プロパティを公開する方法を定義します。
- INFORMATIONAL - Enum constant in enum class org.springframework.boot.actuate.metrics.http.Outcome
- リクエストの結果は情報提供でした。
- 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.actuate.endpoint.web.reactive のメソッド。AbstractWebFluxEndpointHandlerMapping
- initCorsConfiguration(Object, Method, RequestMappingInfo) - クラス org.springframework.boot.actuate.endpoint.web.reactive のメソッド。ControllerEndpointHandlerMapping
- initCorsConfiguration(Object, Method, RequestMappingInfo) - クラス org.springframework.boot.actuate.endpoint.web.servlet のメソッド。AbstractWebMvcEndpointHandlerMapping
- initCorsConfiguration(Object, Method, RequestMappingInfo) - クラス org.springframework.boot.actuate.endpoint.web.servlet のメソッド。ControllerEndpointHandlerMapping
- initFields(Object, ObjectMapper) - Static method in class org.springframework.boot.test.json.JacksonTester
JacksonTesterフィールドを初期化するユーティリティメソッド。- 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<ObjectMapper>) - Static method in class org.springframework.boot.test.json.JacksonTester
JacksonTesterフィールドを初期化するユーティリティメソッド。- initFields(Object, ObjectFactory<Gson>) - Static method in class org.springframework.boot.test.json.GsonTester
GsonTesterフィールドを初期化するユーティリティメソッド。- initFields(Object, ObjectFactory<Jsonb>) - Static method in class org.springframework.boot.test.json.JsonbTester
JsonbTesterフィールドを初期化するユーティリティメソッド。- initFields(Object, ObjectFactory<M>) - クラス org.springframework.boot.test.json のメソッド。AbstractJsonMarshalTester.FieldInitializer
- initHandlerMethods() - クラス org.springframework.boot.actuate.endpoint.web.reactive のメソッド。AbstractWebFluxEndpointHandlerMapping
- initHandlerMethods() - クラス org.springframework.boot.actuate.endpoint.web.reactive のメソッド。AdditionalHealthEndpointPathsWebFluxHandlerMapping
- initHandlerMethods() - クラス org.springframework.boot.actuate.endpoint.web.reactive のメソッド。ControllerEndpointHandlerMapping
- initHandlerMethods() - クラス org.springframework.boot.actuate.endpoint.web.servlet のメソッド。AbstractWebMvcEndpointHandlerMapping
- initHandlerMethods() - クラス org.springframework.boot.actuate.endpoint.web.servlet のメソッド。AdditionalHealthEndpointPathsWebMvcHandlerMapping
- initHandlerMethods() - クラス org.springframework.boot.actuate.endpoint.web.servlet のメソッド。ControllerEndpointHandlerMapping
- initialize(boolean) - Method in class org.springframework.boot.devtools.restart.Restarter
- 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) - Method in interface org.springframework.boot.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.config のメソッド。DelegatingApplicationContextInitializer
- 使用すべきではありません。
- 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.context のメソッド。ServerPortInfoApplicationContextInitializer
- initialize(ConfigurableEnvironment, ClassLoader) - クラス org.springframework.boot.context.logging のメソッド。LoggingApplicationListener
Environmentおよびクラスパスを介して表現された設定に従ってロギングシステムを初期化します。- initialize(ConfigurableWebApplicationContext) - クラス org.springframework.boot.web.servlet.support のメソッド。ServletContextApplicationContextInitializer
- initialized(Supplier<C>) - クラス org.springframework.boot.security.reactive のメソッド。ApplicationContextServerWebExchangeMatcher
- コンテキストが初期化されると呼び出されます。
- initialized(Supplier<C>) - クラス org.springframework.boot.security.servlet のメソッド。ApplicationContextRequestMatcher
- マッチャーが最初に呼び出されたときに項目を初期化するサブクラスによって実装できるメソッド。
- initialized(Supplier<WebEndpointProperties>) - クラス org.springframework.boot.actuate.autoconfigure.security.reactive のメソッド。EndpointRequest.LinksServerWebExchangeMatcher
- initialized(Supplier<PathMappedEndpoints>) - クラス org.springframework.boot.actuate.autoconfigure.security.reactive のメソッド。EndpointRequest.EndpointServerWebExchangeMatcher
- initialized(Supplier<H2ConsoleProperties>) - クラス org.springframework.boot.autoconfigure.security.servlet のメソッド。PathRequest.H2ConsoleRequestMatcher
- initialized(Supplier<DispatcherServletPath>) - クラス org.springframework.boot.autoconfigure.security.servlet のメソッド。StaticResourceRequest.StaticResourceRequestMatcher
- initialized(Supplier<WebApplicationContext>) - クラス org.springframework.boot.actuate.autoconfigure.security.servlet のメソッド。EndpointRequest.LinksRequestMatcher
- initializeDatabase() - クラス org.springframework.boot.sql.init のメソッド。AbstractScriptDatabaseInitializer
- スキーマとデータスクリプトを適用してデータベースを初期化します。
- initializeDataSourceBuilder() - クラス org.springframework.boot.autoconfigure.jdbc のメソッド。DataSourceProperties
- このインスタンスの状態で
DataSourceBuilderを初期化します。 - initializers(ApplicationContextInitializer<?>...) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
- アプリケーションに初期化子をいくつか追加します(Bean 定義がロードされる前に
ApplicationContextに適用されます)。 - initializeSpringBootLogging(LoggingSystem, LogLevel) - クラス org.springframework.boot.context.logging のメソッド。LoggingApplicationListener
springBootLogging設定に基づいてロガーを初期化します。- 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 のコンストラクター
- inMemoryUserDetailsManager(SecurityProperties, ObjectProvider<PasswordEncoder>) - クラス org.springframework.boot.autoconfigure.security.servlet のメソッド。UserDetailsServiceAutoConfiguration
- Inspection() - クラス org.springframework.boot.autoconfigure.graphql のコンストラクター。GraphQlProperties.Schema.Inspection
- INSTANCE - Static variable in class org.springframework.boot.actuate.health.HealthContributorNameFactory
- 共有シングルトン
HealthContributorNameFactoryインスタンス。 - instantiate(ClassLoader, Collection<String>) - Method in class org.springframework.boot.util.Instantiator
- 指定されたクラス名のセットをインスタンス化し、必要に応じてコンストラクター引数を挿入します。
- instantiate(Collection<String>) - Method in class org.springframework.boot.util.Instantiator
- 指定されたクラス名のセットをインスタンス化し、必要に応じてコンストラクター引数を挿入します。
- instantiateTypes(Collection<Class<?>>) - Method in class org.springframework.boot.util.Instantiator
- 指定されたクラスのセットをインスタンス化し、必要に応じてコンストラクター引数を挿入します。
- instantiateView() - クラス org.springframework.boot.web.reactive.result.view のメソッド。MustacheViewResolver
- instantiateView() - クラス org.springframework.boot.web.servlet.view のメソッド。MustacheViewResolver
- Instantiator< T > - Class in org.springframework.boot.util
- 使用可能なパラメーターを挿入することによってオブジェクトをインスタンス化するために使用される単純なファクトリ。
- Instantiator(Class<?>, Consumer<Instantiator.AvailableParameters>) - Constructor for class org.springframework.boot.util.Instantiator
- 指定された型の新しい
Instantiatorインスタンスを作成します。 - Instantiator(Class<?>, Consumer<Instantiator.AvailableParameters>, Instantiator.FailureHandler) - Constructor for class org.springframework.boot.util.Instantiator
- 指定された型の新しい
Instantiatorインスタンスを作成します。 - Instantiator.AvailableParameters - org.springframework.boot.util のインターフェース
- 使用可能なパラメーターを登録するために使用されるコールバック。
- Instantiator.FailureHandler - org.springframework.boot.util のインターフェース
- 型をインスタンス化するときに発生する障害を処理するための戦略。
- IntegrationAutoConfiguration - org.springframework.boot.autoconfigure.integration のクラス
- Spring Integration 用の
Auto-configuration。 - IntegrationAutoConfiguration() - クラス org.springframework.boot.autoconfigure.integration. IntegrationAutoConfiguration のコンストラクター
- IntegrationAutoConfiguration.IntegrationComponentScanConfiguration - org.springframework.boot.autoconfigure.integration のクラス
- 統合コンポーネントのスキャン構成。
- IntegrationAutoConfiguration.IntegrationConfiguration - org.springframework.boot.autoconfigure.integration のクラス
- 基本的な Spring Integration 構成。
- IntegrationAutoConfiguration.IntegrationJdbcConfiguration - org.springframework.boot.autoconfigure.integration のクラス
- 統合 JDBC 構成。
- IntegrationAutoConfiguration.IntegrationJmxConfiguration - org.springframework.boot.autoconfigure.integration のクラス
- Spring Integration JMX 構成。
- IntegrationAutoConfiguration.IntegrationManagementConfiguration - org.springframework.boot.autoconfigure.integration のクラス
- 統合管理構成。
- IntegrationAutoConfiguration.IntegrationManagementConfiguration.EnableIntegrationManagementConfiguration - org.springframework.boot.autoconfigure.integration のクラス
- IntegrationAutoConfiguration.IntegrationRSocketConfiguration - org.springframework.boot.autoconfigure.integration のクラス
- 統合 RSocket 構成。
- IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketClientConfiguration - org.springframework.boot.autoconfigure.integration のクラス
- IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration - org.springframework.boot.autoconfigure.integration のクラス
- IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration - org.springframework.boot.autoconfigure.integration のクラス
- ユーザーがタスクのスケジューリングを明示的に有効にしていない場合は、標準の
ThreadPoolTaskSchedulerを公開します。 - IntegrationComponentScanConfiguration() - クラス org.springframework.boot.autoconfigure.integration のコンストラクター。IntegrationAutoConfiguration.IntegrationComponentScanConfiguration
- IntegrationConfiguration() - クラス org.springframework.boot.autoconfigure.integration のコンストラクター。IntegrationAutoConfiguration.IntegrationConfiguration
- integrationDataSourceInitializer(DataSource, IntegrationProperties) - クラス org.springframework.boot.autoconfigure.integration のメソッド。IntegrationAutoConfiguration.IntegrationJdbcConfiguration
- IntegrationDataSourceScriptDatabaseInitializer - org.springframework.boot.autoconfigure.integration のクラス
- Spring Integration データベースの
DataSourceScriptDatabaseInitializer。 - IntegrationDataSourceScriptDatabaseInitializer(DataSource, IntegrationProperties.Jdbc) - クラス org.springframework.boot.autoconfigure.integration. IntegrationDataSourceScriptDatabaseInitializer のコンストラクター
- 新しい
IntegrationDataSourceScriptDatabaseInitializerインスタンスを作成します。 - IntegrationDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - クラス org.springframework.boot.autoconfigure.integration. IntegrationDataSourceScriptDatabaseInitializer のコンストラクター
- 新しい
IntegrationDataSourceScriptDatabaseInitializerインスタンスを作成します。 - integrationGlobalProperties(IntegrationProperties) - Static method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
- integrationGraphEndpoint(IntegrationGraphServer) - クラス org.springframework.boot.actuate.autoconfigure.integration のメソッド。IntegrationGraphEndpointAutoConfiguration
- IntegrationGraphEndpoint - org.springframework.boot.actuate.integration のクラス
- Spring Integration グラフを公開する
@Endpoint。 - IntegrationGraphEndpoint(IntegrationGraphServer) - クラス org.springframework.boot.actuate.integration. IntegrationGraphEndpoint のコンストラクター
- 指定された
IntegrationGraphServer内のすべての Spring Integration コンポーネントを含むグラフを公開する新しいIntegrationGraphEndpointインスタンスを作成します。 - IntegrationGraphEndpoint.GraphDescriptor - org.springframework.boot.actuate.integration のクラス
Graphの説明。- IntegrationGraphEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.integration のクラス
- IntegrationGraphEndpointAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.integration. IntegrationGraphEndpointAutoConfiguration のコンストラクター
- integrationGraphServer() - クラス org.springframework.boot.actuate.autoconfigure.integration のメソッド。IntegrationGraphEndpointAutoConfiguration
- IntegrationJdbcConfiguration() - クラス org.springframework.boot.autoconfigure.integration のコンストラクター。IntegrationAutoConfiguration.IntegrationJdbcConfiguration
- IntegrationJmxConfiguration() - クラス org.springframework.boot.autoconfigure.integration のコンストラクター。IntegrationAutoConfiguration.IntegrationJmxConfiguration
- IntegrationManagementConfiguration() - クラス org.springframework.boot.autoconfigure.integration のコンストラクター。IntegrationAutoConfiguration.IntegrationManagementConfiguration
- integrationMbeanExporter(BeanFactory, JmxProperties) - クラス org.springframework.boot.autoconfigure.integration のメソッド。IntegrationAutoConfiguration.IntegrationJmxConfiguration
- IntegrationProperties - org.springframework.boot.autoconfigure.integration のクラス
- Spring Integration の構成プロパティ。
- IntegrationProperties() - クラス org.springframework.boot.autoconfigure.integration. IntegrationProperties のコンストラクター
- IntegrationProperties.Channel - org.springframework.boot.autoconfigure.integration のクラス
- IntegrationProperties.Endpoint - org.springframework.boot.autoconfigure.integration のクラス
- IntegrationProperties.Error - org.springframework.boot.autoconfigure.integration のクラス
- IntegrationProperties.Jdbc - org.springframework.boot.autoconfigure.integration のクラス
- IntegrationProperties.Management - org.springframework.boot.autoconfigure.integration のクラス
- IntegrationProperties.Poller - org.springframework.boot.autoconfigure.integration のクラス
- IntegrationProperties.RSocket - org.springframework.boot.autoconfigure.integration のクラス
- IntegrationProperties.RSocket.Client - org.springframework.boot.autoconfigure.integration のクラス
- IntegrationProperties.RSocket.Server - org.springframework.boot.autoconfigure.integration のクラス
- IntegrationRSocketClientConfiguration() - クラス org.springframework.boot.autoconfigure.integration のコンストラクター。IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketClientConfiguration
- IntegrationRSocketConfiguration() - クラス org.springframework.boot.autoconfigure.integration のコンストラクター。IntegrationAutoConfiguration.IntegrationRSocketConfiguration
- IntegrationRSocketServerConfiguration() - クラス org.springframework.boot.autoconfigure.integration のコンストラクター。IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration
- IntegrationTaskSchedulerConfiguration() - クラス org.springframework.boot.autoconfigure.integration のコンストラクター。IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - クラス org.springframework.boot.devtools.remote.client のメソッド。HttpHeaderInterceptor
- interceptors(Collection<? extends ClientInterceptor>) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplateで使用するClientInterceptorsを設定します。- interceptors(Collection<ClientHttpRequestInterceptor>) - クラス org.springframework.boot.web.client のメソッド。RestTemplateBuilder
RestTemplateで使用するClientHttpRequestInterceptorsを設定します。- interceptors(ClientHttpRequestInterceptor...) - クラス org.springframework.boot.web.client のメソッド。RestTemplateBuilder
RestTemplateで使用するClientHttpRequestInterceptorsを設定します。- interceptors(ClientInterceptor...) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplateで使用するClientInterceptorsを設定します。- IntervalTaskDescriptor(ScheduledTasksEndpoint.TaskType, IntervalTask) - クラス org.springframework.boot.actuate.scheduling のコンストラクター。ScheduledTasksEndpoint.IntervalTaskDescriptor
- IntervalTaskDescriptor(ScheduledTasksEndpoint.TaskType, TriggerTask, PeriodicTrigger) - クラス org.springframework.boot.actuate.scheduling のコンストラクター。ScheduledTasksEndpoint.IntervalTaskDescriptor
- Introspection() - クラス org.springframework.boot.autoconfigure.graphql のコンストラクター。GraphQlProperties.Schema.Introspection
- INVALID_AUDIENCE - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
- 無効な対象者。
- INVALID_ISSUER - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
- 無効な発行者。
- INVALID_KEY_ID - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
- キー ID が無効です。
- INVALID_SIGNATURE - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
- 無効なシグネチャー。
- INVALID_TOKEN - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
- 無効なトークン。
- InvalidConfigDataPropertyException - Exception in org.springframework.boot.context.config
- 構成データの処理中に無効なプロパティが見つかった場合、例外がスローされます。
- InvalidConfigurationPropertyNameException - Exception in org.springframework.boot.context.properties.source
ConfigurationPropertyNameに無効な文字がある場合にスローされる例外。- InvalidConfigurationPropertyNameException(CharSequence, List<Character>) - Constructor for exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
- InvalidConfigurationPropertyValueException - Exception in org.springframework.boot.context.properties.source
- 構成プロパティの値が無効な場合にスローされる例外。
- InvalidConfigurationPropertyValueException(String, Object, String) - Constructor for exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
- 値が無効である理由
reasonを含め、指定されたプロパティnameおよびvalueの新しいインスタンスを作成します。 - InvalidEndpointRequestException - Exception in org.springframework.boot.actuate.endpoint
- エンドポイントリクエストが無効であることを示します。
- InvalidEndpointRequestException(String, String) - Constructor for exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
- InvalidEndpointRequestException(String, String, Throwable) - Constructor for exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
- inverse(ConditionOutcome) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
- 指定された条件結果の逆を返します。
- InvocationContext - org.springframework.boot.actuate.endpoint のクラス
invocation of an operationのコンテキスト。- InvocationContext(SecurityContext, Map<String, Object>, OperationArgumentResolver...) - クラス org.springframework.boot.actuate.endpoint. InvocationContext のコンストラクター
- 指定された
argumentsを使用して、指定されたsecurityContextによって呼び出される操作の新しいコンテキストを作成します。 - invoke(C, Supplier<R>) - クラス org.springframework.boot.util のメソッド。LambdaSafe.LambdaSafeCallback
- invoke(String, Object[], String[]) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
- invoke(Consumer<C>) - クラス org.springframework.boot.util のメソッド。LambdaSafe.Callback
- コールバックメソッドが void を返すコールバックインスタンスを呼び出します。
- invoke(Consumer<C>) - クラス 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.actuate.endpoint.web.reactive のメソッド。AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
- invoke(ServletWebRequest) - クラス org.springframework.boot.actuate.autoconfigure.web.servlet のメソッド。ManagementErrorEndpoint
- invokeAnd(Function<C, R>) - クラス org.springframework.boot.util のメソッド。LambdaSafe.Callback
- コールバックメソッドが結果を返すコールバックインスタンスを呼び出します。
- invokeAnd(Function<C, R>) - クラス org.springframework.boot.util のメソッド。LambdaSafe.Callbacks
- コールバックメソッドが結果を返すコールバックインスタンスを呼び出します。
- Io() - クラス org.springframework.boot.autoconfigure.couchbase のコンストラクター。CouchbaseProperties.Io
- isAccepted(String) - Method in class org.springframework.boot.context.config.Profiles
- 指定されたプロファイルがアクティブな場合に戻ります。
- isAccessAllowed(String) - Method in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
- アクセスレベルが指定された ID へのアクセスを許可するかどうかを返します。
- isAccessLogEnabled() - クラス org.springframework.boot.web.embedded.undertow のメソッド。UndertowReactiveWebServerFactory
- isAccessLogEnabled() - クラス org.springframework.boot.web.embedded.undertow のメソッド。UndertowServletWebServerFactory
- isActive() - Static method in class org.springframework.boot.devtools.restart.AgentReloader
- エージェントリローダーがアクティブかどうかを確認します。
- isActive(Environment) - Method in enum class org.springframework.boot.autoconfigure.thread.Threading
- スレッドがアクティブかどうかを決定します。
- isActive(Environment) - Method in enum class org.springframework.boot.cloud.CloudPlatform
- プラットフォームがアクティブかどうかを判断します(つまり
- isAdaptive() - クラス org.springframework.boot.autoconfigure.data.redis のメソッド。RedisProperties.Lettuce.Cluster.Refresh
- isAddFilters() - クラス org.springframework.boot.test.autoconfigure.web.servlet のメソッド。SpringBootMockMvcBuilderCustomizer
- isAddMappings() - クラス org.springframework.boot.autoconfigure.web のメソッド。WebProperties.Resources
- isAllowCaching() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Tomcat.Resource
- 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
- isAllowEncodedSlash() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Undertow
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- isAllowRequestOverride() - クラス org.springframework.boot.autoconfigure.mustache のメソッド。MustacheProperties.Servlet
- isAllowRequestOverride() - クラス org.springframework.boot.autoconfigure.template のメソッド。AbstractTemplateViewResolverProperties
- isAllowSessionOverride() - クラス org.springframework.boot.autoconfigure.mustache のメソッド。MustacheProperties.Servlet
- isAllowSessionOverride() - クラス org.springframework.boot.autoconfigure.template のメソッド。AbstractTemplateViewResolverProperties
- isAlwaysSetKeepAlive() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Undertow
- isAlwaysUseMessageFormat() - クラス org.springframework.boot.autoconfigure.context のメソッド。MessageSourceProperties
- isAncestorOf(ConfigurationPropertyName) - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyName
- この要素が指定された名前の祖先(直接またはネストされた親)である場合、
trueを返します。 - isAppend() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Jetty.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.autoconfigure.integration のメソッド。IntegrationProperties.Channel
- isAutoCreate() - クラス org.springframework.boot.autoconfigure.kafka のメソッド。KafkaProperties.Admin
- isAutoCreateDb() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.influx のメソッド。InfluxProperties
- isAutoCreateIndex() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.elastic のメソッド。ElasticProperties
- isAutoIndex() - クラス org.springframework.boot.autoconfigure.data.couchbase のメソッド。CouchbaseDataProperties
- isAutoIndexCreation() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- isAutoStartup() - クラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitProperties.AmqpContainer
- isAutoStartup() - クラス org.springframework.boot.autoconfigure.jms のメソッド。JmsProperties.Listener
- isAutoStartup() - クラス org.springframework.boot.autoconfigure.kafka のメソッド。KafkaProperties.Listener
- isAutoStartup() - クラス org.springframework.boot.autoconfigure.kafka のメソッド。KafkaProperties.Streams
- isAutoStartup() - クラス org.springframework.boot.autoconfigure.quartz のメソッド。QuartzProperties
- isAwaitTermination() - クラス org.springframework.boot.autoconfigure.task のメソッド。TaskExecutionProperties.Shutdown
- isAwaitTermination() - クラス org.springframework.boot.autoconfigure.task のメソッド。TaskSchedulingProperties.Shutdown
- isBaselineOnMigrate() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isBatchingEnabled() - クラス org.springframework.boot.autoconfigure.pulsar のメソッド。PulsarProperties.Producer
- isBindingErrorsEnabled(ServerRequest) - クラス org.springframework.boot.autoconfigure.web.reactive.error のメソッド。AbstractErrorWebExceptionHandler
- 指定されたリクエストでエラー属性が設定されているかどうかを確認します。
- isBlockIfFull() - クラス org.springframework.boot.autoconfigure.jms のメソッド。JmsPoolConnectionFactoryProperties
- isBlocking() - インターフェース org.springframework.boot.actuate.endpoint.web のメソッド。WebOperation
- 基本となる操作がブロックされているかどうかを返します。
- isBound() - クラス org.springframework.boot.context.properties.bind のメソッド。BindResult
- 結果がバインドされている場合は
trueを返します。 - isBuffered() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.statsd のメソッド。StatsdProperties
- isBuffered() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Tomcat.Accesslog
- isCache() - クラス org.springframework.boot.autoconfigure.mustache のメソッド。MustacheProperties.Servlet
- isCache() - クラス org.springframework.boot.autoconfigure.template のメソッド。AbstractViewResolverProperties
- isCache() - クラス org.springframework.boot.autoconfigure.thymeleaf のメソッド。ThymeleafProperties
- isCache() - クラス org.springframework.boot.autoconfigure.web のメソッド。WebProperties.Resources.Chain
- isCacheNullValues() - クラス org.springframework.boot.autoconfigure.cache のメソッド。CacheProperties.Redis
- isCheckExists() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Tomcat.Accesslog
- isCheckTemplate() - クラス org.springframework.boot.autoconfigure.thymeleaf のメソッド。ThymeleafProperties
- isCheckTemplateLocation() - クラス org.springframework.boot.autoconfigure.mustache のメソッド。MustacheProperties
- isCheckTemplateLocation() - クラス org.springframework.boot.autoconfigure.template のメソッド。AbstractViewResolverProperties
- isCheckTemplateLocation() - クラス org.springframework.boot.autoconfigure.thymeleaf のメソッド。ThymeleafProperties
- isChunkingEnabled() - クラス org.springframework.boot.autoconfigure.pulsar のメソッド。PulsarProperties.Producer
- isClassAvailable(String) - クラス org.springframework.boot.logging.log4j2 のメソッド。Log4J2LoggingSystem
- isClassReloadable(Class<?>) - クラス org.springframework.boot.devtools.restart.classloader のメソッド。RestartClassLoader
- isCleanDisabled() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isCleanOnValidationError() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isClearChecksums() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- isCompress() - クラス org.springframework.boot.autoconfigure.rsocket のメソッド。RSocketProperties.Server.Spec
- isCompressed() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.influx のメソッド。InfluxProperties
- isCompressed() - クラス org.springframework.boot.autoconfigure.web のメソッド。WebProperties.Resources.Chain
- isConsumerBatchEnabled() - クラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitProperties.SimpleContainer
- isConsumers() - クラス org.springframework.boot.autoconfigure.jms のメソッド。JmsProperties.Cache
- isContinueOnError() - クラス org.springframework.boot.autoconfigure.sql.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.autoconfigure.flyway.FlywayProperties
- isCustom() - クラス org.springframework.boot.logging のメソッド。LoggerConfiguration.LevelConfiguration
- これがカスタムレベルであり、
LogLevelで表すことができない場合に返します。 - isDeBatchingEnabled() - クラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitProperties.AmqpContainer
- isDebugEnabled() - クラス org.springframework.boot.logging のメソッド。DeferredLog
- isDecodeUrl() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Undertow
- isDefault() - Method in interface org.springframework.boot.actuate.endpoint.Producible
- */* のヘッダーを受け入れるときに、この列挙値をデフォルト値として使用する必要があるかどうかを返します。提供されているか、
Acceptヘッダーが欠落している場合。 - isDefaultClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- isDefaultLoggingEnabled() - クラス org.springframework.boot.autoconfigure.integration のメソッド。IntegrationProperties.Management
- isDescriptions() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.datadog のメソッド。DatadogProperties
- isDescriptions() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus のメソッド。PrometheusProperties
- isDetected(Environment) - Method in enum class org.springframework.boot.cloud.CloudPlatform
- プラットフォーム固有の環境変数を探すことにより、プラットフォームが検出されたかどうかを判別します。
- isDevelopmentClassLoader(ClassLoader) - クラス org.springframework.boot.devtools.restart のメソッド。DefaultRestartInitializer
- 指定された
classLoaderが開発中に通常使用されるものであるかどうかを返します。 - isDispatchOptionsRequest() - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcProperties
- isDispatchTraceRequest() - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcProperties
- isDropFirst() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- isDurable() - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.QuartzJobDetailsDescriptor
- isDynamicRefreshSources() - クラス org.springframework.boot.autoconfigure.data.redis のメソッド。RedisProperties.Lettuce.Cluster.Refresh
- isEagerFilterInit() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Undertow
- isEagerFilterInit() - クラス org.springframework.boot.web.embedded.undertow のメソッド。UndertowServletWebServerFactory
- フィルターを先行初期化する必要がある場合に戻ります。
- isEmbedded() - 列挙クラス org.springframework.boot.test.context.SpringBootTest.WebEnvironment のメソッド
- 環境が
ServletWebServerApplicationContextを使用している場合に戻ります。 - 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() - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyName
- この
ConfigurationPropertyNameが空の場合、trueを返します。 - isEmpty() - クラス org.springframework.boot.test.autoconfigure.properties のメソッド。AnnotationsPropertySource
- isEnableByDefault() - クラス org.springframework.boot.actuate.endpoint のメソッド。AbstractExposableEndpoint
- isEnableByDefault() - インターフェース org.springframework.boot.actuate.endpoint のメソッド。ExposableEndpoint
- エンドポイントがデフォルトで有効になっているかどうかを返します。
- isEnabled() - クラス org.springframework.boot.actuate.autoconfigure.endpoint.web のメソッド。WebEndpointProperties.Discovery
- isEnabled() - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。AutoTimeProperties
- isEnabled() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.atlas のメソッド。AtlasProperties
- isEnabled() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia のメソッド。GangliaProperties
- isEnabled() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.graphite のメソッド。GraphiteProperties
- isEnabled() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.jmx のメソッド。JmxProperties
- isEnabled() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus のメソッド。PrometheusProperties
- isEnabled() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.properties のメソッド。PushRegistryProperties
- isEnabled() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.simple のメソッド。SimpleProperties
- isEnabled() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.statsd のメソッド。StatsdProperties
- isEnabled() - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。PropertiesAutoTimer
- isEnabled() - クラス org.springframework.boot.actuate.autoconfigure.tracing のメソッド。TracingProperties.Baggage.Correlation
- isEnabled() - クラス org.springframework.boot.actuate.autoconfigure.tracing のメソッド。TracingProperties.Baggage
- isEnabled() - インターフェース org.springframework.boot.actuate.metrics のメソッド。AutoTimer
- 自動タイマーが有効で、メトリクスを記録する必要があるかどうかを返します。
- isEnabled() - クラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitProperties.Retry
- isEnabled() - クラス org.springframework.boot.autoconfigure.cassandra のメソッド。CassandraProperties.Ssl
- isEnabled() - クラス org.springframework.boot.autoconfigure.data.redis のメソッド。RedisProperties.Ssl
- isEnabled() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isEnabled() - クラス org.springframework.boot.autoconfigure.graphql のメソッド。GraphQlProperties.Graphiql
- isEnabled() - クラス org.springframework.boot.autoconfigure.graphql のメソッド。GraphQlProperties.Schema.Inspection
- isEnabled() - クラス org.springframework.boot.autoconfigure.graphql のメソッド。GraphQlProperties.Schema.Introspection
- isEnabled() - クラス org.springframework.boot.autoconfigure.graphql のメソッド。GraphQlProperties.Schema.Printer
- isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- isEnabled() - クラス org.springframework.boot.autoconfigure.jms のメソッド。JmsPoolConnectionFactoryProperties
- isEnabled() - クラス org.springframework.boot.autoconfigure.jms のメソッド。JmsProperties.Cache
- isEnabled() - クラス org.springframework.boot.autoconfigure.kafka のメソッド。KafkaProperties.Jaas
- isEnabled() - クラス org.springframework.boot.autoconfigure.kafka のメソッド。KafkaProperties.Retry.Topic
- isEnabled() - クラス org.springframework.boot.autoconfigure.ldap.embedded のメソッド。EmbeddedLdapProperties.Validation
- isEnabled() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- isEnabled() - クラス org.springframework.boot.autoconfigure.mongo のメソッド。MongoProperties.Ssl
- isEnabled() - クラス org.springframework.boot.autoconfigure.mustache のメソッド。MustacheProperties
- isEnabled() - クラス org.springframework.boot.autoconfigure.r2dbc のメソッド。R2dbcProperties.Pool
- isEnabled() - クラス org.springframework.boot.autoconfigure.template のメソッド。AbstractViewResolverProperties
- isEnabled() - クラス org.springframework.boot.autoconfigure.thymeleaf のメソッド。ThymeleafProperties
- isEnabled() - クラス org.springframework.boot.autoconfigure.web のメソッド。ErrorProperties.Whitelabel
- isEnabled() - クラス org.springframework.boot.autoconfigure.web.reactive のメソッド。WebFluxProperties.Problemdetails
- isEnabled() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Jetty.Accesslog
- isEnabled() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Tomcat.Accesslog
- isEnabled() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Tomcat.Mbeanregistry
- isEnabled() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Undertow.Accesslog
- isEnabled() - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcProperties.Problemdetails
- 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.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.web.server のメソッド。Http2
- 現在の環境でサポートされている場合、HTTP/2 サポートを有効にするかどうかを返します。
- isEnabled() - Method in class org.springframework.boot.web.server.Ssl
- SSL サポートを有効にするかどうかを返します。
- isEnabled() - クラス org.springframework.boot.web.servlet のメソッド。RegistrationBean
- 登録が有効な場合に戻ります。
- isEnabled(Ssl) - Static method in class org.springframework.boot.web.server.Ssl
- 指定されたインスタンスで SSL が有効かどうかを返します。
- isEnabled(AnnotationMetadata) - クラス org.springframework.boot.autoconfigure のメソッド。AutoConfigurationImportSelector
- isEnableSpringElCompiler() - クラス org.springframework.boot.autoconfigure.thymeleaf のメソッド。ThymeleafProperties
- isEnableStatistics() - クラス org.springframework.boot.autoconfigure.cache のメソッド。CacheProperties.Redis
- isEncrypted() - クラス org.springframework.boot.autoconfigure.neo4j のメソッド。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.actuate.autoconfigure.metrics.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を返します。 - isExecuteInTransaction() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isExpired() - クラス org.springframework.boot.actuate.session のメソッド。SessionsEndpoint.SessionDescriptor
- isExportMeterMetadata() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace のメソッド。DynatraceProperties.V2
- isExposeRequestAttributes() - クラス org.springframework.boot.autoconfigure.mustache のメソッド。MustacheProperties.Servlet
- isExposeRequestAttributes() - クラス org.springframework.boot.autoconfigure.template のメソッド。AbstractTemplateViewResolverProperties
- isExposeSessionAttributes() - クラス org.springframework.boot.autoconfigure.mustache のメソッド。MustacheProperties.Servlet
- isExposeSessionAttributes() - クラス org.springframework.boot.autoconfigure.template のメソッド。AbstractTemplateViewResolverProperties
- isExposeSpringMacroHelpers() - クラス org.springframework.boot.autoconfigure.mustache のメソッド。MustacheProperties.Servlet
- isExposeSpringMacroHelpers() - クラス org.springframework.boot.autoconfigure.template のメソッド。AbstractTemplateViewResolverProperties
- isExtensionTypeExposed(Class<?>) - クラス org.springframework.boot.actuate.autoconfigure.cloudfoundry のメソッド。CloudFoundryWebEndpointDiscoverer
- isExtensionTypeExposed(Class<?>) - クラス org.springframework.boot.actuate.endpoint.annotation のメソッド。EndpointDiscoverer
- 拡張 Bean を公開するかどうかを決定します。
- isFailFast() - クラス org.springframework.boot.autoconfigure.kafka のメソッド。KafkaProperties.Admin
- isFailFast() - クラス org.springframework.boot.autoconfigure.pulsar のメソッド。PulsarProperties.Function
- isFailOnMissingLocations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isFallbackToSystemLocale() - クラス org.springframework.boot.autoconfigure.context のメソッド。MessageSourceProperties
- isFatalEnabled() - クラス org.springframework.boot.logging のメソッド。DeferredLog
- isFavorParameter() - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcProperties.Contentnegotiation
- isFile() - クラス org.springframework.boot.origin のメソッド。OriginTrackedResource
- isFloorTimes() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics のメソッド。AppOpticsProperties
- isForce() - Method in class org.springframework.boot.web.servlet.server.Encoding
- isForceRequest() - Method in class org.springframework.boot.web.servlet.server.Encoding
- isForceResponse() - Method in class org.springframework.boot.web.servlet.server.Encoding
- isForceStop() - クラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitProperties.AmqpContainer
- isFullMatch() - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionEvaluationReport.ConditionAndOutcomes
- すべての結果が一致する場合、
trueを返します。 - isGenerateDdl() - クラス org.springframework.boot.autoconfigure.orm.jpa のメソッド。JpaProperties
- isGenerateUniqueName() - クラス org.springframework.boot.autoconfigure.jdbc のメソッド。DataSourceProperties
- isGenerateUniqueName() - クラス org.springframework.boot.autoconfigure.r2dbc のメソッド。R2dbcProperties
- isGlobal() - クラス org.springframework.boot.web.server のメソッド。ErrorPage
- このエラーページがグローバルページである場合に返されます(一致しないすべてのステータスおよび例外型に一致します)。
- isGroup() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isHandlePing() - クラス org.springframework.boot.autoconfigure.rsocket のメソッド。RSocketProperties.Server.Spec
- isHandler(Class<?>) - クラス org.springframework.boot.actuate.endpoint.web.reactive のメソッド。AbstractWebFluxEndpointHandlerMapping
- isHandler(Class<?>) - クラス org.springframework.boot.actuate.endpoint.web.servlet のメソッド。AbstractWebMvcEndpointHandlerMapping
- isHostnameVerificationEnabled() - クラス org.springframework.boot.autoconfigure.neo4j のメソッド。Neo4jProperties.Security
- isIgnoreFailures() - クラス org.springframework.boot.autoconfigure.integration のメソッド。IntegrationProperties.Error
- isIgnoreNameNotFoundException() - クラス org.springframework.boot.autoconfigure.ldap のメソッド。LdapProperties.Template
- isIgnorePartialResultException() - クラス org.springframework.boot.autoconfigure.ldap のメソッド。LdapProperties.Template
- isIgnoreRoutingDataSources() - クラス org.springframework.boot.actuate.autoconfigure.jdbc のメソッド。DataSourceHealthIndicatorProperties
- isIgnoreSizeLimitExceededException() - クラス org.springframework.boot.autoconfigure.ldap のメソッド。LdapProperties.Template
- isImmediateStop() - クラス org.springframework.boot.autoconfigure.kafka のメソッド。KafkaProperties.Listener
- isImmutable() - クラス org.springframework.boot.env のメソッド。ConfigTreePropertySource
- isImmutable() - クラス org.springframework.boot.env のメソッド。OriginTrackedMapPropertySource
- isImmutable() - インターフェース org.springframework.boot.origin のメソッド。OriginLookup
- このルックアップが不変で、内容が決して変更されない場合、
trueを返します。 - isIncludeBindingErrors(HttpServletRequest, MediaType) - クラス org.springframework.boot.autoconfigure.web.servlet.error のメソッド。BasicErrorController
- エラー属性を含めるかどうかを決定します。
- isIncludeBindingErrors(ServerRequest, MediaType) - クラス org.springframework.boot.autoconfigure.web.reactive.error のメソッド。DefaultErrorWebExceptionHandler
- エラー属性を含めるかどうかを決定します。
- isIncluded(ErrorAttributeOptions.Include) - クラス org.springframework.boot.web.error のメソッド。ErrorAttributeOptions
- エラーレスポンスに指定された属性を含めるためのオプションを取得します。
- isIncludeException() - クラス org.springframework.boot.autoconfigure.web のメソッド。ErrorProperties
- isIncludeMessage(HttpServletRequest, MediaType) - クラス org.springframework.boot.autoconfigure.web.servlet.error のメソッド。BasicErrorController
- メッセージ属性を含めるかどうかを決定します。
- isIncludeMessage(ServerRequest, MediaType) - クラス org.springframework.boot.autoconfigure.web.reactive.error のメソッド。DefaultErrorWebExceptionHandler
- メッセージ属性を含めるかどうかを決定します。
- isIncludeParameterValues() - クラス org.springframework.boot.actuate.autoconfigure.r2dbc のメソッド。R2dbcObservationProperties
- isIncludeStackTrace(HttpServletRequest, MediaType) - クラス org.springframework.boot.autoconfigure.web.servlet.error のメソッド。BasicErrorController
- stacktrace 属性を含めるかどうかを決定します。
- isIncludeStackTrace(ServerRequest, MediaType) - クラス org.springframework.boot.autoconfigure.web.reactive.error のメソッド。DefaultErrorWebExceptionHandler
- stacktrace 属性を含めるかどうかを決定します。
- isInfoEnabled() - クラス org.springframework.boot.logging のメソッド。DeferredLog
- isInTests() - クラス org.springframework.boot.docker.compose.lifecycle のメソッド。DockerComposeProperties.Skip
- isIpv6Canonical() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Tomcat.Accesslog
- isJta() - クラス org.springframework.boot.autoconfigure.orm.jpa のメソッド。JpaBaseConfiguration
- JTA
PlatformTransactionManagerが使用されているかどうかを返します。 - isKeepAlive() - Method in class org.springframework.boot.SpringApplication
- 非デーモンスレッドがなくなった場合でもアプリケーションを存続させるかどうか。
- isLastElementIndexed() - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyName
- 名前の最後の要素にインデックスが付けられている場合に返します。
- isLoadable(ConfigDataLoaderContext, R) - インターフェース org.springframework.boot.context.config のメソッド。ConfigDataLoader
- 指定されたリソースをこのインスタンスでロードできるかどうかを返します。
- isLogConditionEvaluationDelta() - クラス org.springframework.boot.devtools.autoconfigure のメソッド。DevToolsProperties.Restart
- isLogLeakedSessions() - クラス org.springframework.boot.autoconfigure.neo4j のメソッド。Neo4jProperties.Pool
- isLogRequestDetails() - クラス org.springframework.boot.autoconfigure.codec のメソッド。CodecProperties
- isLogRequestDetails() - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcProperties
- isLogResolvedException() - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcProperties
- isLwcEnabled() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.atlas のメソッド。AtlasProperties
- isLwcIgnorePublishStep() - クラス org.springframework.boot.actuate.autoconfigure.metrics.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(String) - インターフェース org.springframework.boot.actuate.health のメソッド。HealthEndpointGroup
- 指定されたコントリビューターがこのグループのメンバーである場合、
trueを返します。 - isMessageEnabled(ServerRequest) - クラス org.springframework.boot.autoconfigure.web.reactive.error のメソッド。AbstractErrorWebExceptionHandler
- 指定されたリクエストにメッセージ属性が設定されているかどうかを確認します。
- isMessageMappingEnabled() - クラス org.springframework.boot.autoconfigure.integration のメソッド。IntegrationProperties.RSocket.Server
- isMeterNameEventTypeEnabled() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic のメソッド。NewRelicProperties
- isMetricsEnabled() - クラス org.springframework.boot.autoconfigure.neo4j のメソッド。Neo4jProperties.Pool
- isMissingQueuesFatal() - クラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitProperties.AmqpContainer
- isMissingQueuesFatal() - クラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitProperties.DirectContainer
- isMissingQueuesFatal() - クラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitProperties.SimpleContainer
- isMissingTopicsFatal() - クラス org.springframework.boot.autoconfigure.kafka のメソッド。KafkaProperties.Listener
- isMixed() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isModifyTopicConfigs() - クラス org.springframework.boot.autoconfigure.kafka のメソッド。KafkaProperties.Admin
- isNativeListener() - クラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitProperties.StreamContainer
- isNegated() - クラス org.springframework.boot.actuate.web.mappings.reactive のメソッド。RequestMappingConditionsDescription.MediaTypeExpressionDescription
- isNegated() - クラス org.springframework.boot.actuate.web.mappings.reactive のメソッド。RequestMappingConditionsDescription.NameValueExpressionDescription
- isNegated() - クラス org.springframework.boot.actuate.web.mappings.servlet のメソッド。RequestMappingConditionsDescription.MediaTypeExpressionDescription
- isNegated() - クラス org.springframework.boot.actuate.web.mappings.servlet のメソッド。RequestMappingConditionsDescription.NameValueExpressionDescription
- isNonBlockingRedelivery() - Method in class org.springframework.boot.autoconfigure.jms.activemq.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.autoconfigure.kafka のメソッド。KafkaProperties.Listener
- isObservationEnabled() - クラス org.springframework.boot.autoconfigure.kafka のメソッド。KafkaProperties.Template
- isObservationEnabled() - クラス org.springframework.boot.autoconfigure.pulsar のメソッド。PulsarProperties.Listener
- isObservationsEnabled() - クラス org.springframework.boot.autoconfigure.pulsar のメソッド。PulsarProperties.Template
- isOlderThan(JavaVersion) - Method in enum class org.springframework.boot.system.JavaVersion
- このバージョンが特定のバージョンよりも古い場合に返します。
- isOneIndexedParameters() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- isOnShutdown() - クラス org.springframework.boot.autoconfigure.kafka のメソッド。KafkaProperties.Cleanup
- isOnStartup() - クラス org.springframework.boot.autoconfigure.kafka のメソッド。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.autoconfigure.flyway.FlywayProperties
- isOverwriteExistingJobs() - クラス org.springframework.boot.autoconfigure.quartz のメソッド。QuartzProperties
- isParentOf(ConfigurationPropertyName) - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyName
- この要素が指定した名前の直接の親である場合、
trueを返します。 - isPasswordGenerated() - クラス org.springframework.boot.autoconfigure.security のメソッド。SecurityProperties.User
- isPaused() - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.QuartzTriggerGroupSummaryDescriptor
- isPercentilesHistogram() - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。AutoTimeProperties
- isPersistent() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- isPersistent() - Method in class org.springframework.boot.web.servlet.server.Session
- 再起動間でセッションデータを保持するかどうかを返します。
- isPlaceholderReplacement() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isPreferFileSystemAccess() - クラス org.springframework.boot.autoconfigure.freemarker のメソッド。FreeMarkerProperties
- isPresentInText(String) - Static method in class org.springframework.boot.ssl.pem.PemContent
- 指定されたテキストに PEM コンテンツが存在する場合に返します。
- isPreservePathOnForward() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Undertow
- isPreservePathOnForward() - クラス org.springframework.boot.web.embedded.undertow のメソッド。UndertowServletWebServerFactory
- リクエストパスを転送時に保持する必要があるかどうかを返します。
- isPrintOnlyOnFailure() - クラス org.springframework.boot.test.autoconfigure.web.servlet のメソッド。SpringBootMockMvcBuilderCustomizer
- isProducePartialOutputWhileProcessing() - クラス org.springframework.boot.autoconfigure.thymeleaf のメソッド。ThymeleafProperties.Servlet
- isProducers() - クラス org.springframework.boot.autoconfigure.jms のメソッド。JmsProperties.Cache
- isPropagateFailures() - クラス org.springframework.boot.autoconfigure.pulsar のメソッド。PulsarProperties.Function
- isPropagateStopFailures() - クラス org.springframework.boot.autoconfigure.pulsar のメソッド。PulsarProperties.Function
- isProxyConfigured() - クラス org.springframework.boot.autoconfigure.sendgrid のメソッド。SendGridProperties
- isPublisherReturns() - クラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitProperties
- isPublishRequestHandledEvents() - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcProperties
- isPublishUnchangedMeters() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.statsd のメソッド。StatsdProperties
- isPubSubDomain() - クラス org.springframework.boot.autoconfigure.jms のメソッド。JmsProperties
- isRandomBackOff() - クラス org.springframework.boot.autoconfigure.kafka のメソッド。KafkaProperties.Retry.Topic
- isReadable() - クラス org.springframework.boot.origin のメソッド。OriginTrackedResource
- isReadCompacted() - クラス org.springframework.boot.autoconfigure.pulsar のメソッド。PulsarProperties.Consumer
- isReadCompacted() - クラス org.springframework.boot.autoconfigure.pulsar のメソッド。PulsarProperties.Reader
- isReady() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
- アプリケーションが完全に起動して準備ができているかどうかを指定します。
- isRegisterDefaultServlet() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Servlet
- isRegisterDefaultServlet() - クラス org.springframework.boot.web.servlet.server のメソッド。AbstractServletWebServerFactory
- デフォルトのサーブレットを登録する必要があることを示すフラグ。
- isRegistered(Class<T>) - Method in interface org.springframework.boot.BootstrapContext
- 指定された型の登録が存在する場合に戻ります。
- isRegistered(Class<T>) - Method in interface org.springframework.boot.BootstrapRegistry
- 指定された型の登録が存在する場合に戻ります。
- isRegistered(Class<T>) - Method in class org.springframework.boot.DefaultBootstrapContext
- isRejectIllegalHeader() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Tomcat
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- isReloadOnUpdate() - クラス org.springframework.boot.autoconfigure.ssl のメソッド。SslBundleProperties
- isRenameOnRotate() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Tomcat.Accesslog
- isRenderHiddenMarkersBeforeCheckboxes() - クラス org.springframework.boot.autoconfigure.thymeleaf のメソッド。ThymeleafProperties
- isReportDayDistribution() - クラス org.springframework.boot.actuate.autoconfigure.wavefront のメソッド。WavefrontProperties.Metrics.Export
- isReportHourDistribution() - クラス org.springframework.boot.actuate.autoconfigure.wavefront のメソッド。WavefrontProperties.Metrics.Export
- isReportMinuteDistribution() - クラス org.springframework.boot.actuate.autoconfigure.wavefront のメソッド。WavefrontProperties.Metrics.Export
- isRequestAttributesEnabled() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Tomcat.Accesslog
- isRequestRecovery() - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.QuartzJobDetailsDescriptor
- isRequireAuthorizationConsent() - クラス org.springframework.boot.autoconfigure.security.oauth2.server.servlet のメソッド。OAuth2AuthorizationServerProperties.Client
- isRequireProofKey() - クラス org.springframework.boot.autoconfigure.security.oauth2.server.servlet のメソッド。OAuth2AuthorizationServerProperties.Client
- isRequireSubscribers() - クラス org.springframework.boot.autoconfigure.integration のメソッド。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.autoconfigure.web.servlet のメソッド。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
- isRetryEnable() - クラス org.springframework.boot.autoconfigure.pulsar のメソッド。PulsarProperties.Consumer
- isReuseRefreshTokens() - クラス org.springframework.boot.autoconfigure.security.oauth2.server.servlet のメソッド。OAuth2AuthorizationServerProperties.Token
- isRotate() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Tomcat.Accesslog
- isRotate() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Undertow.Accesslog
- isRunning() - クラス org.springframework.boot.jdbc のメソッド。HikariCheckpointRestoreLifecycle
- isRunning() - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
- isRunning() - クラス org.springframework.boot.web.context のメソッド。WebServerGracefulShutdownLifecycle
- isShown(boolean) - Method in enum class org.springframework.boot.actuate.endpoint.Show
SecurityContextが利用できない場合にデータを表示するかどうかを返します。- isShown(SecurityContext, Collection<String>) - Method in enum class org.springframework.boot.actuate.endpoint.Show
- データを表示するかどうかを返します。
- isShowSql() - クラス org.springframework.boot.autoconfigure.orm.jpa のメソッド。JpaProperties
- isSignRequest() - クラス org.springframework.boot.autoconfigure.security.saml2 のメソッド。Saml2RelyingPartyProperties.AssertingParty.Singlesignon
- isSkipDefaultCallbacks() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isSkipDefaultResolvers() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isSocketKeepAlive() - クラス org.springframework.boot.autoconfigure.elasticsearch のメソッド。ElasticsearchProperties
- isSpanJoiningSupported() - クラス org.springframework.boot.actuate.autoconfigure.tracing のメソッド。TracingProperties.Brave
- isSpecified() - インターフェース org.springframework.boot.ssl のメソッド。SslOptions
- SSL オプションが指定されている場合に返します。
- isStarted() - クラス org.springframework.boot.devtools.livereload のメソッド。LiveReloadServer
- サーバーが起動している場合に戻ります。
- isStateless() - クラス org.springframework.boot.autoconfigure.amqp のメソッド。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.autoconfigure.web.servlet のメソッド。MultipartProperties
- IssuerUriCondition - org.springframework.boot.autoconfigure.security.oauth2.resource のクラス
- OID 発行者の場所によって
JwtDecoderを作成するための条件。 - IssuerUriCondition() - クラス org.springframework.boot.autoconfigure.security.oauth2.resource. IssuerUriCondition のコンストラクター
- isSupportedType(EventListener) - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
- 指定されたリスナーがサポートされている型の 1 つである場合、
trueを返します。 - isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - クラス org.springframework.boot.autoconfigure.mustache のメソッド。MustacheTemplateAvailabilityProvider
- 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.autoconfigure.thymeleaf のメソッド。ThymeleafTemplateAvailabilityProvider
- isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。JspTemplateAvailabilityProvider
- isTemplated() - Method in class org.springframework.boot.actuate.endpoint.web.Link
hrefがテンプレート化されているかどうかを返します。- isTestRollbackOnUpdate() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- isThrowExceptionIfNoHandlerFound() - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcProperties
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- isThrowExceptionOnLateReply() - クラス org.springframework.boot.autoconfigure.integration のメソッド。IntegrationProperties.Endpoint
- isTrace() - クラス org.springframework.boot.autoconfigure.h2 のメソッド。H2ConsoleProperties.Settings
- isTraceEnabled() - クラス org.springframework.boot.logging のメソッド。DeferredLog
- isTraceEnabled(ServerRequest) - クラス org.springframework.boot.autoconfigure.web.reactive.error のメソッド。AbstractErrorWebExceptionHandler
- 指定されたリクエストにトレース属性が設定されているかどうかを確認します。
- isTransacted() - クラス org.springframework.boot.autoconfigure.jms のメソッド。JmsProperties.Template.Session
- isTypeOrAnnotated(MetadataReader, MetadataReaderFactory, Class<?>) - クラス org.springframework.boot.test.autoconfigure.filter のメソッド。AnnotationCustomizableTypeExcludeFilter
- isUniqueNames() - クラス org.springframework.boot.autoconfigure.jmx のメソッド。JmxProperties
- isUseAnonymousProducers() - クラス org.springframework.boot.autoconfigure.jms のメソッド。JmsPoolConnectionFactoryProperties
- isUseCodeAsDefaultMessage() - クラス org.springframework.boot.autoconfigure.context のメソッド。MessageSourceProperties
- isUseDefaultFilters() - クラス org.springframework.boot.test.autoconfigure.filter のメソッド。AnnotationCustomizableTypeExcludeFilter
- isUseDefaultFilters() - クラス org.springframework.boot.test.autoconfigure.filter のメソッド。StandardAnnotationCustomizableTypeExcludeFilter
- isUseDynatraceSummaryInstruments() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace のメソッド。DynatraceProperties.V2
- isUseForwardHeaders() - クラス org.springframework.boot.web.embedded.undertow のメソッド。UndertowReactiveWebServerFactory
- isUseForwardHeaders() - クラス org.springframework.boot.web.embedded.undertow のメソッド。UndertowServletWebServerFactory
- isUseGlobalRegistry() - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。MetricsProperties
- isUseKeyPrefix() - クラス org.springframework.boot.autoconfigure.cache のメソッド。CacheProperties.Redis
- isUseLastModified() - クラス org.springframework.boot.autoconfigure.web のメソッド。WebProperties.Resources.Cache
- isUseRelativeRedirects() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Tomcat
- isUserInRole(String) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SecurityContext
- 現在認証されているユーザーが指定された
roleにいる場合はtrueを返し、そうでない場合は false を返します。 - isUseSemanticMetricTypes() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver のメソッド。StackdriverProperties
- isUsingForwardHeaders() - Method in enum class org.springframework.boot.cloud.CloudPlatform
- プラットフォームがロードバランサーの背後にあり、X-Forwarded-For ヘッダーを使用している場合に返されます。
- isValid(CharSequence) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 指定された名前が有効かどうかを返します。
- isValidateHeaders() - クラス org.springframework.boot.autoconfigure.web のメソッド。ServerProperties.Netty
- isValidateMigrationNaming() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isValidateOnMigrate() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- isValidateServerCertificate() - クラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitProperties.Ssl
- isVerifyKeys() - クラス org.springframework.boot.autoconfigure.ssl のメソッド。PemSslBundleProperties.Store
- isWaitForJobsToCompleteOnShutdown() - クラス org.springframework.boot.autoconfigure.quartz のメソッド。QuartzProperties
- isWarnEnabled() - クラス org.springframework.boot.logging のメソッド。DeferredLog
- isWebAllowOthers() - クラス org.springframework.boot.autoconfigure.h2 のメソッド。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.autoconfigure.tracing のメソッド。SpanExporters
- iterator() - インターフェース org.springframework.boot.actuate.autoconfigure.tracing のメソッド。SpanProcessors
- iterator() - クラス org.springframework.boot.actuate.endpoint.web のメソッド。PathMappedEndpoints
- iterator() - クラス org.springframework.boot.actuate.health のメソッド。DefaultReactiveHealthContributorRegistry
- iterator() - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionEvaluationReport.ConditionAndOutcomes
- iterator() - クラス org.springframework.boot.autoconfigure.http のメソッド。HttpMessageConverters
- 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.info のメソッド。InfoProperties
- iterator() - クラス org.springframework.boot.logging のメソッド。LoggerGroups
- iterator() - クラス org.springframework.boot.sql.init のメソッド。AbstractScriptDatabaseInitializer.Scripts
- iterator() - クラス org.springframework.boot.test.autoconfigure.filter のメソッド。FilterAnnotations
- iterator() - クラス org.springframework.boot.web.server のメソッド。MimeMappings
- iterator() - クラス org.springframework.boot.web.servlet のメソッド。ServletContextInitializerBeans
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式