インデックス

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式

P

packageImage(Libraries, BiConsumer<ZipEntry, EntryWriter>) - クラス org.springframework.boot.loader.tools のメソッド。ImagePackager
パッケージ化されたイメージを作成します。
Packager - Class in org.springframework.boot.loader.tools
パッケージャの抽象基本クラス。
Packager(File) - Constructor for class org.springframework.boot.loader.tools.Packager
新しい Packager インスタンスを作成します。
Packager.MainClassTimeoutWarningListener - org.springframework.boot.loader.tools のインターフェース
メインクラスの検索に時間がかかりすぎるときに警告を表示するために使用されるコールバックインターフェース。
packages(Class<?>...) - クラス org.springframework.boot.orm.jpa のメソッド。EntityManagerFactoryBuilder.Builder
@Entity アノテーションについてパッケージをスキャンする必要があるクラス。
packages(String...) - クラス org.springframework.boot.orm.jpa のメソッド。EntityManagerFactoryBuilder.Builder
@Entity アノテーションをスキャンするパッケージの名前。
Packages() - クラス org.springframework.boot.autoconfigure.jms.activemq のコンストラクター。ActiveMQProperties.Packages
Pageable() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
pageableCustomizer() - クラス org.springframework.boot.autoconfigure.data.web のメソッド。SpringDataWebAutoConfiguration
PARALLEL - Enum constant in enum class org.springframework.boot.testcontainers.lifecycle.TestcontainersStartup
コンテナーを並行して起動します。
parameterizedContainer() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
指定された Bean 型をジェネリクスパラメーター内に含む可能性がある追加のクラス。
parameterizedContainer() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
指定された Bean 型をジェネリクスパラメーター内に含む可能性がある追加のクラス。
ParameterMappingException - Exception in org.springframework.boot.actuate.endpoint.invoke
operation parameter mapping 中に障害が発生すると、ParameterMappingException がスローされます。
ParameterMappingException(OperationParameter, Object, Throwable) - Constructor for exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
指定された input を指定された type にマップしようとしたときに発生した障害に対して、新しい ParameterMappingException を作成します。
ParameterValueMapper - Interface in org.springframework.boot.actuate.endpoint.invoke
エンドポイントを呼び出すときに、パラメーター値を必要な型にマップします。
PARANOID - Enum constant in enum class org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
バッファの 100% のリークを検出し、それらがアクセスされた場所を追跡します。
parent() - レコードクラス org.springframework.boot.json のメソッド。JsonWriter.MemberPath
parent レコードコンポーネントの値を返します。
parent(Class<?>...) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
提供されたソースで親アプリケーションを追加します。
parent(ConfigurableApplicationContext) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
すでに実行中の親コンテキストを既存のアプリケーションに追加します。
ParentAwareNamingStrategy - org.springframework.boot.autoconfigure.jmx のクラス
ApplicationContext をサポートする MetadataNamingStrategy の拡張。
ParentAwareNamingStrategy(JmxAttributeSource) - クラス org.springframework.boot.autoconfigure.jmx. ParentAwareNamingStrategy のコンストラクター
ParentContextApplicationContextInitializer - org.springframework.boot.builder のクラス
親コンテキストを設定するための ApplicationContextInitializer
ParentContextApplicationContextInitializer(ApplicationContext) - クラス org.springframework.boot.builder. ParentContextApplicationContextInitializer のコンストラクター
ParentContextApplicationContextInitializer.ParentContextAvailableEvent - org.springframework.boot.builder のクラス
ApplicationEvent は、親コンテキストが使用可能なときに発生します。
ParentContextAvailableEvent(ConfigurableApplicationContext) - クラス org.springframework.boot.builder のコンストラクター。ParentContextApplicationContextInitializer.ParentContextAvailableEvent
ParentContextCloserApplicationListener - org.springframework.boot.builder のクラス
親が閉じている場合にアプリケーションコンテキストを閉じるリスナー。
ParentContextCloserApplicationListener() - クラス org.springframework.boot.builder. ParentContextCloserApplicationListener のコンストラクター
ParentContextCloserApplicationListener.ContextCloserListener - org.springframework.boot.builder のクラス
ApplicationListener でコンテキストを閉じます。
parentsFrom(Object) - Static method in interface org.springframework.boot.origin.Origin
オブジェクトの発信元である Origin の親を見つけます。
parse(byte[]) - クラス org.springframework.boot.test.json のメソッド。AbstractJsonMarshalTester
特定の JSON バイトの解析から ObjectContent を返します。
parse(String) - Static method in class org.springframework.boot.buildpack.platform.docker.type.ApiVersion
文字列を ApiVersion インスタンスに解析するファクトリメソッド。
parse(String) - Method in enum class org.springframework.boot.convert.DurationStyle
指定された値を期間に解析します。
parse(String) - Method in enum class org.springframework.boot.convert.PeriodStyle
指定された値を期間に解析します。
parse(String) - クラス org.springframework.boot.test.json のメソッド。AbstractJsonMarshalTester
特定の JSON 文字列の解析から ObjectContent を返します。
parse(String) - クラス org.springframework.boot.test.util.TestPropertyValues.Pair の静的メソッド
parse(String, ChronoUnit) - Method in enum class org.springframework.boot.convert.DurationStyle
指定された値を期間に解析します。
parse(String, ChronoUnit) - Method in enum class org.springframework.boot.convert.PeriodStyle
指定された値を期間に解析します。
parseList(String) - クラス org.springframework.boot.json のメソッド。BasicJsonParser
parseList(String) - クラス org.springframework.boot.json のメソッド。GsonJsonParser
parseList(String) - クラス org.springframework.boot.json のメソッド。JacksonJsonParser
parseList(String) - インターフェース org.springframework.boot.json のメソッド。JsonParser
指定された JSON 文字列をリストに解析します。
parseList(String, Function<String, List<Object>>) - クラス org.springframework.boot.json のメソッド。AbstractJsonParser
parseMap(String) - クラス org.springframework.boot.json のメソッド。BasicJsonParser
parseMap(String) - クラス org.springframework.boot.json のメソッド。GsonJsonParser
parseMap(String) - クラス org.springframework.boot.json のメソッド。JacksonJsonParser
parseMap(String) - インターフェース org.springframework.boot.json のメソッド。JsonParser
指定された JSON 文字列をマップに解析します。
parseMap(String, Function<String, Map<String, Object>>) - クラス org.springframework.boot.json のメソッド。AbstractJsonParser
parseObject(byte[]) - クラス org.springframework.boot.test.json のメソッド。AbstractJsonMarshalTester
特定の JSON バイトの解析から作成されたオブジェクトを返します。
parseObject(String) - クラス org.springframework.boot.test.json のメソッド。AbstractJsonMarshalTester
特定の JSON 文字列の解析から作成されたオブジェクトを返します。
parseURL(URL, String, int, int) - Method in class org.springframework.boot.loader.net.protocol.jar.Handler
password() - レコードクラス org.springframework.boot.autoconfigure.elasticsearch のメソッド。ElasticsearchConnectionDetails.Node
password レコードコンポーネントの値を返します。
password() - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
password レコードコンポーネントの値を返します。
password() - インターフェース org.springframework.boot.ssl.pem のメソッド。PemSslStore
setting key entriesSE または KeyStoreSE のときに使用されるパスワード。
password() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
password レコードコンポーネントの値を返します。
password() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.JksKeyStore
ストアにアクセスするために使用するパスワード。
password() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.JksTrustStore
ストアにアクセスするために使用するパスワード。
password(CharSequence) - クラス org.springframework.boot.r2dbc のメソッド。ConnectionFactoryBuilder
パスワードを設定します。
password(String) - クラス org.springframework.boot.jdbc のメソッド。DataSourceBuilder
データソースを構築するときに使用するパスワードを設定します。
patchForObject(String, Object, Class<T>, Object...) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate
指定されたオブジェクトを URI テンプレートにパッチしてリソースを更新し、レスポンスで見つかった表現を返します。
patchForObject(String, Object, Class<T>, Map<String, ?>) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate
指定されたオブジェクトを URI テンプレートにパッチしてリソースを更新し、レスポンスで見つかった表現を返します。
patchForObject(URI, Object, Class<T>) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate
指定されたオブジェクトを URL にパッチしてリソースを更新し、レスポンスで見つかった表現を返します。
path() - Method in record class org.springframework.boot.loader.net.protocol.nested.NestedLocation
path レコードコンポーネントの値を返します。
PATH - Enum constant in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
リクエストパスを含めます。
PATH - Static variable in class org.springframework.boot.loader.launch.PropertiesLauncher
クラスパスエントリのプロパティキー(jar または jar を含む可能性のあるディレクトリ)。
PATH_PATTERN_PARSER - Enum constant in enum class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.MatchingStrategy
PathPatternParser 実装を使用します。
PathBasedTemplateAvailabilityProvider - org.springframework.boot.autoconfigure.template のクラス
パスからテンプレートを検索する TemplateAvailabilityProvider 実装の抽象基本クラス。
PathBasedTemplateAvailabilityProvider(String, Class<? extends PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties>, String) - クラス org.springframework.boot.autoconfigure.template. PathBasedTemplateAvailabilityProvider のコンストラクター
PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties - org.springframework.boot.autoconfigure.template のクラス
PathMappedEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
ルート Web パスにマッピングされる ExposableEndpoint によって実装できるインターフェース。
pathMappedEndpoints(Collection<EndpointsSupplier<?>>) - クラス org.springframework.boot.actuate.autoconfigure.endpoint.web のメソッド。WebEndpointAutoConfiguration
PathMappedEndpoints - org.springframework.boot.actuate.endpoint.web のクラス
path mapped endpoints のコレクション。
PathMappedEndpoints(String, Collection<EndpointsSupplier<?>>) - クラス org.springframework.boot.actuate.endpoint.web. PathMappedEndpoints のコンストラクター
指定されたサプライヤーの新しい PathMappedEndpoints インスタンスを作成します。
PathMappedEndpoints(String, EndpointsSupplier<?>) - クラス org.springframework.boot.actuate.endpoint.web. PathMappedEndpoints のコンストラクター
指定されたサプライヤーの新しい PathMappedEndpoints インスタンスを作成します。
PathMapper - Interface in org.springframework.boot.actuate.endpoint.web
エンドポイント ID と公開されるルートパス間のマッピングを提供するために使用される戦略インターフェース。
Pathmatch() - クラス org.springframework.boot.autoconfigure.web.servlet のコンストラクター。WebMvcProperties.Pathmatch
PathRequest - org.springframework.boot.autoconfigure.security.reactive のクラス
一般的に使用されるパスの ServerWebExchangeMatcher を作成するために使用できるファクトリ。
PathRequest - org.springframework.boot.autoconfigure.security.servlet のクラス
一般的に使用されるパスの RequestMatcher を作成するために使用できるファクトリ。
PathRequest.H2ConsoleRequestMatcher - org.springframework.boot.autoconfigure.security.servlet のクラス
h2 コンソールパスとの照合に使用されるリクエストマッチャー。
PatternClassPathRestartStrategy - org.springframework.boot.devtools.classpath のクラス
Ant スタイルパターンベースの ClassPathRestartStrategy
PatternClassPathRestartStrategy(String) - クラス org.springframework.boot.devtools.classpath. PatternClassPathRestartStrategy のコンストラクター
PatternClassPathRestartStrategy(String[]) - クラス org.springframework.boot.devtools.classpath. PatternClassPathRestartStrategy のコンストラクター
Pem() - クラス org.springframework.boot.autoconfigure.couchbase のコンストラクター。CouchbaseProperties.Authentication.Pem
PemContent - org.springframework.boot.ssl.pem のクラス
certificatesSE および private keysSE を提供できる PEM エンコードされたコンテンツ。
PemKeyStore - Annotation Interface in org.springframework.boot.testcontainers.service.connection
SSL をサポートする @ServiceConnection で使用するために PemSslStoreBundle キーストアを構成します。
PemSslBundleProperties - org.springframework.boot.autoconfigure.ssl のクラス
PEM でエンコードされた証明書と秘密鍵の場合は SslBundleProperties
PemSslBundleProperties() - クラス org.springframework.boot.autoconfigure.ssl. PemSslBundleProperties のコンストラクター
PemSslBundleProperties.Store - org.springframework.boot.autoconfigure.ssl のクラス
プロパティを保存します。
PemSslStore - Interface in org.springframework.boot.ssl.pem
PEM コンテンツからロードされた個別の信頼ストアまたはキーストア。
PemSslStoreBundle - org.springframework.boot.ssl.pem のクラス
SslStoreBundle は、PEM でエンコードされた証明書と秘密鍵によって裏付けられています。
PemSslStoreBundle(PemSslStoreDetails, PemSslStoreDetails) - クラス org.springframework.boot.ssl.pem. PemSslStoreBundle のコンストラクター
新しい PemSslStoreBundle インスタンスを作成します。
PemSslStoreBundle(PemSslStore, PemSslStore) - クラス org.springframework.boot.ssl.pem. PemSslStoreBundle のコンストラクター
新しい PemSslStoreBundle インスタンスを作成します。
PemSslStoreDetails - Record Class in org.springframework.boot.ssl.pem
PemSslStoreBundle 内の個々の信頼またはキーストアの詳細。
PemSslStoreDetails(String, String, String) - Constructor for record class org.springframework.boot.ssl.pem.PemSslStoreDetails
新しい PemSslStoreDetails インスタンスを作成します。
PemSslStoreDetails(String, String, String, String) - Constructor for record class org.springframework.boot.ssl.pem.PemSslStoreDetails
新しい PemSslStoreDetails インスタンスを作成します。
PemSslStoreDetails(String, String, String, String, String, String) - Constructor for record class org.springframework.boot.ssl.pem.PemSslStoreDetails
新しい PemSslStoreDetails インスタンスを作成します。
PemTrustStore - Annotation Interface in org.springframework.boot.testcontainers.service.connection
SSL をサポートする @ServiceConnection で使用するために PemSslStoreBundle 信頼ストアを構成します。
PeriodFormat - Annotation Interface in org.springframework.boot.convert
PeriodSE を変換するときに使用する形式を示すために使用できるアノテーション。
PeriodStyle - Enum Class in org.springframework.boot.convert
PeriodSE ユニットの標準セット。
PeriodUnit - Annotation Interface in org.springframework.boot.convert
PeriodSE を変換するときに使用されるデフォルトの単位を変更するために使用できるアノテーション。
PERMIT_ALL - Static variable in interface org.springframework.boot.devtools.remote.server.AccessManager
すべてのリクエストを許可する AccessManager
persist(E) - クラス org.springframework.boot.test.autoconfigure.orm.jpa のメソッド。TestEntityManager
インスタンスを管理および永続化します。
persistAndFlush(E) - クラス org.springframework.boot.test.autoconfigure.orm.jpa のメソッド。TestEntityManager
インスタンスを管理および永続化してから、永続化コンテキストを基礎となるデータベースと同期します。
persistAndGetId(Object) - クラス org.springframework.boot.test.autoconfigure.orm.jpa のメソッド。TestEntityManager
インスタンスを管理および永続化してから、その ID を返します。
persistAndGetId(Object, Class<T>) - クラス org.springframework.boot.test.autoconfigure.orm.jpa のメソッド。TestEntityManager
インスタンスを管理および永続化してから、その ID を返します。
PersistenceExceptionTranslationAutoConfiguration - org.springframework.boot.autoconfigure.dao のクラス
Spring の永続化例外変換用の Auto-configuration
PersistenceExceptionTranslationAutoConfiguration() - クラス org.springframework.boot.autoconfigure.dao. PersistenceExceptionTranslationAutoConfiguration のコンストラクター
persistenceExceptionTranslationPostProcessor(Environment) - Static method in class org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
persistenceUnit(String) - クラス org.springframework.boot.orm.jpa のメソッド。EntityManagerFactoryBuilder.Builder
永続性ユニットの名前。
PERSISTENT - Enum constant in enum class org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
persistFlushFind(E) - クラス org.springframework.boot.test.autoconfigure.orm.jpa のメソッド。TestEntityManager
インスタンスを管理および永続化して、永続化コンテキストを基礎となるデータベースと同期し、最終的に ID で永続化されたエンティティを見つけます。
PHOENIX - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
Apache Phoenix.
PID - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
プロセス ID のシステムプロパティをログに記録します。
pingHealthContributor() - クラス org.springframework.boot.actuate.autoconfigure.health のメソッド。HealthContributorAutoConfiguration
PingHealthIndicator - org.springframework.boot.actuate.health のクラス
Status.UP を返す HealthIndicator のデフォルト実装。
PingHealthIndicator() - クラス org.springframework.boot.actuate.health. PingHealthIndicator のコンストラクター
PlaceholdersResolver - Interface in org.springframework.boot.context.properties.bind
プロパティプレースホルダーを解決するために Binder で使用されるオプションの戦略。
PLATFORM - Enum constant in enum class org.springframework.boot.autoconfigure.thread.Threading
プラットフォームのスレッド。
PlatformPlaceholderDatabaseDriverResolver - org.springframework.boot.jdbc.init のクラス
実際の DatabaseDriver プラットフォームでプレースホルダーテキストを解決できるユーティリティクラス。
PlatformPlaceholderDatabaseDriverResolver() - クラス org.springframework.boot.jdbc.init. PlatformPlaceholderDatabaseDriverResolver のコンストラクター
デフォルトの "@@platform@@" プレースホルダーを使用する新しいリゾルバーを作成します。
PlatformPlaceholderDatabaseDriverResolver(String) - クラス org.springframework.boot.jdbc.init. PlatformPlaceholderDatabaseDriverResolver のコンストラクター
指定された placeholder を使用する新しいリゾルバーを作成します。
Poller() - クラス org.springframework.boot.autoconfigure.integration のコンストラクター。IntegrationProperties.Poller
PollerMetadataCustomizer - Interface in org.springframework.boot.autoconfigure.integration
PollerMetadata をカスタマイズして自動構成を微調整したい Bean によって実装できるコールバックインターフェース。
pollingFrequency() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.statsd のメソッド。StatsdPropertiesConfigAdapter
Pool() - クラス org.springframework.boot.autoconfigure.cassandra のコンストラクター。CassandraProperties.Pool
Pool() - クラス org.springframework.boot.autoconfigure.data.redis のコンストラクター。RedisProperties.Pool
Pool() - クラス org.springframework.boot.autoconfigure.neo4j のコンストラクター。Neo4jProperties.Pool
Pool() - クラス org.springframework.boot.autoconfigure.r2dbc のコンストラクター。R2dbcProperties.Pool
Pool() - クラス org.springframework.boot.autoconfigure.task のコンストラクター。TaskExecutionProperties.Pool
Pool() - クラス org.springframework.boot.autoconfigure.task のコンストラクター。TaskSchedulingProperties.Pool
PooledDataSourceConfiguration() - クラス org.springframework.boot.autoconfigure.jdbc のコンストラクター。DataSourceAutoConfiguration.PooledDataSourceConfiguration
poolSize(int) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskSchedulerBuilder
スレッドの最大許容数を設定します。
port() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.statsd のメソッド。StatsdPropertiesConfigAdapter
port() - レコードクラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitConnectionDetails.Address
port レコードコンポーネントの値を返します。
port() - レコードクラス org.springframework.boot.autoconfigure.cassandra のメソッド。CassandraConnectionDetails.Node
port レコードコンポーネントの値を返します。
port() - レコードクラス org.springframework.boot.autoconfigure.data.redis のメソッド。RedisConnectionDetails.Node
port レコードコンポーネントの値を返します。
port() - レコードクラス org.springframework.boot.autoconfigure.elasticsearch のメソッド。ElasticsearchConnectionDetails.Node
port レコードコンポーネントの値を返します。
port(int) - クラス org.springframework.boot.r2dbc のメソッド。ConnectionFactoryBuilder
ポートを構成します。
PortInUseException - Exception in org.springframework.boot.web.server
PortInUseException は、ポートがすでに使用されているために Web サーバーの起動に失敗した場合にスローされます。
PortInUseException(int) - Constructor for exception org.springframework.boot.web.server.PortInUseException
指定された port の新しい使用中ポートの例外を作成します。
PortInUseException(int, Throwable) - Constructor for exception org.springframework.boot.web.server.PortInUseException
指定された port の新しい使用中ポートの例外を作成します。
ports() - Method in interface org.springframework.boot.docker.compose.core.RunningService
サービスへの接続に使用できるポートを返します。
posixPermissionsToUmask(Collection<PosixFilePermission>) - Static method in class org.springframework.boot.buildpack.platform.io.FilePermissions
Posix ファイル許可のセットの整数表現を返します。整数値は umask 8 進数表記に準拠しています。
post(URI) - Method in interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
HTTP POST 操作を実行します。
post(URI, String) - Method in interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
HTTP POST 操作を実行します。
post(URI, String, IOConsumer<OutputStream>) - Method in interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
HTTP POST 操作を実行します。
POST - Enum constant in enum class org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
HTTP POST リクエスト。
POST - Enum constant in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
シャットダウンする前に POST を実行します。
postForEntity(String, Object, Class<T>, Object...) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate
指定されたオブジェクトを URI テンプレートに POST して新しいリソースを作成し、レスポンスを ResponseEntity として返します。
postForEntity(String, Object, Class<T>, Map<String, ?>) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate
指定されたオブジェクトを URI テンプレートに POST して新しいリソースを作成し、レスポンスを HttpEntity として返します。
postForEntity(URI, Object, Class<T>) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate
指定されたオブジェクトを URL に POST して新しいリソースを作成し、レスポンスを ResponseEntity として返します。
postForLocation(String, Object, Object...) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate
指定されたオブジェクトを URI テンプレートに POST することにより新しいリソースを作成し、Location ヘッダーの値を返します。
postForLocation(String, Object, Map<String, ?>) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate
指定されたオブジェクトを URI テンプレートに POST することにより新しいリソースを作成し、Location ヘッダーの値を返します。
postForLocation(URI, Object) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate
指定されたオブジェクトを URL に POST して新しいリソースを作成し、Location ヘッダーの値を返します。
postForObject(String, Object, Class<T>, Object...) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate
指定されたオブジェクトを URI テンプレートに POST して新しいリソースを作成し、レスポンスで見つかった表現を返します。
postForObject(String, Object, Class<T>, Map<String, ?>) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate
指定されたオブジェクトを URI テンプレートに POST して新しいリソースを作成し、レスポンスで見つかった表現を返します。
postForObject(URI, Object, Class<T>) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate
指定されたオブジェクトを URL に POST することで新しいリソースを作成し、レスポンスで見つかった表現を返します。
Postgresql() - クラス org.springframework.boot.autoconfigure.flyway のコンストラクター。FlywayProperties.Postgresql
POSTGRESQL - Enum constant in enum class org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
JdbcPostgresDialect のインスタンスを提供します。
POSTGRESQL - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
Postgres。
postProcessAfterInitialization(Object, String) - クラス org.springframework.boot.web.server のメソッド。ErrorPageRegistrarBeanPostProcessor
postProcessAfterInitialization(Object, String) - クラス org.springframework.boot.web.server のメソッド。WebServerFactoryCustomizerBeanPostProcessor
postProcessApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
関連する後処理を ApplicationContext に適用します。
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - クラス org.springframework.boot.context のメソッド。ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.boot.autoconfigure のメソッド。AbstractDependsOnBeanFactoryPostProcessor
postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.boot.context のメソッド。ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.boot.test.mock.mockito のメソッド。MockitoPostProcessor
使用すべきではありません。
postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.boot.web.reactive.context のメソッド。AnnotationConfigReactiveWebServerApplicationContext
postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.boot.web.servlet.context のメソッド。AnnotationConfigServletWebApplicationContext
postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.boot.web.servlet.context のメソッド。AnnotationConfigServletWebServerApplicationContext
postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.boot.web.servlet.context のメソッド。ServletWebServerApplicationContext
ServletContextAwareProcessor を登録します。
postProcessBeforeInitialization(Object, String) - クラス org.springframework.boot.context.properties のメソッド。ConfigurationPropertiesBindingPostProcessor
postProcessBeforeInitialization(Object, String) - クラス org.springframework.boot.web.server のメソッド。ErrorPageRegistrarBeanPostProcessor
postProcessBeforeInitialization(Object, String) - クラス org.springframework.boot.web.server のメソッド。WebServerFactoryCustomizerBeanPostProcessor
postProcessContent(Map<String, Object>) - クラス org.springframework.boot.actuate.info のメソッド。BuildInfoContributor
postProcessContent(Map<String, Object>) - クラス org.springframework.boot.actuate.info のメソッド。GitInfoContributor
公開するコンテンツを後処理します。
postProcessContent(Map<String, Object>) - クラス org.springframework.boot.actuate.info のメソッド。InfoPropertiesInfoContributor
公開するコンテンツを後処理します。
postProcessContext(Context) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatServletWebServerFactory
Tomcat Context を Tomcat サーバーで使用する前に後処理します。
postProcessConverters(List<HttpMessageConverter<?>>) - クラス org.springframework.boot.autoconfigure.http のメソッド。HttpMessageConverters
HttpMessageConverter リストを使用する前に後処理するために使用できるメソッド。
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - クラス org.springframework.boot.cloud のメソッド。CloudFoundryVcapEnvironmentPostProcessor
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - クラス org.springframework.boot.context.config のメソッド。ConfigDataEnvironmentPostProcessor
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - クラス org.springframework.boot.devtools.env のメソッド。DevToolsHomePropertiesPostProcessor
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - クラス org.springframework.boot.devtools.env のメソッド。DevToolsPropertyDefaultsPostProcessor
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - インターフェース org.springframework.boot.env のメソッド。EnvironmentPostProcessor
指定された environment を後処理します。
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - クラス org.springframework.boot.env のメソッド。RandomValuePropertySourceEnvironmentPostProcessor
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - クラス org.springframework.boot.env のメソッド。SpringApplicationJsonEnvironmentPostProcessor
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - クラス org.springframework.boot.env のメソッド。SystemEnvironmentPropertySourceEnvironmentPostProcessor
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - クラス org.springframework.boot.reactor のメソッド。ReactorEnvironmentPostProcessor
postProcessEnvironment(ConfigurableEnvironment, ConfigurableEnvironment) - Static method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
ConfigurableEnvironment から適切な設定をコピーして、指定された ConfigurableEnvironment を後処理します。
postProcessHealthEndpointGroups(HealthEndpointGroups) - インターフェース org.springframework.boot.actuate.health のメソッド。HealthEndpointGroupsPostProcessor
指定された HealthEndpointGroups インスタンスを後処理します。
postProcessPartConverters(List<HttpMessageConverter<?>>) - クラス org.springframework.boot.autoconfigure.http のメソッド。HttpMessageConverters
AllEncompassingFormHttpMessageConverter のパーツコンバーターの構成に使用する前に、HttpMessageConverter リストを後処理するために使用できるメソッド。
postProcessProperties(PropertyValues, Object, String) - クラス org.springframework.boot.test.mock.mockito のメソッド。MockitoPostProcessor
使用すべきではありません。
postProcessWebAppContext(WebAppContext) - クラス org.springframework.boot.web.embedded.jetty のメソッド。JettyServletWebServerFactory
Jetty サーバーで使用する前に、Jetty WebAppContext を後処理します。
prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
ログファイル名のプレフィックス。
prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
ログファイル名のプレフィックス。
prefix() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic のメソッド。NewRelicPropertiesConfigAdapter
prefix() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx のメソッド。SignalFxPropertiesConfigAdapter
使用すべきではありません。
prefix() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.simple のメソッド。SimplePropertiesConfigAdapter
prefix() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver のメソッド。StackdriverPropertiesConfigAdapter
prefix() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.statsd のメソッド。StatsdPropertiesConfigAdapter
prefix() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront のメソッド。WavefrontPropertiesConfigAdapter
prefix() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBooleanProperty
各プロパティに適用する必要がある接頭辞。
prefix() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
各プロパティに適用する必要がある接頭辞。
prefix() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationProperties
このオブジェクトにバインドするのに有効なプロパティのプレフィックス。
prepare(ContextConsumer<? super A>) - クラス org.springframework.boot.test.context.runner のメソッド。AbstractApplicationContextRunner
このローダーの現在の状態に基づいて、新しい ApplicationContext を準備します。
prepareApplicationContext(Class<?>) - Method in class org.springframework.boot.SpringApplicationAotProcessor
prepareContext(Host, ServletContextInitializer[]) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatServletWebServerFactory
prepareContext(Host, TomcatHttpHandlerAdapter) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatReactiveWebServerFactory
prepareRefresh() - クラス org.springframework.boot.web.reactive.context のメソッド。AnnotationConfigReactiveWebServerApplicationContext
prepareRefresh() - クラス org.springframework.boot.web.servlet.context のメソッド。AnnotationConfigServletWebApplicationContext
prepareRefresh() - クラス org.springframework.boot.web.servlet.context のメソッド。AnnotationConfigServletWebServerApplicationContext
prepareTestInstance(TestContext) - クラス org.springframework.boot.test.mock.mockito のメソッド。MockitoTestExecutionListener
使用すべきではありません。
prepareWebApplicationContext(ServletContext) - クラス org.springframework.boot.web.servlet.context のメソッド。ServletWebServerApplicationContext
指定された完全にロードされた ServletContextEE を使用して WebApplicationContext を準備します。
PRESENT - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyState
ConfigurationPropertySource には、少なくとも 1 つの一致する ConfigurationProperty があります。
preserveErrorControllerTargetClassPostProcessor() - Static method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
preventDataSourceCloseBeanPostProcessor() - Static method in class org.springframework.boot.actuate.autoconfigure.liquibase.LiquibaseEndpointAutoConfiguration
Principal(String) - クラス org.springframework.boot.actuate.web.exchanges のコンストラクター。HttpExchange.Principal
Principal を作成します。
PRINCIPAL - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
プリンシパルを含めます。
print() - Method in class org.springframework.boot.buildpack.platform.docker.LogUpdateEvent
print() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc
各 MockMVC 呼び出し後に MvcResult 情報を出力する方法。
print(Duration) - Method in enum class org.springframework.boot.convert.DurationStyle
指定した期間を出力します。
print(Duration, ChronoUnit) - Method in enum class org.springframework.boot.convert.DurationStyle
指定された単位を使用して、指定された期間を出力します。
print(Period) - Method in enum class org.springframework.boot.convert.PeriodStyle
指定した期間を出力します。
print(Period, ChronoUnit) - Method in enum class org.springframework.boot.convert.PeriodStyle
指定された単位を使用して、指定された期間を出力します。
printBanner(Environment, Class<?>, PrintStream) - Method in interface org.springframework.boot.Banner
指定された出力ストリームにバナーを出力します。
printBanner(Environment, Class<?>, PrintStream) - Method in class org.springframework.boot.ResourceBanner
Printer() - クラス org.springframework.boot.autoconfigure.graphql のコンストラクター。GraphQlProperties.Schema.Printer
printOnlyOnFailure() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc
テストが失敗した場合にのみ MvcResult 情報を出力する必要がある場合。
printStackTrace(Throwable, Appendable) - インターフェース org.springframework.boot.logging のメソッド。StackTracePrinter
指定された ThrowableSE のスタックトレースを出力します。
printStackTrace(Throwable, Appendable) - クラス org.springframework.boot.logging のメソッド。StandardStackTracePrinter
printStackTraceToString(Throwable) - インターフェース org.springframework.boot.logging のメソッド。StackTracePrinter
指定された ThrowableSE の出力されたスタックトレースを含む StringSE を返します。
privateKey() - インターフェース org.springframework.boot.ssl.pem のメソッド。PemSslStore
このストアまたは null の秘密鍵。
privateKey() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
privateKey レコードコンポーネントの値を返します。
privateKey() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.PemKeyStore
PEM 形式の秘密鍵の場所または内容。
privateKey() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.PemTrustStore
PEM 形式の秘密鍵の場所または内容。
privateKeyPassword() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
privateKeyPassword レコードコンポーネントの値を返します。
privateKeyPassword() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.PemKeyStore
暗号化された秘密鍵を復号化するために使用されるパスワード。
privateKeyPassword() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.PemTrustStore
暗号化された秘密鍵を復号化するために使用されるパスワード。
Problemdetails() - クラス org.springframework.boot.autoconfigure.web.reactive のコンストラクター。WebFluxProperties.Problemdetails
Problemdetails() - クラス org.springframework.boot.autoconfigure.web.servlet のコンストラクター。WebMvcProperties.Problemdetails
processAheadOfTime(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
processBuilder(String...) - クラス org.springframework.boot.loader.tools のメソッド。JavaExecutable
Java 実行可能ファイルで実行される新しい ProcessBuilderSE を作成します。
processContextConfiguration(ContextConfigurationAttributes) - クラス org.springframework.boot.test.context のメソッド。SpringBootContextLoader
ProcessInfo - org.springframework.boot.info のクラス
申請手続きに関する情報。
ProcessInfo() - クラス org.springframework.boot.info. ProcessInfo のコンストラクター
ProcessInfo.MemoryInfo - org.springframework.boot.info のクラス
メモリ情報。
ProcessInfo.MemoryInfo.GarbageCollectorInfo - org.springframework.boot.info のクラス
ガベージコレクション情報。
ProcessInfo.MemoryInfo.MemoryUsageInfo - org.springframework.boot.info のクラス
ProcessInfo.VirtualThreadsInfo - org.springframework.boot.info のクラス
仮想スレッド情報。
processInfoContributor() - クラス org.springframework.boot.actuate.autoconfigure.info のメソッド。InfoContributorAutoConfiguration
ProcessInfoContributor - org.springframework.boot.actuate.info のクラス
ProcessInfo を公開する InfoContributor
ProcessInfoContributor() - クラス org.springframework.boot.actuate.info. ProcessInfoContributor のコンストラクター
processLoadFailure(ApplicationContext, Throwable) - クラス org.springframework.boot.test.autoconfigure のメソッド。ConditionReportApplicationContextFailureProcessor
使用すべきではありません。
processMergedContextConfiguration(MergedContextConfiguration) - クラス org.springframework.boot.test.context のメソッド。SpringBootTestContextBootstrapper
processName(JsonWriter.MemberPath, String) - インターフェース org.springframework.boot.json のメソッド。JsonWriter.NameProcessor
JSON メンバーの新しい名前を返します。メンバー全体をフィルタリングする必要がある場合は null を返します。
processorMetrics() - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。SystemMetricsAutoConfiguration
processPropertySourceProperties(MergedContextConfiguration, List<String>) - クラス org.springframework.boot.test.context のメソッド。SpringBootTestContextBootstrapper
プロパティソースプロパティを後処理し、必要に応じて要素を追加または削除します。
processValue(JsonWriter.MemberPath, T) - インターフェース org.springframework.boot.json のメソッド。JsonWriter.ValueProcessor
指定されたパスの値を処理します。
Producer() - クラス org.springframework.boot.autoconfigure.kafka のコンストラクター。KafkaProperties.Producer
Producer() - クラス org.springframework.boot.autoconfigure.pulsar のコンストラクター。PulsarProperties.Producer
produces() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
操作の結果のメディア型。
produces() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.ReadOperation
操作の結果のメディア型。
produces() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.WriteOperation
操作の結果のメディア型。
producesFrom() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.DeleteOperation
操作の結果のメディア型。
producesFrom() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.ReadOperation
操作の結果のメディア型。
producesFrom() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.WriteOperation
操作の結果のメディア型。
Producible< E extends EnumSE< E > & Producible< E >> - Interface in org.springframework.boot.actuate.endpoint
生産可能な MIME 型の有限セットを表す任意の EnumSE によって実装できるインターフェース。
ProducibleOperationArgumentResolver - org.springframework.boot.actuate.endpoint のクラス
ProducibleOperationArgumentResolver(Supplier<List<String>>) - クラス org.springframework.boot.actuate.endpoint. ProducibleOperationArgumentResolver のコンストラクター
新しい ProducibleOperationArgumentResolver インスタンスを作成します。
PROFILE_SPECIFIC - Enum constant in enum class org.springframework.boot.context.config.ConfigData.Option
ソースが「プロファイル固有」であり、プロファイル固有の兄弟インポートの後に含める必要があることを示します。
profiles(String...) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
このアプリ(およびその親と子)のアクティブな Spring プロファイルに追加します。
Profiles - Class in org.springframework.boot.context.config
Environment に直接設定されているか、構成データのプロパティ値に基づいて設定される環境プロファイルへのアクセスを提供します。
Profiles() - クラス org.springframework.boot.docker.compose.lifecycle のコンストラクター。DockerComposeProperties.Profiles
ProgressDetail(Long, Long) - クラス org.springframework.boot.buildpack.platform.docker のコンストラクター。ProgressUpdateEvent.ProgressDetail
ProgressUpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
進捗情報を含む UpdateEvent
ProgressUpdateEvent(String, ProgressUpdateEvent.ProgressDetail, String) - Constructor for class org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
ProgressUpdateEvent.ProgressDetail - org.springframework.boot.buildpack.platform.docker のクラス
タスクの進行状況に関する詳細を提供します。
ProjectDetails(String, String, String, String, Instant, Map<String, String>) - クラス org.springframework.boot.loader.tools のコンストラクター。BuildPropertiesWriter.ProjectDetails
projectId() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver のメソッド。StackdriverPropertiesConfigAdapter
ProjectInfoAutoConfiguration - org.springframework.boot.autoconfigure.info のクラス
さまざまなプロジェクト情報の Auto-configuration
ProjectInfoAutoConfiguration(ProjectInfoProperties) - クラス org.springframework.boot.autoconfigure.info. ProjectInfoAutoConfiguration のコンストラクター
ProjectInfoProperties - org.springframework.boot.autoconfigure.info のクラス
プロジェクト情報の構成プロパティ。
ProjectInfoProperties() - クラス org.springframework.boot.autoconfigure.info. ProjectInfoProperties のコンストラクター
ProjectInfoProperties.Build - org.springframework.boot.autoconfigure.info のクラス
特定の情報プロパティを構築します。
ProjectInfoProperties.Git - org.springframework.boot.autoconfigure.info のクラス
Git 固有の情報プロパティ。
PrometheusExemplarsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.tracing.prometheus のクラス
Micrometer Tracing と Prometheus Exemplars 用の Auto-configuration
PrometheusExemplarsAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.tracing.prometheus. PrometheusExemplarsAutoConfiguration のコンストラクター
PrometheusMetricsExportAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus のクラス
Prometheus にメトリクスをエクスポートするための Auto-configuration
PrometheusMetricsExportAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus. PrometheusMetricsExportAutoConfiguration のコンストラクター
PrometheusOutputFormat - Enum Class in org.springframework.boot.actuate.metrics.export.prometheus
サポートされている Prometheus 形式の Producible 列挙型。
PrometheusProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus のクラス
Prometheus へのエクスポートメトリクスを構成するための @ConfigurationProperties
PrometheusProperties() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus. PrometheusProperties のコンストラクター
PrometheusProperties.Pushgateway - org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus のクラス
Prometheus とのプッシュベースの対話の構成オプション。
PrometheusProperties.Pushgateway.Format - org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus の Enum クラス
PrometheusProperties.Pushgateway.Scheme - org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus の Enum クラス
PrometheusPushGatewayManager - org.springframework.boot.actuate.metrics.export.prometheus のクラス
Prometheus PushGateway へのメトリクスのプッシュを管理するために使用できるクラス。
PrometheusPushGatewayManager(PushGateway, Duration, PrometheusPushGatewayManager.ShutdownOperation) - クラス org.springframework.boot.actuate.metrics.export.prometheus. PrometheusPushGatewayManager のコンストラクター
新しい PrometheusPushGatewayManager インスタンスを作成します。
PrometheusPushGatewayManager.ShutdownOperation - org.springframework.boot.actuate.metrics.export.prometheus の Enum クラス
シャットダウン時に実行する必要がある操作。
PrometheusScrapeEndpoint - org.springframework.boot.actuate.metrics.export.prometheus のクラス
Prometheus サーバーがスクレイピングできる形式でメトリクスを出力する @Endpoint
PrometheusScrapeEndpoint(PrometheusRegistry, Properties) - クラス org.springframework.boot.actuate.metrics.export.prometheus. PrometheusScrapeEndpoint のコンストラクター
新しい PrometheusScrapeEndpoint を作成します。
propagatingReceiverTracingObservationHandler(Tracer, Propagator) - クラス org.springframework.boot.actuate.autoconfigure.tracing のメソッド。MicrometerTracingAutoConfiguration
propagatingSenderTracingObservationHandler(Tracer, Propagator) - クラス org.springframework.boot.actuate.autoconfigure.tracing のメソッド。MicrometerTracingAutoConfiguration
Propagation() - クラス org.springframework.boot.actuate.autoconfigure.tracing のコンストラクター。TracingProperties.Propagation
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.cassandra.DataCassandraTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.couchbase.DataCouchbaseTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.elasticsearch.DataElasticsearchTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.jdbc.DataJdbcTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - アノテーションインターフェース org.springframework.boot.test.autoconfigure.data.neo4j の要素。DataNeo4jTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - アノテーションインターフェース org.springframework.boot.test.autoconfigure.data.r2dbc の要素。DataR2dbcTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.data.redis.DataRedisTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.graphql.GraphQlTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.jdbc.JdbcTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.jooq.JooqTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.JsonTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.client.RestClientTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.server.WebServiceServerTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties() - Element in annotation interface org.springframework.boot.test.context.SpringBootTest
テストの実行前に Spring Environment に追加する必要がある key = value 形式のプロパティ。
properties(String...) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
key=value または key:value 形式の環境のデフォルトプロパティ。
properties(Map<String, ?>) - クラス org.springframework.boot.orm.jpa のメソッド。EntityManagerFactoryBuilder.Builder
標準 JPA またはベンダー固有の構成の汎用プロパティ。
properties(Map<String, Object>) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
環境のデフォルトのプロパティ。
properties(Properties) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
環境のデフォルトプロパティ。このメソッドへの複数の呼び出しは累積的であり、以前に設定されたプロパティはクリアされません。
PropertiesAutoTimer - org.springframework.boot.actuate.autoconfigure.metrics のクラス
AutoTimeProperties によって動作が設定される AutoTimer
PropertiesAutoTimer(AutoTimeProperties) - クラス org.springframework.boot.actuate.autoconfigure.metrics. PropertiesAutoTimer のコンストラクター
指定された properties を使用して構成された新しい PropertiesAutoTimer を作成します。
PropertiesConfigAdapter< T > - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.properties
アダプターを構成するプロパティの基本クラス。
PropertiesConfigAdapter(T) - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.properties. PropertiesConfigAdapter のコンストラクター
新しい PropertiesConfigAdapter インスタンスを作成します。
PropertiesEndpointAccessResolver - org.springframework.boot.actuate.autoconfigure.endpoint のクラス
EndpointAccessResolver は、次のプロパティを使用してエンドポイントへの許可されたアクセスレベルを解決します: management.endpoint.<id>.access または management.endpoint.<id>.enabled (非推奨)、management.endpoints.access.default または management.endpoints.enabled-by-default (非推奨)。結果のアクセスは、management.endpoints.access.max-permitted を使用して制限されます。
PropertiesEndpointAccessResolver(PropertyResolver) - クラス org.springframework.boot.actuate.autoconfigure.endpoint. PropertiesEndpointAccessResolver のコンストラクター
PropertiesLauncher - org.springframework.boot.loader.launch のクラス
プロパティファイルを使用して、ユーザーが構成したクラスパスとメインクラスを使用するアーカイブ用の Launcher
PropertiesLauncher() - クラス org.springframework.boot.loader.launch. PropertiesLauncher のコンストラクター
propertiesMeterFilter(MetricsProperties) - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。MetricsAutoConfiguration
PropertiesMeterFilter - org.springframework.boot.actuate.autoconfigure.metrics のクラス
MetricsProperties から設定を適用する MeterFilter 
PropertiesMeterFilter(MetricsProperties) - クラス org.springframework.boot.actuate.autoconfigure.metrics. PropertiesMeterFilter のコンストラクター
PropertiesMongoConnectionDetails - Class in org.springframework.boot.autoconfigure.mongo
MongoPropertiesMongoConnectionDetails に適合させます。
PropertiesMongoConnectionDetails(MongoProperties, SslBundles) - Constructor for class org.springframework.boot.autoconfigure.mongo.PropertiesMongoConnectionDetails
PropertiesPropertySourceLoader - org.springframework.boot.env のクラス
'.properties' ファイルを PropertySource にロードする方法。
PropertiesPropertySourceLoader() - クラス org.springframework.boot.env. PropertiesPropertySourceLoader のコンストラクター
PropertiesSslBundle - org.springframework.boot.autoconfigure.ssl のクラス
SslBundleJksSslBundleProperties または PemSslBundleProperties によってサポートされます。
PROPERTY - Static variable in enum class org.springframework.boot.testcontainers.lifecycle.TestcontainersStartup
TestcontainersStartup 戦略を変更するために使用される Environment プロパティ。
PropertyMapper - org.springframework.boot.context.properties のクラス
指定されたソースから宛先に値をマップするために使用できるユーティリティ。
PropertyMapper.Source <T> - org.springframework.boot.context.properties のクラス
マップ中のソース。
PropertyMapper.SourceOperator - org.springframework.boot.context.properties のインターフェース
PropertyMapper.Source に適用できる操作。
PropertyMapping - Annotation Interface in org.springframework.boot.test.autoconfigure.properties
テストアノテーションの属性を @PropertySource にマップする必要があることを示します。
PropertyPlaceholderAutoConfiguration - org.springframework.boot.autoconfigure.context のクラス
PropertyPlaceholderAutoConfiguration() - クラス org.springframework.boot.autoconfigure.context. PropertyPlaceholderAutoConfiguration のコンストラクター
PropertySourceLoader - Interface in org.springframework.boot.env
SpringFactoriesLoader を介して配置され、PropertySource をロードするために使用される戦略インターフェース。
PropertySourceOrigin - org.springframework.boot.origin のクラス
PropertySourceOrigin(PropertySource<?>, String) - クラス org.springframework.boot.origin. PropertySourceOrigin のコンストラクター
新しい PropertySourceOrigin インスタンスを作成します。
PropertySourceOrigin(PropertySource<?>, String, Origin) - クラス org.springframework.boot.origin. PropertySourceOrigin のコンストラクター
新しい PropertySourceOrigin インスタンスを作成します。
propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
PropertySourcesPlaceholdersResolver - org.springframework.boot.context.properties.bind のクラス
PropertySources のプレースホルダーを解決する PlaceholdersResolver
PropertySourcesPlaceholdersResolver(Iterable<PropertySource<?>>) - クラス org.springframework.boot.context.properties.bind. PropertySourcesPlaceholdersResolver のコンストラクター
PropertySourcesPlaceholdersResolver(Iterable<PropertySource<?>>, PropertyPlaceholderHelper) - クラス org.springframework.boot.context.properties.bind. PropertySourcesPlaceholdersResolver のコンストラクター
PropertySourcesPlaceholdersResolver(Environment) - クラス org.springframework.boot.context.properties.bind. PropertySourcesPlaceholdersResolver のコンストラクター
PropertySummaryDescriptor(String, Object) - クラス org.springframework.boot.actuate.env のコンストラクター。EnvironmentEndpoint.PropertySummaryDescriptor
PROTO3 - enum クラス org.springframework.boot.actuate.autoconfigure.tracing.zipkin の enum 定数。ZipkinProperties.Encoding
プロトコルバッファー v3。
PROTOBUF - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway.Format
メトリクスを protobuf 形式でプッシュします。
protocol() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.statsd のメソッド。StatsdPropertiesConfigAdapter
protocol() - レコードクラス org.springframework.boot.autoconfigure.elasticsearch のメソッド。ElasticsearchConnectionDetails.Node
protocol レコードコンポーネントの値を返します。
protocol() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.Ssl
SSL 接続に使用するプロトコル。
PROTOTYPE - Enum constant in enum class org.springframework.boot.BootstrapRegistry.Scope
プロトタイプインスタンス。
PROVIDED - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
ライブラリはコンパイルに必要ですが、通常は実行時に提供されます。
provider() - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
provider レコードコンポーネントの値を返します。
provider() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.JksKeyStore
ストアのプロバイダー。
provider() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.JksTrustStore
ストアのプロバイダー。
Provider() - クラス org.springframework.boot.autoconfigure.security.oauth2.client のコンストラクター。OAuth2ClientProperties.Provider
Proxy() - クラス org.springframework.boot.autoconfigure.sendgrid のコンストラクター。SendGridProperties.Proxy
Proxy() - クラス org.springframework.boot.devtools.autoconfigure のコンストラクター。RemoteDevToolsProperties.Proxy
proxyBeanMethods() - Element in annotation interface org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration
Bean ライフサイクル動作を実施するために、@Bean メソッドをプロキシするかどうかを指定します。
proxyBeanMethods() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
Bean ライフサイクル動作を実施するために、@Bean メソッドをプロキシするかどうかを指定します。
proxyBeanMethods() - Element in annotation interface org.springframework.boot.SpringBootConfiguration
Bean ライフサイクル動作を実施するために、@Bean メソッドをプロキシするかどうかを指定します。
proxyBeanMethods() - Element in annotation interface org.springframework.boot.test.context.TestConfiguration
Bean ライフサイクル動作を実施するために、@Bean メソッドをプロキシするかどうかを指定します。
ProxyConnectionFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.r2dbc
ProxyConnectionFactory.Builder のカスタマイズに使用できるコールバックインターフェース。
proxyTargetAware() - Element in annotation interface org.springframework.boot.test.mock.mockito.SpyBean
使用すべきではありません。
verify(mock) などの Mockito メソッドは、プロキシ自体ではなく、AOP 推奨の Bean の target を使用する必要があることを示します。
publicDefineClass(String, byte[], ProtectionDomain) - クラス org.springframework.boot.devtools.restart.classloader のメソッド。RestartClassLoader
publicDefineClass(String, byte[], ProtectionDomain) - クラス org.springframework.boot.test.context のメソッド。FilteredClassLoader
publish(AuditEvent) - クラス org.springframework.boot.actuate.security のメソッド。AbstractAuthenticationAuditListener
publish(AuditEvent) - クラス org.springframework.boot.actuate.security のメソッド。AbstractAuthorizationAuditListener
publish(ApplicationContext, S) - Static method in class org.springframework.boot.availability.AvailabilityChangeEvent
AvailabilityChangeEvent を特定のアプリケーションコンテキストに公開するために使用できる簡易メソッド。
publish(ApplicationEventPublisher, Object, S) - Static method in class org.springframework.boot.availability.AvailabilityChangeEvent
AvailabilityChangeEvent を特定のアプリケーションコンテキストに公開するために使用できる簡易メソッド。
publishCumulativeHistogram() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx のメソッド。SignalFxPropertiesConfigAdapter
使用すべきではありません。
publishDeltaHistogram() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx のメソッド。SignalFxPropertiesConfigAdapter
使用すべきではありません。
publishRegistryAuthentication() - Method in record class org.springframework.boot.buildpack.platform.build.BuilderDockerConfiguration
publishRegistryAuthentication レコードコンポーネントの値を返します。
publishUnchangedMeters() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.statsd のメソッド。StatsdPropertiesConfigAdapter
pull(ImageReference, ImagePlatform, UpdateListener<PullImageUpdateEvent>) - クラス org.springframework.boot.buildpack.platform.docker のメソッド。DockerApi.ImageApi
レジストリからイメージをプルします。
pull(ImageReference, ImagePlatform, UpdateListener<PullImageUpdateEvent>, String) - クラス org.springframework.boot.buildpack.platform.docker のメソッド。DockerApi.ImageApi
レジストリからイメージをプルします。
pulledImage(Image, ImageType) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
pulledImage(Image, ImageType) - Method in interface org.springframework.boot.buildpack.platform.build.BuildLog
イメージがプルされたことをログに記録します。
PullImageUpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
イメージがプルされると起動される ProgressUpdateEvent
PullImageUpdateEvent(String, String, ProgressUpdateEvent.ProgressDetail, String) - Constructor for class org.springframework.boot.buildpack.platform.docker.PullImageUpdateEvent
pullingImage(ImageReference, ImagePlatform, ImageType) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
pullingImage(ImageReference, ImagePlatform, ImageType) - Method in interface org.springframework.boot.buildpack.platform.build.BuildLog
イメージがプルされていることをログに記録します。
PullPolicy - Enum Class in org.springframework.boot.buildpack.platform.build
イメージプルポリシー。
PulsarAutoConfiguration - org.springframework.boot.autoconfigure.pulsar のクラス
Apache Pulsar 用の Auto-configuration
PulsarConnectionDetails - Interface in org.springframework.boot.autoconfigure.pulsar
Pulsar サービスへの接続を確立するために必要な詳細。
PulsarContainerFactoryCustomizer< T extends org.springframework.pulsar.config.PulsarContainerFactory<?,?>> - Interface in org.springframework.boot.autoconfigure.pulsar
PulsarContainerFactory をカスタマイズして自動構成を微調整したい Bean によって実装できるコールバックインターフェース。
PulsarProperties - org.springframework.boot.autoconfigure.pulsar のクラス
構成プロパティ Apache Pulsar。
PulsarProperties() - クラス org.springframework.boot.autoconfigure.pulsar. PulsarProperties のコンストラクター
PulsarProperties.Admin - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Authentication - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Client - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Consumer - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Consumer.DeadLetterPolicy - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Consumer.Subscription - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Defaults - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Defaults.SchemaInfo - org.springframework.boot.autoconfigure.pulsar の記録クラス
スキーマを表します。実際のスキーマインスタンスを構築するのに十分な情報を保持します。
PulsarProperties.Defaults.Topic - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Defaults.TypeMapping - org.springframework.boot.autoconfigure.pulsar の記録クラス
メッセージ型から、使用するトピックおよび / またはスキーマ情報へのマッピング (topicName または schemaInfo の少なくとも 1 つを指定する必要があります)。
PulsarProperties.Failover - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Failover.BackupCluster - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Function - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Listener - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Producer - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Producer.Cache - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Reader - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Template - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Threads - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarProperties.Transaction - org.springframework.boot.autoconfigure.pulsar のクラス
PulsarReactiveAutoConfiguration - org.springframework.boot.autoconfigure.pulsar のクラス
Spring for Apache Pulsar リアクティブ用の Auto-configuration
pulsarTransactionManager(PulsarClient) - クラス org.springframework.boot.autoconfigure.pulsar のメソッド。PulsarAutoConfiguration
push(ImageReference, UpdateListener<PushImageUpdateEvent>, String) - クラス org.springframework.boot.buildpack.platform.docker のメソッド。DockerApi.ImageApi
イメージをレジストリにプッシュします。
pushedImage(ImageReference) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
pushedImage(ImageReference) - Method in interface org.springframework.boot.buildpack.platform.build.BuildLog
イメージがプッシュされたことをログに記録します。
Pushgateway() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus のコンストラクター。PrometheusProperties.Pushgateway
PushImageUpdateEvent - Class in org.springframework.boot.buildpack.platform.docker
イメージがレジストリにプッシュされるときに起動される ProgressUpdateEvent
PushImageUpdateEvent(String, String, ProgressUpdateEvent.ProgressDetail, String, PushImageUpdateEvent.ErrorDetail) - Constructor for class org.springframework.boot.buildpack.platform.docker.PushImageUpdateEvent
PushImageUpdateEvent.ErrorDetail - org.springframework.boot.buildpack.platform.docker のクラス
レスポンスストリームに埋め込まれたエラーの詳細。
pushingImage(ImageReference) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
pushingImage(ImageReference) - Method in interface org.springframework.boot.buildpack.platform.build.BuildLog
イメージがプッシュされていることをログに記録します。
PushRegistryProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.properties のクラス
定期的な間隔で集約されたメトリクスをプッシュするメトリクスレジストリを構成するプロパティの基本クラス。
PushRegistryProperties() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.properties. PushRegistryProperties のコンストラクター
PushRegistryPropertiesConfigAdapter< T extends PushRegistryProperties> - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.properties
PushRegistryProperties から PushRegistryConfig へのアダプターの基本クラス。
PushRegistryPropertiesConfigAdapter(T) - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.properties. PushRegistryPropertiesConfigAdapter のコンストラクター
put(Object, Object) - クラス org.springframework.boot.context.properties.source のメソッド。MapConfigurationPropertySource
個別のエントリを追加します。
put(String, Object, Object...) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate
指定されたオブジェクトを URI に PUT することにより、リソースを作成または更新します。
put(String, Object, Map<String, ?>) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate
指定されたオブジェクトを URI テンプレートに PUT することにより、新しいリソースを作成します。
put(URI, Object) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate
指定されたオブジェクトを URL に PUT することにより、新しいリソースを作成します。
put(URI, String, IOConsumer<OutputStream>) - Method in interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
HTTP PUT 操作を実行します。
PUT - Enum constant in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
シャットダウンする前に PUT を実行します。
putAll(Map<?, ?>) - クラス org.springframework.boot.context.properties.source のメソッド。MapConfigurationPropertySource
指定したマップからすべてのエントリを追加します。
putAll(Map<String, List<String>>) - クラス org.springframework.boot.logging のメソッド。LoggerGroups
putCount() - クラス org.springframework.boot.actuate.metrics.cache のメソッド。RedisCacheMetrics
putIfNoNull(Map<String, Object>, String, Object) - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.TriggerDescriptor
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式