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