Class NodeMapperImpl

  • All Implemented Interfaces:
    NodeMapper

    @Generated(value="org.mapstruct.ap.MappingProcessor",
               date="2022-03-24T18:11:06+0000",
               comments="version: 1.4.1.Final, compiler: javac, environment: Java 11.0.14 (Red Hat, Inc.)")
    public class NodeMapperImpl
    extends Object
    implements NodeMapper
    • Constructor Detail

      • NodeMapperImpl

        public NodeMapperImpl()
    • Method Detail

      • map

        public org.opennms.integration.api.v1.model.immutables.ImmutableNode map​(OnmsNode onmsNode)
        Specified by:
        map in interface NodeMapper
      • onmsIpInterfaceSetToIpInterfaceList

        protected List<org.opennms.integration.api.v1.model.IpInterface> onmsIpInterfaceSetToIpInterfaceList​(Set<OnmsIpInterface> set)
      • onmsSnmpInterfaceSetToSnmpInterfaceList

        protected List<org.opennms.integration.api.v1.model.SnmpInterface> onmsSnmpInterfaceSetToSnmpInterfaceList​(Set<OnmsSnmpInterface> set)
      • onmsMetaDataListToMetaDataList

        protected List<org.opennms.integration.api.v1.model.MetaData> onmsMetaDataListToMetaDataList​(List<OnmsMetaData> list)