Class TestingBatriderContractor

  • All Implemented Interfaces:
    pro.fessional.wings.testing.batrider.contract.TestingHelloContract

    @RestSchema(schemaId = "batrider-hello")@RequestMapping(path = "/") 
    public class TestingBatriderContractor
     implements TestingHelloContract
                        

    Mvc Style, Customize SchemaId, basePath without SchemaId

    Since:

    2022-08-04

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String sayHello(@RequestParam(name = "name") String name)
      • Methods inherited from class java.lang.Object

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

      • TestingBatriderContractor

        TestingBatriderContractor()
    • Method Detail

      • sayHello

        @RequestMapping(path = "/batrider-hello/say-hello", method = RequestMethod.GET, produces = MediaType.TEXT_PLAIN_VALUE)@ResponseBody() String sayHello(@RequestParam(name = "name") String name)