Class XmlMapper.Builder

    • Constructor Detail

    • Method Detail

      • enable

        public XmlMapper.Builder enable​(com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser.Feature... features)
      • disable

        public XmlMapper.Builder disable​(com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser.Feature... features)
      • configure

        public XmlMapper.Builder configure​(com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser.Feature feature,
                                           boolean state)
      • enable

        public XmlMapper.Builder enable​(com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator.Feature... features)
      • disable

        public XmlMapper.Builder disable​(com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator.Feature... features)
      • configure

        public XmlMapper.Builder configure​(com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator.Feature feature,
                                           boolean state)
      • nameForTextElement

        public XmlMapper.Builder nameForTextElement​(java.lang.String name)