Class ReadAllQueryResultCollectionMetadataSource
java.lang.Object
org.eclipse.persistence.jpa.rs.util.metadatasources.ReadAllQueryResultCollectionMetadataSource
- All Implemented Interfaces:
MetadataSource
Makes the ReadAllQueryResultCollection class available to JPA-RS JAXB context.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetXmlBindings
(Map<String, ?> properties, ClassLoader classLoader)
-
Constructor Details
-
ReadAllQueryResultCollectionMetadataSource
public ReadAllQueryResultCollectionMetadataSource()
-
-
Method Details
-
getXmlBindings
- Specified by:
getXmlBindings
in interfaceMetadataSource
- Parameters:
properties
- - The properties passed in to create the JAXBContextclassLoader
- - The ClassLoader passed in to create the JAXBContext- Returns:
- the XmlBindings object representing the metadata
-