public class SortedMapMarshaller extends MapMarshaller<SortedMap<Object,Object>>
INSTANCE
Constructor and Description |
---|
SortedMapMarshaller() |
Modifier and Type | Method and Description |
---|---|
SortedMap<Object,Object> |
demarshall(EJValue o,
MarshallingSession ctx) |
SortedMap[] |
getEmptyArray()
Returns an empty array of the type handled by this marshaller.
|
doDemarshall, marshall
public SortedMap<Object,Object> demarshall(EJValue o, MarshallingSession ctx)
demarshall
in interface Marshaller<SortedMap<Object,Object>>
demarshall
in class MapMarshaller<SortedMap<Object,Object>>
public SortedMap[] getEmptyArray()
Marshaller
List.toArray(T[])
.getEmptyArray
in interface Marshaller<SortedMap<Object,Object>>
getEmptyArray
in class MapMarshaller<SortedMap<Object,Object>>
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.