Uses of Class
org.springframework.kafka.support.serializer.JsonSerde
Packages that use JsonSerde
-
Uses of JsonSerde in org.springframework.kafka.support.serializer
Methods in org.springframework.kafka.support.serializer that return JsonSerdeModifier and TypeMethodDescription<X> JsonSerde<X>
JsonSerde.copyWithType
(com.fasterxml.jackson.core.type.TypeReference<? super X> newTargetType) Copies this serde with same configuration, except new target type reference is used.<X> JsonSerde<X>
JsonSerde.copyWithType
(com.fasterxml.jackson.databind.JavaType newTargetType) Copies this serde with same configuration, except new target java type is used.<X> JsonSerde<X>
JsonSerde.copyWithType
(Class<? super X> newTargetType) Copies this serde with same configuration, except new target type is used.JsonSerde.dontRemoveTypeHeaders()
Don't remove type information headers after deserialization.JsonSerde.forKeys()
Designate this Serde for serializing/deserializing keys (default is values).JsonSerde.ignoreTypeHeaders()
Ignore type information headers and use the configured target class.JsonSerde.noTypeInfo()
Configure the serializer to not add type information.JsonSerde.typeMapper
(Jackson2JavaTypeMapper mapper) Use the suppliedJackson2JavaTypeMapper
.