Uses of Interface
org.eclipse.persistence.internal.oxm.ContainerValue
-
Packages that use ContainerValue Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.internal.oxm.record org.eclipse.persistence.oxm.record -
-
Uses of ContainerValue in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm that implement ContainerValue Modifier and Type Class Description classXMLAnyAttributeMappingNodeValueINTERNAL:classXMLAnyCollectionMappingNodeValueINTERNAL:classXMLBinaryDataCollectionMappingNodeValueINTERNAL:classXMLChoiceCollectionMappingMarshalNodeValueclassXMLChoiceCollectionMappingUnmarshalNodeValueINTERNAL:classXMLCollectionReferenceMappingMarshalNodeValueclassXMLCollectionReferenceMappingNodeValueINTERNAL:classXMLCompositeCollectionMappingNodeValueINTERNAL:classXMLCompositeDirectCollectionMappingNodeValueINTERNAL:classXMLFragmentCollectionMappingNodeValueINTERNAL:classXMLVariableXPathCollectionMappingNodeValueMethods in org.eclipse.persistence.internal.oxm that return types with arguments of type ContainerValue Modifier and Type Method Description List<ContainerValue>ObjectBuilder. getContainerValues()List<ContainerValue>XPathObjectBuilder. getContainerValues()List<ContainerValue>ObjectBuilder. getDefaultEmptyContainerValues()List<ContainerValue>XPathObjectBuilder. getDefaultEmptyContainerValues()Methods in org.eclipse.persistence.internal.oxm with parameters of type ContainerValue Modifier and Type Method Description voidChoiceUnmarshalContext. addAttributeValue(UnmarshalRecord unmarshalRecord, ContainerValue containerValue, Object value)voidChoiceUnmarshalContext. addAttributeValue(UnmarshalRecord unmarshalRecord, ContainerValue containerValue, Object value, Object collection)Constructors in org.eclipse.persistence.internal.oxm with parameters of type ContainerValue Constructor Description CollectionGroupingElementNodeValue(ContainerValue c) -
Uses of ContainerValue in org.eclipse.persistence.internal.oxm.record
Methods in org.eclipse.persistence.internal.oxm.record with parameters of type ContainerValue Modifier and Type Method Description voidObjectUnmarshalContext. addAttributeValue(UnmarshalRecord unmarshalRecord, ContainerValue containerValue, Object value)voidObjectUnmarshalContext. addAttributeValue(UnmarshalRecord unmarshalRecord, ContainerValue containerValue, Object value, Object collection)voidSequencedUnmarshalContext. addAttributeValue(UnmarshalRecord unmarshalRecord, ContainerValue containerValue, Object value)voidSequencedUnmarshalContext. addAttributeValue(UnmarshalRecord unmarshalRecord, ContainerValue containerValue, Object value, Object collection)voidUnmarshalContext. addAttributeValue(UnmarshalRecord unmarshalRecord, ContainerValue containerValue, Object value)When a collection mapping is processed the UnmarshalContext is responsible for handling the values one at a time.voidUnmarshalContext. addAttributeValue(UnmarshalRecord unmarshalRecord, ContainerValue containerValue, Object value, Object collection)When a collection mapping is processed the UnmarshalContext is responsible for handling the values one at a time.voidUnmarshalRecord. addAttributeValue(ContainerValue containerValue, Object value)voidUnmarshalRecord. addAttributeValue(ContainerValue containerValue, Object value, Object collection)voidUnmarshalRecordImpl. addAttributeValue(ContainerValue containerValue, Object value)voidUnmarshalRecordImpl. addAttributeValue(ContainerValue containerValue, Object value, Object collection)ObjectUnmarshalRecord. getContainerInstance(ContainerValue containerValue)ObjectUnmarshalRecord. getContainerInstance(ContainerValue containerValue, boolean b)ObjectUnmarshalRecordImpl. getContainerInstance(ContainerValue c)ObjectUnmarshalRecordImpl. getContainerInstance(ContainerValue c, boolean createContainerIfNecessary)voidUnmarshalRecord. setAttributeValueNull(ContainerValue containerValue)voidUnmarshalRecordImpl. setAttributeValueNull(ContainerValue containerValue) -
Uses of ContainerValue in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record with parameters of type ContainerValue Modifier and Type Method Description voidUnmarshalRecord. addAttributeValue(ContainerValue containerValue, Object value)voidUnmarshalRecord. addAttributeValue(ContainerValue containerValue, Object value, Object collection)ObjectUnmarshalRecord. getContainerInstance(ContainerValue containerValue)ObjectUnmarshalRecord. getContainerInstance(ContainerValue containerValue, boolean b)voidUnmarshalRecord. setAttributeValueNull(ContainerValue containerValue)
-