インデックス
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式
J
- Jaas() - クラス org.springframework.boot.autoconfigure.kafka のコンストラクター。KafkaProperties.Jaas
- Jackson2ObjectMapperBuilderCustomizer - org.springframework.boot.autoconfigure.jackson のインターフェース
- デフォルトの自動構成を保持する
Jackson2ObjectMapperBuilderを介してObjectMapperをさらにカスタマイズしたい Bean によって実装できるコールバックインターフェース。 - JacksonAutoConfiguration - org.springframework.boot.autoconfigure.jackson のクラス
- Jackson の自動構成。
- JacksonAutoConfiguration() - クラス org.springframework.boot.autoconfigure.jackson. JacksonAutoConfiguration のコンストラクター
- jacksonCborRSocketStrategyCustomizer(Jackson2ObjectMapperBuilder) - クラス org.springframework.boot.autoconfigure.rsocket のメソッド。RSocketStrategiesAutoConfiguration.JacksonCborStrategyConfiguration
- JacksonCborStrategyConfiguration() - クラス org.springframework.boot.autoconfigure.rsocket のコンストラクター。RSocketStrategiesAutoConfiguration.JacksonCborStrategyConfiguration
- JacksonEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.endpoint.jackson のクラス
- エンドポイント Jackson サポート用の
Auto-configuration。 - JacksonEndpointAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.endpoint.jackson. JacksonEndpointAutoConfiguration のコンストラクター
- JacksonJmxOperationResponseMapper - org.springframework.boot.actuate.endpoint.jmx のクラス
- Jackson
ObjectMapperに委譲して JSON レスポンスを返すJmxOperationResponseMapper。 - JacksonJmxOperationResponseMapper(ObjectMapper) - クラス org.springframework.boot.actuate.endpoint.jmx. JacksonJmxOperationResponseMapper のコンストラクター
- JacksonJsonParser - org.springframework.boot.json のクラス
- Jackson 2
ObjectMapperをJsonParserに適合させるための薄いラッパー。 - JacksonJsonParser() - クラス org.springframework.boot.json. JacksonJsonParser のコンストラクター
- 遅延して作成されるデフォルトの
ObjectMapperでインスタンスを作成します。 - JacksonJsonParser(ObjectMapper) - クラス org.springframework.boot.json. JacksonJsonParser のコンストラクター
- 指定された
ObjectMapperでインスタンスを作成します。 - jacksonJsonRSocketStrategyCustomizer(ObjectMapper) - クラス org.springframework.boot.autoconfigure.rsocket のメソッド。RSocketStrategiesAutoConfiguration.JacksonJsonStrategyConfiguration
- JacksonJsonStrategyConfiguration() - クラス org.springframework.boot.autoconfigure.rsocket のコンストラクター。RSocketStrategiesAutoConfiguration.JacksonJsonStrategyConfiguration
- JacksonProperties - org.springframework.boot.autoconfigure.jackson のクラス
- Jackson を構成するための構成プロパティ。
- JacksonProperties() - クラス org.springframework.boot.autoconfigure.jackson. JacksonProperties のコンストラクター
- JacksonProperties.ConstructorDetectorStrategy - org.springframework.boot.autoconfigure.jackson の Enum クラス
- JacksonProperties.Datatype - org.springframework.boot.autoconfigure.jackson のクラス
- JacksonTester< T > - Class in org.springframework.boot.test.json
- Jackson に支えられた AssertJ ベースの JSON テスター。
- JacksonTester(ObjectMapper) - クラス org.springframework.boot.test.json. JacksonTester のコンストラクター
- 新しい
JacksonTesterインスタンスを作成します。 - JacksonTester(Class<?>, ResolvableType, ObjectMapper) - クラス org.springframework.boot.test.json. JacksonTester のコンストラクター
- 新しい
JacksonTesterインスタンスを作成します。 - JacksonTester(Class<?>, ResolvableType, ObjectMapper, Class<?>) - クラス org.springframework.boot.test.json. JacksonTester のコンストラクター
- JAVA_BEAN - Enum constant in enum class org.springframework.boot.context.properties.bind.BindMethod
- getter/setter バインディングを使用する Java Bean。
- JAVA_BEAN - Enum constant in enum class org.springframework.boot.context.properties.ConfigurationPropertiesBean.BindMethod
- 使用すべきではありません。getter/setter バインディングを使用する Java Bean。
- JAVA_SCRIPT - Enum constant in enum class org.springframework.boot.autoconfigure.security.StaticResourceLocation
"/js"のリソース。- JavaInfo - org.springframework.boot.info のクラス
- アプリケーションが実行されている Java 環境に関する情報。
- JavaInfo() - クラス org.springframework.boot.info. JavaInfo のコンストラクター
- JavaInfo.JavaRuntimeEnvironmentInfo - org.springframework.boot.info のクラス
- アプリケーションが実行されている Java ランタイム環境に関する情報。
- JavaInfo.JavaVendorInfo - org.springframework.boot.info のクラス
- アプリケーションが実行されている Java ランタイムの Java ベンダーに関する情報。
- JavaInfo.JavaVirtualMachineInfo - org.springframework.boot.info のクラス
- アプリケーションが実行されている Java 仮想マシンに関する情報。
- javaInfoContributor() - クラス org.springframework.boot.actuate.autoconfigure.info のメソッド。InfoContributorAutoConfiguration
- JavaInfoContributor - org.springframework.boot.actuate.info のクラス
JavaInfoを公開するInfoContributor。- JavaInfoContributor() - クラス org.springframework.boot.actuate.info. JavaInfoContributor のコンストラクター
- JavaLoggingSystem - Class in org.springframework.boot.logging.java
- JavaLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.java.JavaLoggingSystem
- JavaLoggingSystem.Factory - org.springframework.boot.logging.java のクラス
- 可能であれば
JavaLoggingSystemを返すLoggingSystemFactory。 - JavaRuntimeEnvironmentInfo() - クラス org.springframework.boot.info のコンストラクター。JavaInfo.JavaRuntimeEnvironmentInfo
- JavaVendorInfo() - クラス org.springframework.boot.info のコンストラクター。JavaInfo.JavaVendorInfo
- JavaVersion - Enum Class in org.springframework.boot.system
- 既知の Java バージョン。
- JavaVirtualMachineInfo() - クラス org.springframework.boot.info のコンストラクター。JavaInfo.JavaVirtualMachineInfo
- JCache() - クラス org.springframework.boot.autoconfigure.cache のコンストラクター。CacheProperties.JCache
- JCACHE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
- JCache(JSR-107)に基づくキャッシング。
- JCacheCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
- JCache の
CacheMeterBinderProvider実装。 - JCacheCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
- JCacheManagerCustomizer - Interface in org.springframework.boot.autoconfigure.cache
- 特に追加のキャッシュを作成するために、使用する前にキャッシュマネージャーをカスタマイズしたい Bean によって実装できるコールバックインターフェース。
- Jdbc() - クラス org.springframework.boot.autoconfigure.batch のコンストラクター。BatchProperties.Jdbc
- Jdbc() - クラス org.springframework.boot.autoconfigure.integration のコンストラクター。IntegrationProperties.Jdbc
- Jdbc() - クラス org.springframework.boot.autoconfigure.quartz のコンストラクター。QuartzProperties.Jdbc
- JDBC - Enum constant in enum class org.springframework.boot.autoconfigure.quartz.JobStoreType
- データベースにジョブを保存します。
- JdbcClientAutoConfiguration - org.springframework.boot.autoconfigure.jdbc のクラス
JdbcClientの場合はAuto-configuration。- JdbcClientAutoConfiguration() - クラス org.springframework.boot.autoconfigure.jdbc. JdbcClientAutoConfiguration のコンストラクター
- JdbcConnectionDetails - Interface in org.springframework.boot.autoconfigure.jdbc
- JDBC を使用して SQL サービスへの接続を確立するために必要な詳細。
- JdbcProperties - org.springframework.boot.autoconfigure.jdbc のクラス
- JDBC の構成プロパティ。
- JdbcProperties() - クラス org.springframework.boot.autoconfigure.jdbc. JdbcProperties のコンストラクター
- JdbcProperties.Template - org.springframework.boot.autoconfigure.jdbc のクラス
JdbcTemplate設定。- JdbcRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.jdbc のクラス
- Spring Data の JDBC リポジトリ用の
Auto-configuration。 - JdbcRepositoriesAutoConfiguration() - クラス org.springframework.boot.autoconfigure.data.jdbc. JdbcRepositoriesAutoConfiguration のコンストラクター
- JdbcSessionDataSourceScriptDatabaseInitializer - org.springframework.boot.autoconfigure.session のクラス
- Spring Session JDBC データベースの
DataSourceScriptDatabaseInitializer。 - JdbcSessionDataSourceScriptDatabaseInitializer(DataSource, JdbcSessionProperties) - クラス org.springframework.boot.autoconfigure.session. JdbcSessionDataSourceScriptDatabaseInitializer のコンストラクター
- 新しい
JdbcSessionDataSourceScriptDatabaseInitializerインスタンスを作成します。 - JdbcSessionDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - クラス org.springframework.boot.autoconfigure.session. JdbcSessionDataSourceScriptDatabaseInitializer のコンストラクター
- 新しい
JdbcSessionDataSourceScriptDatabaseInitializerインスタンスを作成します。 - JdbcSessionProperties - org.springframework.boot.autoconfigure.session のクラス
- JDBC でサポートされる Spring Session の構成プロパティ。
- JdbcSessionProperties() - クラス org.springframework.boot.autoconfigure.session. JdbcSessionProperties のコンストラクター
- JdbcStoreTypeConfiguration() - クラス org.springframework.boot.autoconfigure.quartz のコンストラクター。QuartzAutoConfiguration.JdbcStoreTypeConfiguration
- JdbcTemplateAutoConfiguration - org.springframework.boot.autoconfigure.jdbc のクラス
- JdbcTemplateAutoConfiguration() - クラス org.springframework.boot.autoconfigure.jdbc. JdbcTemplateAutoConfiguration のコンストラクター
- JdbcTest - Annotation Interface in org.springframework.boot.test.autoconfigure.jdbc
- JDBC ベースのコンポーネントのみに焦点を当てた JDBC テストのアノテーション。
- JdbcTypeExcludeFilter - org.springframework.boot.test.autoconfigure.jdbc のクラス
@JdbcTestの場合はTypeExcludeFilter。- JdbcUrlBuilder - Class in org.springframework.boot.docker.compose.service.connection.jdbc
RunningServiceの JDBC URL を構築するために使用されるユーティリティ。- JdbcUrlBuilder(String, int) - Constructor for class org.springframework.boot.docker.compose.service.connection.jdbc.JdbcUrlBuilder
- 新しい
JdbcUrlBuilderインスタンスを作成します。 - JdkDynamicAutoProxyConfiguration() - クラス org.springframework.boot.autoconfigure.transaction のコンストラクター。TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration
- Jedis() - クラス org.springframework.boot.autoconfigure.data.redis のコンストラクター。RedisProperties.Jedis
- JEDIS - Enum constant in enum class org.springframework.boot.autoconfigure.data.redis.RedisProperties.ClientType
- Jedisredis クライアントを使用します。
- JedisClientConfigurationBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
- デフォルトの自動構成を保持しながら、
JedisClientConfiguration.JedisClientConfigurationBuilderを介してJedisClientConfigurationをカスタマイズしたい Bean によって実装できるコールバックインターフェース。 - jerseyApplicationPath() - クラス org.springframework.boot.actuate.autoconfigure.web.jersey のメソッド。JerseyChildManagementContextConfiguration
- jerseyApplicationPath() - クラス org.springframework.boot.autoconfigure.jersey のメソッド。JerseyAutoConfiguration
- JerseyApplicationPath - Interface in org.springframework.boot.autoconfigure.web.servlet
- パスの詳細が必要な自動構成で使用できるインターフェースアプリケーションのベース URI として機能する Jersey のアプリケーションパス。
- JerseyAutoConfiguration - org.springframework.boot.autoconfigure.jersey のクラス
- Jersey 用の
Auto-configuration。 - JerseyAutoConfiguration(JerseyProperties, ResourceConfig, ObjectProvider<ResourceConfigCustomizer>) - クラス org.springframework.boot.autoconfigure.jersey. JerseyAutoConfiguration のコンストラクター
- JerseyAutoConfiguration.JerseyWebApplicationInitializer - org.springframework.boot.autoconfigure.jersey のクラス
- JerseyChildManagementContextConfiguration - org.springframework.boot.actuate.autoconfigure.web.jersey のクラス
- 別のポートで実行されている Web サーバーで別の管理コンテキストが必要な場合の Jersey インフラストラクチャ用の
@ManagementContextConfiguration。 - JerseyChildManagementContextConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.web.jersey. JerseyChildManagementContextConfiguration のコンストラクター
- JerseyEndpointResourceFactory - org.springframework.boot.actuate.endpoint.web.jersey のクラス
web endpoint operationsの JerseyResourcesを作成するためのファクトリ。- JerseyEndpointResourceFactory() - クラス org.springframework.boot.actuate.endpoint.web.jersey. JerseyEndpointResourceFactory のコンストラクター
- jerseyFilterRegistration(JerseyApplicationPath) - クラス org.springframework.boot.autoconfigure.jersey のメソッド。JerseyAutoConfiguration
- JerseyHealthEndpointAdditionalPathResourceFactory - org.springframework.boot.actuate.endpoint.web.jersey のクラス
- 追加のパスを持つヘルスグループ用の Jersey
Resourcesを作成するためのファクトリ。 - JerseyHealthEndpointAdditionalPathResourceFactory(WebServerNamespace, HealthEndpointGroups) - クラス org.springframework.boot.actuate.endpoint.web.jersey. JerseyHealthEndpointAdditionalPathResourceFactory のコンストラクター
- jerseyMetricsUriTagFilter(MetricsProperties) - クラス org.springframework.boot.actuate.autoconfigure.metrics.jersey のメソッド。JerseyServerMetricsAutoConfiguration
- JerseyProperties - org.springframework.boot.autoconfigure.jersey のクラス
- Jersey 用の
@ConfigurationProperties。 - JerseyProperties() - クラス org.springframework.boot.autoconfigure.jersey. JerseyProperties のコンストラクター
- JerseyProperties.Filter - org.springframework.boot.autoconfigure.jersey のクラス
- JerseyProperties.Servlet - org.springframework.boot.autoconfigure.jersey のクラス
- JerseyProperties.Type - org.springframework.boot.autoconfigure.jersey の Enum クラス
- JerseyRequestMatcherConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.security.servlet のコンストラクター。SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration
- JerseySameManagementContextConfiguration - org.springframework.boot.actuate.autoconfigure.web.jersey のクラス
- 管理コンテキストがメインアプリケーションコンテキストと同じ場合の Jersey インフラストラクチャの
@ManagementContextConfiguration。 - JerseySameManagementContextConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.web.jersey. JerseySameManagementContextConfiguration のコンストラクター
- JerseyServerMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.jersey のクラス
- Jersey サーバー計装用の
Auto-configuration。 - JerseyServerMetricsAutoConfiguration(ObservationProperties) - クラス org.springframework.boot.actuate.autoconfigure.metrics.jersey. JerseyServerMetricsAutoConfiguration のコンストラクター
- jerseyServerMetricsResourceConfigCustomizer(MeterRegistry, JerseyTagsProvider) - クラス org.springframework.boot.actuate.autoconfigure.metrics.jersey のメソッド。JerseyServerMetricsAutoConfiguration
- JerseyServletEndpointManagementContextConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.endpoint.web のコンストラクター。ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration
- jerseyServletRegistration(JerseyApplicationPath) - クラス org.springframework.boot.autoconfigure.jersey のメソッド。JerseyAutoConfiguration
- jerseyTagsProvider() - クラス org.springframework.boot.actuate.autoconfigure.metrics.jersey のメソッド。JerseyServerMetricsAutoConfiguration
- JerseyWebApplicationInitializer() - クラス org.springframework.boot.autoconfigure.jersey のコンストラクター。JerseyAutoConfiguration.JerseyWebApplicationInitializer
- Jetty() - クラス org.springframework.boot.autoconfigure.web のコンストラクター。ServerProperties.Jetty
- jettyConnectionMetricsBinder(MeterRegistry) - クラス org.springframework.boot.actuate.autoconfigure.metrics.web.jetty のメソッド。JettyMetricsAutoConfiguration
- JettyConnectionMetricsBinder - org.springframework.boot.actuate.metrics.web.jetty のクラス
JettyConnectionMetricsの場合はAbstractJettyMetricsBinder。- JettyConnectionMetricsBinder(MeterRegistry) - クラス org.springframework.boot.actuate.metrics.web.jetty. JettyConnectionMetricsBinder のコンストラクター
- JettyConnectionMetricsBinder(MeterRegistry, Iterable<Tag>) - クラス org.springframework.boot.actuate.metrics.web.jetty. JettyConnectionMetricsBinder のコンストラクター
- JettyMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.web.jetty のクラス
- Jetty メトリクスの
Auto-configuration。 - JettyMetricsAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.metrics.web.jetty. JettyMetricsAutoConfiguration のコンストラクター
- JettyReactiveWebServerFactory - org.springframework.boot.web.embedded.jetty のクラス
JettyWebServerの作成に使用できるReactiveWebServerFactory。- JettyReactiveWebServerFactory() - クラス org.springframework.boot.web.embedded.jetty. JettyReactiveWebServerFactory のコンストラクター
- 新しい
JettyServletWebServerFactoryインスタンスを作成します。 - JettyReactiveWebServerFactory(int) - クラス org.springframework.boot.web.embedded.jetty. JettyReactiveWebServerFactory のコンストラクター
- 指定されたポートを使用してリクエストをリッスンする新しい
JettyServletWebServerFactoryを作成します。 - JettyServerCustomizer - Interface in org.springframework.boot.web.embedded.jetty
- Jetty
Serverのカスタマイズに使用できるコールバックインターフェース。 - jettyServerThreadPoolMetricsBinder(MeterRegistry) - クラス org.springframework.boot.actuate.autoconfigure.metrics.web.jetty のメソッド。JettyMetricsAutoConfiguration
- JettyServerThreadPoolMetricsBinder - org.springframework.boot.actuate.metrics.web.jetty のクラス
JettyServerThreadPoolMetricsの場合はAbstractJettyMetricsBinder。- JettyServerThreadPoolMetricsBinder(MeterRegistry) - クラス org.springframework.boot.actuate.metrics.web.jetty. JettyServerThreadPoolMetricsBinder のコンストラクター
- JettyServerThreadPoolMetricsBinder(MeterRegistry, Iterable<Tag>) - クラス org.springframework.boot.actuate.metrics.web.jetty. JettyServerThreadPoolMetricsBinder のコンストラクター
- JettyServletWebServerFactory - org.springframework.boot.web.embedded.jetty のクラス
JettyWebServerの作成に使用できるServletWebServerFactory。- JettyServletWebServerFactory() - クラス org.springframework.boot.web.embedded.jetty. JettyServletWebServerFactory のコンストラクター
- 新しい
JettyServletWebServerFactoryインスタンスを作成します。 - JettyServletWebServerFactory(int) - クラス org.springframework.boot.web.embedded.jetty. JettyServletWebServerFactory のコンストラクター
- 指定されたポートを使用してリクエストをリッスンする新しい
JettyServletWebServerFactoryを作成します。 - JettyServletWebServerFactory(String, int) - クラス org.springframework.boot.web.embedded.jetty. JettyServletWebServerFactory のコンストラクター
- 指定されたコンテキストパスとポートで新しい
JettyServletWebServerFactoryを作成します。 - jettySslHandshakeMetricsBinder(MeterRegistry) - クラス org.springframework.boot.actuate.autoconfigure.metrics.web.jetty のメソッド。JettyMetricsAutoConfiguration
- JettySslHandshakeMetricsBinder - org.springframework.boot.actuate.metrics.web.jetty のクラス
JettySslHandshakeMetricsの場合はAbstractJettyMetricsBinder。- JettySslHandshakeMetricsBinder(MeterRegistry) - クラス org.springframework.boot.actuate.metrics.web.jetty. JettySslHandshakeMetricsBinder のコンストラクター
- JettySslHandshakeMetricsBinder(MeterRegistry, Iterable<Tag>) - クラス org.springframework.boot.actuate.metrics.web.jetty. JettySslHandshakeMetricsBinder のコンストラクター
- JettyVirtualThreadsWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.embedded
ConfigurableJettyWebServerFactory上の仮想スレッドをアクティブ化します。- JettyVirtualThreadsWebServerFactoryCustomizer(ServerProperties) - クラス org.springframework.boot.autoconfigure.web.embedded. JettyVirtualThreadsWebServerFactoryCustomizer のコンストラクター
- JettyWebServer - org.springframework.boot.web.embedded.jetty のクラス
- Jetty Web サーバーの制御に使用できる
WebServer。 - JettyWebServer(Server) - クラス org.springframework.boot.web.embedded.jetty. JettyWebServer のコンストラクター
- 新しい
JettyWebServerインスタンスを作成します。 - JettyWebServer(Server, boolean) - クラス org.springframework.boot.web.embedded.jetty. JettyWebServer のコンストラクター
- 新しい
JettyWebServerインスタンスを作成します。 - jettyWebServerFactoryCustomizer(Environment, ServerProperties) - クラス org.springframework.boot.autoconfigure.web.embedded のメソッド。EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration
- JettyWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.embedded
- サーブレットサーバーとリアクティブサーバーの両方に共通の Jetty 固有の機能のカスタマイズ。
- JettyWebServerFactoryCustomizer(Environment, ServerProperties) - クラス org.springframework.boot.autoconfigure.web.embedded. JettyWebServerFactoryCustomizer のコンストラクター
- JettyWebServerFactoryCustomizerConfiguration() - クラス org.springframework.boot.autoconfigure.web.embedded のコンストラクター。EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration
- JettyWebSocketReactiveWebServerCustomizer - org.springframework.boot.autoconfigure.websocket.reactive のクラス
JettyReactiveWebServerFactoryの WebSocket カスタマイザ。- JettyWebSocketReactiveWebServerCustomizer() - クラス org.springframework.boot.autoconfigure.websocket.reactive. JettyWebSocketReactiveWebServerCustomizer のコンストラクター
- JettyWebSocketServletWebServerCustomizer - org.springframework.boot.autoconfigure.websocket.servlet のクラス
JettyServletWebServerFactoryの WebSocket カスタマイザ。- JettyWebSocketServletWebServerCustomizer() - クラス org.springframework.boot.autoconfigure.websocket.servlet. JettyWebSocketServletWebServerCustomizer のコンストラクター
- JksSslBundleProperties - org.springframework.boot.autoconfigure.ssl のクラス
- Java キーストアの場合は
SslBundleProperties。 - JksSslBundleProperties() - クラス org.springframework.boot.autoconfigure.ssl. JksSslBundleProperties のコンストラクター
- JksSslBundleProperties.Store - org.springframework.boot.autoconfigure.ssl のクラス
- プロパティを保存します。
- JksSslStoreBundle - org.springframework.boot.ssl.jks のクラス
- Java キーストアによってサポートされる
SslStoreBundle。 - JksSslStoreBundle(JksSslStoreDetails, JksSslStoreDetails) - クラス org.springframework.boot.ssl.jks. JksSslStoreBundle のコンストラクター
- 新しい
JksSslStoreBundleインスタンスを作成します。 - JksSslStoreDetails - Record Class in org.springframework.boot.ssl.jks
JksSslStoreBundle内の個々の信頼またはキーストアの詳細。- JksSslStoreDetails(String, String, String, String) - Constructor for record class org.springframework.boot.ssl.jks.JksSslStoreDetails
JksSslStoreDetailsレコードクラスのインスタンスを作成します。- JmsAutoConfiguration - org.springframework.boot.autoconfigure.jms のクラス
- Spring JMS の
Auto-configuration。 - JmsAutoConfiguration() - クラス org.springframework.boot.autoconfigure.jms. JmsAutoConfiguration のコンストラクター
- JmsAutoConfiguration.JmsTemplateConfiguration - org.springframework.boot.autoconfigure.jms のクラス
- JmsAutoConfiguration.MessagingTemplateConfiguration - org.springframework.boot.autoconfigure.jms のクラス
- jmsConnectionFactory(JmsProperties) - クラス org.springframework.boot.autoconfigure.jms のメソッド。JndiConnectionFactoryAutoConfiguration
- jmsHealthContributor(Map<String, ConnectionFactory>) - クラス org.springframework.boot.actuate.autoconfigure.jms のメソッド。JmsHealthContributorAutoConfiguration
- JmsHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.jms のクラス
- JmsHealthContributorAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.jms. JmsHealthContributorAutoConfiguration のコンストラクター
- JmsHealthIndicator - org.springframework.boot.actuate.jms のクラス
- JMS
ConnectionFactoryEE の場合はHealthIndicator。 - JmsHealthIndicator(ConnectionFactory) - クラス org.springframework.boot.actuate.jms. JmsHealthIndicator のコンストラクター
- jmsMessagingTemplate(JmsProperties, JmsTemplate) - クラス org.springframework.boot.autoconfigure.jms のメソッド。JmsAutoConfiguration.MessagingTemplateConfiguration
- JmsPoolConnectionFactoryFactory - org.springframework.boot.autoconfigure.jms のクラス
JmsPoolConnectionFactoryPropertiesで定義されたプロパティからJmsPoolConnectionFactoryを作成するファクトリ。- JmsPoolConnectionFactoryFactory(JmsPoolConnectionFactoryProperties) - クラス org.springframework.boot.autoconfigure.jms. JmsPoolConnectionFactoryFactory のコンストラクター
- JmsPoolConnectionFactoryProperties - org.springframework.boot.autoconfigure.jms のクラス
- 接続ファクトリプーリングの構成プロパティ。
- JmsPoolConnectionFactoryProperties() - クラス org.springframework.boot.autoconfigure.jms. JmsPoolConnectionFactoryProperties のコンストラクター
- JmsProperties - org.springframework.boot.autoconfigure.jms のクラス
- JMS の構成プロパティ。
- JmsProperties() - クラス org.springframework.boot.autoconfigure.jms. JmsProperties のコンストラクター
- JmsProperties.Cache - org.springframework.boot.autoconfigure.jms のクラス
- JmsProperties.DeliveryMode - org.springframework.boot.autoconfigure.jms の Enum クラス
- JmsProperties.Listener - org.springframework.boot.autoconfigure.jms のクラス
- JmsProperties.Listener.Session - org.springframework.boot.autoconfigure.jms のクラス
- JmsProperties.Template - org.springframework.boot.autoconfigure.jms のクラス
- JmsProperties.Template.Session - org.springframework.boot.autoconfigure.jms のクラス
- jmsTemplate(ConnectionFactory) - クラス org.springframework.boot.autoconfigure.jms のメソッド。JmsAutoConfiguration.JmsTemplateConfiguration
- JmsTemplateConfiguration(JmsProperties, ObjectProvider<DestinationResolver>, ObjectProvider<MessageConverter>, ObjectProvider<ObservationRegistry>) - クラス org.springframework.boot.autoconfigure.jms のコンストラクター。JmsAutoConfiguration.JmsTemplateConfiguration
- JMX - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.endpoint.expose.EndpointExposure
- JMX エンドポイントを介して公開されます。
- jmxAnnotationEndpointDiscoverer(ParameterValueMapper, ObjectProvider<OperationInvokerAdvisor>, ObjectProvider<EndpointFilter<ExposableJmxEndpoint>>) - クラス org.springframework.boot.actuate.autoconfigure.endpoint.jmx のメソッド。JmxEndpointAutoConfiguration
- JmxAutoConfiguration - org.springframework.boot.autoconfigure.jmx のクラス
Auto-configurationは、構成プロパティに基づいて Spring の@EnableMBeanExportメカニズムを有効 / 無効にします。- JmxAutoConfiguration(JmxProperties) - クラス org.springframework.boot.autoconfigure.jmx. JmxAutoConfiguration のコンストラクター
- jmxConfig(JmxProperties) - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.jmx のメソッド。JmxMetricsExportAutoConfiguration
- JmxEndpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.jmx.annotation
- 型を、JMX でのみ公開されるエンドポイントとして識別します。
- JmxEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.endpoint.jmx のクラス
- JMX
@Endpointサポート用のAuto-configuration。 - JmxEndpointAutoConfiguration(ApplicationContext, JmxEndpointProperties, JmxProperties) - クラス org.springframework.boot.actuate.autoconfigure.endpoint.jmx. JmxEndpointAutoConfiguration のコンストラクター
- JmxEndpointDiscoverer - org.springframework.boot.actuate.endpoint.jmx.annotation のクラス
- JmxEndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableJmxEndpoint>>) - クラス org.springframework.boot.actuate.endpoint.jmx.annotation. JmxEndpointDiscoverer のコンストラクター
- 新しい
JmxEndpointDiscovererインスタンスを作成します。 - JmxEndpointExporter - org.springframework.boot.actuate.endpoint.jmx のクラス
JMX endpointsをMBeanServerSE にエクスポートします。- JmxEndpointExporter(MBeanServer, EndpointObjectNameFactory, JmxOperationResponseMapper, Collection<? extends ExposableJmxEndpoint>) - クラス org.springframework.boot.actuate.endpoint.jmx. JmxEndpointExporter のコンストラクター
- JmxEndpointProperties - org.springframework.boot.actuate.autoconfigure.endpoint.jmx のクラス
- エンドポイントの JMX エクスポートの構成プロパティ。
- JmxEndpointProperties() - クラス org.springframework.boot.actuate.autoconfigure.endpoint.jmx. JmxEndpointProperties のコンストラクター
- JmxEndpointProperties.Exposure - org.springframework.boot.actuate.autoconfigure.endpoint.jmx のクラス
- JmxEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.jmx
- jmxIncludeExcludePropertyEndpointFilter() - クラス org.springframework.boot.actuate.autoconfigure.endpoint.jmx のメソッド。JmxEndpointAutoConfiguration
- jmxMBeanExporter(MBeanServer, EndpointObjectNameFactory, ObjectProvider<ObjectMapper>, JmxEndpointsSupplier) - クラス org.springframework.boot.actuate.autoconfigure.endpoint.jmx のメソッド。JmxEndpointAutoConfiguration
- jmxMeterRegistry(JmxConfig, Clock) - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.jmx のメソッド。JmxMetricsExportAutoConfiguration
- JmxMetricsExportAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.export.jmx のクラス
- メトリクスを JMX にエクスポートするための
Auto-configuration。 - JmxMetricsExportAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.jmx. JmxMetricsExportAutoConfiguration のコンストラクター
- JmxOperation - Interface in org.springframework.boot.actuate.endpoint.jmx
- JMX エンドポイントでの操作。
- JmxOperationParameter - Interface in org.springframework.boot.actuate.endpoint.jmx
- JMX エンドポイントでの操作のパラメーターについて説明します。
- JmxOperationResponseMapper - Interface in org.springframework.boot.actuate.endpoint.jmx
- 操作のレスポンスを JMX 対応のフォームにマップします。
- JmxProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.jmx のクラス
- JMX メトリクスのエクスポートを構成するための
@ConfigurationProperties。 - JmxProperties - org.springframework.boot.autoconfigure.jmx のクラス
- JMX の構成プロパティ。
- JmxProperties() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.jmx. JmxProperties のコンストラクター
- JmxProperties() - クラス org.springframework.boot.autoconfigure.jmx. JmxProperties のコンストラクター
- JndiConnectionFactoryAutoConfiguration - org.springframework.boot.autoconfigure.jms のクラス
- JNDI から提供される JMS の
Auto-configuration。 - JndiConnectionFactoryAutoConfiguration() - クラス org.springframework.boot.autoconfigure.jms. JndiConnectionFactoryAutoConfiguration のコンストラクター
- JndiDataSourceAutoConfiguration - org.springframework.boot.autoconfigure.jdbc のクラス
DataSourceSE にある JNDI のAuto-configuration。- JndiDataSourceAutoConfiguration() - クラス org.springframework.boot.autoconfigure.jdbc. JndiDataSourceAutoConfiguration のコンストラクター
- Job() - クラス org.springframework.boot.autoconfigure.batch のコンストラクター。BatchProperties.Job
- JobExecutionEvent - org.springframework.boot.autoconfigure.batch のクラス
JobExecutionをカプセル化する SpringApplicationEvent。- JobExecutionEvent(JobExecution) - クラス org.springframework.boot.autoconfigure.batch. JobExecutionEvent のコンストラクター
- 新しい
JobExecutionEventインスタンスを作成します。 - jobExecutionExitCodeGenerator() - クラス org.springframework.boot.autoconfigure.batch のメソッド。BatchAutoConfiguration
- JobExecutionExitCodeGenerator - org.springframework.boot.autoconfigure.batch のクラス
- JobExecutionExitCodeGenerator() - クラス org.springframework.boot.autoconfigure.batch. JobExecutionExitCodeGenerator のコンストラクター
- jobLauncherApplicationRunner(JobLauncher, JobExplorer, JobRepository, BatchProperties) - クラス org.springframework.boot.autoconfigure.batch のメソッド。BatchAutoConfiguration
- JobLauncherApplicationRunner - org.springframework.boot.autoconfigure.batch のクラス
ApplicationRunnerからlaunchSpring Batch ジョブ。- JobLauncherApplicationRunner(JobLauncher, JobExplorer, JobRepository) - クラス org.springframework.boot.autoconfigure.batch. JobLauncherApplicationRunner のコンストラクター
- 新しい
JobLauncherApplicationRunnerを作成します。 - JobStoreType - Enum Class in org.springframework.boot.autoconfigure.quartz
- サポートされる Quartz
JobStoreを定義します。 - JooqAutoConfiguration - org.springframework.boot.autoconfigure.jooq のクラス
- JOOQ の
Auto-configuration。 - JooqAutoConfiguration() - クラス org.springframework.boot.autoconfigure.jooq. JooqAutoConfiguration のコンストラクター
- JooqAutoConfiguration.DslContextConfiguration - org.springframework.boot.autoconfigure.jooq のクラス
- jooqConfiguration(JooqProperties, ConnectionProvider, DataSource, ObjectProvider<TransactionProvider>, ObjectProvider<ExecuteListenerProvider>, ObjectProvider<DefaultConfigurationCustomizer>) - クラス org.springframework.boot.autoconfigure.jooq のメソッド。JooqAutoConfiguration.DslContextConfiguration
- JooqExceptionTranslator - org.springframework.boot.autoconfigure.jooq のクラス
SQLExceptionSE を Spring 固有のDataAccessExceptionに変換します。- JooqExceptionTranslator() - クラス org.springframework.boot.autoconfigure.jooq. JooqExceptionTranslator のコンストラクター
- jooqExceptionTranslatorExecuteListenerProvider() - クラス org.springframework.boot.autoconfigure.jooq のメソッド。JooqAutoConfiguration
- JooqProperties - org.springframework.boot.autoconfigure.jooq のクラス
- JOOQ データベースライブラリの構成プロパティ。
- JooqProperties() - クラス org.springframework.boot.autoconfigure.jooq. JooqProperties のコンストラクター
- JooqTest - Annotation Interface in org.springframework.boot.test.autoconfigure.jooq
- jOOQ ベースのコンポーネントのみに焦点を当てた jOOQ テストのアノテーション。
- JooqTypeExcludeFilter - org.springframework.boot.test.autoconfigure.jooq のクラス
@JooqTestの場合はTypeExcludeFilter。- JpaBaseConfiguration - org.springframework.boot.autoconfigure.orm.jpa のクラス
- JPA のベース
Auto-configuration。 - JpaBaseConfiguration(DataSource, JpaProperties, ObjectProvider<JtaTransactionManager>) - クラス org.springframework.boot.autoconfigure.orm.jpa. JpaBaseConfiguration のコンストラクター
- JpaBaseConfiguration.JpaWebConfiguration - org.springframework.boot.autoconfigure.orm.jpa のクラス
- JpaProperties - org.springframework.boot.autoconfigure.orm.jpa のクラス
- Spring によって作成された JPA EntityManagerFactory の外部構成プロパティ。
- JpaProperties() - クラス org.springframework.boot.autoconfigure.orm.jpa. JpaProperties のコンストラクター
- JpaRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.jpa のクラス
- Spring Data の JPA リポジトリ用の
Auto-configuration。 - JpaRepositoriesAutoConfiguration() - クラス org.springframework.boot.autoconfigure.data.jpa. JpaRepositoriesAutoConfiguration のコンストラクター
- jpaVendorAdapter() - クラス org.springframework.boot.autoconfigure.orm.jpa のメソッド。JpaBaseConfiguration
- JpaWebConfiguration(JpaProperties) - クラス org.springframework.boot.autoconfigure.orm.jpa のコンストラクター。JpaBaseConfiguration.JpaWebConfiguration
- jsonb() - クラス org.springframework.boot.autoconfigure.jsonb のメソッド。JsonbAutoConfiguration
- JsonbAutoConfiguration - org.springframework.boot.autoconfigure.jsonb のクラス
- JSON-B の
Auto-configuration。 - JsonbAutoConfiguration() - クラス org.springframework.boot.autoconfigure.jsonb. JsonbAutoConfiguration のコンストラクター
- JsonbTester< T > - Class in org.springframework.boot.test.json
- Jsonb が支援する AssertJ ベースの JSON テスター。
- JsonbTester(Jsonb) - クラス org.springframework.boot.test.json. JsonbTester のコンストラクター
- 初期化されていない新しい
JsonbTesterインスタンスを作成します。 - JsonbTester(Class<?>, ResolvableType, Jsonb) - クラス org.springframework.boot.test.json. JsonbTester のコンストラクター
- 新しい
JsonbTesterインスタンスを作成します。 - JsonComponent - Annotation Interface in org.springframework.boot.jackson
JsonComponentModuleの使用中に Jackson に登録されるJsonSerializer、JsonDeserializer、KeyDeserializer実装を提供する@Component。- JsonComponent.Scope - org.springframework.boot.jackson の Enum クラス
- シリアライザー / デシリアライザーを登録できるさまざまなスコープ。
- jsonComponentModule() - クラス org.springframework.boot.autoconfigure.jackson のメソッド。JacksonAutoConfiguration
- JsonComponentModule - org.springframework.boot.jackson のクラス
- Spring Bean および Jackson
Moduleを使用して、@JsonComponentアノテーション付き Bean を登録します。 - JsonComponentModule() - クラス org.springframework.boot.jackson. JsonComponentModule のコンストラクター
- JsonContent< T > - Class in org.springframework.boot.test.json
- 通常、JSON テスターから作成された JSON コンテンツ。
- JsonContent(Class<?>, ResolvableType, String) - クラス org.springframework.boot.test.json. JsonContent のコンストラクター
- 新しい
JsonContentインスタンスを作成します。 - JsonContentAssert - org.springframework.boot.test.json のクラス
JsonContentの AssertJAssert- JsonContentAssert(Class<?>, CharSequence) - クラス org.springframework.boot.test.json. JsonContentAssert のコンストラクター
- リソースを UTF-8 としてロードする新しい
JsonContentAssertインスタンスを作成します。 - JsonContentAssert(Class<?>, Charset, CharSequence) - クラス org.springframework.boot.test.json. JsonContentAssert のコンストラクター
- 指定された
charsetのリソースをロードする新しいJsonContentAssertインスタンスを作成します。 - jsonMarshalTestersBeanPostProcessor() - Static method in class org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
- JsonMixin - Annotation Interface in org.springframework.boot.jackson
JsonMixinModuleを使用するときに Jackson に登録するミックスインクラスの実装を提供します。- JsonMixinModule - org.springframework.boot.jackson のクラス
- JsonMixinModule() - クラス org.springframework.boot.jackson. JsonMixinModule のコンストラクター
- JsonMixinModuleEntries - org.springframework.boot.jackson のクラス
- 考慮すべき json mixin クラスのマッピングを提供します。
- JsonMixinModuleEntries.Builder - org.springframework.boot.jackson のクラス
JsonMixinModuleEntriesのビルダー。- JsonObjectDeserializer< T > - Class in org.springframework.boot.jackson
- オブジェクトを逆直列化する
JsonDeserializer実装のヘルパー基本クラス。 - JsonObjectDeserializer() - クラス org.springframework.boot.jackson. JsonObjectDeserializer のコンストラクター
- JsonObjectSerializer< T > - Class in org.springframework.boot.jackson
- オブジェクトを直列化する
JsonSerializer実装のヘルパー基本クラス。 - JsonObjectSerializer() - クラス org.springframework.boot.jackson. JsonObjectSerializer のコンストラクター
- JsonParseException - Exception in org.springframework.boot.json
- ソース JSON が無効な場合に
IllegalArgumentExceptionSE がスローされます。 - JsonParseException() - Constructor for exception org.springframework.boot.json.JsonParseException
- JsonParseException(Throwable) - Constructor for exception org.springframework.boot.json.JsonParseException
- JsonParser - Interface in org.springframework.boot.json
- JsonParserFactory - org.springframework.boot.json のクラス
JsonParserを作成するファクトリ。- JsonParserFactory() - クラス org.springframework.boot.json. JsonParserFactory のコンストラクター
- JsonTest - Annotation Interface in org.springframework.boot.test.autoconfigure.json
- JSON 直列化のみに焦点を当てた JSON テストのアノテーション。
- JsonTestersAutoConfiguration - org.springframework.boot.test.autoconfigure.json のクラス
- Json テスターの自動構成。
- JsonTestersAutoConfiguration() - クラス org.springframework.boot.test.autoconfigure.json. JsonTestersAutoConfiguration のコンストラクター
- JsonTypeExcludeFilter - org.springframework.boot.test.autoconfigure.json のクラス
@JsonTestの場合はTypeExcludeFilter。- Jsp - Class in org.springframework.boot.web.servlet.server
- サーバーの JSP サーブレットの構成。
- Jsp() - Constructor for class org.springframework.boot.web.servlet.server.Jsp
- JspTemplateAvailabilityProvider - org.springframework.boot.autoconfigure.web.servlet のクラス
- JSP ビューテンプレートの可用性情報を提供する
TemplateAvailabilityProvider。 - JspTemplateAvailabilityProvider() - クラス org.springframework.boot.autoconfigure.web.servlet. JspTemplateAvailabilityProvider のコンストラクター
- jta(boolean) - クラス org.springframework.boot.orm.jpa のメソッド。EntityManagerFactoryBuilder.Builder
- JTA
DataSourceSE を使用する場合、つまり - JtaAutoConfiguration - org.springframework.boot.autoconfigure.transaction.jta のクラス
- JTA の
Auto-configuration。 - JtaAutoConfiguration() - クラス org.springframework.boot.autoconfigure.transaction.jta. JtaAutoConfiguration のコンストラクター
- JTDS - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- jTDS。
- jvmCompilationMetrics() - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。JvmMetricsAutoConfiguration
- jvmGcMetrics() - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。JvmMetricsAutoConfiguration
- jvmHeapPressureMetrics() - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。JvmMetricsAutoConfiguration
- jvmInfoMetrics() - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。JvmMetricsAutoConfiguration
- jvmMemoryMetrics() - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。JvmMetricsAutoConfiguration
- JvmMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics のクラス
- JVM メトリクスの
Auto-configuration。 - JvmMetricsAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.metrics. JvmMetricsAutoConfiguration のコンストラクター
- jvmThreadMetrics() - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。JvmMetricsAutoConfiguration
- JwkSetUriJwtDecoderBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource.servlet
- 直接構成された、または発行者 URI を通じて取得された JWK セット URI の自動構成
JwtDecoderを作成するために使用されるNimbusJwtDecoder.JwkSetUriJwtDecoderBuilderのカスタマイズ用のコールバックインターフェース。 - JwkSetUriReactiveJwtDecoderBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource.reactive
- 直接構成された、または発行者 URI を通じて取得された JWK セット URI の自動構成
ReactiveJwtDecoderを作成するために使用されるNimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilderのカスタマイズ用のコールバックインターフェース。 - Jwt() - クラス org.springframework.boot.autoconfigure.security.oauth2.resource のコンストラクター。OAuth2ResourceServerProperties.Jwt
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式