Use of component exporter
to export model I'm using Jackson exporter so json is coming for my model as expected.
But I observed few of the model class again they are implements CompoentExporter?
What is the use if class implements CompoentExporter?
to export model I'm using Jackson exporter so json is coming for my model as expected.
But I observed few of the model class again they are implements CompoentExporter?
What is the use if class implements CompoentExporter?
com.adobe.cq.export.json.ComponentExporter:
In summary, the @3484101(name="Jackson", type="json") annotation is more about configuring serialization behavior in Java using the Jackson library, while com.adobe.cq.export.json.ComponentExporter is specifically about exporting AEM component data to JSON format for client-side rendering within the AEM ecosystem.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.