Package io.micronaut.starter.api.options
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 Summary
ConstructorDescriptionSelectOptionsController
(io.micronaut.context.MessageSource messageSource, JdkVersionConfiguration jdkVersionConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionselectOptions
(RequestInfo requestInfo) Gets select options for the starter
-
Constructor Details
-
SelectOptionsController
public SelectOptionsController(io.micronaut.context.MessageSource messageSource, JdkVersionConfiguration jdkVersionConfiguration)
-
-
Method Details
-
selectOptions
@Get(uri="/", produces="application/json") public SelectOptionsDTO selectOptions(RequestInfo requestInfo) Gets select options for the starter- Specified by:
selectOptions
in interfaceSelectOptionsOperations
- Returns:
- Select Options and their defaults.
-