Uses of Class
ch.puzzle.libpuzzle.demo.springboot.hero.HeroDto
-
Packages that use HeroDto Package Description ch.puzzle.libpuzzle.demo.springboot.hero -
-
Uses of HeroDto in ch.puzzle.libpuzzle.demo.springboot.hero
Methods in ch.puzzle.libpuzzle.demo.springboot.hero that return types with arguments of type HeroDto Modifier and Type Method Description org.springframework.http.ResponseEntity<HeroDto>HeroController. create(@Valid HeroDto dto)org.springframework.http.ResponseEntity<HeroDto>HeroController. find(long id)org.springframework.http.ResponseEntity<java.util.List<HeroDto>>HeroController. list()org.springframework.http.ResponseEntity<HeroDto>HeroController. update(long id, @Valid HeroDto dto)Methods in ch.puzzle.libpuzzle.demo.springboot.hero with parameters of type HeroDto Modifier and Type Method Description org.springframework.http.ResponseEntity<HeroDto>HeroController. create(@Valid HeroDto dto)org.springframework.http.ResponseEntity<HeroDto>HeroController. update(long id, @Valid HeroDto dto)
-