Class CountryRestEndpoint

java.lang.Object
org.cswteams.ms3.rest.CountryRestEndpoint

@RestController @RequestMapping("/country") public class CountryRestEndpoint extends Object
  • Constructor Details

    • CountryRestEndpoint

      public CountryRestEndpoint()
  • Method Details

    • getCountryCode

      @RequestMapping(method=GET, path="/country={countryName}") public org.springframework.http.ResponseEntity<String> getCountryCode(@PathVariable String country)