Interface AppMapper


public interface AppMapper
Mapper interface for converting between entity classes and their corresponding DTOs.

Uses MapStruct for automatic mapping. Each entity has a pair of methods: one to convert to a DTO and one to convert back to an entity. This interface is configured as a Spring component with componentModel = "spring".

See Also: