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.core.PropagationContextElement
-
PropagationContextElementkey. - Key() - Constructor for class org.springframework.core.PropagationContextElement.Key
- KEY - Static variable in class org.springframework.context.i18n.LocaleContextThreadLocalAccessor
-
Key under which this accessor is registered in
ContextRegistry. - KEY - Static variable in class org.springframework.web.context.request.RequestAttributesThreadLocalAccessor
-
Key under which this accessor is registered in
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) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
-
Deprecated.
- keyDeserializerInstance(DeserializationConfig, Annotated, Class) - Method in class org.springframework.http.support.JacksonHandlerInstantiator
- 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 of
KeyFactory - keyGenerator - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
- keyGenerator() - Element in annotation interface org.springframework.cache.annotation.Cacheable
-
The bean name of the custom
KeyGeneratorto use. - keyGenerator() - Element in annotation interface org.springframework.cache.annotation.CacheConfig
-
The bean name of the default
KeyGeneratorto use for the class. - keyGenerator() - Element in annotation interface org.springframework.cache.annotation.CacheEvict
-
The bean name of the custom
KeyGeneratorto use. - keyGenerator() - Element in annotation interface org.springframework.cache.annotation.CachePut
-
The bean name of the custom
KeyGeneratorto 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.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.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
- KILOBYTES - Enum constant in enum class org.springframework.util.unit.DataUnit
-
Kilobytes, represented by suffix
KB. - 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
- KotlinRequestBodyAdvice - Class in org.springframework.web.servlet.mvc.method.annotation
-
A
RequestBodyAdviceimplementation that adds support for resolving KotlinKTypefrom the parameter and providing it as a hint with a"kotlin.reflect.KType"key. - KotlinRequestBodyAdvice() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.KotlinRequestBodyAdvice
- KotlinResponseBodyAdvice - Class in org.springframework.web.servlet.mvc.method.annotation
-
A
ResponseBodyAdviceimplementation that adds support for resolving KotlinKTypefrom the return type and providing it as a hint with a"kotlin.reflect.KType"key. - KotlinResponseBodyAdvice() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.KotlinResponseBodyAdvice
- KotlinSerializationBinaryDecoder<T> - Class in org.springframework.http.codec
-
Abstract base class for
Decoderimplementations that defer to Kotlin binary serializers. - KotlinSerializationBinaryDecoder(T, Predicate, MimeType...) - Constructor for class org.springframework.http.codec.KotlinSerializationBinaryDecoder
-
Creates a new instance with the given format and supported mime types which only decodes types for which the specified predicate returns
true. - KotlinSerializationBinaryDecoder(T, MimeType...) - Constructor for class org.springframework.http.codec.KotlinSerializationBinaryDecoder
-
Creates a new instance with the given format and supported mime types which only decodes types annotated with
@Serializableat type or generics level. - KotlinSerializationBinaryEncoder<T> - Class in org.springframework.http.codec
-
Abstract base class for
Encoderimplementations that defer to Kotlin binary serializers. - KotlinSerializationBinaryEncoder(T, Predicate, MimeType...) - Constructor for class org.springframework.http.codec.KotlinSerializationBinaryEncoder
-
Creates a new instance with the given format and supported mime types which only encodes types for which the specified predicate returns
true. - KotlinSerializationBinaryEncoder(T, MimeType...) - Constructor for class org.springframework.http.codec.KotlinSerializationBinaryEncoder
-
Creates a new instance with the given format and supported mime types which only encodes types annotated with
@Serializableat type or generics level. - KotlinSerializationBinaryHttpMessageConverter<T> - Class in org.springframework.http.converter
-
Abstract base class for
HttpMessageConverterimplementations that defer to Kotlin binary serializers. - KotlinSerializationBinaryHttpMessageConverter(T, Predicate, MediaType...) - Constructor for class org.springframework.http.converter.KotlinSerializationBinaryHttpMessageConverter
-
Creates a new instance with the given format and supported mime types which only converts types for which the specified predicate returns
true. - KotlinSerializationBinaryHttpMessageConverter(T, MediaType...) - Constructor for class org.springframework.http.converter.KotlinSerializationBinaryHttpMessageConverter
-
Creates a new instance with the given format and supported mime types which only converters types annotated with
@Serializableat type or generics level. - kotlinSerializationCborDecoder(Decoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
-
Override the default Kotlin Serialization CBOR
Decoder. - 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
-
Construct a new decoder using
Cbor.Defaultinstance which only decodes types annotated with@Serializableat type or generics level. - KotlinSerializationCborDecoder(Predicate) - Constructor for class org.springframework.http.codec.cbor.KotlinSerializationCborDecoder
-
Construct a new decoder using
Cbor.Defaultinstance which only decodes types for which the specified predicate returnstrue. - KotlinSerializationCborDecoder(Cbor) - Constructor for class org.springframework.http.codec.cbor.KotlinSerializationCborDecoder
-
Construct a new decoder using the provided
Cborinstance which only decodes types annotated with@Serializableat type or generics level. - KotlinSerializationCborDecoder(Cbor, Predicate) - Constructor for class org.springframework.http.codec.cbor.KotlinSerializationCborDecoder
-
Construct a new decoder using the provided
Cborinstance which only decodes types for which the specified predicate returnstrue. - kotlinSerializationCborEncoder(Encoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
-
Override the default Kotlin Serialization CBOR
Encoder. - KotlinSerializationCborEncoder - Class in org.springframework.http.codec.cbor
-
Encode from an
Objectstream to a byte stream of CBOR objects using kotlinx.serialization. - KotlinSerializationCborEncoder() - Constructor for class org.springframework.http.codec.cbor.KotlinSerializationCborEncoder
-
Construct a new encoder using
Cbor.Defaultinstance which only encodes types annotated with@Serializableat type or generics level. - KotlinSerializationCborEncoder(Predicate) - Constructor for class org.springframework.http.codec.cbor.KotlinSerializationCborEncoder
-
Construct a new encoder using
Cbor.Defaultinstance which only encodes types for which the specified predicate returnstrue. - KotlinSerializationCborEncoder(Cbor) - Constructor for class org.springframework.http.codec.cbor.KotlinSerializationCborEncoder
-
Construct a new encoder using the provided
Cborinstance which only encodes types annotated with@Serializableat type or generics level. - KotlinSerializationCborEncoder(Cbor, Predicate) - Constructor for class org.springframework.http.codec.cbor.KotlinSerializationCborEncoder
-
Construct a new encoder using the provided
Cborinstance which only encodes types for which the specified predicate returnstrue. - KotlinSerializationCborHttpMessageConverter - Class in org.springframework.http.converter.cbor
-
Implementation of
HttpMessageConverterthat can read and write CBOR using kotlinx.serialization. - KotlinSerializationCborHttpMessageConverter() - Constructor for class org.springframework.http.converter.cbor.KotlinSerializationCborHttpMessageConverter
-
Construct a new converter using
Cbor.Defaultinstance which only converts types annotated with@Serializableat type or generics level. - KotlinSerializationCborHttpMessageConverter(Predicate) - Constructor for class org.springframework.http.converter.cbor.KotlinSerializationCborHttpMessageConverter
-
Construct a new converter using
Cbor.Defaultinstance which only converts types for which the specified predicate returnstrue. - KotlinSerializationCborHttpMessageConverter(Cbor) - Constructor for class org.springframework.http.converter.cbor.KotlinSerializationCborHttpMessageConverter
-
Construct a new converter using the provided
Cborinstance which only converts types annotated with@Serializableat type or generics level. - KotlinSerializationCborHttpMessageConverter(Cbor, Predicate) - Constructor for class org.springframework.http.converter.cbor.KotlinSerializationCborHttpMessageConverter
-
Construct a new converter using the provided
Cborinstance which only converts types for which the specified predicate returnstrue. - kotlinSerializationJsonDecoder(Decoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
-
Override the default Kotlin Serialization JSON
Decoder. - 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
-
Construct a new decoder using
Json.Defaultinstance which only decodes types annotated with@Serializableat type or generics level. - KotlinSerializationJsonDecoder(Predicate) - Constructor for class org.springframework.http.codec.json.KotlinSerializationJsonDecoder
-
Construct a new decoder using
Json.Defaultinstance which only decodes types for which the specified predicate returnstrue. - KotlinSerializationJsonDecoder(Json) - Constructor for class org.springframework.http.codec.json.KotlinSerializationJsonDecoder
-
Construct a new decoder using the provided
Jsoninstance which only decodes types annotated with@Serializableat type or generics level. - KotlinSerializationJsonDecoder(Json, Predicate) - Constructor for class org.springframework.http.codec.json.KotlinSerializationJsonDecoder
-
Construct a new decoder using the provided
Jsoninstance which only decodes types for which the specified predicate returnstrue. - kotlinSerializationJsonEncoder(Encoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
-
Override the default Kotlin Serialization JSON
Encoder. - KotlinSerializationJsonEncoder - Class in org.springframework.http.codec.json
-
Encode from an
Objectstream to a byte stream of JSON objects using kotlinx.serialization. - KotlinSerializationJsonEncoder() - Constructor for class org.springframework.http.codec.json.KotlinSerializationJsonEncoder
-
Construct a new encoder using
Json.Defaultinstance which only encodes types annotated with@Serializableat type or generics level. - KotlinSerializationJsonEncoder(Predicate) - Constructor for class org.springframework.http.codec.json.KotlinSerializationJsonEncoder
-
Construct a new encoder using
Json.Defaultinstance which only encodes types for which the specified predicate returnstrue. - KotlinSerializationJsonEncoder(Json) - Constructor for class org.springframework.http.codec.json.KotlinSerializationJsonEncoder
-
Construct a new encoder using the provided
Jsoninstance which only encodes types annotated with@Serializableat type or generics level. - KotlinSerializationJsonEncoder(Json, Predicate) - Constructor for class org.springframework.http.codec.json.KotlinSerializationJsonEncoder
-
Construct a new encoder using the provided
Jsoninstance which only encodes types for which the specified predicate returnstrue. - KotlinSerializationJsonHttpMessageConverter - Class in org.springframework.http.converter.json
-
Implementation of
HttpMessageConverterthat can read and write JSON using kotlinx.serialization. - KotlinSerializationJsonHttpMessageConverter() - Constructor for class org.springframework.http.converter.json.KotlinSerializationJsonHttpMessageConverter
-
Construct a new converter using
Json.Defaultinstance which only converts types annotated with@Serializableat type or generics level. - KotlinSerializationJsonHttpMessageConverter(Predicate) - Constructor for class org.springframework.http.converter.json.KotlinSerializationJsonHttpMessageConverter
-
Construct a new converter using
Json.Defaultinstance which only converts types for which the specified predicate returnstrue. - KotlinSerializationJsonHttpMessageConverter(Json) - Constructor for class org.springframework.http.converter.json.KotlinSerializationJsonHttpMessageConverter
-
Construct a new converter using the provided
Jsoninstance which only converts types annotated with@Serializableat type or generics level. - KotlinSerializationJsonHttpMessageConverter(Json, Predicate) - Constructor for class org.springframework.http.converter.json.KotlinSerializationJsonHttpMessageConverter
-
Construct a new converter using the provided
Jsoninstance which only converts types for which the specified predicate returnstrue. - KotlinSerializationJsonMessageConverter - Class in org.springframework.messaging.converter
-
Implementation of
MessageConverterthat can read and write JSON using kotlinx.serialization. - KotlinSerializationJsonMessageConverter() - Constructor for class org.springframework.messaging.converter.KotlinSerializationJsonMessageConverter
-
Construct a new
KotlinSerializationJsonMessageConverterwith default configuration. - KotlinSerializationJsonMessageConverter(Json) - Constructor for class org.springframework.messaging.converter.KotlinSerializationJsonMessageConverter
-
Construct a new
KotlinSerializationJsonMessageConverterwith the given delegate. - kotlinSerializationProtobufDecoder(Decoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
-
Override the default Kotlin Serialization Protobuf
Decoder. - 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
-
Construct a new decoder using
ProtoBuf.Defaultinstance which only decodes types annotated with@Serializableat type or generics level. - KotlinSerializationProtobufDecoder(Predicate) - Constructor for class org.springframework.http.codec.protobuf.KotlinSerializationProtobufDecoder
-
Construct a new decoder using
ProtoBuf.Defaultinstance which only decodes types for which the specified predicate returnstrue. - KotlinSerializationProtobufDecoder(ProtoBuf) - Constructor for class org.springframework.http.codec.protobuf.KotlinSerializationProtobufDecoder
-
Construct a new decoder using the provided
ProtoBufinstance which only decodes types annotated with@Serializableat type or generics level. - KotlinSerializationProtobufDecoder(ProtoBuf, Predicate) - Constructor for class org.springframework.http.codec.protobuf.KotlinSerializationProtobufDecoder
-
Construct a new decoder using the provided
ProtoBufinstance which only decodes types for which the specified predicate returnstrue. - kotlinSerializationProtobufEncoder(Encoder) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
-
Override the default Kotlin Serialization Protobuf
Encoder. - 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
-
Construct a new encoder using
ProtoBuf.Defaultinstance which only encodes types annotated with@Serializableat type or generics level. - KotlinSerializationProtobufEncoder(Predicate) - Constructor for class org.springframework.http.codec.protobuf.KotlinSerializationProtobufEncoder
-
Construct a new encoder using
ProtoBuf.Defaultinstance which only encodes types for which the specified predicate returnstrue. - KotlinSerializationProtobufEncoder(ProtoBuf) - Constructor for class org.springframework.http.codec.protobuf.KotlinSerializationProtobufEncoder
-
Construct a new encoder using the provided
ProtoBufinstance which only encodes types annotated with@Serializableat type or generics level. - KotlinSerializationProtobufEncoder(ProtoBuf, Predicate) - Constructor for class org.springframework.http.codec.protobuf.KotlinSerializationProtobufEncoder
-
Construct a new encoder using the provided
ProtoBufinstance which only encodes types for which the specified predicate returnstrue. - KotlinSerializationProtobufHttpMessageConverter - Class in org.springframework.http.converter.protobuf
-
Implementation of
HttpMessageConverterthat can read and write Protocol Buffers using kotlinx.serialization. - KotlinSerializationProtobufHttpMessageConverter() - Constructor for class org.springframework.http.converter.protobuf.KotlinSerializationProtobufHttpMessageConverter
-
Construct a new converter using
ProtoBuf.Defaultinstance which only converts types annotated with@Serializableat type or generics level. - KotlinSerializationProtobufHttpMessageConverter(Predicate) - Constructor for class org.springframework.http.converter.protobuf.KotlinSerializationProtobufHttpMessageConverter
-
Construct a new converter using
ProtoBuf.Defaultinstance which only converts types for which the specified predicate returnstrue. - KotlinSerializationProtobufHttpMessageConverter(ProtoBuf) - Constructor for class org.springframework.http.converter.protobuf.KotlinSerializationProtobufHttpMessageConverter
-
Construct a new converter using the provided
ProtoBufinstance which only converts types annotated with@Serializableat type or generics level. - KotlinSerializationProtobufHttpMessageConverter(ProtoBuf, Predicate) - Constructor for class org.springframework.http.converter.protobuf.KotlinSerializationProtobufHttpMessageConverter
-
Construct a new converter using the provided
ProtoBufinstance which only converts types for which the specified predicate returnstrue. - KotlinSerializationStringDecoder<T> - Class in org.springframework.http.codec
-
Abstract base class for
Decoderimplementations that defer to Kotlin string serializers. - KotlinSerializationStringDecoder(T, Predicate, MimeType...) - Constructor for class org.springframework.http.codec.KotlinSerializationStringDecoder
-
Creates a new instance with the given format and supported mime types which only decodes types for which the specified predicate returns
true. - KotlinSerializationStringDecoder(T, MimeType...) - Constructor for class org.springframework.http.codec.KotlinSerializationStringDecoder
-
Creates a new instance with the given format and supported mime types which only decodes types annotated with
@Serializableat type or generics level. - KotlinSerializationStringEncoder<T> - Class in org.springframework.http.codec
-
Abstract base class for
Encoderimplementations that defer to Kotlin string serializers. - KotlinSerializationStringEncoder(T, Predicate, MimeType...) - Constructor for class org.springframework.http.codec.KotlinSerializationStringEncoder
-
Creates a new instance with the given format and supported mime types which only encodes types for which the specified predicate returns
true. - KotlinSerializationStringEncoder(T, MimeType...) - Constructor for class org.springframework.http.codec.KotlinSerializationStringEncoder
-
Creates a new instance with the given format and supported mime types which only encodes types annotated with
@Serializableat type or generics level. - KotlinSerializationStringHttpMessageConverter<T> - Class in org.springframework.http.converter
-
Abstract base class for
HttpMessageConverterimplementations that defer to Kotlin string serializers. - KotlinSerializationStringHttpMessageConverter(T, Predicate, MediaType...) - Constructor for class org.springframework.http.converter.KotlinSerializationStringHttpMessageConverter
-
Creates a new instance with the given format and supported mime types which only converts types for which the specified predicate returns
true. - KotlinSerializationStringHttpMessageConverter(T, MediaType...) - Constructor for class org.springframework.http.converter.KotlinSerializationStringHttpMessageConverter
-
Creates a new instance with the given format and supported mime types which only converters types annotated with
@Serializableat type or generics level. - KotlinSerializationSupport<T> - Class in org.springframework.http.codec
-
Base class providing support methods for encoding and decoding with Kotlin serialization.
- KotlinSerializationSupport(T, Predicate, MimeType...) - Constructor for class org.springframework.http.codec.KotlinSerializationSupport
-
Creates a new instance with the given format and supported mime types which only encode types for which the specified predicate returns
true. - KotlinSerializationSupport(T, MimeType...) - Constructor for class org.springframework.http.codec.KotlinSerializationSupport
-
Creates a new instance with the given format and supported mime types which only handle types annotated with
@Serializableat type or generics level.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form