public class TypeDescriptorUtils extends Object
Constructor and Description |
---|
TypeDescriptorUtils() |
Modifier and Type | Method and Description |
---|---|
static List<SpaceTypeDescriptor> |
sort(Collection<SpaceTypeDescriptor> typeDescriptors) |
static List<SpaceTypeDescriptor> |
sort(Map<String,SpaceTypeDescriptorContainer> typeDescriptorContainers) |
public static List<SpaceTypeDescriptor> sort(Collection<SpaceTypeDescriptor> typeDescriptors)
public static List<SpaceTypeDescriptor> sort(Map<String,SpaceTypeDescriptorContainer> typeDescriptorContainers)
typeDescriptorContainers
- A map from type name to its matching SpaceTypeDescriptorContainer
SpaceTypeDescriptor
instances sorted in such way that super types
will precede their sub types.Copyright © GigaSpaces.