Package io.micronaut.starter.api
Class BuildToolDTO
java.lang.Object
io.micronaut.starter.api.BuildToolDTO
- All Implemented Interfaces:
Selectable<BuildTool>
DTO objects for
BuildTool
.- Since:
- 2.2.0
-
Constructor Summary
ConstructorDescriptionBuildToolDTO
(BuildTool buildTool) BuildToolDTO
(BuildTool buildTool, io.micronaut.context.MessageSource messageSource, io.micronaut.context.MessageSource.MessageContext messageContext) BuildToolDTO
(BuildTool value, String label, String description) -
Method Summary
-
Constructor Details
-
BuildToolDTO
-
BuildToolDTO
@Internal public BuildToolDTO(BuildTool buildTool, io.micronaut.context.MessageSource messageSource, io.micronaut.context.MessageSource.MessageContext messageContext) -
BuildToolDTO
-
-
Method Details
-
getLabel
Description copied from interface:Selectable
The Label- Specified by:
getLabel
in interfaceSelectable<BuildTool>
- Returns:
-
getDescription
Description copied from interface:Selectable
The Description- Specified by:
getDescription
in interfaceSelectable<BuildTool>
- Returns:
-
getValue
Description copied from interface:Selectable
The Underlying Value represented by the Option- Specified by:
getValue
in interfaceSelectable<BuildTool>
- Returns:
-