Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Packages that use XmlBindings
Package
Description
-
Uses of XmlBindings in org.eclipse.persistence.jaxb
Methods in org.eclipse.persistence.jaxb that return types with arguments of type XmlBindingsModifier and TypeMethodDescriptionstatic Map<String, XmlBindings> JAXBContextFactory.getXmlBindingsFromProperties(Map<String, Object> 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 XmlBindingsModifier and TypeMethodDescriptionstatic 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 XmlBindingsModifier and TypeMethodDescriptionstatic 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 XmlBindingsModifierConstructorDescriptionGenerator(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 XmlBindingsMethods in org.eclipse.persistence.jaxb.dynamic.metadata that return types with arguments of type XmlBindings -
Uses of XmlBindings in org.eclipse.persistence.jaxb.metadata
Methods in org.eclipse.persistence.jaxb.metadata that return XmlBindingsModifier and TypeMethodDescriptionMetadataSource.getXmlBindings(Map<String, ?> properties, ClassLoader classLoader) MetadataSourceAdapter.getXmlBindings(Map<String, ?> properties, ClassLoader classLoader) XMLMetadataSource.getXmlBindings(Map<String, ?> properties, ClassLoader classLoader) -
Uses of XmlBindings in org.eclipse.persistence.jaxb.xmlmodel
Methods in org.eclipse.persistence.jaxb.xmlmodel that return XmlBindingsModifier and TypeMethodDescriptionObjectFactory.createXmlBindings()Create an instance ofXmlBindings