Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
K
- keepAliveSeconds(int) - Method in class org.springframework.messaging.simp.config.TaskExecutorRegistration
- 
Set the time limit for which threads may remain idle before being terminated.
- key() - Element in annotation interface org.springframework.cache.annotation.Cacheable
- 
Spring Expression Language (SpEL) expression for computing the key dynamically.
- key() - Element in annotation interface org.springframework.cache.annotation.CacheEvict
- 
Spring Expression Language (SpEL) expression for computing the key dynamically.
- key() - Element in annotation interface org.springframework.cache.annotation.CachePut
- 
Spring Expression Language (SpEL) expression for computing the key dynamically.
- key() - Method in class org.springframework.context.i18n.LocaleContextThreadLocalAccessor
- key() - Method in class org.springframework.web.context.request.RequestAttributesThreadLocalAccessor
- KEY - Static variable in class org.springframework.context.i18n.LocaleContextThreadLocalAccessor
- 
Key under which this accessor is registered inContextRegistry.
- KEY - Static variable in class org.springframework.web.context.request.RequestAttributesThreadLocalAccessor
- 
Key under which this accessor is registered inContextRegistry.
- 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<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
- KeyFactory - Class in org.springframework.cglib.core
- 
Generates classes to handle multi-valued keys, for use in things such as Maps and Sets.
- KeyFactory() - Constructor for class org.springframework.cglib.core.KeyFactory
- KeyFactory.Generator - Class in org.springframework.cglib.core
- KeyFactoryCustomizer - Interface in org.springframework.cglib.core
- 
Marker interface for customizers ofKeyFactory
- keyGenerator - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
- keyGenerator() - Element in annotation interface org.springframework.cache.annotation.Cacheable
- 
The bean name of the customKeyGeneratorto use.
- keyGenerator() - Element in annotation interface org.springframework.cache.annotation.CacheConfig
- 
The bean name of the defaultKeyGeneratorto use for the class.
- keyGenerator() - Element in annotation interface org.springframework.cache.annotation.CacheEvict
- 
The bean name of the customKeyGeneratorto use.
- keyGenerator() - Element in annotation interface org.springframework.cache.annotation.CachePut
- 
The bean name of the customKeyGeneratorto use.
- keyGenerator() - Method in interface org.springframework.cache.annotation.CachingConfigurer
- 
Return the key generator bean to use for annotation-driven cache management.
- keyGenerator() - Method in class org.springframework.cache.annotation.CachingConfigurerSupport
- 
Deprecated.
- KeyGenerator - Interface in org.springframework.cache.interceptor
- 
Cache key generator.
- KeyHolder - Interface in org.springframework.jdbc.support
- 
Interface for retrieving keys, typically used for auto-generated keys as potentially returned by JDBC insert statements.
- keyMapper - Variable in class org.springframework.cglib.core.internal.LoadingCache
- KeyNamingStrategy - Class in org.springframework.jmx.export.naming
- 
ObjectNamingStrategyimplementation that buildsObjectNameinstances from the key used in the "beans" map passed toMBeanExporter.
- KeyNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.KeyNamingStrategy
- keys - Variable in class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyTokenHolder
- keySet() - Method in class org.springframework.http.HttpHeaders
- 
Return aSetview of header names.
- keySet() - Method in class org.springframework.http.support.HttpComponentsHeadersAdapter
- keySet() - Method in class org.springframework.http.support.JettyHeadersAdapter
- keySet() - Method in class org.springframework.http.support.Netty4HeadersAdapter
- keySet() - Method in class org.springframework.http.support.Netty5HeadersAdapter
- keySet() - Method in class org.springframework.messaging.MessageHeaders
- keySet() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
- keySet() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- keySet() - Method in class org.springframework.util.MultiValueMapAdapter
- keySet() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
- KILOBYTES - Enum constant in enum class org.springframework.util.unit.DataUnit
- 
Kilobytes, represented by suffixKB.
- KotlinDetector - Class in org.springframework.core
- 
A common delegate for detecting Kotlin's presence and for identifying Kotlin types.
- KotlinDetector() - Constructor for class org.springframework.core.KotlinDetector
- KotlinReflectionParameterNameDiscoverer - Class in org.springframework.core
- 
ParameterNameDiscovererimplementation which uses Kotlin's reflection facilities for introspecting parameter names.
- KotlinReflectionParameterNameDiscoverer() - Constructor for class org.springframework.core.KotlinReflectionParameterNameDiscoverer
- KotlinSerializationBinaryDecoder<T extends kotlinx.serialization.BinaryFormat> - Class in org.springframework.http.codec
- 
Abstract base class forDecoderimplementations that defer to Kotlin binary serializers.
- KotlinSerializationBinaryDecoder(T, MimeType...) - Constructor for class org.springframework.http.codec.KotlinSerializationBinaryDecoder
- KotlinSerializationBinaryEncoder<T extends kotlinx.serialization.BinaryFormat> - Class in org.springframework.http.codec
- 
Abstract base class forEncoderimplementations that defer to Kotlin binary serializers.
- KotlinSerializationBinaryEncoder(T, MimeType...) - Constructor for class org.springframework.http.codec.KotlinSerializationBinaryEncoder
- KotlinSerializationBinaryHttpMessageConverter<T extends kotlinx.serialization.BinaryFormat> - Class in org.springframework.http.converter
- 
Abstract base class forHttpMessageConverterimplementations that defer to Kotlin binary serializers.
- KotlinSerializationBinaryHttpMessageConverter(T, MediaType...) - Constructor for class org.springframework.http.converter.KotlinSerializationBinaryHttpMessageConverter
- 
Construct anKotlinSerializationBinaryHttpMessageConverterwith format and supported media types.
- kotlinSerializationCborDecoder(Decoder<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default Kotlin Serialization CBORDecoder.
- KotlinSerializationCborDecoder - Class in org.springframework.http.codec.cbor
- 
Decode a byte stream into CBOR and convert to Objects with kotlinx.serialization.
- KotlinSerializationCborDecoder() - Constructor for class org.springframework.http.codec.cbor.KotlinSerializationCborDecoder
- KotlinSerializationCborDecoder(Cbor) - Constructor for class org.springframework.http.codec.cbor.KotlinSerializationCborDecoder
- kotlinSerializationCborEncoder(Encoder<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default Kotlin Serialization CBOREncoder.
- KotlinSerializationCborEncoder - Class in org.springframework.http.codec.cbor
- 
Encode from anObjectstream to a byte stream of CBOR objects using kotlinx.serialization.
- KotlinSerializationCborEncoder() - Constructor for class org.springframework.http.codec.cbor.KotlinSerializationCborEncoder
- KotlinSerializationCborEncoder(Cbor) - Constructor for class org.springframework.http.codec.cbor.KotlinSerializationCborEncoder
- KotlinSerializationCborHttpMessageConverter - Class in org.springframework.http.converter.cbor
- 
Implementation ofHttpMessageConverterthat can read and write CBOR using kotlinx.serialization.
- KotlinSerializationCborHttpMessageConverter() - Constructor for class org.springframework.http.converter.cbor.KotlinSerializationCborHttpMessageConverter
- KotlinSerializationCborHttpMessageConverter(Cbor) - Constructor for class org.springframework.http.converter.cbor.KotlinSerializationCborHttpMessageConverter
- kotlinSerializationJsonDecoder(Decoder<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default Kotlin Serialization JSONDecoder.
- KotlinSerializationJsonDecoder - Class in org.springframework.http.codec.json
- 
Decode a byte stream into JSON and convert to Object's with kotlinx.serialization.
- KotlinSerializationJsonDecoder() - Constructor for class org.springframework.http.codec.json.KotlinSerializationJsonDecoder
- KotlinSerializationJsonDecoder(Json) - Constructor for class org.springframework.http.codec.json.KotlinSerializationJsonDecoder
- kotlinSerializationJsonEncoder(Encoder<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default Kotlin Serialization JSONEncoder.
- KotlinSerializationJsonEncoder - Class in org.springframework.http.codec.json
- 
Encode from anObjectstream to a byte stream of JSON objects using kotlinx.serialization.
- KotlinSerializationJsonEncoder() - Constructor for class org.springframework.http.codec.json.KotlinSerializationJsonEncoder
- KotlinSerializationJsonEncoder(Json) - Constructor for class org.springframework.http.codec.json.KotlinSerializationJsonEncoder
- KotlinSerializationJsonHttpMessageConverter - Class in org.springframework.http.converter.json
- 
Implementation ofHttpMessageConverterthat can read and write JSON using kotlinx.serialization.
- KotlinSerializationJsonHttpMessageConverter() - Constructor for class org.springframework.http.converter.json.KotlinSerializationJsonHttpMessageConverter
- 
Construct a newKotlinSerializationJsonHttpMessageConverterwith the default configuration.
- KotlinSerializationJsonHttpMessageConverter(Json) - Constructor for class org.springframework.http.converter.json.KotlinSerializationJsonHttpMessageConverter
- 
Construct a newKotlinSerializationJsonHttpMessageConverterwith a custom configuration.
- KotlinSerializationJsonMessageConverter - Class in org.springframework.messaging.converter
- 
Implementation ofMessageConverterthat can read and write JSON using kotlinx.serialization.
- KotlinSerializationJsonMessageConverter() - Constructor for class org.springframework.messaging.converter.KotlinSerializationJsonMessageConverter
- 
Construct a newKotlinSerializationJsonMessageConverterwith default configuration.
- KotlinSerializationJsonMessageConverter(Json) - Constructor for class org.springframework.messaging.converter.KotlinSerializationJsonMessageConverter
- 
Construct a newKotlinSerializationJsonMessageConverterwith the given delegate.
- kotlinSerializationProtobufDecoder(Decoder<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default Kotlin Serialization ProtobufDecoder.
- KotlinSerializationProtobufDecoder - Class in org.springframework.http.codec.protobuf
- 
Decode a byte stream into a protocol Buffer and convert to Objects with kotlinx.serialization.
- KotlinSerializationProtobufDecoder() - Constructor for class org.springframework.http.codec.protobuf.KotlinSerializationProtobufDecoder
- KotlinSerializationProtobufDecoder(ProtoBuf) - Constructor for class org.springframework.http.codec.protobuf.KotlinSerializationProtobufDecoder
- kotlinSerializationProtobufEncoder(Encoder<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
- 
Override the default Kotlin Serialization ProtobufEncoder.
- KotlinSerializationProtobufEncoder - Class in org.springframework.http.codec.protobuf
- 
Decode a byte stream into a Protocol Buffer and convert to Objects with kotlinx.serialization.
- KotlinSerializationProtobufEncoder() - Constructor for class org.springframework.http.codec.protobuf.KotlinSerializationProtobufEncoder
- KotlinSerializationProtobufEncoder(ProtoBuf) - Constructor for class org.springframework.http.codec.protobuf.KotlinSerializationProtobufEncoder
- KotlinSerializationProtobufHttpMessageConverter - Class in org.springframework.http.converter.protobuf
- 
Implementation ofHttpMessageConverterthat can read and write Protocol Buffers using kotlinx.serialization.
- KotlinSerializationProtobufHttpMessageConverter() - Constructor for class org.springframework.http.converter.protobuf.KotlinSerializationProtobufHttpMessageConverter
- KotlinSerializationProtobufHttpMessageConverter(ProtoBuf) - Constructor for class org.springframework.http.converter.protobuf.KotlinSerializationProtobufHttpMessageConverter
- KotlinSerializationStringDecoder<T extends kotlinx.serialization.StringFormat> - Class in org.springframework.http.codec
- 
Abstract base class forDecoderimplementations that defer to Kotlin string serializers.
- KotlinSerializationStringDecoder(T, MimeType...) - Constructor for class org.springframework.http.codec.KotlinSerializationStringDecoder
- KotlinSerializationStringEncoder<T extends kotlinx.serialization.StringFormat> - Class in org.springframework.http.codec
- 
Abstract base class forEncoderimplementations that defer to Kotlin string serializers.
- KotlinSerializationStringEncoder(T, MimeType...) - Constructor for class org.springframework.http.codec.KotlinSerializationStringEncoder
- KotlinSerializationStringHttpMessageConverter<T extends kotlinx.serialization.StringFormat> - Class in org.springframework.http.converter
- 
Abstract base class forHttpMessageConverterimplementations that defer to Kotlin string serializers.
- KotlinSerializationStringHttpMessageConverter(T, MediaType...) - Constructor for class org.springframework.http.converter.KotlinSerializationStringHttpMessageConverter
- 
Construct anKotlinSerializationStringHttpMessageConverterwith format and supported media types.
- KotlinSerializationSupport<T extends kotlinx.serialization.SerialFormat> - Class in org.springframework.http.codec
- 
Base class providing support methods for encoding and decoding with Kotlin serialization.
- KotlinSerializationSupport(T, MimeType...) - Constructor for class org.springframework.http.codec.KotlinSerializationSupport
- 
Creates a new instance of this support class with the given format and supported mime types.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form