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