Uses of Interface
com.fasterxml.jackson.dataformat.xml.deser.ElementWrappable
-
Packages that use ElementWrappable Package Description com.fasterxml.jackson.dataformat.xml.deser -
-
Uses of ElementWrappable in com.fasterxml.jackson.dataformat.xml.deser
Classes in com.fasterxml.jackson.dataformat.xml.deser that implement ElementWrappable Modifier and Type Class Description class
FromXmlParser
JsonParser
implementation that exposes XML structure as set of JSON events that can be used for data binding.
-