Class HeroConfig


  • @Configuration
    public class HeroConfig
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HeroConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ApiActions<Hero> restActions​(HeroRepository repository, ch.puzzle.libpuzzle.springframework.boot.rest.action.RepositoryActions repositoryActions)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HeroConfig

        public HeroConfig()
    • Method Detail

      • restActions

        @Bean
        public ApiActions<Hero> restActions​(HeroRepository repository,
                                            ch.puzzle.libpuzzle.springframework.boot.rest.action.RepositoryActions repositoryActions)