Class ScheduledEventParser
java.lang.Object
es.kukenan.smartfi.events.common.AbstractEventParser<AbstractScheduledEvent>
es.kukenan.smartfi.events.scheduled.ScheduledEventParser
- All Implemented Interfaces:
EventParser
Schedule events parser.
-
Constructor Summary
ConstructorsConstructorDescriptionScheduledEventParser(CustomObjectMapper customObjectMapper) Class constructor. -
Method Summary
Methods inherited from class es.kukenan.smartfi.events.common.AbstractEventParser
parse, wants
-
Constructor Details
-
ScheduledEventParser
Class constructor.- Parameters:
customObjectMapper- object mapper that will be used to serialize/deserialize jsonCustomObjectMapper.
-