@Component public class QualifiedModuleNameConverter extends java.lang.Object implements org.springframework.shell.core.Converter<ModuleCommands.QualifiedModuleName>
ModuleCommands.QualifiedModuleName
s.Constructor and Description |
---|
QualifiedModuleNameConverter() |
Modifier and Type | Method and Description |
---|---|
ModuleCommands.QualifiedModuleName |
convertFromText(java.lang.String value,
java.lang.Class<?> targetType,
java.lang.String optionContext) |
boolean |
getAllPossibleValues(java.util.List<org.springframework.shell.core.Completion> completions,
java.lang.Class<?> targetType,
java.lang.String existingData,
java.lang.String optionContext,
org.springframework.shell.core.MethodTarget target) |
boolean |
supports(java.lang.Class<?> type,
java.lang.String optionContext) |
public boolean supports(java.lang.Class<?> type, java.lang.String optionContext)
supports
in interface org.springframework.shell.core.Converter<ModuleCommands.QualifiedModuleName>
public ModuleCommands.QualifiedModuleName convertFromText(java.lang.String value, java.lang.Class<?> targetType, java.lang.String optionContext)
convertFromText
in interface org.springframework.shell.core.Converter<ModuleCommands.QualifiedModuleName>
public boolean getAllPossibleValues(java.util.List<org.springframework.shell.core.Completion> completions, java.lang.Class<?> targetType, java.lang.String existingData, java.lang.String optionContext, org.springframework.shell.core.MethodTarget target)
getAllPossibleValues
in interface org.springframework.shell.core.Converter<ModuleCommands.QualifiedModuleName>