Class TypeUtil
java.lang.Object
com.fasterxml.jackson.dataformat.xml.util.TypeUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isIndexedType
(com.fasterxml.jackson.databind.JavaType type) Helper method used for figuring out if given raw type is a collection ("indexed") type; in which case a wrapper element is typically added.static boolean
isIndexedType
(Class<?> cls)
-
Constructor Details
-
TypeUtil
public TypeUtil()
-
-
Method Details
-
isIndexedType
public static boolean isIndexedType(com.fasterxml.jackson.databind.JavaType type) Helper method used for figuring out if given raw type is a collection ("indexed") type; in which case a wrapper element is typically added. -
isIndexedType
-