@Component public class NumberFormatConverter extends Object implements Converter<NumberFormat>
NumberFormat instance.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT |
TAB_COMPLETION_COUNT_PREFIX| Constructor and Description |
|---|
NumberFormatConverter() |
| Modifier and Type | Method and Description |
|---|---|
NumberFormat |
convertFromText(String value,
Class<?> targetType,
String optionContext) |
boolean |
getAllPossibleValues(List<Completion> completions,
Class<?> targetType,
String existingData,
String optionContext,
MethodTarget target) |
boolean |
supports(Class<?> type,
String optionContext) |
public static final String DEFAULT
public boolean supports(Class<?> type, String optionContext)
supports in interface Converter<NumberFormat>public NumberFormat convertFromText(String value, Class<?> targetType, String optionContext)
convertFromText in interface Converter<NumberFormat>public boolean getAllPossibleValues(List<Completion> completions, Class<?> targetType, String existingData, String optionContext, MethodTarget target)
getAllPossibleValues in interface Converter<NumberFormat>Copyright © 2016 Pivotal Software, Inc.. All rights reserved.