Class ProductsEventParser
java.lang.Object
es.kukenan.smartfi.events.common.AbstractEventParser<AbstractProductsEvents>
es.kukenan.smartfi.microservice.contracts.events.ProductsEventParser
- All Implemented Interfaces:
es.kukenan.smartfi.events.common.EventParser
public class ProductsEventParser
extends es.kukenan.smartfi.events.common.AbstractEventParser<AbstractProductsEvents>
Event parser for products micro-service events.
-
Constructor Summary
ConstructorsConstructorDescriptionProductsEventParser(es.kukenan.smartfi.common.utils.CustomObjectMapper customObjectMapper) Class constructor. -
Method Summary
Methods inherited from class es.kukenan.smartfi.events.common.AbstractEventParser
parse, wants
-
Constructor Details
-
ProductsEventParser
public ProductsEventParser(es.kukenan.smartfi.common.utils.CustomObjectMapper customObjectMapper) Class constructor.- Parameters:
customObjectMapper- object mapper that will be used to serialize/deserialize json.
-