Uses of Interface
org.eclipse.persistence.internal.oxm.NullCapableValue
-
-
Uses of NullCapableValue in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm that implement NullCapableValue Modifier and Type Class Description classXMLBinaryDataMappingNodeValueINTERNAL:classXMLCompositeObjectMappingNodeValueINTERNAL:classXMLDirectMappingNodeValueINTERNAL:classXMLFragmentMappingNodeValueINTERNAL:Methods in org.eclipse.persistence.internal.oxm that return NullCapableValue Modifier and Type Method Description NullCapableValueXPathNode. getNullCapableValue()Methods in org.eclipse.persistence.internal.oxm that return types with arguments of type NullCapableValue Modifier and Type Method Description List<NullCapableValue>ObjectBuilder. getNullCapableValues()List<NullCapableValue>XPathObjectBuilder. getNullCapableValues()Methods in org.eclipse.persistence.internal.oxm with parameters of type NullCapableValue Modifier and Type Method Description voidXPathNode. setNullCapableValue(NullCapableValue nullCapableValue) -
Uses of NullCapableValue in org.eclipse.persistence.internal.oxm.record
Methods in org.eclipse.persistence.internal.oxm.record that return types with arguments of type NullCapableValue Modifier and Type Method Description List<NullCapableValue>UnmarshalRecord. getNullCapableValues()Methods in org.eclipse.persistence.internal.oxm.record with parameters of type NullCapableValue Modifier and Type Method Description voidUnmarshalRecord. removeNullCapableValue(NullCapableValue nullCapableValue)voidUnmarshalRecordImpl. removeNullCapableValue(NullCapableValue nullCapableValue) -
Uses of NullCapableValue in org.eclipse.persistence.oxm.mappings.nullpolicy
Methods in org.eclipse.persistence.oxm.mappings.nullpolicy with parameters of type NullCapableValue Modifier and Type Method Description abstract voidAbstractNullPolicy. xPathNode(XPathNode xPathNode, NullCapableValue nullCapableValue)INTERNAL: When using the SAX Platform this allows a NodeValue to be registered to receive events from the TreeObjectBuilder.voidIsSetNullPolicy. xPathNode(XPathNode xPathNode, NullCapableValue nullCapableValue)voidNullPolicy. xPathNode(XPathNode xPathNode, NullCapableValue nullCapableValue) -
Uses of NullCapableValue in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return types with arguments of type NullCapableValue Modifier and Type Method Description List<NullCapableValue>UnmarshalRecord. getNullCapableValues()Methods in org.eclipse.persistence.oxm.record with parameters of type NullCapableValue Modifier and Type Method Description voidUnmarshalRecord. removeNullCapableValue(NullCapableValue nullCapableValue)
-