List<Animal> animals = this.service.findAll(); animals = animals.stream().sorted(Comparator.comparing(Animal::getName)).collect(Collectors.toList());