java.lang.Object
com.fasterxml.jackson.dataformat.xml.util.XmlInfo

public class XmlInfo extends Object
Helper container class used to contain XML specific information we need to retain to construct proper bean serializer
  • Constructor Details

  • Method Details

    • getNamespace

      public String getNamespace()
    • isAttribute

      public boolean isAttribute()
    • isText

      public boolean isText()
    • isCData

      public boolean isCData()