Class GeolocationMapperImpl
- java.lang.Object
-
- org.opennms.features.apilayer.model.mappers.GeolocationMapperImpl
-
- All Implemented Interfaces:
GeolocationMapper
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2022-02-08T18:54:20+0000", comments="version: 1.4.1.Final, compiler: javac, environment: Java 11.0.13 (Eclipse Adoptium)") public class GeolocationMapperImpl extends Object implements GeolocationMapper
-
-
Constructor Summary
Constructors Constructor Description GeolocationMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opennms.integration.api.v1.model.immutables.ImmutableGeolocation
map(OnmsGeolocation onmsGeolocation)
-
-
-
Method Detail
-
map
public org.opennms.integration.api.v1.model.immutables.ImmutableGeolocation map(OnmsGeolocation onmsGeolocation)
- Specified by:
map
in interfaceGeolocationMapper
-
-