@RestController @RequestMapping(value="/city") public class CityIndexController extends Object
| Constructor and Description |
|---|
CityIndexController() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<org.egov.infra.admin.master.entity.es.CityIndex> |
getAllCityDetails() |
@RequestMapping(value="/details",
method=POST,
produces="application/json")
public Iterable<org.egov.infra.admin.master.entity.es.CityIndex> getAllCityDetails()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.