21222324252627
this(mapper, null); } public JsonSchemaGenerator(ObjectMapper mapper, WrapperFactory wrapperFactory) { _mapper = mapper; _wrapperFactory = wrapperFactory == null ? new WrapperFactory() : wrapperFactory; }