Class JavaUtilCollectionsDeserializers.JavaUtilCollectionsConverter
java.lang.Object
com.fasterxml.jackson.databind.deser.impl.JavaUtilCollectionsDeserializers.JavaUtilCollectionsConverter
- Enclosing class:
JavaUtilCollectionsDeserializers
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.util.Converter
Converter.None -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void_checkSingleton(int size) Main conversion method.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:ConverterMain conversion method. -
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)
-