Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlNullPolicy
-
Uses of XmlNullPolicy in org.eclipse.persistence.jaxb.compiler
Modifier and TypeMethodDescriptionTypeInfo.getXmlNullPolicy()
Return XmlNullPolicy for this TypeInfo.XmlNillableInfo.getXmlNullPolicy()
Modifier 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
Modifier and TypeFieldDescriptionprotected XmlNullPolicy
JavaType.xmlNullPolicy
protected XmlNullPolicy
XmlBindings.xmlNullPolicy
Modifier 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.Modifier 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.