Class ServiceInfoMapper

java.lang.Object
com.nmontytskyi.monitoring.server.mapper.ServiceInfoMapper

public class ServiceInfoMapper extends Object
Stateless mapper between the RegisteredServiceEntity JPA entity and the ServiceInfo core domain model.

Keeps the persistence layer decoupled from the domain layer. The business logic in services and schedulers works exclusively with core models; this mapper performs the translation at the boundary.

  • Constructor Details

    • ServiceInfoMapper

      public ServiceInfoMapper()
  • Method Details