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 TypeClassDescriptionclass
INTERNAL:class
INTERNAL:class
INTERNAL:class
class
INTERNAL:class
class
INTERNAL:class
INTERNAL:class
INTERNAL:class
INTERNAL:class
Methods 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 TypeMethodDescriptionvoid
ChoiceUnmarshalContext.addAttributeValue
(UnmarshalRecord unmarshalRecord, ContainerValue containerValue, Object value) void
ChoiceUnmarshalContext.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 TypeMethodDescriptionvoid
ObjectUnmarshalContext.addAttributeValue
(UnmarshalRecord unmarshalRecord, ContainerValue containerValue, Object value) void
ObjectUnmarshalContext.addAttributeValue
(UnmarshalRecord unmarshalRecord, ContainerValue containerValue, Object value, Object collection) void
SequencedUnmarshalContext.addAttributeValue
(UnmarshalRecord unmarshalRecord, ContainerValue containerValue, Object value) void
SequencedUnmarshalContext.addAttributeValue
(UnmarshalRecord unmarshalRecord, ContainerValue containerValue, Object value, Object collection) void
UnmarshalContext.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.void
UnmarshalContext.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.void
UnmarshalRecord.addAttributeValue
(ContainerValue containerValue, Object value) void
UnmarshalRecord.addAttributeValue
(ContainerValue containerValue, Object value, Object collection) void
UnmarshalRecordImpl.addAttributeValue
(ContainerValue containerValue, Object value) void
UnmarshalRecordImpl.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) void
UnmarshalRecord.setAttributeValueNull
(ContainerValue containerValue) void
UnmarshalRecordImpl.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 TypeMethodDescriptionvoid
UnmarshalRecord.addAttributeValue
(ContainerValue containerValue, Object value) void
UnmarshalRecord.addAttributeValue
(ContainerValue containerValue, Object value, Object collection) UnmarshalRecord.getContainerInstance
(ContainerValue containerValue) UnmarshalRecord.getContainerInstance
(ContainerValue containerValue, boolean b) void
UnmarshalRecord.setAttributeValueNull
(ContainerValue containerValue)