Class SelectOptionsController

java.lang.Object
io.micronaut.starter.api.options.SelectOptionsController
All Implemented Interfaces:
SelectOptionsOperations

@Controller("/select-options") public class SelectOptionsController extends Object implements SelectOptionsOperations
Gets Information about select options for the starter.
Since:
2.2.0
  • Constructor Details

    • SelectOptionsController

      public SelectOptionsController(io.micronaut.context.MessageSource messageSource, JdkVersionConfiguration jdkVersionConfiguration)
  • Method Details