Java com.fasterxml.jackson.dataformat.xml JacksonXmlModule fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.dataformat.xml JacksonXmlModule fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.dataformat.xml JacksonXmlModule.

The text is from its open source code.

Constructor

Method

voidsetDefaultUseWrapper(boolean state)
Method that can be used to define whether AnnotationIntrospector we register will use wrapper for indexed (List, array) properties or not, if there are no explicit annotations.
voidsetXMLTextElementName(String name)
Method that can be used to define alternate "virtual name" to use for XML CDATA segments; that is, text values.