N - public abstract class AbstractDecimalConverter<N extends Number> extends AbstractNumberConverter<N>
| Constructor and Description |
|---|
AbstractDecimalConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected NumberFormat |
newNumberFormat(Locale locale)
Creates a new
NumberFormat for the given locale. |
convertToString, getNumberFormat, parsegetTargetType, newConversionException, parseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertToObjectprotected NumberFormat newNumberFormat(Locale locale)
NumberFormat for the given locale. The instance is later cached and is
accessible through AbstractNumberConverter.getNumberFormat(Locale)newNumberFormat in class AbstractNumberConverter<N extends Number>locale - Copyright © 2006–2020 Apache Software Foundation. All rights reserved.