Uses of Interface
org.eclipse.persistence.internal.oxm.ContainerValue
Packages that use ContainerValue
Package
Description
-
Uses of ContainerValue in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm that implement ContainerValueModifier and TypeClassDescriptionclassINTERNAL:classINTERNAL:classINTERNAL:classclassINTERNAL:classclassINTERNAL:classINTERNAL:classINTERNAL:classINTERNAL:classMethods in org.eclipse.persistence.internal.oxm that return types with arguments of type ContainerValueModifier and TypeMethodDescriptionObjectBuilder.getContainerValues()XPathObjectBuilder.getContainerValues()ObjectBuilder.getDefaultEmptyContainerValues()XPathObjectBuilder.getDefaultEmptyContainerValues()Methods in org.eclipse.persistence.internal.oxm with parameters of type ContainerValueModifier and TypeMethodDescriptionvoidChoiceUnmarshalContext.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 -
Uses of ContainerValue in org.eclipse.persistence.internal.oxm.record
Methods in org.eclipse.persistence.internal.oxm.record with parameters of type ContainerValueModifier and TypeMethodDescriptionvoidObjectUnmarshalContext.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) UnmarshalRecord.getContainerInstance(ContainerValue containerValue) UnmarshalRecord.getContainerInstance(ContainerValue containerValue, boolean b) UnmarshalRecordImpl.getContainerInstance(ContainerValue c) UnmarshalRecordImpl.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 ContainerValueModifier and TypeMethodDescriptionvoidUnmarshalRecord.addAttributeValue(ContainerValue containerValue, Object value) voidUnmarshalRecord.addAttributeValue(ContainerValue containerValue, Object value, Object collection) UnmarshalRecord.getContainerInstance(ContainerValue containerValue) UnmarshalRecord.getContainerInstance(ContainerValue containerValue, boolean b) voidUnmarshalRecord.setAttributeValueNull(ContainerValue containerValue)