public final class XmlTypeMappingUtil extends Object
This class is thread-safe.
| Modifier and Type | Method and Description |
|---|---|
static <D extends XmlNodeDescriptor,M extends XmlNodeMapping<?>> |
createNodeMappingsByNodeDescriptorMap(Collection<M> nodeMappings)
Creates a map of node mappings with node descriptors as keys.
|
public static <D extends XmlNodeDescriptor,M extends XmlNodeMapping<?>> Map<D,M> createNodeMappingsByNodeDescriptorMap(Collection<M> nodeMappings)
D - the expected type of the node descriptorM - the expected type of the node mappingsnodeMappings - the node mappingsCopyright © 2014. All rights reserved.