Uses of Class
ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base.CrudActionConfigurer
-
-
Uses of CrudActionConfigurer in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base
Methods in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base that return types with arguments of type CrudActionConfigurer Modifier and Type Method Description java.lang.Class<? extends CrudActionConfigurer>ActionMatchers. configurer() -
Uses of CrudActionConfigurer in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base.exception
Method parameters in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base.exception with type arguments of type CrudActionConfigurer Modifier and Type Method Description static InvalidMatcherConfigDetectedInvalidMatcherConfigDetected. actionNotFound(java.lang.Class<? extends CrudActionConfigurer> configurer)static InvalidMatcherConfigDetectedInvalidMatcherConfigDetected. actionNotSupported(java.lang.Object action, java.lang.ClassCastException cause, java.lang.Class<? extends CrudActionConfigurer> configurer)Constructor parameters in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base.exception with type arguments of type CrudActionConfigurer Constructor Description InvalidMatcherConfigDetected(java.lang.String reason, java.lang.Throwable cause, java.lang.Class<? extends CrudActionConfigurer> configurer) -
Uses of CrudActionConfigurer in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.create
Subclasses of CrudActionConfigurer in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.create Modifier and Type Class Description classCreateActionConfigurer<TEntity> -
Uses of CrudActionConfigurer in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.delete
Subclasses of CrudActionConfigurer in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.delete Modifier and Type Class Description classDeleteActionConfigurer<TId> -
Uses of CrudActionConfigurer in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.find
Subclasses of CrudActionConfigurer in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.find Modifier and Type Class Description classFindActionConfigurer<TEntity,TId> -
Uses of CrudActionConfigurer in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.list
Subclasses of CrudActionConfigurer in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.list Modifier and Type Class Description classListActionConfigurer<TEntity> -
Uses of CrudActionConfigurer in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.update
Subclasses of CrudActionConfigurer in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.update Modifier and Type Class Description classUpdateActionConfigurer<TEntity,TId>
-