- _dks - Variable in class top.infra.jackson2.ser.PairSerializer
-
dynamicKeySerializers, If key type can not be statically determined, mapping from
runtime key types to serializers are stored in this object.
- _dvs - Variable in class top.infra.jackson2.ser.PairSerializer
-
dynamicValueSerializers, If value type can not be statically determined, mapping from
runtime value types to serializers are stored in this object.
- _entryType - Variable in class top.infra.jackson2.ser.PairSerializer
-
- _findAndAddDynamicKeySerializer(PropertySerializerMap, Class<?>, SerializerProvider) - Method in class top.infra.jackson2.ser.PairSerializer
-
- _findAndAddDynamicKeySerializer(PropertySerializerMap, JavaType, SerializerProvider) - Method in class top.infra.jackson2.ser.PairSerializer
-
- _findAndAddDynamicValueSerializer(PropertySerializerMap, Class<?>, SerializerProvider) - Method in class top.infra.jackson2.ser.PairSerializer
-
- _findAndAddDynamicValueSerializer(PropertySerializerMap, JavaType, SerializerProvider) - Method in class top.infra.jackson2.ser.PairSerializer
-
- _keyDeserializer - Variable in class top.infra.jackson2.deser.PairDeserializer
-
- _keyType - Variable in class top.infra.jackson2.ser.PairSerializer
-
- _keyTypeDeserializer - Variable in class top.infra.jackson2.deser.PairDeserializer
-
If key instances have polymorphic type information, this
is the type deserializer that can handle it
- _ks - Variable in class top.infra.jackson2.ser.PairSerializer
-
Key serializer to use, if it can be statically determined
- _kts - Variable in class top.infra.jackson2.ser.PairSerializer
-
keyTypeSerializer, Type identifier serializer used for keys, if any.
- _property - Variable in class top.infra.jackson2.ser.PairSerializer
-
property being serialized with this instance
- _staticTyping - Variable in class top.infra.jackson2.ser.PairSerializer
-
Whether static types should be used for serialization of values
or not (if not, dynamic runtime type is used)
- _type - Variable in class top.infra.jackson2.deser.PairDeserializer
-
- _valueDeserializer - Variable in class top.infra.jackson2.deser.PairDeserializer
-
Value deserializer.
- _valueType - Variable in class top.infra.jackson2.ser.PairSerializer
-
- _valueTypeDeserializer - Variable in class top.infra.jackson2.deser.PairDeserializer
-
If value instances have polymorphic type information, this
is the type deserializer that can handle it
- _vs - Variable in class top.infra.jackson2.ser.PairSerializer
-
Value serializer to use, if it can be statically determined
- _vts - Variable in class top.infra.jackson2.ser.PairSerializer
-
valueTypeSerializer, Type identifier serializer used for values, if any.