Uses of Interface
es.kukenan.smartfi.events.common.EventParser
Packages that use EventParser
Package
Description
Base classes for the microservices event model.
Base classes for the spring-specific classes in the microservices event model.
Scheduled events package.
-
Uses of EventParser in es.kukenan.smartfi.events.common
Classes in es.kukenan.smartfi.events.common that implement EventParserModifier and TypeClassDescriptionclassAbstractEventParser<T extends Event>Base class for any event parser. -
Uses of EventParser in es.kukenan.smartfi.events.common.spring
Fields in es.kukenan.smartfi.events.common.spring with type parameters of type EventParserModifier and TypeFieldDescriptionprivate List<EventParser>EventParserManager.eventParsersThe known event parsers.Methods in es.kukenan.smartfi.events.common.spring that return EventParserModifier and TypeMethodDescriptionEventParserManager.findParser(com.fasterxml.jackson.databind.JsonNode jsonNode) Get the parser that can be used to deserialize the given json.Methods in es.kukenan.smartfi.events.common.spring that return types with arguments of type EventParser -
Uses of EventParser in es.kukenan.smartfi.events.scheduled
Classes in es.kukenan.smartfi.events.scheduled that implement EventParser