public PetController()

in src/main/java/com/example/swaggercodegenexample/controllers/PetController.java [17:21]


    public PetController(PetSyncService petSyncService,
                         PetMapper petMapper) {
        this.petSyncService = petSyncService;
        this.petMapper = petMapper;
    }