Uses of Class
tools.jackson.databind.ser.impl.PropertySerializerMap.SerializerAndMapResult
Packages that use PropertySerializerMap.SerializerAndMapResult
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of PropertySerializerMap.SerializerAndMapResult in tools.jackson.databind.ser.impl
Methods in tools.jackson.databind.ser.impl that return PropertySerializerMap.SerializerAndMapResultModifier and TypeMethodDescriptionPropertySerializerMap.addSerializer(Class<?> type, ValueSerializer<Object> serializer) Method that can be used to 'register' a serializer that caller has resolved without help of this map.PropertySerializerMap.addSerializer(JavaType type, ValueSerializer<Object> serializer) PropertySerializerMap.findAndAddKeySerializer(Class<?> type, SerializationContext provider, BeanProperty property) Method called if initial lookup fails, when looking for a key serializer (possible attached indirectly to a property) Will both find serializer and construct new map instance if warranted, and return both.PropertySerializerMap.findAndAddPrimarySerializer(JavaType type, SerializationContext provider, BeanProperty property) Method called if initial lookup fails, when looking for a primary serializer (one that is directly attached to a property).PropertySerializerMap.findAndAddRootValueSerializer(Class<?> type, SerializationContext provider) Method called if initial lookup fails, when looking for a root value serializer: one that is not directly attached to a property, but needs to haveTypeSerializerwrapped around it.PropertySerializerMap.findAndAddRootValueSerializer(JavaType type, SerializationContext provider) PropertySerializerMap.findAndAddSecondarySerializer(Class<?> type, SerializationContext provider, BeanProperty property) Method called if initial lookup fails, when looking for a non-primary serializer (one that is not directly attached to a property).PropertySerializerMap.findAndAddSecondarySerializer(Class<?> type, SerializationContext provider, BeanProperty property, UnaryOperator<ValueSerializer<Object>> serTransformer) PropertySerializerMap.findAndAddSecondarySerializer(JavaType type, SerializationContext provider, BeanProperty property) PropertySerializerMap.findAndAddSecondarySerializer(JavaType type, SerializationContext provider, BeanProperty property, UnaryOperator<ValueSerializer<Object>> serTransformer)