Uses of Class
org.bremersee.spring.test.api.comparator.ExampleModel
Packages that use ExampleModel
-
Uses of ExampleModel in org.bremersee.spring.test.api.comparator
Methods in org.bremersee.spring.test.api.comparator that return ExampleModelModifier and TypeMethodDescriptionGoodRestApiTwo.addExampleModel(ExampleModel model) Add model model.GoodRestApiTwo.getExampleModel(String id) Gets model.GoodRestApiTwo.updateExampleModel(String id, ExampleModel model) Update model model.Methods in org.bremersee.spring.test.api.comparator that return types with arguments of type ExampleModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ExampleModel> GoodRestApiOne.addExampleModel(ExampleModel model) Add model response entity.org.springframework.http.ResponseEntity<ExampleModel> BadApis.Three.getExampleModel(String id) Gets model.org.springframework.http.ResponseEntity<ExampleModel> GoodRestApiOne.getExampleModel(String id) Gets model.org.springframework.http.ResponseEntity<List<ExampleModel>> BadApis.Eight.getExampleModels(String query) Gets models.org.springframework.http.ResponseEntity<List<ExampleModel>> BadApis.Five.getExampleModels(String query) Gets models.org.springframework.http.ResponseEntity<List<ExampleModel>> BadApis.Seven.getExampleModels(String query) Gets models.org.springframework.http.ResponseEntity<List<ExampleModel>> BadApis.Six.getExampleModels(String query) Gets models.org.springframework.http.ResponseEntity<List<ExampleModel>> BadApis.Three.getExampleModels(String query) Gets models.org.springframework.http.ResponseEntity<List<ExampleModel>> GoodRestApiOne.getExampleModels(String query) Gets models.GoodRestApiTwo.getExampleModels(String query) Gets models.org.springframework.http.ResponseEntity<ExampleModel> GoodRestApiOne.updateExampleModel(String id, ExampleModel model) Update model response entity.Methods in org.bremersee.spring.test.api.comparator with parameters of type ExampleModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> BadApis.Four.addExampleModel(ExampleModel model) Add model response entity.org.springframework.http.ResponseEntity<Void> BadApis.Three.addExampleModel(ExampleModel model) Add model response entity.org.springframework.http.ResponseEntity<ExampleModel> GoodRestApiOne.addExampleModel(ExampleModel model) Add model response entity.GoodRestApiTwo.addExampleModel(ExampleModel model) Add model model.org.springframework.http.ResponseEntity<Void> BadApis.Four.updateExampleModel(ExampleModel model) Update model response entity.org.springframework.http.ResponseEntity<Void> BadApis.Three.updateExampleModel(String id, ExampleModel model) Update model response entity.org.springframework.http.ResponseEntity<ExampleModel> GoodRestApiOne.updateExampleModel(String id, ExampleModel model) Update model response entity.GoodRestApiTwo.updateExampleModel(String id, ExampleModel model) Update model model.