public class HibernatePersistentSortedMapConverter extends TreeMapConverter
| Constructor and Description |
|---|
HibernatePersistentSortedMapConverter(Mapper mapper)
Construct a HibernatePersistentSortedMapConverter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(java.lang.Class type)
Determines whether the converter can marshall a particular type.
|
java.lang.Object |
unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context)
Convert textual data back into an object.
|
marshal, marshalComparator, populateTreeMap, unmarshalComparatorcreateCollection, populateMap, populateMap, putCurrentEntryIntoMapmapper, readBareItem, readCompleteItem, readItem, writeBareItem, writeCompleteItem, writeItem, writeNullItempublic HibernatePersistentSortedMapConverter(Mapper mapper)
mapper - public boolean canConvert(java.lang.Class type)
ConverterMatchercanConvert in interface ConverterMatchercanConvert in class MapConvertertype - the Class representing the object type to be convertedpublic java.lang.Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
Converterunmarshal in interface Converterunmarshal in class TreeMapConverterreader - The stream to read the text from.Copyright © 2004–2024 XStream. All rights reserved.