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, parse
getTargetType, newConversionException, parse
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convertToObject
protected 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–2022 Apache Software Foundation. All rights reserved.