Class SecurityGatewayEventParser
java.lang.Object
es.kukenan.smartfi.events.common.AbstractEventParser<AbstractSecurityGatewayEvent>
es.kukenan.smartfi.microservice.security.gateway.events.SecurityGatewayEventParser
- All Implemented Interfaces:
es.kukenan.smartfi.events.common.EventParser
public class SecurityGatewayEventParser
extends es.kukenan.smartfi.events.common.AbstractEventParser<AbstractSecurityGatewayEvent>
Event parser for Security gateway micro-service events.
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityGatewayEventParser(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
-
SecurityGatewayEventParser
public SecurityGatewayEventParser(es.kukenan.smartfi.common.utils.CustomObjectMapper customObjectMapper) Class constructor.- Parameters:
customObjectMapper- object mapper that will be used to serialize/deserialize json.
-