Uses of Class
ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.update.UpdateActionConfigurer
-
Packages that use UpdateActionConfigurer Package Description ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.update -
-
Uses of UpdateActionConfigurer in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.update
Methods in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.update that return UpdateActionConfigurer Modifier and Type Method Description static <TEntity,TId>
UpdateActionConfigurer<TEntity,TId>UpdateActionConfigurer. mockedUpdateAction(ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<?,?,?,ch.puzzle.libpuzzle.springframework.boot.rest.action.UpdateAction<TEntity,TId>,?> crudActions)Methods in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.update that return types with arguments of type UpdateActionConfigurer Modifier and Type Method Description java.lang.Class<UpdateActionConfigurer>UpdateActionMatchers. configurer()
-