Uses of Class
ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.delete.DeleteActionConfigurer
-
Packages that use DeleteActionConfigurer Package Description ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.delete -
-
Uses of DeleteActionConfigurer in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.delete
Methods in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.delete that return DeleteActionConfigurer Modifier and Type Method Description static <TId> DeleteActionConfigurer<TId>DeleteActionConfigurer. mockedDeleteAction(ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<?,?,?,?,ch.puzzle.libpuzzle.springframework.boot.rest.action.DeleteAction<TId>> crudActions)Methods in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.delete that return types with arguments of type DeleteActionConfigurer Modifier and Type Method Description java.lang.Class<DeleteActionConfigurer>DeleteActionMatchers. configurer()
-