Module tools.jackson.databind
Package tools.jackson.databind.deser.jdk
Class JavaUtilCollectionsDeserializers.JavaUtilCollectionsConverter
java.lang.Object
tools.jackson.databind.deser.jdk.JavaUtilCollectionsDeserializers.JavaUtilCollectionsConverter
- Enclosing class:
JavaUtilCollectionsDeserializers
-
Nested Class Summary
Nested classes/interfaces inherited from interface tools.jackson.databind.util.Converter
Converter.None -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void_checkSingleton(int size) protected Objectconvert(DeserializationContext ctxt, Object value) Conversion method to use on deserialization side.convert(SerializationContext ctxt, Object value) Conversion method to use on serialization side.getInputType(TypeFactory typeFactory) Method that can be used to find out actual input (source) type; this usually can be determined from type parameters, but may need to be implemented differently from programmatically defined converters (which cannot change static type parameter bindings).getOutputType(TypeFactory typeFactory) Method that can be used to find out actual output (target) type; this usually can be determined from type parameters, but may need to be implemented differently from programmatically defined converters (which cannot change static type parameter bindings).
-
Field Details
-
_inputType
-
_kind
private final int _kind
-
-
Constructor Details
-
JavaUtilCollectionsConverter
JavaUtilCollectionsConverter(int kind, JavaType inputType)
-
-
Method Details
-
convert
Description copied from interface:ConverterConversion method to use on deserialization side. -
convert
Description copied from interface:ConverterConversion method to use on serialization side. -
_convert
-
getInputType
Description copied from interface:ConverterMethod that can be used to find out actual input (source) type; this usually can be determined from type parameters, but may need to be implemented differently from programmatically defined converters (which cannot change static type parameter bindings).- Specified by:
getInputTypein interfaceConverter<Object,Object>
-
getOutputType
Description copied from interface:ConverterMethod that can be used to find out actual output (target) type; this usually can be determined from type parameters, but may need to be implemented differently from programmatically defined converters (which cannot change static type parameter bindings).- Specified by:
getOutputTypein interfaceConverter<Object,Object>
-
_checkSingleton
private void _checkSingleton(int size)
-