public static class ReflectionBinding.XMLCurrencyFormat extends javolution.xml.XMLFormat<Currency>
APPENDABLE_XML, BOOLEAN_XML, BYTE_XML, CHARACTER_XML, CLASS_XML, COLLECTION_XML, CONFIGURABLE_XML, DOUBLE_XML, FAST_COLLECTION_XML, FAST_COMPARATOR_XML, FAST_MAP_XML, FLOAT_XML, INDEX_XML, INTEGER_XML, LONG_XML, MAP_XML, OBJECT_ARRAY_XML, OBJECT_XML, PERSISTENT_CONTEXT_XML, QNAME_XML, SHORT_XML, STRING_XML, TEXT_XML| Constructor and Description |
|---|
XMLCurrencyFormat() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReferenceable()
Currency instance do not have to be handled by the reference resolver, as we're using
Currency.getInstance for retrieving an instance.
|
Currency |
newInstance(Class<Currency> cls,
javolution.xml.XMLFormat.InputElement xml) |
void |
read(javolution.xml.XMLFormat.InputElement xml,
Currency pos) |
void |
write(Currency currency,
javolution.xml.XMLFormat.OutputElement xml) |
public boolean isReferenceable()
isReferenceable in class javolution.xml.XMLFormat<Currency>falsepublic Currency newInstance(Class<Currency> cls, javolution.xml.XMLFormat.InputElement xml) throws javolution.xml.stream.XMLStreamException
newInstance in class javolution.xml.XMLFormat<Currency>javolution.xml.stream.XMLStreamExceptionpublic void write(Currency currency, javolution.xml.XMLFormat.OutputElement xml) throws javolution.xml.stream.XMLStreamException
write in class javolution.xml.XMLFormat<Currency>javolution.xml.stream.XMLStreamExceptionCopyright © 2009-2016. All Rights Reserved.