Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlNullPolicy
Packages that use XmlNullPolicy
-
Uses of XmlNullPolicy in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlNullPolicyModifier and TypeMethodDescriptionTypeInfo.getXmlNullPolicy()Return XmlNullPolicy for this TypeInfo.XmlNillableInfo.getXmlNullPolicy()Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlNullPolicyModifier and TypeMethodDescriptionvoidAnnotationsProcessor.addPackageToXmlNullPolicy(String packageName, XmlNullPolicy xmlNullPolicy) Add a package name/XmlNullPolicy entry to the map.voidTypeInfo.setXmlNullPolicy(XmlNullPolicy xmlNullPolicy) Set the XmlNullPolicy for this TypeInfo.voidXmlNillableInfo.setXmlNullPolicy(XmlNullPolicy xmlNullPolicy) -
Uses of XmlNullPolicy in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlNullPolicyModifier and TypeFieldDescriptionprotected XmlNullPolicyJavaType.xmlNullPolicyprotected XmlNullPolicyXmlBindings.xmlNullPolicyMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlNullPolicyModifier and TypeMethodDescriptionObjectFactory.createXmlNullPolicy()Create an instance ofXmlNullPolicyJavaType.getXmlNullPolicy()Gets the value of the xmlNullPolicy property.XmlBindings.getXmlNullPolicy()Gets the value of the xmlNullPolicy property.Methods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlNullPolicyModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<XmlNullPolicy> ObjectFactory.createXmlNullPolicy(XmlNullPolicy value) Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlNullPolicyModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<XmlNullPolicy> ObjectFactory.createXmlNullPolicy(XmlNullPolicy value) voidJavaType.setXmlNullPolicy(XmlNullPolicy value) Sets the value of the xmlNullPolicy property.voidXmlBindings.setXmlNullPolicy(XmlNullPolicy value) Sets the value of the xmlNullPolicy property.