Uses of Class
ch.puzzle.libpuzzle.demo.springboot.common.ApiActions
-
Packages that use ApiActions Package Description ch.puzzle.libpuzzle.demo.springboot.hero -
-
Uses of ApiActions in ch.puzzle.libpuzzle.demo.springboot.hero
Methods in ch.puzzle.libpuzzle.demo.springboot.hero that return ApiActions Modifier and Type Method Description ApiActions<Hero>HeroConfig. restActions(HeroRepository repository, ch.puzzle.libpuzzle.springframework.boot.rest.action.RepositoryActions repositoryActions)Constructors in ch.puzzle.libpuzzle.demo.springboot.hero with parameters of type ApiActions Constructor Description HeroController(ApiActions<Hero> actions)
-