Hi,
I am able to successfully create a 'com.adobe.cq.commerce.hybris.importer.MyResponseParser' which extends the 'DefaultResponseParser'. Now instead of calling the DefaultResponseParser, MyResponseParser is being invoked.
I understand that it is not a good practice to make any changes inside the library files.
So, is there any way to place 'MyResponseParser.java' file outside of the cq-hybris-content-5.6.2, in my bundle and use it ?
While trying that, I saw a lot of dependencies are present with other classes of the cq-hybris-content-5.6.2 package.