public interface PropertySorter
Modifier and Type | Method and Description |
---|---|
java.util.Map |
sort(java.lang.Class type,
java.util.Map nameMap)
Sort the properties of a bean type.
|
java.util.Map sort(java.lang.Class type, java.util.Map nameMap)
type
- the bean class that contains all the propertiesnameMap
- the map to sort, key is the property name, value the
PropertyDescriptor
Copyright © 2004–2024 XStream. All rights reserved.