インデックス
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式
U
- umaskForPath(Path) - Static method in class org.springframework.boot.buildpack.platform.io.FilePermissions
- パスのファイルパーミッションの整数表現を返します。整数値は umask の 8 進表記に準拠しています。
- unbind(String) - クラス org.springframework.boot.artemis.autoconfigure のメソッド。ArtemisNoOpBindingRegistry
- UnboundConfigurationPropertiesException - Exception Class in org.springframework.boot.context.properties.bind
ConfigurationPropertySource要素がバインドされていない場合にスローされるBindException。- UnboundConfigurationPropertiesException(Set) - Constructor for exception class org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
- UnboundElementsSourceFilter - org.springframework.boot.context.properties.source のクラス
- 非バインド要素を決定するときに
ConfigurationPropertySourceを含めるかどうかを決定するために使用される関数。 - UnboundElementsSourceFilter() - クラス org.springframework.boot.context.properties.source. UnboundElementsSourceFilter のコンストラクター
- unchanged() - Static method in interface org.springframework.boot.health.autoconfigure.registry.HealthContributorNameGenerator
- 変更されていない Bean 名をヘルスコントリビュータ名として使用する
HealthContributorNameGeneratorを返します。 - UNDERLINE - Enum constant in enum class org.springframework.boot.ansi.AnsiStyle
- UNIFORM - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
- 統一された構成形式(equals/hashCode に使用、英数字のみの小文字)。
- UNINDEXED - Static variable in record class org.springframework.boot.json.JsonWriter.MemberPath
- メンバーにインデックスがないことを示します。
- UnixDomainSocket - Class in org.springframework.boot.buildpack.platform.socket
- Unix ドメインソケット用の
SocketSE 実装。 - unknown() - クラス org.springframework.boot.health.contributor のメソッド。Health.Builder
- ステータスを
Status.UNKNOWNステータスに設定します。 - unknown() - Static method in class org.springframework.boot.health.contributor.Health
Status.UNKNOWNステータスで新しいHealth.Builderインスタンスを作成します。- UNKNOWN - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyState
ConfigurationPropertySourceに一致するConfigurationPropertiesがあるかどうかを判別することはできません。- UNKNOWN - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 不明な型。
- UNKNOWN - Static variable in class org.springframework.boot.health.contributor.Status
Statusは、コンポーネントまたはサブシステムが不明な状態であることを示します。- UNMANAGED - Enum constant in enum class org.springframework.boot.jdbc.SchemaManagement
- スキーマは管理されていません。
- unmodifiableMappings(MimeMappings) - Static method in class org.springframework.boot.web.server.MimeMappings
- 指定されたマッピングの変更不可能な新しいビューを作成します。
- unregisterContributor(String) - クラス org.springframework.boot.health.registry のメソッド。DefaultHealthContributorRegistry
- unregisterContributor(String) - クラス org.springframework.boot.health.registry のメソッド。DefaultReactiveHealthContributorRegistry
- unregisterContributor(String) - インターフェース org.springframework.boot.health.registry のメソッド。HealthContributorRegistry
- 以前に登録したコントリビューターの登録を解除します。
- unregisterContributor(String) - インターフェース org.springframework.boot.health.registry のメソッド。ReactiveHealthContributorRegistry
- 以前に登録したコントリビューターの登録を解除します。
- UNRESTRICTED - Enum constant in enum class org.springframework.boot.actuate.endpoint.Access
- エンドポイントへの無制限のアクセスが許可されます。
- UNSUPPORTED_TOKEN_SIGNING_ALGORITHM - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
- サポートされていないトークン署名アルゴリズム。
- UnsupportedConfigDataLocationException - Exception Class in org.springframework.boot.context.config
ConfigDataLocationがサポートされていない場合、例外がスローされます。- UnsupportedDataSourcePropertyException - Exception Class in org.springframework.boot.jdbc
- サポートされていないプロパティが使用されると、
DataSourceBuilderからRuntimeExceptionSE がスローされます。 - unwrap() - クラス org.springframework.boot.r2dbc のメソッド。OptionsCapableConnectionFactory
- unwrap(ConnectionFactory) - Static method in class org.springframework.boot.jms.ConnectionFactoryUnwrapper
- キャッシュまたはプール接続ファクトリからアンラップしてネイティブ
ConnectionFactoryEE を返します。 - unwrap(Class) - クラス org.springframework.boot.validation.autoconfigure のメソッド。ValidatorAdapter
- unwrap(DataSource, Class, Class) - Static method in class org.springframework.boot.jdbc.DataSourceUnwrapper
- 指定された
target型を実装するオブジェクトを返し、必要に応じて、指定されたunwrapInterfaceを使用してデリゲートまたはプロキシをアンラップします。 - unwrap(DataSource, Class) - Static method in class org.springframework.boot.jdbc.DataSourceUnwrapper
- 指定された
target型を実装するオブジェクトを返し、必要に応じてデリゲートまたはプロキシをアンラップします。 - unwrapCaching(ConnectionFactory) - Static method in class org.springframework.boot.jms.ConnectionFactoryUnwrapper
CachingConnectionFactoryからアンラップしてネイティブConnectionFactoryEE を返します。- unwrapFrom(ConnectionFactory) - Static method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
- 可能であれば、必要に応じて指定された
connectionFactoryをアンラップして、OptionsCapableConnectionFactoryを返します。 - up() - クラス org.springframework.boot.health.contributor のメソッド。Health.Builder
- ステータスを
Status.UPステータスに設定します。 - up() - Static method in class org.springframework.boot.health.contributor.Health
Status.UPステータスで新しいHealth.Builderインスタンスを作成します。- up(LogLevel) - Method in interface org.springframework.boot.docker.compose.core.DockerCompose
docker compose upを実行してサービスを作成し、開始します。- up(LogLevel, List) - Method in interface org.springframework.boot.docker.compose.core.DockerCompose
docker compose upを実行してサービスを作成し、開始します。- UP - Enum constant in enum class org.springframework.boot.docker.compose.lifecycle.StartCommand
docker compose upの使用を開始します。- UP - Static variable in class org.springframework.boot.health.contributor.Status
Statusは、コンポーネントまたはサブシステムが期待どおりに機能していることを示します。- update(byte[], int, int) - インターフェース org.springframework.boot.buildpack.platform.io のメソッド。InspectedContent.Inspector
- 提供されたバイトに基づいてインスペクションされた情報を更新します。
- update(String, SslBundle) - クラス org.springframework.boot.tomcat のメソッド。SslConnectorCustomizer
- updateAndRestart(ClassLoaderFiles) - クラス org.springframework.boot.devtools.restart.server のメソッド。RestartServer
- 指定した
ClassLoaderFilesで現在実行中のアプリケーションを更新し、リロードをトリガーします。 - updateBundle(String, SslBundle) - クラス org.springframework.boot.ssl のメソッド。DefaultSslBundleRegistry
- updateBundle(String, SslBundle) - インターフェース org.springframework.boot.ssl のメソッド。SslBundleRegistry
SslBundleを更新します。- UpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
- Docker によって発行された更新イベントの基本クラス。
- UpdateEvent() - Constructor for class org.springframework.boot.buildpack.platform.docker.UpdateEvent
- UpdateListener<E> - org.springframework.boot.buildpack.platform.docker のインターフェース
DockerApiから発行された更新イベントのリスナー。- uri() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.newrelic.NewRelicPropertiesConfigAdapter
- uri() - クラス org.springframework.boot.test.http.server のメソッド。LocalTestWebServer
- 実行中のローカルテストサーバーの URI を返します。
- uri(String) - クラス org.springframework.boot.test.http.server のメソッド。LocalTestWebServer
- 指定された
uriを考慮して、実行中のローカルテストサーバーの URI を返します。 - uriBuilder(String) - クラス org.springframework.boot.test.http.server のメソッド。LocalTestWebServer
- ローカルサーバー
LocalTestWebServer.uri()から初期化されたベース URI テンプレートを使用して新しいUriBuilderを返します。 - uriBuilderFactory() - クラス org.springframework.boot.test.http.server のメソッド。LocalTestWebServer
- ローカルサーバー
LocalTestWebServer.uri()から初期化されたベース URI テンプレートを使用して新しいUriBuilderFactoryを返します。 - UriBuilderFactoryWebClient - org.springframework.boot.test.web.htmlunit のクラス
- HTML ユニット
WebClientはUriBuilderFactoryによってサポートされています。 - UriBuilderFactoryWebClient(UriBuilderFactory) - クラス org.springframework.boot.test.web.htmlunit. UriBuilderFactoryWebClient のコンストラクター
- UriBuilderFactoryWebConnectionHtmlUnitDriver - org.springframework.boot.test.web.htmlunit のクラス
- HTML ユニット
WebConnectionHtmlUnitDriverはUriBuilderFactoryによってサポートされています。 - UriBuilderFactoryWebConnectionHtmlUnitDriver(UriBuilderFactory) - クラス org.springframework.boot.test.web.htmlunit. UriBuilderFactoryWebConnectionHtmlUnitDriver のコンストラクター
- UriBuilderFactoryWebConnectionHtmlUnitDriver(UriBuilderFactory, boolean) - クラス org.springframework.boot.test.web.htmlunit. UriBuilderFactoryWebConnectionHtmlUnitDriver のコンストラクター
- UriBuilderFactoryWebConnectionHtmlUnitDriver(UriBuilderFactory, BrowserVersion) - クラス org.springframework.boot.test.web.htmlunit. UriBuilderFactoryWebConnectionHtmlUnitDriver のコンストラクター
- UriBuilderFactoryWebConnectionHtmlUnitDriver(UriBuilderFactory, Capabilities) - クラス org.springframework.boot.test.web.htmlunit. UriBuilderFactoryWebConnectionHtmlUnitDriver のコンストラクター
- uriHost() - Element in annotation interface org.springframework.boot.restdocs.test.autoconfigure.AutoConfigureRestDocs
- ドキュメント化された URI で使用されるホスト。
- uriPort() - Element in annotation interface org.springframework.boot.restdocs.test.autoconfigure.AutoConfigureRestDocs
- ドキュメント化された URI で使用されるポート。
- uriScheme() - Element in annotation interface org.springframework.boot.restdocs.test.autoconfigure.AutoConfigureRestDocs
- ドキュメント化された URI で使用されるスキーム(通常は
httpまたはhttps)。 - uriString(String) - クラス org.springframework.boot.restclient のメソッド。RootUriBuilderFactory
- uriTemplateHandler(UriTemplateHandler) - クラス org.springframework.boot.restclient のメソッド。RestTemplateBuilder
RestTemplateで使用するUriTemplateHandlerを設定します。- url() - アノテーションインターフェース org.springframework.boot.webmvc.test.autoconfigure の要素。AutoConfigureMockMvc.HtmlUnit
- 相対パスを展開するときに使用する URL。
- url(String) - クラス org.springframework.boot.jdbc のメソッド。DataSourceBuilder
- データソースを構築するときに使用する URL を設定します。
- URL - Enum constant in enum class org.springframework.boot.web.server.servlet.Session.SessionTrackingMode
- URL を書き換えて、セッション ID を追加します。
- UrlDecoder - org.springframework.boot.loader.net.util のクラス
- URL 文字列をデコードするユーティリティ。
- UrlHandlerMapper - org.springframework.boot.devtools.remote.server のクラス
- 受信 URL をマップする
HandlerMapper実装。 - UrlHandlerMapper(String, Handler) - クラス org.springframework.boot.devtools.remote.server. UrlHandlerMapper のコンストラクター
- 新しい
UrlHandlerMapperを作成します。 - urlMappings() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
- サーブレットの URL マッピング。
- urlPatterns() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
- フィルターが登録される、サーブレット仕様で定義されている URL パターン。
- Use() - クラス org.springframework.boot.webflux.autoconfigure のコンストラクター。WebFluxProperties.Apiversion.Use
- Use() - クラス org.springframework.boot.webmvc.autoconfigure のコンストラクター。WebMvcProperties.Apiversion.Use
- USE_DEFAULTS_PROPERTY - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.info.InfoContributorFallback
management.info.defaults.enabledプロパティにフォールバックし、trueであるか、構成されていないかを照合します。- USE_DELEGATING - Enum constant in enum class org.springframework.boot.jackson.autoconfigure.JacksonProperties.ConstructorDetectorStrategy
- 特に明示的にアノテーションが付けられていない場合は、「委譲」モードを想定します。
- USE_DELEGATING - Enum constant in enum class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties.ConstructorDetectorStrategy
- 使用すべきではありません。特に明示的にアノテーションが付けられていない場合は、「委譲」モードを想定します。
- USE_LOWERCASE_NAMES - Enum constant in enum class org.springframework.boot.env.ConfigTreePropertySource.Option
- ファイル名とディレクトリ名を小文字に変換します。
- USE_PROPERTIES_BASED - Enum constant in enum class org.springframework.boot.jackson.autoconfigure.JacksonProperties.ConstructorDetectorStrategy
- 特に明示的にアノテーションが付けられていない場合は、「プロパティ」モードを想定します。
- USE_PROPERTIES_BASED - Enum constant in enum class org.springframework.boot.jackson2.autoconfigure.Jackson2Properties.ConstructorDetectorStrategy
- 使用すべきではありません。特に明示的にアノテーションが付けられていない場合は、「プロパティ」モードを想定します。
- useDefaultFilters() - Element in annotation interface org.springframework.boot.data.cassandra.test.autoconfigure.DataCassandraTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.data.couchbase.test.autoconfigure.DataCouchbaseTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.data.elasticsearch.test.autoconfigure.DataElasticsearchTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.data.jdbc.test.autoconfigure.DataJdbcTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.data.jpa.test.autoconfigure.DataJpaTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.data.ldap.test.autoconfigure.DataLdapTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.data.mongodb.test.autoconfigure.DataMongoTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - アノテーションインターフェース org.springframework.boot.data.neo4j.test.autoconfigure の要素。DataNeo4jTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - アノテーションインターフェース org.springframework.boot.data.r2dbc.test.autoconfigure の要素。DataR2dbcTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.data.redis.test.autoconfigure.DataRedisTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.graphql.test.autoconfigure.GraphQlTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.jdbc.test.autoconfigure.JdbcTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.jooq.test.autoconfigure.JooqTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.restclient.test.autoconfigure.RestClientTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.JsonTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.webclient.test.autoconfigure.WebClientTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.webflux.test.autoconfigure.WebFluxTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.webmvc.test.autoconfigure.WebMvcTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.client.WebServiceClientTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useDefaultFilters() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.server.WebServiceServerTest
@SpringBootApplicationでデフォルトのフィルタリングを使用するかどうかを決定します。- useMainMethod() - Element in annotation interface org.springframework.boot.test.context.SpringBootTest
- テスト対象の
SpringApplicationを作成するときに使用するメインメソッドの使用メソッドの型。 - user(String, String, String, String) - Static method in interface org.springframework.boot.buildpack.platform.docker.configuration.DockerRegistryAuthentication
- 指定されたパラメーターから作成された JSON ペイロードを base64 でエンコードして生成されたヘッダーを使用する新しい
DockerRegistryAuthenticationインスタンスを返すファクトリメソッド。 - User() - クラス org.springframework.boot.security.autoconfigure のコンストラクター。SecurityProperties.User
- UserConfigurations - org.springframework.boot.context.annotation のクラス
- ユーザー定義の
@Configurationクラスを表すConfigurations(つまり - UserConfigurations(Collection) - クラス org.springframework.boot.context.annotation. UserConfigurations のコンストラクター
- UserDetailsServiceAutoConfiguration - org.springframework.boot.security.autoconfigure のクラス
- UserDetailsServiceAutoConfiguration() - クラス org.springframework.boot.security.autoconfigure. UserDetailsServiceAutoConfiguration のコンストラクター
- username() - レコードクラス org.springframework.boot.elasticsearch.autoconfigure のメソッド。ElasticsearchConnectionDetails.Node
usernameレコードコンポーネントの値を返します。- username(String) - クラス org.springframework.boot.jdbc のメソッド。DataSourceBuilder
- データソースを構築するときに使用するユーザー名を設定します。
- username(String) - クラス org.springframework.boot.r2dbc のメソッド。ConnectionFactoryBuilder
- ユーザー名を設定します。
- useSemanticMetricTypes() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.stackdriver.StackdriverPropertiesConfigAdapter
- usesSensitiveContainerPath() - Method in class org.springframework.boot.buildpack.platform.docker.type.Binding
- バインディングが機密コンテナーパスを使用するかどうか。
- usingExtractedPairs(BiConsumer, Function, Function) - クラス org.springframework.boot.json のメソッド。JsonWriter.Member
- 一連の要素から値を抽出して、JSON の名前と値のペアを追加します。
- usingExtractedPairs(BiConsumer, JsonWriter.PairExtractor) - クラス org.springframework.boot.json のメソッド。JsonWriter.Member
- 一連の要素から値を抽出して、JSON の名前と値のペアを追加します。
- usingMembers(Consumer) - クラス org.springframework.boot.json のメソッド。JsonWriter.Member
- さらなる
JsonWriter.Members構成に基づいて JSON を追加します。 - usingPairs(BiConsumer) - クラス org.springframework.boot.json のメソッド。JsonWriter.Member
- JSON の名前と値のペアを追加します。
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式