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 TypeMethodDescriptionvoid
AnnotationsProcessor.addPackageToXmlNullPolicy
(String packageName, XmlNullPolicy xmlNullPolicy) Add a package name/XmlNullPolicy entry to the map.void
TypeInfo.setXmlNullPolicy
(XmlNullPolicy xmlNullPolicy) Set the XmlNullPolicy for this TypeInfo.void
XmlNillableInfo.setXmlNullPolicy
(XmlNullPolicy xmlNullPolicy) -
Uses of XmlNullPolicy in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlNullPolicyModifier and TypeFieldDescriptionprotected XmlNullPolicy
JavaType.xmlNullPolicy
protected XmlNullPolicy
XmlBindings.xmlNullPolicy
Methods in org.eclipse.persistence.jaxb.xmlmodel that return XmlNullPolicyModifier and TypeMethodDescriptionObjectFactory.createXmlNullPolicy()
Create an instance ofXmlNullPolicy
JavaType.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 XmlNullPolicyMethods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlNullPolicyModifier and TypeMethodDescriptionObjectFactory.createXmlNullPolicy
(XmlNullPolicy value) void
JavaType.setXmlNullPolicy
(XmlNullPolicy value) Sets the value of the xmlNullPolicy property.void
XmlBindings.setXmlNullPolicy
(XmlNullPolicy value) Sets the value of the xmlNullPolicy property.