Hey guys,So I have a number of sling models that I have JSON exporters for. Like so:@Getter@Model(adaptables = {SlingHttpServletRequest.class, Resource.class}, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL, resourceType = "components/component2")@Exporter(name = "jackson", extensi...