- _containerType - Variable in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
-
- _deserializeContents(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
-
- _deserializeEntries(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
-
- _deserializeFromSingleValue(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
-
- _handleNull(DeserializationContext, Object, JsonDeserializer<?>, T) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
-
Overridable helper method called when a JSON null value is encountered.
- _keyDeserializer - Variable in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
-
Key deserializer used, if not null.
- _mapType - Variable in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
-
- _typeDeserializerForValue - Variable in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
-
If value instances have polymorphic type information, this
is the type deserializer that can deserialize required type
information
- _typeDeserializerForValue - Variable in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
-
If value instances have polymorphic type information, this
is the type deserializer that can handle it
- _valueDeserializer - Variable in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
-
Deserializer used for values contained in collection being deserialized;
either assigned on constructor, or during resolve().
- _valueDeserializer - Variable in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
-
Value deserializer.