Class SnmpInterfaceMapperImpl
- java.lang.Object
-
- org.opennms.features.apilayer.model.mappers.SnmpInterfaceMapperImpl
-
- All Implemented Interfaces:
SnmpInterfaceMapper
@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 SnmpInterfaceMapperImpl extends Object implements SnmpInterfaceMapper
-
-
Constructor Summary
Constructors Constructor Description SnmpInterfaceMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opennms.integration.api.v1.model.immutables.ImmutableSnmpInterface
map(OnmsSnmpInterface onmsSnmpInterface)
-
-
-
Method Detail
-
map
public org.opennms.integration.api.v1.model.immutables.ImmutableSnmpInterface map(OnmsSnmpInterface onmsSnmpInterface)
- Specified by:
map
in interfaceSnmpInterfaceMapper
-
-