- Jackson2CborDecoder - org.springframework.http.codec.cbor のクラス
バイトを CBOR にデコードし、Jackson でオブジェクトに変換します。
- Jackson2CborDecoder() - クラス org.springframework.http.codec.cbor. Jackson2CborDecoder のコンストラクター
- Jackson2CborDecoder(ObjectMapper, MimeType...) - クラス org.springframework.http.codec.cbor. Jackson2CborDecoder のコンストラクター
- Jackson2CborEncoder - org.springframework.http.codec.cbor のクラス
Jackson を使用して、Object
から CBOR オブジェクトのバイトにエンコードします。
- Jackson2CborEncoder() - クラス org.springframework.http.codec.cbor. Jackson2CborEncoder のコンストラクター
- Jackson2CborEncoder(ObjectMapper, MimeType...) - クラス org.springframework.http.codec.cbor. Jackson2CborEncoder のコンストラクター
- Jackson2CodecSupport - org.springframework.http.codec.json のクラス
Jackson 2.9 エンコードおよびデコードのサポートメソッドを提供する基本クラス。
- Jackson2CodecSupport(ObjectMapper, MimeType...) - クラス org.springframework.http.codec.json. Jackson2CodecSupport のコンストラクター
- jackson2JsonDecoder(Decoder<?>) - インターフェース org.springframework.http.codec. CodecConfigurer.DefaultCodecs のメソッド
デフォルトの Jackson JSON Decoder
をオーバーライドします。
- Jackson2JsonDecoder - org.springframework.http.codec.json のクラス
バイトストリームを JSON にデコードし、ノンブロッキング解析を利用して Jackson 2.9, でオブジェクトに変換します。
- Jackson2JsonDecoder() - クラス org.springframework.http.codec.json. Jackson2JsonDecoder のコンストラクター
- Jackson2JsonDecoder(ObjectMapper, MimeType...) - クラス org.springframework.http.codec.json. Jackson2JsonDecoder のコンストラクター
- jackson2JsonEncoder(Encoder<?>) - インターフェース org.springframework.http.codec. CodecConfigurer.DefaultCodecs のメソッド
デフォルトの Jackson JSON Encoder
をオーバーライドします。
- Jackson2JsonEncoder - org.springframework.http.codec.json のクラス
Jackson 2.9. を使用して、Object
ストリームから JSON オブジェクトのバイトストリームにエンコードする
- Jackson2JsonEncoder() - クラス org.springframework.http.codec.json. Jackson2JsonEncoder のコンストラクター
- Jackson2JsonEncoder(ObjectMapper, MimeType...) - クラス org.springframework.http.codec.json. Jackson2JsonEncoder のコンストラクター
- Jackson2ObjectMapperBuilder - org.springframework.http.converter.json のクラス
- Jackson2ObjectMapperBuilder() - クラス org.springframework.http.converter.json. Jackson2ObjectMapperBuilder のコンストラクター
- Jackson2ObjectMapperFactoryBean - org.springframework.http.converter.json のクラス
- Jackson2ObjectMapperFactoryBean() - クラス org.springframework.http.converter.json. Jackson2ObjectMapperFactoryBean のコンストラクター
- jackson2SmileDecoder(Decoder<?>) - インターフェース org.springframework.http.codec. CodecConfigurer.DefaultCodecs のメソッド
デフォルトの Jackson Smile Decoder
を上書きします。
- Jackson2SmileDecoder - org.springframework.http.codec.json のクラス
バイトストリームを Smile にデコードして、ノンブロッキング解析を活用する Jackson 2.9, でオブジェクトのものに変換してください。
- Jackson2SmileDecoder() - クラス org.springframework.http.codec.json. Jackson2SmileDecoder のコンストラクター
- Jackson2SmileDecoder(ObjectMapper, MimeType...) - クラス org.springframework.http.codec.json. Jackson2SmileDecoder のコンストラクター
- jackson2SmileEncoder(Encoder<?>) - インターフェース org.springframework.http.codec. CodecConfigurer.DefaultCodecs のメソッド
デフォルトの Jackson Smile Encoder
を上書きします。
- Jackson2SmileEncoder - org.springframework.http.codec.json のクラス
Jackson 2.9. を使用して、Object
ストリームから Smile オブジェクトのバイトストリームにエンコードします。
- Jackson2SmileEncoder() - クラス org.springframework.http.codec.json. Jackson2SmileEncoder のコンストラクター
- Jackson2SmileEncoder(ObjectMapper, MimeType...) - クラス org.springframework.http.codec.json. Jackson2SmileEncoder のコンストラクター
- Jackson2SockJsMessageCodec - org.springframework.web.socket.sockjs.frame のクラス
SockJS メッセージをエンコードおよびデコードするための Jackson 2.6+ コーデック。
- Jackson2SockJsMessageCodec() - クラス org.springframework.web.socket.sockjs.frame. Jackson2SockJsMessageCodec のコンストラクター
- Jackson2SockJsMessageCodec(ObjectMapper) - クラス org.springframework.web.socket.sockjs.frame. Jackson2SockJsMessageCodec のコンストラクター
- JamonPerformanceMonitorInterceptor - org.springframework.aop.interceptor のクラス
JAMon ライブラリを使用して、インターセプトされたメソッドのパフォーマンス測定を実行し、統計を出力するパフォーマンスモニターインターセプター。
- JamonPerformanceMonitorInterceptor() - クラス org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor のコンストラクター
静的ロガーを使用して新しい JamonPerformanceMonitorInterceptor を作成します。
- JamonPerformanceMonitorInterceptor(boolean) - クラス org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor のコンストラクター
与えられたフラグに従って、動的または静的ロガーで新しい JamonPerformanceMonitorInterceptor を作成します。
- JamonPerformanceMonitorInterceptor(boolean, boolean) - クラス org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor のコンストラクター
与えられたフラグに従って、動的または静的ロガーで新しい JamonPerformanceMonitorInterceptor を作成します。
- JAR_FILE_EXTENSION - クラス org.springframework.util.ResourceUtils の静的変数
通常の jar ファイルのファイル拡張子: ".jar"。
- JAR_URL_PREFIX - クラス org.springframework.util.ResourceUtils の静的変数
jar ファイルからロードするための URL プレフィックス:「jar:」。
- JAR_URL_SEPARATOR - クラス org.springframework.util.ResourceUtils の静的変数
JAR URL と JAR 内のファイルパスの区切り文字: "!/"。
- JAVA - インターフェース org.springframework.core.annotation.AnnotationFilter の静的変数
- JavaMailSender - org.springframework.mail.javamail のインターフェース
JavaMail の拡張
MailSender
インターフェース。直接引数として、および準備コールバックを通じて MIME メッセージをサポートします。
- JavaMailSenderImpl - org.springframework.mail.javamail のクラス
- JavaMailSenderImpl() - クラス org.springframework.mail.javamail.JavaMailSenderImpl のコンストラクター
JavaMailSenderImpl
クラスの新しいインスタンスを作成します。
- javascriptEnabled(boolean) - クラス org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder のメソッド
JavaScript を有効にするかどうかを指定します。
- javaScriptEscape(String) - クラス org.springframework.web.util.JavaScriptUtils の静的メソッド
JavaScript 特殊文字をエスケープ文字に変換します。
- JavaScriptUtils - org.springframework.web.util のクラス
JavaScript エスケープ用のユーティリティクラス。
- JavaScriptUtils() - クラス org.springframework.web.util.JavaScriptUtils のコンストラクター
- javaTypeToSqlParameterType(Class<?>) - クラス org.springframework.jdbc.core.StatementCreatorUtils の静的メソッド
指定された Java タイプからデフォルトの SQL タイプを派生させます。
- Jaxb2CollectionHttpMessageConverter< T extends CollectionSE> - org.springframework.http.converter.xml のクラス
JAXB2 を使用して XML コレクションを読み取ることができる HttpMessageConverter
。
- Jaxb2CollectionHttpMessageConverter() - クラス org.springframework.http.converter.xml. Jaxb2CollectionHttpMessageConverter のコンストラクター
- jaxb2Decoder(Decoder<?>) - インターフェース org.springframework.http.codec. CodecConfigurer.DefaultCodecs のメソッド
デフォルトの JAXB2 Decoder
をオーバーライドします。
- jaxb2Encoder(Encoder<?>) - インターフェース org.springframework.http.codec. CodecConfigurer.DefaultCodecs のメソッド
デフォルトの JABX2 Encoder
をオーバーライドします。
- Jaxb2Marshaller - org.springframework.oxm.jaxb のクラス
JAXB 2.2 用の GenericMarshaller
インターフェースの実装。
- Jaxb2Marshaller() - クラス org.springframework.oxm.jaxb. Jaxb2Marshaller のコンストラクター
- Jaxb2RootElementHttpMessageConverter - org.springframework.http.converter.xml のクラス
- Jaxb2RootElementHttpMessageConverter() - クラス org.springframework.http.converter.xml. Jaxb2RootElementHttpMessageConverter のコンストラクター
- Jaxb2XmlDecoder - org.springframework.http.codec.xml のクラス
XML 要素を含むバイトストリームから Object
(POJO)のストリームにデコードします。
- Jaxb2XmlDecoder() - クラス org.springframework.http.codec.xml. Jaxb2XmlDecoder のコンストラクター
- Jaxb2XmlDecoder(MimeType...) - クラス org.springframework.http.codec.xml. Jaxb2XmlDecoder のコンストラクター
指定された MIME タイプで Jaxb2XmlDecoder
を作成します。
- Jaxb2XmlEncoder - org.springframework.http.codec.xml のクラス
単一の値から XML 要素を含むバイトストリームにエンコードします。
- Jaxb2XmlEncoder() - クラス org.springframework.http.codec.xml. Jaxb2XmlEncoder のコンストラクター
- JaxWsPortClientInterceptor - org.springframework.remoting.jaxws のクラス
- JaxWsPortClientInterceptor() - クラス org.springframework.remoting.jaxws.JaxWsPortClientInterceptor のコンストラクター
- JaxWsPortProxyFactoryBean - org.springframework.remoting.jaxws のクラス
- JaxWsPortProxyFactoryBean() - クラス org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean のコンストラクター
- JaxWsSoapFaultException - org.springframework.remoting.jaxws の例外
- JaxWsSoapFaultException(SOAPFaultException) - クラス org.springframework.remoting.jaxws.JaxWsSoapFaultException の例外
JaxWsSoapFaultException のコンストラクター。
- JBossLoadTimeWeaver - org.springframework.instrument.classloading.jboss のクラス
- JBossLoadTimeWeaver() - クラス org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver のコンストラクター
- JBossLoadTimeWeaver(ClassLoader) - クラス org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver のコンストラクター
- JCACHE_ADVISOR_BEAN_NAME - クラス org.springframework.cache.config.CacheManagementConfigUtils の静的変数
JCache アドバイザー Bean の名前。
- JCACHE_ASPECT_BEAN_NAME - クラス org.springframework.cache.config.CacheManagementConfigUtils の静的変数
JCache アドバイザー Bean の名前。
- JCacheAspectSupport - org.springframework.cache.jcache.interceptor のクラス
- JCacheAspectSupport() - クラス org.springframework.cache.jcache.interceptor.JCacheAspectSupport のコンストラクター
- JCacheCache - org.springframework.cache.jcache のクラス
javax.cache.Cache
インスタンス上での
Cache
実装。
- JCacheCache(Cache<Object, Object>) - クラス org.springframework.cache.jcache.JCacheCache のコンストラクター
JCacheCache
インスタンスを作成します。
- JCacheCache(Cache<Object, Object>, boolean) - クラス org.springframework.cache.jcache.JCacheCache のコンストラクター
JCacheCache
インスタンスを作成します。
- JCacheCacheManager - org.springframework.cache.jcache のクラス
JCache
javax.cache.CacheManager
によってサポートされる
CacheManager
実装。
- JCacheCacheManager() - クラス org.springframework.cache.jcache.JCacheCacheManager のコンストラクター
バッキング JCache javax.cache.CacheManager
なしで新しい JCacheCacheManager
を作成します。
- JCacheCacheManager(CacheManager) - クラス org.springframework.cache.jcache.JCacheCacheManager のコンストラクター
指定されたバッキング JCache javax.cache.CacheManager
の新しい JCacheCacheManager
を作成します。
- JCacheConfigurer - org.springframework.cache.jcache.config のインターフェース
- JCacheConfigurerSupport - org.springframework.cache.jcache.config のクラス
- JCacheConfigurerSupport() - クラス org.springframework.cache.jcache.config.JCacheConfigurerSupport のコンストラクター
- JCacheInterceptor - org.springframework.cache.jcache.interceptor のクラス
JSR-107 キャッシングアノテーションを使用した宣言的キャッシュ管理のための AOP Alliance MethodInterceptor。
- JCacheInterceptor() - クラス org.springframework.cache.jcache.interceptor.JCacheInterceptor のコンストラクター
デフォルトのエラーハンドラーで新しい JCacheInterceptor
を構築します。
- JCacheInterceptor(Supplier<CacheErrorHandler>) - クラス org.springframework.cache.jcache.interceptor.JCacheInterceptor のコンストラクター
指定されたエラーハンドラーで新しい JCacheInterceptor
を構築します。
- JCacheManagerFactoryBean - org.springframework.cache.jcache のクラス
JCache
javax.cache.CacheManager
の
FactoryBean
。標準の JCache
javax.cache.Caching
クラスを使用して、事前定義された
CacheManager
を名前で取得します。
- JCacheManagerFactoryBean() - クラス org.springframework.cache.jcache.JCacheManagerFactoryBean のコンストラクター
- JCacheOperation< A extends AnnotationSE> - org.springframework.cache.jcache.interceptor のインターフェース
インターフェース契約を通じて JSR-107 キャッシュ操作のベースをモデル化します。
- JCacheOperationSource - org.springframework.cache.jcache.interceptor のインターフェース
- JCacheOperationSourcePointcut - org.springframework.cache.jcache.interceptor のクラス
- JCacheOperationSourcePointcut() - クラス org.springframework.cache.jcache.interceptor.JCacheOperationSourcePointcut のコンストラクター
- Jdbc4SqlXmlHandler - org.springframework.jdbc.support.xml のクラス
- Jdbc4SqlXmlHandler() - クラス org.springframework.jdbc.support.xml. Jdbc4SqlXmlHandler のコンストラクター
- JdbcAccessor - org.springframework.jdbc.support のクラス
JdbcTemplate
およびその他の JDBC アクセス DAO ヘルパーの基本クラス。DataSource や例外トランスレーターなどの一般的なプロパティを定義します。
- JdbcAccessor() - クラス org.springframework.jdbc.support.JdbcAccessor のコンストラクター
- JdbcBeanDefinitionReader - org.springframework.jdbc.core.support のクラス
指定された SQL ステートメントに基づいて、データベーステーブルから値を読み取る Bean 定義リーダー。
- JdbcBeanDefinitionReader(BeanDefinitionRegistry) - クラス org.springframework.jdbc.core.support.JdbcBeanDefinitionReader のコンストラクター
下にあるデフォルトの PropertiesBeanDefinitionReader を使用して、指定された Bean ファクトリの新しい JdbcBeanDefinitionReader を作成します。
- JdbcBeanDefinitionReader(PropertiesBeanDefinitionReader) - クラス org.springframework.jdbc.core.support.JdbcBeanDefinitionReader のコンストラクター
下にある特定の PropertiesBeanDefinitionReader に委譲する新しい JdbcBeanDefinitionReader を作成します。
- JdbcDaoSupport - org.springframework.jdbc.core.support のクラス
JDBC ベースのデータアクセスオブジェクト用の便利なスーパークラス。
- JdbcDaoSupport() - クラス org.springframework.jdbc.core.support.JdbcDaoSupport のコンストラクター
- JdbcNamespaceHandler - org.springframework.jdbc.config のクラス
- JdbcNamespaceHandler() - クラス org.springframework.jdbc.config.JdbcNamespaceHandler のコンストラクター
- JdbcOperations - org.springframework.jdbc.core のインターフェース
JDBC 操作の基本セットを指定するインターフェース。
- JdbcTemplate - org.springframework.jdbc.core のクラス
これは、JDBC コアパッケージの中心的なクラスです。JDBC の使用を簡素化し、一般的なエラーを回避できます。
- JdbcTemplate() - クラス org.springframework.jdbc.core.JdbcTemplate のコンストラクター
Bean 用の新しい JdbcTemplate を作成します。
- JdbcTemplate(DataSource) - クラス org.springframework.jdbc.core.JdbcTemplate のコンストラクター
接続を取得する DataSource を指定して、新しい JdbcTemplate を構築します。
- JdbcTemplate(DataSource, boolean) - クラス org.springframework.jdbc.core.JdbcTemplate のコンストラクター
接続を取得する DataSource を指定して、新しい JdbcTemplate を構築します。
- jdbcTemplate - クラス org.springframework.test.context.junit4. AbstractTransactionalJUnit4SpringContextTests の変数
この基本クラスが管理する JdbcTemplate
。サブクラスで使用できます。
- jdbcTemplate - クラス org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests の変数
この基本クラスが管理する JdbcTemplate
。サブクラスで使用できます。
- JdbcTestUtils - org.springframework.test.jdbc のクラス
JdbcTestUtils
は、標準のデータベーステストシナリオを簡略化することを目的とした JDBC 関連ユーティリティ関数のコレクションです。
- JdbcTestUtils() - クラス org.springframework.test.jdbc.JdbcTestUtils のコンストラクター
- JdbcTransactionObjectSupport - org.springframework.jdbc.datasource のクラス
JDBC 対応トランザクションオブジェクトの便利な基本クラス。
- JdbcTransactionObjectSupport() - クラス org.springframework.jdbc.datasource.JdbcTransactionObjectSupport のコンストラクター
- JdbcUpdateAffectedIncorrectNumberOfRowsException - org.springframework.jdbc の例外
JDBC 更新が予期しない行数に影響する場合にスローされる例外。
- JdbcUpdateAffectedIncorrectNumberOfRowsException(String, int, int) - クラス org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException の例外
JdbcUpdateAffectedIncorrectNumberOfRowsException のコンストラクター。
- JdbcUtils - org.springframework.jdbc.support のクラス
JDBC を操作するための汎用ユーティリティメソッド。
- JdbcUtils() - クラス org.springframework.jdbc.support.JdbcUtils のコンストラクター
- JdkIdGenerator - org.springframework.util のクラス
- JdkIdGenerator() - クラス org.springframework.util.JdkIdGenerator のコンストラクター
- JdkRegexpMethodPointcut - org.springframework.aop.support のクラス
java.util.regex
パッケージに基づく正規表現ポイントカット。
- JdkRegexpMethodPointcut() - クラス org.springframework.aop.support.JdkRegexpMethodPointcut のコンストラクター
- JeeNamespaceHandler - org.springframework.ejb.config のクラス
- JeeNamespaceHandler() - クラス org.springframework.ejb.config.JeeNamespaceHandler のコンストラクター
- JettyClientHttpConnector - org.springframework.http.client.reactive のクラス
- JettyClientHttpConnector() - クラス org.springframework.http.client.reactive.JettyClientHttpConnector のコンストラクター
HttpClient
の新しいインスタンスを作成するデフォルトのコンストラクター。
- JettyClientHttpConnector(HttpClient) - クラス org.springframework.http.client.reactive.JettyClientHttpConnector のコンストラクター
初期化された HttpClient
を持つコンストラクター。
- JettyClientHttpConnector(HttpClient, JettyResourceFactory) - クラス org.springframework.http.client.reactive.JettyClientHttpConnector のコンストラクター
- JettyClientHttpConnector(JettyResourceFactory, Consumer<HttpClient>) - クラス org.springframework.http.client.reactive.JettyClientHttpConnector のコンストラクター
- JettyHttpHandlerAdapter - org.springframework.http.server.reactive のクラス
- JettyHttpHandlerAdapter(HttpHandler) - クラス org.springframework.http.server.reactive.JettyHttpHandlerAdapter のコンストラクター
- JettyRequestUpgradeStrategy - org.springframework.web.reactive.socket.server.upgrade のクラス
- JettyRequestUpgradeStrategy() - クラス org.springframework.web.reactive.socket.server.upgrade.JettyRequestUpgradeStrategy のコンストラクター
- JettyRequestUpgradeStrategy - org.springframework.web.socket.server.jetty のクラス
- JettyRequestUpgradeStrategy() - クラス org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy のコンストラクター
デフォルトのコンストラクターを介して WebSocketServerFactory
を作成するデフォルトのコンストラクター。デフォルトの WebSocketPolicy
を使用します。
- JettyRequestUpgradeStrategy(WebSocketPolicy) - クラス org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy のコンストラクター
WebSocketServerFactory
インスタンスの作成時に使用される WebSocketPolicy
を受け入れるコンストラクター。
- JettyRequestUpgradeStrategy(WebSocketServerFactory) - クラス org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy のコンストラクター
WebSocketServerFactory
を受け入れるコンストラクター。
- JettyResourceFactory - org.springframework.http.client.reactive のクラス
Jetty リソースを管理するファクトリ、つまり
- JettyResourceFactory() - クラス org.springframework.http.client.reactive.JettyResourceFactory のコンストラクター
- JettyWebSocketClient - org.springframework.web.reactive.socket.client のクラス
- JettyWebSocketClient() - クラス org.springframework.web.reactive.socket.client.JettyWebSocketClient のコンストラクター
Jetty WebSocketClient
のインスタンスを作成および管理するデフォルトのコンストラクター。
- JettyWebSocketClient(WebSocketClient) - クラス org.springframework.web.reactive.socket.client.JettyWebSocketClient のコンストラクター
Jetty WebSocketClient
の既存のインスタンスを受け入れるコンストラクター。
- JettyWebSocketClient - org.springframework.web.socket.client.jetty のクラス
Jetty WebSocket API を介して、WebSocket サーバーへの WebSocket リクエストをプログラムで開始します。
- JettyWebSocketClient() - クラス org.springframework.web.socket.client.jetty.JettyWebSocketClient のコンストラクター
WebSocketClient
のインスタンスを作成するデフォルトのコンストラクター。
- JettyWebSocketClient(WebSocketClient) - クラス org.springframework.web.socket.client.jetty.JettyWebSocketClient のコンストラクター
既存の WebSocketClient
インスタンスを受け入れるコンストラクター。
- JettyWebSocketHandlerAdapter - org.springframework.web.reactive.socket.adapter のクラス
- JettyWebSocketHandlerAdapter(WebSocketHandler, Function<Session, JettyWebSocketSession>) - クラス org.springframework.web.reactive.socket.adapter.JettyWebSocketHandlerAdapter のコンストラクター
- JettyWebSocketHandlerAdapter - org.springframework.web.socket.adapter.jetty のクラス
- JettyWebSocketHandlerAdapter(WebSocketHandler, JettyWebSocketSession) - クラス org.springframework.web.socket.adapter.jetty.JettyWebSocketHandlerAdapter のコンストラクター
- JettyWebSocketSession - org.springframework.web.reactive.socket.adapter のクラス
- JettyWebSocketSession(Session, HandshakeInfo, DataBufferFactory) - クラス org.springframework.web.reactive.socket.adapter.JettyWebSocketSession のコンストラクター
- JettyWebSocketSession(Session, HandshakeInfo, DataBufferFactory, MonoProcessor<Void>) - クラス org.springframework.web.reactive.socket.adapter.JettyWebSocketSession のコンストラクター
- JettyWebSocketSession - org.springframework.web.socket.adapter.jetty のクラス
- JettyWebSocketSession(Map<String, Object>) - クラス org.springframework.web.socket.adapter.jetty.JettyWebSocketSession のコンストラクター
- JettyWebSocketSession(Map<String, Object>, Principal) - クラス org.springframework.web.socket.adapter.jetty.JettyWebSocketSession のコンストラクター
- JettyXhrTransport - org.springframework.web.socket.sockjs.client のクラス
Jetty の HttpClient
に基づく XHR トランスポート。
- JettyXhrTransport(HttpClient) - クラス org.springframework.web.socket.sockjs.client.JettyXhrTransport のコンストラクター
- JibxMarshaller - org.springframework.oxm.jibx のクラス
- JibxMarshaller() - クラス org.springframework.oxm.jibx.JibxMarshaller のコンストラクター
使用すべきではありません。
- JMS_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME - クラス org.springframework.jms.config.JmsListenerConfigUtils の静的変数
内部で管理されている JMS リスナーアノテーションプロセッサーの Bean 名。
- JMS_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME - クラス org.springframework.jms.config.JmsListenerConfigUtils の静的変数
内部で管理されている JMS リスナーエンドポイントレジストリの Bean 名。
- JmsAccessor - org.springframework.jms.support のクラス
- JmsAccessor() - クラス org.springframework.jms.support.JmsAccessor のコンストラクター
- JmsActivationSpecConfig - org.springframework.jms.listener.endpoint のクラス
JMS メッセージエンドポイントをアクティブ化するための共通設定オブジェクト。
- JmsActivationSpecConfig() - クラス org.springframework.jms.listener.endpoint.JmsActivationSpecConfig のコンストラクター
- JmsActivationSpecFactory - org.springframework.jms.listener.endpoint のインターフェース
- JmsBootstrapConfiguration - org.springframework.jms.annotation のクラス
- JmsBootstrapConfiguration() - クラス org.springframework.jms.annotation.JmsBootstrapConfiguration のコンストラクター
- JmsDestinationAccessor - org.springframework.jms.support.destination のクラス
- JmsDestinationAccessor() - クラス org.springframework.jms.support.destination.JmsDestinationAccessor のコンストラクター
- JmsException - org.springframework.jms の例外
JMS に関連する問題が発生したときにフレームワークによってスローされる例外の基本クラス。
- JmsException(String) - クラス org.springframework.jms.JmsException の例外
メッセージを受け取るコンストラクター。
- JmsException(String, Throwable) - クラス org.springframework.jms.JmsException の例外
メッセージと根本原因をとるコンストラクター。
- JmsException(Throwable) - クラス org.springframework.jms.JmsException の例外
対応する javax.jms
例外をミラーリングするサブクラスを対象とした、根本的な原因をとるコンストラクター。
- JmsGatewaySupport - org.springframework.jms.core.support のクラス
JMS アクセスを必要とするアプリケーションクラス用の便利なスーパークラス。
- JmsGatewaySupport() - クラス org.springframework.jms.core.support.JmsGatewaySupport のコンストラクター
- JmsHeaderMapper - org.springframework.jms.support のインターフェース
- JmsHeaders - org.springframework.jms.support のインターフェース
汎用メッセージヘッダーとの間で JMS 属性を設定および / または取得するために使用される定義済みの名前とプレフィックス。
- JmsInvokerClientInterceptor - org.springframework.jms.remoting のクラス
- JmsInvokerClientInterceptor() - クラス org.springframework.jms.remoting.JmsInvokerClientInterceptor のコンストラクター
- JmsInvokerProxyFactoryBean - org.springframework.jms.remoting のクラス
JMS 呼び出しプロキシの FactoryBean。
- JmsInvokerProxyFactoryBean() - クラス org.springframework.jms.remoting.JmsInvokerProxyFactoryBean のコンストラクター
- JmsInvokerServiceExporter - org.springframework.jms.remoting のクラス
指定されたサービス Bean を JMS サービスエンドポイントとしてエクスポートする JMS メッセージリスナー。JMS 呼び出しプロキシを介してアクセスできます。
- JmsInvokerServiceExporter() - クラス org.springframework.jms.remoting.JmsInvokerServiceExporter のコンストラクター
- JmsListener - org.springframework.jms.annotation のアノテーション型
- JmsListenerAnnotationBeanPostProcessor - org.springframework.jms.annotation のクラス
- JmsListenerAnnotationBeanPostProcessor() - クラス org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor のコンストラクター
- jmsListenerAnnotationProcessor() - クラス org.springframework.jms.annotation.JmsBootstrapConfiguration のメソッド
- JmsListenerConfigurer - org.springframework.jms.annotation のインターフェース
JMS リスナーのエンドポイントの構成方法をカスタマイズすることを希望する Spring 管理の Bean によって実装されるオプションのインターフェース。
- JmsListenerConfigUtils - org.springframework.jms.config のクラス
サブパッケージ間で内部共有するための構成定数。
- JmsListenerConfigUtils() - クラス org.springframework.jms.config.JmsListenerConfigUtils のコンストラクター
- JmsListenerContainerFactory< C extends MessageListenerContainer> - org.springframework.jms.config のインターフェース
- JmsListenerEndpoint - org.springframework.jms.config のインターフェース
JMS リスナーエンドポイントのモデル。
- JmsListenerEndpointRegistrar - org.springframework.jms.config のクラス
- JmsListenerEndpointRegistrar() - クラス org.springframework.jms.config.JmsListenerEndpointRegistrar のコンストラクター
- JmsListenerEndpointRegistry - org.springframework.jms.config のクラス
- JmsListenerEndpointRegistry() - クラス org.springframework.jms.config.JmsListenerEndpointRegistry のコンストラクター
- JmsListeners - org.springframework.jms.annotation のアノテーション型
- JmsMessageEndpointFactory - org.springframework.jms.listener.endpoint のクラス
- JmsMessageEndpointFactory() - クラス org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory のコンストラクター
- JmsMessageEndpointFactory.JmsResourceException - org.springframework.jms.listener.endpoint の例外
エンドポイントの呼び出し中に ResourceException が検出された場合にスローされる内部例外。
- JmsMessageEndpointManager - org.springframework.jms.listener.endpoint のクラス
- JmsMessageEndpointManager() - クラス org.springframework.jms.listener.endpoint.JmsMessageEndpointManager のコンストラクター
- JmsMessageHeaderAccessor - org.springframework.jms.support のクラス
- JmsMessageHeaderAccessor(Map<String, List<String>>) - クラス org.springframework.jms.support.JmsMessageHeaderAccessor のコンストラクター
- JmsMessageHeaderAccessor(Message<?>) - クラス org.springframework.jms.support.JmsMessageHeaderAccessor のコンストラクター
- JmsMessageOperations - org.springframework.jms.core のインターフェース
- JmsMessagingTemplate - org.springframework.jms.core のクラス
- JmsMessagingTemplate() - クラス org.springframework.jms.core.JmsMessagingTemplate のコンストラクター
Bean プロパティで使用するコンストラクター。
- JmsMessagingTemplate(ConnectionFactory) - クラス org.springframework.jms.core.JmsMessagingTemplate のコンストラクター
- JmsMessagingTemplate(JmsTemplate) - クラス org.springframework.jms.core.JmsMessagingTemplate のコンストラクター
- JmsNamespaceHandler - org.springframework.jms.config のクラス
- JmsNamespaceHandler() - クラス org.springframework.jms.config.JmsNamespaceHandler のコンストラクター
- JmsOperations - org.springframework.jms.core のインターフェース
JMS 操作の基本セットを指定します。
- JmsResourceException(ResourceException) - クラス org.springframework.jms.listener.endpoint. JmsMessageEndpointFactory.JmsResourceException の例外
- JmsResourceHolder - org.springframework.jms.connection のクラス
- JmsResourceHolder() - クラス org.springframework.jms.connection.JmsResourceHolder のコンストラクター
リソースを追加するために開いている新しい JmsResourceHolder を作成します。
- JmsResourceHolder(ConnectionFactory) - クラス org.springframework.jms.connection.JmsResourceHolder のコンストラクター
リソースを追加するために開いている新しい JmsResourceHolder を作成します。
- JmsResourceHolder(Session) - クラス org.springframework.jms.connection.JmsResourceHolder のコンストラクター
指定された JMS セッションの新しい JmsResourceHolder を作成します。
- JmsResourceHolder(Connection, Session) - クラス org.springframework.jms.connection.JmsResourceHolder のコンストラクター
指定された JMS リソースの新しい JmsResourceHolder を作成します。
- JmsResourceHolder(ConnectionFactory, Connection, Session) - クラス org.springframework.jms.connection.JmsResourceHolder のコンストラクター
指定された JMS リソースの新しい JmsResourceHolder を作成します。
- JmsResponse <T> - org.springframework.jms.listener.adapter のクラス
レスポンス自体とともに実際のレスポンス宛先を示すために使用される JMS リスナーメソッドの戻り型。
- JmsResponse(T, Object) - クラス org.springframework.jms.listener.adapter.JmsResponse のコンストラクター
- JmsSecurityException - org.springframework.jms の例外
JMS JMSSecurityException をミラーリングするランタイム例外。
- JmsSecurityException(JMSSecurityException) - クラス org.springframework.jms.JmsSecurityException の例外
- JmsTemplate - org.springframework.jms.core のクラス
同期 JMS アクセスコードを簡略化するヘルパークラス。
- JmsTemplate() - クラス org.springframework.jms.core.JmsTemplate のコンストラクター
Bean スタイルの使用のために新しい JmsTemplate を作成します。
- JmsTemplate(ConnectionFactory) - クラス org.springframework.jms.core.JmsTemplate のコンストラクター
ConnectionFactory を指定して、新しい JmsTemplate を作成します。
- JmsTransactionManager - org.springframework.jms.connection のクラス
- JmsTransactionManager() - クラス org.springframework.jms.connection.JmsTransactionManager のコンストラクター
Bean スタイルの使用のために新しい JmsTransactionManager を作成します。
- JmsTransactionManager(ConnectionFactory) - クラス org.springframework.jms.connection.JmsTransactionManager のコンストラクター
ConnectionFactory を指定して、新しい JmsTransactionManager を作成します。
- JmsUtils - org.springframework.jms.support のクラス
JMS を操作するための汎用ユーティリティメソッド。
- JmsUtils() - クラス org.springframework.jms.support.JmsUtils のコンストラクター
- JmxAttributeSource - org.springframework.jmx.export.metadata のインターフェース
管理対象リソースのクラスからソースレベルのメタデータを読み取るために MetadataMBeanInfoAssembler
によって使用されるインターフェース。
- JmxException - org.springframework.jmx の例外
JMX エラーでスローされる一般的な基本例外。
- JmxException(String) - クラス org.springframework.jmx.JmxException の例外
JmxException のコンストラクター。
- JmxException(String, Throwable) - クラス org.springframework.jmx.JmxException の例外
JmxException のコンストラクター。
- JmxMetadataUtils - org.springframework.jmx.export.metadata のクラス
Spring JMX メタデータをプレーンな JMX メタデータに変換するためのユーティリティメソッド。
- JmxMetadataUtils() - クラス org.springframework.jmx.export.metadata.JmxMetadataUtils のコンストラクター
- JmxUtils - org.springframework.jmx.support のクラス
Spring JMX をサポートする汎用ユーティリティメソッドのコレクション。
- JmxUtils() - クラス org.springframework.jmx.support.JmxUtils のコンストラクター
- JNDI_PROPERTY_SOURCE_NAME - クラス org.springframework.web.context.support.StandardServletEnvironment の静的変数
JNDI プロパティソース名: 「jndiProperties」。
- JndiAccessor - org.springframework.jndi のクラス
「jndiTemplate」および「jndiEnvironment」Bean プロパティを提供する、JNDI アクセサーの便利なスーパークラス。
- JndiAccessor() - クラス org.springframework.jndi.JndiAccessor のコンストラクター
- JndiCallback <T> - org.springframework.jndi のインターフェース
JNDI コンテキストで操作(ルックアップなど)を実行する必要のあるクラスによって実装されるコールバックインターフェース。
- JndiDataSourceLookup - org.springframework.jdbc.datasource.lookup のクラス
- JndiDataSourceLookup() - クラス org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup のコンストラクター
- JndiDestinationResolver - org.springframework.jms.support.destination のクラス
- JndiDestinationResolver() - クラス org.springframework.jms.support.destination.JndiDestinationResolver のコンストラクター
- JndiLocatorDelegate - org.springframework.jndi のクラス
- JndiLocatorDelegate() - クラス org.springframework.jndi.JndiLocatorDelegate のコンストラクター
- JndiLocatorSupport - org.springframework.jndi のクラス
任意の数の JNDI オブジェクトを見つけることができるクラスの便利なスーパークラス。
- JndiLocatorSupport() - クラス org.springframework.jndi.JndiLocatorSupport のコンストラクター
- JndiLookupFailureException - org.springframework.jndi の例外
- JndiLookupFailureException(String, NamingException) - クラス org.springframework.jndi.JndiLookupFailureException の例外
指定された JNDI NamingException をラップして、新しい JndiLookupFailureException を作成します。
- JndiObjectFactoryBean - org.springframework.jndi のクラス
- JndiObjectFactoryBean() - クラス org.springframework.jndi.JndiObjectFactoryBean のコンストラクター
- JndiObjectLocator - org.springframework.jndi のクラス
JNDI ベースのサービスロケーターの便利なスーパークラスで、特定の JNDI リソースの構成可能なルックアップを提供します。
- JndiObjectLocator() - クラス org.springframework.jndi.JndiObjectLocator のコンストラクター
- JndiObjectTargetSource - org.springframework.jndi のクラス
- JndiObjectTargetSource() - クラス org.springframework.jndi.JndiObjectTargetSource のコンストラクター
- JndiPropertySource - org.springframework.jndi のクラス
- JndiPropertySource(String) - クラス org.springframework.jndi.JndiPropertySource のコンストラクター
指定された名前で新しい
JndiPropertySource
を作成し、任意の名前の前に「java:comp/env /」を付けるように構成された
JndiLocatorDelegate
を作成します。
- JndiPropertySource(String, JndiLocatorDelegate) - クラス org.springframework.jndi.JndiPropertySource のコンストラクター
指定された名前と指定された JndiLocatorDelegate
で新しい JndiPropertySource
を作成します。
- JndiRmiClientInterceptor - org.springframework.remoting.rmi のクラス
- JndiRmiClientInterceptor() - クラス org.springframework.remoting.rmi.JndiRmiClientInterceptor のコンストラクター
- JndiRmiProxyFactoryBean - org.springframework.remoting.rmi のクラス
- JndiRmiProxyFactoryBean() - クラス org.springframework.remoting.rmi.JndiRmiProxyFactoryBean のコンストラクター
- JndiRmiServiceExporter - org.springframework.remoting.rmi のクラス
RMI サービスを JNDI にバインドするサービスエクスポーター。
- JndiRmiServiceExporter() - クラス org.springframework.remoting.rmi.JndiRmiServiceExporter のコンストラクター
- JndiTemplate - org.springframework.jndi のクラス
JNDI 操作を単純化するヘルパークラス。
- JndiTemplate() - クラス org.springframework.jndi.JndiTemplate のコンストラクター
新しい JndiTemplate インスタンスを作成します。
- JndiTemplate(Properties) - クラス org.springframework.jndi.JndiTemplate のコンストラクター
指定された環境を使用して、新しい JndiTemplate インスタンスを作成します。
- JndiTemplateEditor - org.springframework.jndi のクラス
JndiTemplate オブジェクトのプロパティエディター。
- JndiTemplateEditor() - クラス org.springframework.jndi.JndiTemplateEditor のコンストラクター
- JobDetailFactoryBean - org.springframework.scheduling.quartz のクラス
- JobDetailFactoryBean() - クラス org.springframework.scheduling.quartz.JobDetailFactoryBean のコンストラクター
- JobMethodInvocationFailedException - org.springframework.scheduling.quartz の例外
ターゲットメソッドからスローされた例外をラップする未チェックの例外。
- JobMethodInvocationFailedException(MethodInvoker, Throwable) - クラス org.springframework.scheduling.quartz.JobMethodInvocationFailedException の例外
JobMethodInvocationFailedException のコンストラクター。
- JodaDateTimeFormatAnnotationFormatterFactory - org.springframework.format.datetime.joda のクラス
- JodaDateTimeFormatAnnotationFormatterFactory() - クラス org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory のコンストラクター
- JodaTimeContext - org.springframework.format.datetime.joda のクラス
ユーザーの年表(カレンダーシステム)やタイムゾーンなど、ユーザー固有の Joda-Time 設定を保持するコンテキスト。
- JodaTimeContext() - クラス org.springframework.format.datetime.joda.JodaTimeContext のコンストラクター
- JodaTimeContextHolder - org.springframework.format.datetime.joda のクラス
- JodaTimeFormatterRegistrar - org.springframework.format.datetime.joda のクラス
Spring で使用するように Joda-Time のフォーマットシステムを構成します。
- JodaTimeFormatterRegistrar() - クラス org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar のコンストラクター
- join(List<? extends DataBuffer>) - インターフェース org.springframework.core.io.buffer.DataBufferFactory のメソッド
一緒に結合された dataBuffers
要素で構成される新しい DataBuffer
を返します。
- join(Publisher<? extends DataBuffer>) - クラス org.springframework.core.io.buffer.DataBufferUtils の静的メソッド
指定された dataBuffers
要素を結合して構成される新しい DataBuffer
を返します。
- join(Publisher<? extends DataBuffer>, int) - クラス org.springframework.core.io.buffer.DataBufferUtils の静的メソッド
- join(List<? extends DataBuffer>) - クラス org.springframework.core.io.buffer.DefaultDataBufferFactory のメソッド
一緒に結合された dataBuffers
要素で構成される新しい DataBuffer
を返します。
- join(List<? extends DataBuffer>) - クラス org.springframework.core.io.buffer.NettyDataBufferFactory のメソッド
一緒に結合された dataBuffers
要素で構成される新しい DataBuffer
を返します。
- JOIN_POINT_KEY - クラス org.springframework.aop.aspectj.AbstractAspectJAdvice の静的変数
現在のジョインポイントの ReflectiveMethodInvocation userAttributes マップで使用されるキー。
- Joinpoint - org.aopalliance.intercept のインターフェース
このインターフェースは、(AOP 用語では)一般的なランタイムジョインポイントを表します。
- JOptCommandLinePropertySource - org.springframework.core.env のクラス
- JOptCommandLinePropertySource(OptionSet) - クラス org.springframework.core.env.JOptCommandLinePropertySource のコンストラクター
デフォルトの名前を持ち、指定された OptionSet
に基づく新しい JOptCommandLinePropertySource
を作成します。
- JOptCommandLinePropertySource(String, OptionSet) - クラス org.springframework.core.env.JOptCommandLinePropertySource のコンストラクター
指定された名前を持ち、指定された OptionSet
に基づく新しい JOptCommandLinePropertySource
を作成します。
- JpaDialect - org.springframework.orm.jpa のインターフェース
基盤となる JDBC 接続へのアクセスなど、標準の JPA 2.1 が提供しない特定の機能をカプセル化する SPI 戦略。
- JpaObjectRetrievalFailureException - org.springframework.orm.jpa の例外
ObjectRetrievalFailureException の JPA 固有のサブクラス。
- JpaObjectRetrievalFailureException(EntityNotFoundException) - クラス org.springframework.orm.jpa.JpaObjectRetrievalFailureException の例外
- JpaOptimisticLockingFailureException - org.springframework.orm.jpa の例外
ObjectOptimisticLockingFailureException の JPA 固有のサブクラス。
- JpaOptimisticLockingFailureException(OptimisticLockException) - クラス org.springframework.orm.jpa.JpaOptimisticLockingFailureException の例外
- JpaSystemException - org.springframework.orm.jpa の例外
UncategorizedDataAccessException の JPA 固有のサブクラス。具体的な org.springframework.dao
例外と一致しない JPA システムエラー用。
- JpaSystemException(RuntimeException) - クラス org.springframework.orm.jpa.JpaSystemException の例外
- JpaTransactionManager - org.springframework.orm.jpa のクラス
- JpaTransactionManager() - クラス org.springframework.orm.jpa.JpaTransactionManager のコンストラクター
新しい JpaTransactionManager インスタンスを作成します。
- JpaTransactionManager(EntityManagerFactory) - クラス org.springframework.orm.jpa.JpaTransactionManager のコンストラクター
新しい JpaTransactionManager インスタンスを作成します。
- JpaVendorAdapter - org.springframework.orm.jpa のインターフェース
ベンダー固有の動作を Spring の EntityManagerFactory クリエーターにプラグインできる SPI インターフェース。
- json() - クラス org.springframework.http.converter.json. Jackson2ObjectMapperBuilder の静的メソッド
- json(String) - クラス org.springframework.test.web.client.match.ContentRequestMatchers のメソッド
期待される文字列と実際の文字列を JSON として解析し、2 つが「類似している」ことを表明します。
- json(String, boolean) - クラス org.springframework.test.web.client.match.ContentRequestMatchers のメソッド
リクエストの本文と指定された文字列を JSON として解析し、2 つが「類似している」ことを表明します。
- json(String) - インターフェース org.springframework.test.web.reactive.server. WebTestClient.BodyContentSpec のメソッド
予想されるレスポンスコンテンツと実際のレスポンスコンテンツを JSON として解析し、同じ属性と値のペアを検証する「寛大な」比較を実行します。
- json(String) - クラス org.springframework.test.web.servlet.result.ContentResultMatchers のメソッド
期待される文字列と実際の文字列を JSON として解析し、2 つが「類似している」ことを表明します。
- json(String, boolean) - クラス org.springframework.test.web.servlet.result.ContentResultMatchers のメソッド
レスポンスコンテンツと指定された文字列を JSON として解析し、2 つが「類似している」ことを表明します。
- JSON_VIEW_HINT - クラス org.springframework.http.codec.json. Jackson2CodecSupport の静的変数
Class
SE であることが期待される値でエンコードまたはデコードするための「JSON ビュー」を指定するためのヒントのキー。
- JsonbHttpMessageConverter - org.springframework.http.converter.json のクラス
- JsonbHttpMessageConverter() - クラス org.springframework.http.converter.json.JsonbHttpMessageConverter のコンストラクター
デフォルトの構成で新しい JsonbHttpMessageConverter
を構築します。
- JsonbHttpMessageConverter(JsonbConfig) - クラス org.springframework.http.converter.json.JsonbHttpMessageConverter のコンストラクター
指定された構成で新しい JsonbHttpMessageConverter
を構築します。
- JsonbHttpMessageConverter(Jsonb) - クラス org.springframework.http.converter.json.JsonbHttpMessageConverter のコンストラクター
指定されたデリゲートで新しい JsonbHttpMessageConverter
を構築します。
- JsonExpectationsHelper - org.springframework.test.util のクラス
JSON コンテンツのアサーション用のヘルパークラス。
- JsonExpectationsHelper() - クラス org.springframework.test.util.JsonExpectationsHelper のコンストラクター
- jsonPath(String, Object...) - クラス org.springframework.test.web.client.match.MockRestRequestMatchers の静的メソッド
JsonPath 式を使用してボディマッチャーをリクエストして、ボディの特定のサブセットをインスペクションするためのアクセス。
- jsonPath(String, Matcher<T>) - クラス org.springframework.test.web.client.match.MockRestRequestMatchers の静的メソッド
JsonPath 式を使用してボディの特定のサブセットをインスペクションし、JSON パスで見つかった値をアサートするための Hamcrest 一致を使用して、ボディマッチャーをリクエストするアクセス。
- jsonPath(String, Object...) - インターフェース org.springframework.test.web.reactive.server. WebTestClient.BodyContentSpec のメソッド
JsonPath 式を使用して
本文の特定のサブセットをインスペクションするレスポンス本文のアサーションへのアクセス。
- jsonPath(String, Object...) - クラス org.springframework.test.web.servlet.result.MockMvcResultMatchers の静的メソッド
JsonPath 式を使用して
本文の特定のサブセットをインスペクションするレスポンス本文のアサーションへのアクセス。
- jsonPath(String, Matcher<T>) - クラス org.springframework.test.web.servlet.result.MockMvcResultMatchers の静的メソッド
- jsonPath(String, Matcher<T>, Class<T>) - クラス org.springframework.test.web.servlet.result.MockMvcResultMatchers の静的メソッド
指定された
JsonPath 式をレスポンス本体に対して評価し、結果の値を指定された Hamcrest
Matcher
でアサートし、結果の値を指定されたターゲットタイプに強制してからマッチャーを適用します。
- JsonPathAssertions - org.springframework.test.web.reactive.server のクラス
- JsonPathExpectationsHelper - org.springframework.test.util のクラス
JSON パス式を介してアサーションを適用するためのヘルパークラス。
- JsonPathExpectationsHelper(String, Object...) - クラス org.springframework.test.util.JsonPathExpectationsHelper のコンストラクター
新しい JsonPathExpectationsHelper
を作成します。
- JsonPathRequestMatchers - org.springframework.test.web.client.match のクラス
- JsonPathRequestMatchers(String, Object...) - クラス org.springframework.test.web.client.match.JsonPathRequestMatchers のコンストラクター
保護されたコンストラクター。
- JsonPathResultMatchers - org.springframework.test.web.servlet.result のクラス
- JsonPathResultMatchers(String, Object...) - クラス org.springframework.test.web.servlet.result.JsonPathResultMatchers のコンストラクター
保護されたコンストラクター。
- JsonViewRequestBodyAdvice - org.springframework.web.servlet.mvc.method.annotation のクラス
Spring MVC
@HttpEntity
または
@RequestBody
メソッドパラメーターで宣言された Jackson の
@JsonView
アノテーションのサポートを追加する
RequestBodyAdvice
実装。
- JsonViewRequestBodyAdvice() - クラス org.springframework.web.servlet.mvc.method.annotation.JsonViewRequestBodyAdvice のコンストラクター
- JsonViewResponseBodyAdvice - org.springframework.web.servlet.mvc.method.annotation のクラス
Spring MVC
@RequestMapping
または
@ExceptionHandler
メソッドで宣言された Jackson の
@JsonView
アノテーションのサポートを追加する
ResponseBodyAdvice
実装。
- JsonViewResponseBodyAdvice() - クラス org.springframework.web.servlet.mvc.method.annotation.JsonViewResponseBodyAdvice のコンストラクター
- jsp() - クラス org.springframework.web.servlet.config.annotation.ViewResolverRegistry のメソッド
「/WEB-INF/」のデフォルトビュー名プレフィックスと「.jsp」のデフォルトサフィックスを使用して、JSP ビューリゾルバーを登録します。
- jsp(String, String) - クラス org.springframework.web.servlet.config.annotation.ViewResolverRegistry のメソッド
指定した接頭辞と接尾辞を使用して、JSP ビューリゾルバーを登録します。
- JspAwareRequestContext - org.springframework.web.servlet.support のクラス
RequestContext の JSP 対応(および JSTL 対応)サブクラス。javax.servlet.jsp.PageContext
からのコンテキストの生成を可能にします。
- JspAwareRequestContext(PageContext) - クラス org.springframework.web.servlet.support.JspAwareRequestContext のコンストラクター
エラー検索のリクエスト属性を使用して、指定されたページコンテキストの新しい JspAwareRequestContext を作成します。
- JspAwareRequestContext(PageContext, Map<String, Object>) - クラス org.springframework.web.servlet.support.JspAwareRequestContext のコンストラクター
エラーの取得に指定されたモデル属性を使用して、指定されたページコンテキストの新しい JspAwareRequestContext を作成します。
- JSR - インターフェース org.springframework.asm.Opcodes の静的変数
- Jsr310DateTimeFormatAnnotationFormatterFactory - org.springframework.format.datetime.standard のクラス
JDK 8 の JSR-310
java.time
パッケージを使用して、
DateTimeFormat
アノテーションが付けられたフィールドをフォーマットします。
- Jsr310DateTimeFormatAnnotationFormatterFactory() - クラス org.springframework.format.datetime.standard. Jsr310DateTimeFormatAnnotationFormatterFactory のコンストラクター
- Jsr330ScopeMetadataResolver - org.springframework.context.annotation のクラス
- Jsr330ScopeMetadataResolver() - クラス org.springframework.context.annotation. Jsr330ScopeMetadataResolver のコンストラクター
- Jsr354NumberFormatAnnotationFormatterFactory - org.springframework.format.number.money のクラス
Spring の一般的な
NumberFormat
アノテーションが付けられた
MonetaryAmount
フィールドをフォーマットします。
- Jsr354NumberFormatAnnotationFormatterFactory() - クラス org.springframework.format.number.money. Jsr354NumberFormatAnnotationFormatterFactory のコンストラクター
- jstlPresent - クラス org.springframework.web.servlet.support.RequestContext の静的変数
- JstlUtils - org.springframework.web.servlet.support のクラス
JSTL ビューを準備するため、特に JSTL ローカライゼーションコンテキストを公開するためのヘルパークラス。
- JstlUtils() - クラス org.springframework.web.servlet.support.JstlUtils のコンストラクター
- JstlView - org.springframework.web.servlet.view のクラス
- JstlView() - クラス org.springframework.web.servlet.view.JstlView のコンストラクター
Bean として使用するコンストラクター。
- JstlView(String) - クラス org.springframework.web.servlet.view.JstlView のコンストラクター
指定された URL で新しい JstlView を作成します。
- JstlView(String, MessageSource) - クラス org.springframework.web.servlet.view.JstlView のコンストラクター
指定された URL で新しい JstlView を作成します。
- JTA_TRANSACTION_ASPECT_BEAN_NAME - クラス org.springframework.transaction.config.TransactionManagementConfigUtils の静的変数
内部で管理されている JTA トランザクションアスペクトの Bean 名(mode == ASPECTJ の場合に使用)。
- JTA_TRANSACTION_ASPECT_CLASS_NAME - クラス org.springframework.transaction.config.TransactionManagementConfigUtils の静的変数
AspectJ トランザクション管理アスペクトのクラス名。
- JTA_TRANSACTION_ASPECT_CONFIGURATION_CLASS_NAME - クラス org.springframework.transaction.config.TransactionManagementConfigUtils の静的変数
JTA の AspectJ トランザクション管理 @Configuration
クラスの名前。
- JtaAfterCompletionSynchronization - org.springframework.transaction.jta のクラス
- JtaAfterCompletionSynchronization(List<TransactionSynchronization>) - クラス org.springframework.transaction.jta.JtaAfterCompletionSynchronization のコンストラクター
指定された同期オブジェクトの新しい JtaAfterCompletionSynchronization を作成します。
- JtaTransactionAnnotationParser - org.springframework.transaction.annotation のクラス
- JtaTransactionAnnotationParser() - クラス org.springframework.transaction.annotation.JtaTransactionAnnotationParser のコンストラクター
- jtaTransactionAspect() - クラス org.springframework.transaction.aspectj.AspectJJtaTransactionManagementConfiguration のメソッド
- JtaTransactionManager - org.springframework.transaction.jta のクラス
- JtaTransactionManager() - クラス org.springframework.transaction.jta.JtaTransactionManager のコンストラクター
Bean として構成する新しい JtaTransactionManager インスタンスを作成します。
- JtaTransactionManager(UserTransaction) - クラス org.springframework.transaction.jta.JtaTransactionManager のコンストラクター
新しい JtaTransactionManager インスタンスを作成します。
- JtaTransactionManager(UserTransaction, TransactionManager) - クラス org.springframework.transaction.jta.JtaTransactionManager のコンストラクター
新しい JtaTransactionManager インスタンスを作成します。
- JtaTransactionManager(TransactionManager) - クラス org.springframework.transaction.jta.JtaTransactionManager のコンストラクター
新しい JtaTransactionManager インスタンスを作成します。
- JtaTransactionManagerBeanDefinitionParser - org.springframework.transaction.config のクラス
<tx:jta-transaction-manager /> XML 構成要素のパーサー。WebLogic および WebSphere サーバーを自動検出し、対応する
JtaTransactionManager
サブクラスを公開します。
- JtaTransactionManagerBeanDefinitionParser() - クラス org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser のコンストラクター
- JtaTransactionManagerFactoryBean - org.springframework.transaction.config のクラス
- JtaTransactionManagerFactoryBean() - クラス org.springframework.transaction.config.JtaTransactionManagerFactoryBean のコンストラクター
- JtaTransactionObject - org.springframework.transaction.jta のクラス
- JtaTransactionObject(UserTransaction) - クラス org.springframework.transaction.jta.JtaTransactionObject のコンストラクター
指定された JTA UserTransaction の新しい JtaTransactionObject を作成します。