Hi @MohitKumarK Please find the model class code snippet that I am
using:@Model(adaptables = { SlingHttpServletRequest.class}, adapters =
{ComponentExporter.class,Navigation.class,NavigationCustomModel.class
},resourceType = "myproject/components/content/navigation",
defaultInjectionStrategy =
DefaultInjectionStrategy.OPTIONAL)@Exporter(name = "gson", extensions =
ExporterConstants.SLING_MODEL_EXTENSION)public class
NavigationCustomModel implements Navigation {private static final Logger
LOGGER ...