Class InMemoryEventMapperImpl
- java.lang.Object
-
- org.opennms.features.apilayer.model.mappers.InMemoryEventMapperImpl
-
- All Implemented Interfaces:
InMemoryEventMapper
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2022-03-24T18:43:29+0000", comments="version: 1.4.1.Final, compiler: javac, environment: Java 11.0.14 (Red Hat, Inc.)") public class InMemoryEventMapperImpl extends Object implements InMemoryEventMapper
-
-
Constructor Summary
Constructors Constructor Description InMemoryEventMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opennms.integration.api.v1.model.immutables.ImmutableInMemoryEvent
map(Event event)
protected List<org.opennms.integration.api.v1.model.EventParameter>
parmListToEventParameterList(List<Parm> list)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opennms.features.apilayer.model.mappers.InMemoryEventMapper
map
-
-
-
-
Method Detail
-
map
public org.opennms.integration.api.v1.model.immutables.ImmutableInMemoryEvent map(Event event)
- Specified by:
map
in interfaceInMemoryEventMapper
-
-