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
ConstructorsConstructorDescriptionBuildToolDTO(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:SelectableThe Label- Specified by:
getLabelin interfaceSelectable<BuildTool>- Returns:
-
getDescription
Description copied from interface:SelectableThe Description- Specified by:
getDescriptionin interfaceSelectable<BuildTool>- Returns:
-
getValue
Description copied from interface:SelectableThe Underlying Value represented by the Option- Specified by:
getValuein interfaceSelectable<BuildTool>- Returns:
-