Class PlanregistratieAutofillController

java.lang.Object
nl.b3p.planmonitorwonen.api.controller.PlanregistratieAutofillController
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>

@RestController @Profile("!test") public class PlanregistratieAutofillController extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
  • Constructor Details

    • PlanregistratieAutofillController

      public PlanregistratieAutofillController(org.springframework.jdbc.core.simple.JdbcClient jdbcClient)
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
    • autofill

      @PostMapping(path="${planmonitor-wonen-api.base-path}/planregistratie/autofill-by-geometry", consumes="text/plain") public Map<String,Object> autofill(@RequestBody String wkt)