@RequestScoped public class DoubleConverter extends Object implements Converter<Double>
ConversionException will be throw.| Modifier | Constructor and Description |
|---|---|
protected |
DoubleConverter()
Deprecated.
CDI eyes only
|
|
DoubleConverter(Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
Double |
convert(String value,
Class<? extends Double> type) |
protected NumberFormat |
getNumberFormat() |
protected DoubleConverter()
@Inject public DoubleConverter(Locale locale)
Copyright © 2014 Caelum. All rights reserved.