Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry
-
Packages that use XmlRegistry Package Description org.eclipse.persistence.jaxb.compiler org.eclipse.persistence.jaxb.javamodel.oxm org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlRegistry in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlRegistry Modifier and Type Method Description voidAnnotationsProcessor. addXmlRegistry(String factoryClassName, XmlRegistry xmlReg)Add an XmlRegistry to ObjectFactory class name pair to the map. -
Uses of XmlRegistry in org.eclipse.persistence.jaxb.javamodel.oxm
Constructors in org.eclipse.persistence.jaxb.javamodel.oxm with parameters of type XmlRegistry Constructor Description OXMObjectFactoryImpl(XmlRegistry xmlRegistry) -
Uses of XmlRegistry in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel with type parameters of type XmlRegistry Modifier and Type Field Description protected List<XmlRegistry>XmlBindings.XmlRegistries. xmlRegistryMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlRegistry Modifier and Type Method Description XmlRegistryObjectFactory. createXmlRegistry()Create an instance ofXmlRegistryMethods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlRegistry Modifier and Type Method Description List<XmlRegistry>XmlBindings.XmlRegistries. getXmlRegistry()Gets the value of the xmlRegistry property.
-