インデックス
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 直列化された形式
K
- keepAliveSeconds(int) - クラス org.springframework.messaging.simp.config のメソッド。TaskExecutorRegistration
- スレッドが終了する前にアイドル状態を維持できる時間制限を設定します。
- key() - Element in annotation interface org.springframework.cache.annotation.Cacheable
- キーを動的に計算するための Spring Expression Language(SpEL)式。
- key() - Element in annotation interface org.springframework.cache.annotation.CacheEvict
- キーを動的に計算するための Spring Expression Language(SpEL)式。
- key() - Element in annotation interface org.springframework.cache.annotation.CachePut
- キーを動的に計算するための Spring Expression Language(SpEL)式。
- key() - クラス org.springframework.context.i18n のメソッド。LocaleContextThreadLocalAccessor
- key() - クラス org.springframework.web.context.request のメソッド。RequestAttributesThreadLocalAccessor
- KEY - Static variable in class org.springframework.context.i18n.LocaleContextThreadLocalAccessor
- このアクセサーが
ContextRegistry
に登録されるキー。 - KEY - Static variable in class org.springframework.web.context.request.RequestAttributesThreadLocalAccessor
- このアクセサーが
ContextRegistry
に登録されるキー。 - KEY_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- KEY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- KEY_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- KEY_TYPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- keyDeserializerInstance(DeserializationConfig, Annotated, Class<?>) - クラス org.springframework.http.converter.json のメソッド。SpringHandlerInstantiator
- KeyFactory - org.springframework.cglib.core のクラス
- マップやセットなどで使用するために、多値キーを処理するクラスを生成します。
- KeyFactory() - クラス org.springframework.cglib.core. KeyFactory のコンストラクター
- KeyFactory.Generator - org.springframework.cglib.core のクラス
- KeyFactoryCustomizer - Interface in org.springframework.cglib.core
KeyFactory
のカスタマイザー向けのマーカーインターフェース- keyGenerator - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
- keyGenerator() - Element in annotation interface org.springframework.cache.annotation.Cacheable
- 使用するカスタム
KeyGenerator
の Bean 名。 - keyGenerator() - Element in annotation interface org.springframework.cache.annotation.CacheConfig
- クラスに使用するデフォルトの
KeyGenerator
の Bean 名。 - keyGenerator() - Element in annotation interface org.springframework.cache.annotation.CacheEvict
- 使用するカスタム
KeyGenerator
の Bean 名。 - keyGenerator() - Element in annotation interface org.springframework.cache.annotation.CachePut
- 使用するカスタム
KeyGenerator
の Bean 名。 - keyGenerator() - インターフェース org.springframework.cache.annotation のメソッド。CachingConfigurer
- アノテーション駆動型キャッシュ管理に使用するキージェネレーター Bean を返します。
- keyGenerator() - クラス org.springframework.cache.annotation のメソッド。CachingConfigurerSupport
- 使用すべきではありません。
- KeyGenerator - Interface in org.springframework.cache.interceptor
- キャッシュキージェネレーター。
- KeyHolder - Interface in org.springframework.jdbc.support
- キーを取得するためのインターフェース。通常、JDBC 挿入ステートメントによって返される可能性がある自動生成キーに使用されます。
- keyMapper - Variable in class org.springframework.cglib.core.internal.LoadingCache
- KeyNamingStrategy - org.springframework.jmx.export.naming のクラス
MBeanExporter
に渡された "beans" マップで使用されるキーからObjectName
インスタンスを構築するObjectNamingStrategy
実装。- KeyNamingStrategy() - クラス org.springframework.jmx.export.naming. KeyNamingStrategy のコンストラクター
- keys - Variable in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyTokenHolder
- keySet() - Method in class org.springframework.http.HttpHeaders
- ヘッダー名の
Set
SE ビューを返します。 - keySet() - クラス org.springframework.http.support のメソッド。HttpComponentsHeadersAdapter
- keySet() - クラス org.springframework.http.support のメソッド。JettyHeadersAdapter
- keySet() - クラス org.springframework.http.support のメソッド。Netty4HeadersAdapter
- keySet() - クラス org.springframework.http.support のメソッド。Netty5HeadersAdapter
- keySet() - Method in class org.springframework.messaging.MessageHeaders
- keySet() - クラス org.springframework.messaging.simp.stomp のメソッド。StompHeaders
- keySet() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- keySet() - Method in class org.springframework.util.MultiValueMapAdapter
- keySet() - クラス org.springframework.web.socket のメソッド。WebSocketHttpHeaders
- KILOBYTES - Enum constant in enum class org.springframework.util.unit.DataUnit
- キロバイト。接尾辞
KB
で表されます。 - KotlinDetector - Class in org.springframework.core
- Kotlin の存在を検出し、Kotlin 型を識別するための共通デリゲート。
- KotlinDetector() - Constructor for class org.springframework.core.KotlinDetector
- KotlinReflectionParameterNameDiscoverer - Class in org.springframework.core
- Kotlin の反射機能を使用してパラメーター名をイントロスペクトする
ParameterNameDiscoverer
実装。 - KotlinReflectionParameterNameDiscoverer() - Constructor for class org.springframework.core.KotlinReflectionParameterNameDiscoverer
- KotlinSerializationBinaryDecoder< T extends kotlinx.serialization.BinaryFormat> - Class in org.springframework.http.codec
- Kotlin バイナリシリアライザーに従う
Decoder
実装の抽象基本クラス。 - KotlinSerializationBinaryDecoder(T, MimeType...) - クラス org.springframework.http.codec. KotlinSerializationBinaryDecoder のコンストラクター
- KotlinSerializationBinaryEncoder< T extends kotlinx.serialization.BinaryFormat> - Class in org.springframework.http.codec
- Kotlin バイナリシリアライザーに従う
Encoder
実装の抽象基本クラス。 - KotlinSerializationBinaryEncoder(T, MimeType...) - クラス org.springframework.http.codec. KotlinSerializationBinaryEncoder のコンストラクター
- KotlinSerializationBinaryHttpMessageConverter< T extends kotlinx.serialization.BinaryFormat> - Class in org.springframework.http.converter
- Kotlin バイナリシリアライザーに従う
HttpMessageConverter
実装の抽象基本クラス。 - KotlinSerializationBinaryHttpMessageConverter(T, MediaType...) - クラス org.springframework.http.converter. KotlinSerializationBinaryHttpMessageConverter のコンストラクター
- フォーマットとサポートされているメディア型で
KotlinSerializationBinaryHttpMessageConverter
を構築します。 - kotlinSerializationCborDecoder(Decoder<?>) - インターフェース org.springframework.http.codec のメソッド。CodecConfigurer.DefaultCodecs
- デフォルトの Kotlin シリアライゼーション CBOR
Decoder
をオーバーライドします。 - KotlinSerializationCborDecoder - org.springframework.http.codec.cbor のクラス
- バイトストリームを CBOR にデコードし、kotlinx.serialization でオブジェクトに変換します。
- KotlinSerializationCborDecoder() - クラス org.springframework.http.codec.cbor. KotlinSerializationCborDecoder のコンストラクター
- KotlinSerializationCborDecoder(Cbor) - クラス org.springframework.http.codec.cbor. KotlinSerializationCborDecoder のコンストラクター
- kotlinSerializationCborEncoder(Encoder<?>) - インターフェース org.springframework.http.codec のメソッド。CodecConfigurer.DefaultCodecs
- デフォルトの Kotlin シリアライゼーション CBOR
Encoder
をオーバーライドします。 - KotlinSerializationCborEncoder - org.springframework.http.codec.cbor のクラス
- kotlinx.serialization を使用して、
Object
ストリームから CBOR オブジェクトのバイトストリームにエンコードします。 - KotlinSerializationCborEncoder() - クラス org.springframework.http.codec.cbor. KotlinSerializationCborEncoder のコンストラクター
- KotlinSerializationCborEncoder(Cbor) - クラス org.springframework.http.codec.cbor. KotlinSerializationCborEncoder のコンストラクター
- KotlinSerializationCborHttpMessageConverter - org.springframework.http.converter.cbor のクラス
- kotlinx.serialization を使用して CBOR を読み書きできる
HttpMessageConverter
の実装。 - KotlinSerializationCborHttpMessageConverter() - クラス org.springframework.http.converter.cbor. KotlinSerializationCborHttpMessageConverter のコンストラクター
- KotlinSerializationCborHttpMessageConverter(Cbor) - クラス org.springframework.http.converter.cbor. KotlinSerializationCborHttpMessageConverter のコンストラクター
- kotlinSerializationJsonDecoder(Decoder<?>) - インターフェース org.springframework.http.codec のメソッド。CodecConfigurer.DefaultCodecs
- デフォルトの Kotlin 直列化 JSON
Decoder
をオーバーライドします。 - KotlinSerializationJsonDecoder - org.springframework.http.codec.json のクラス
- バイトストリームを JSON にデコードし、kotlinx.serialization を使用してオブジェクトに変換します。
- KotlinSerializationJsonDecoder() - クラス org.springframework.http.codec.json. KotlinSerializationJsonDecoder のコンストラクター
- KotlinSerializationJsonDecoder(Json) - クラス org.springframework.http.codec.json. KotlinSerializationJsonDecoder のコンストラクター
- kotlinSerializationJsonEncoder(Encoder<?>) - インターフェース org.springframework.http.codec のメソッド。CodecConfigurer.DefaultCodecs
- デフォルトの Kotlin 直列化 JSON
Encoder
をオーバーライドします。 - KotlinSerializationJsonEncoder - org.springframework.http.codec.json のクラス
- kotlinx.serialization を使用して、
Object
ストリームから JSON オブジェクトのバイトストリームにエンコードします。 - KotlinSerializationJsonEncoder() - クラス org.springframework.http.codec.json. KotlinSerializationJsonEncoder のコンストラクター
- KotlinSerializationJsonEncoder(Json) - クラス org.springframework.http.codec.json. KotlinSerializationJsonEncoder のコンストラクター
- KotlinSerializationJsonHttpMessageConverter - org.springframework.http.converter.json のクラス
- kotlinx.serialization を使用して JSON を読み書きできる
HttpMessageConverter
の実装。 - KotlinSerializationJsonHttpMessageConverter() - クラス org.springframework.http.converter.json. KotlinSerializationJsonHttpMessageConverter のコンストラクター
- デフォルト構成で新しい
KotlinSerializationJsonHttpMessageConverter
を構築します。 - KotlinSerializationJsonHttpMessageConverter(Json) - クラス org.springframework.http.converter.json. KotlinSerializationJsonHttpMessageConverter のコンストラクター
- カスタム構成で新しい
KotlinSerializationJsonHttpMessageConverter
を構築します。 - KotlinSerializationJsonMessageConverter - org.springframework.messaging.converter のクラス
- kotlinx.serialization を使用して JSON を読み書きできる
MessageConverter
の実装。 - KotlinSerializationJsonMessageConverter() - クラス org.springframework.messaging.converter. KotlinSerializationJsonMessageConverter のコンストラクター
- デフォルトの構成で新しい
KotlinSerializationJsonMessageConverter
を構築します。 - KotlinSerializationJsonMessageConverter(Json) - クラス org.springframework.messaging.converter. KotlinSerializationJsonMessageConverter のコンストラクター
- 指定されたデリゲートで新しい
KotlinSerializationJsonMessageConverter
を構築します。 - kotlinSerializationProtobufDecoder(Decoder<?>) - インターフェース org.springframework.http.codec のメソッド。CodecConfigurer.DefaultCodecs
- デフォルトの Kotlin Serialization Protobuf
Decoder
をオーバーライドします。 - KotlinSerializationProtobufDecoder - org.springframework.http.codec.protobuf のクラス
- バイトストリームをプロトコルバッファにデコードし、kotlinx.serialization でオブジェクトに変換します。
- KotlinSerializationProtobufDecoder() - クラス org.springframework.http.codec.protobuf. KotlinSerializationProtobufDecoder のコンストラクター
- KotlinSerializationProtobufDecoder(ProtoBuf) - クラス org.springframework.http.codec.protobuf. KotlinSerializationProtobufDecoder のコンストラクター
- kotlinSerializationProtobufEncoder(Encoder<?>) - インターフェース org.springframework.http.codec のメソッド。CodecConfigurer.DefaultCodecs
- デフォルトの Kotlin Serialization Protobuf
Encoder
をオーバーライドします。 - KotlinSerializationProtobufEncoder - org.springframework.http.codec.protobuf のクラス
- バイトストリームをプロトコルバッファにデコードし、kotlinx.serialization でオブジェクトに変換します。
- KotlinSerializationProtobufEncoder() - クラス org.springframework.http.codec.protobuf. KotlinSerializationProtobufEncoder のコンストラクター
- KotlinSerializationProtobufEncoder(ProtoBuf) - クラス org.springframework.http.codec.protobuf. KotlinSerializationProtobufEncoder のコンストラクター
- KotlinSerializationProtobufHttpMessageConverter - org.springframework.http.converter.protobuf のクラス
- kotlinx.serialization を使用してプロトコルバッファを読み書きできる
HttpMessageConverter
の実装。 - KotlinSerializationProtobufHttpMessageConverter() - クラス org.springframework.http.converter.protobuf. KotlinSerializationProtobufHttpMessageConverter のコンストラクター
- KotlinSerializationProtobufHttpMessageConverter(ProtoBuf) - クラス org.springframework.http.converter.protobuf. KotlinSerializationProtobufHttpMessageConverter のコンストラクター
- KotlinSerializationStringDecoder< T extends kotlinx.serialization.StringFormat> - Class in org.springframework.http.codec
- Kotlin 文字列シリアライザーに従う
Decoder
実装の抽象基本クラス。 - KotlinSerializationStringDecoder(T, MimeType...) - クラス org.springframework.http.codec. KotlinSerializationStringDecoder のコンストラクター
- KotlinSerializationStringEncoder< T extends kotlinx.serialization.StringFormat> - Class in org.springframework.http.codec
- Kotlin 文字列シリアライザーに従う
Encoder
実装の抽象基本クラス。 - KotlinSerializationStringEncoder(T, MimeType...) - クラス org.springframework.http.codec. KotlinSerializationStringEncoder のコンストラクター
- KotlinSerializationStringHttpMessageConverter< T extends kotlinx.serialization.StringFormat> - Class in org.springframework.http.converter
- Kotlin 文字列シリアライザーに従う
HttpMessageConverter
実装の抽象基本クラス。 - KotlinSerializationStringHttpMessageConverter(T, MediaType...) - クラス org.springframework.http.converter. KotlinSerializationStringHttpMessageConverter のコンストラクター
- フォーマットとサポートされているメディア型で
KotlinSerializationStringHttpMessageConverter
を構築します。 - KotlinSerializationSupport< T extends kotlinx.serialization.SerialFormat> - Class in org.springframework.http.codec
- Kotlin 直列化によるエンコードとデコードのサポートメソッドを提供する基本クラス。
- KotlinSerializationSupport(T, MimeType...) - クラス org.springframework.http.codec. KotlinSerializationSupport のコンストラクター
- 指定された形式とサポートされている MIME 型を使用して、このサポートクラスの新しいインスタンスを作成します。
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 直列化された形式