Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
-
-
Uses of XmlBindings in org.eclipse.persistence.jaxb
Methods in org.eclipse.persistence.jaxb that return types with arguments of type XmlBindings Modifier and Type Method Description static Map<String,XmlBindings>JAXBContextFactory. getXmlBindingsFromProperties(Map properties, ClassLoader classLoader)Convenience method for processing a properties map and creating a map of package names to XmlBindings instances. -
Uses of XmlBindings in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlBindings Modifier and Type Method Description static XmlBindingsXMLProcessor. mergeXmlBindings(List<XmlBindings> bindings)This method is used to merge several bindings files into one XMLBindings object.Method parameters in org.eclipse.persistence.jaxb.compiler with type arguments of type XmlBindings Modifier and Type Method Description static XmlBindingsXMLProcessor. mergeXmlBindings(List<XmlBindings> bindings)This method is used to merge several bindings files into one XMLBindings object.Constructor parameters in org.eclipse.persistence.jaxb.compiler with type arguments of type XmlBindings Constructor Description Generator(JavaModelInput jModelInput, Map<String,XmlBindings> xmlBindings, ClassLoader cLoader, String defaultTargetNamespace, boolean enableXmlAccessorFactory)This constructor will process and apply the given XmlBindings as appropriate.XMLProcessor(Map<String,XmlBindings> bindings)This is the preferred constructor. -
Uses of XmlBindings in org.eclipse.persistence.jaxb.dynamic.metadata
Fields in org.eclipse.persistence.jaxb.dynamic.metadata with type parameters of type XmlBindings Modifier and Type Field Description protected Map<String,XmlBindings>Metadata. bindingsMethods in org.eclipse.persistence.jaxb.dynamic.metadata that return types with arguments of type XmlBindings Modifier and Type Method Description Map<String,XmlBindings>Metadata. getBindings() -
Uses of XmlBindings in org.eclipse.persistence.jaxb.metadata
Methods in org.eclipse.persistence.jaxb.metadata that return XmlBindings Modifier and Type Method Description XmlBindingsMetadataSource. getXmlBindings(Map<String,?> properties, ClassLoader classLoader)XmlBindingsMetadataSourceAdapter. getXmlBindings(Map<String,?> properties, ClassLoader classLoader)XmlBindingsXMLMetadataSource. getXmlBindings(Map<String,?> properties, ClassLoader classLoader) -
Uses of XmlBindings in org.eclipse.persistence.jaxb.xmlmodel
Methods in org.eclipse.persistence.jaxb.xmlmodel that return XmlBindings Modifier and Type Method Description XmlBindingsObjectFactory. createXmlBindings()Create an instance ofXmlBindings
-