228229230231232233234
* @param annotationsToUse Sets of annotations (Jackson, JAXB) that provider should * support */ public JacksonXMLProvider(XmlMapper mapper, Annotations[] annotationsToUse) { _mapperConfig = new MapperConfigurator(mapper, annotationsToUse); }
226227228229230231232