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