Uses of Interface
org.eclipse.persistence.internal.oxm.ContainerValue
Package
Description
-
Uses of ContainerValue in org.eclipse.persistence.internal.oxm
Modifier and TypeClassDescriptionclass
INTERNAL:class
INTERNAL:class
INTERNAL:class
class
INTERNAL:class
class
INTERNAL:class
INTERNAL:class
INTERNAL:class
INTERNAL:class
Modifier and TypeMethodDescriptionObjectBuilder.getContainerValues()
XPathObjectBuilder.getContainerValues()
ObjectBuilder.getDefaultEmptyContainerValues()
XPathObjectBuilder.getDefaultEmptyContainerValues()
Modifier and TypeMethodDescriptionvoid
ChoiceUnmarshalContext.addAttributeValue
(UnmarshalRecord unmarshalRecord, ContainerValue containerValue, Object value) void
ChoiceUnmarshalContext.addAttributeValue
(UnmarshalRecord unmarshalRecord, ContainerValue containerValue, Object value, Object collection) -
Uses of ContainerValue in org.eclipse.persistence.internal.oxm.record
Modifier 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
Modifier 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)