public class DoubleTranslator extends NumericValueTranslator<Double>
Double
.MAX_STRING_REPRESENTATION_LENGTH
Constructor and Description |
---|
DoubleTranslator() |
Modifier and Type | Method and Description |
---|---|
Class<Double> |
getObjectClass()
Returns the Java class of object instances created by this translator.
|
protected Double |
parseValue(String representation,
ReaderStreamDataProvider<?> streamDataProvider) |
representationToJava
hasStringRepresentation, javaToRepresentation, readXMLRepresentation, writeXMLRepresentation
equals, hashCode
public DoubleTranslator()
public Class<Double> getObjectClass()
ObjectTranslator
Note that ObjectTranslator.javaToRepresentation(Object, WriterStreamDataProvider)
and ObjectTranslator.writeXMLRepresentation(XMLStreamWriter, Object, WriterStreamDataProvider)
may also
accept instances of other classes. This is independent from the return value here.
protected Double parseValue(String representation, ReaderStreamDataProvider<?> streamDataProvider) throws NumberFormatException
parseValue
in class NumericValueTranslator<Double>
NumberFormatException