Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
Packages that use ChoiceCollectionMapping
Package
Description
-
Uses of ChoiceCollectionMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return ChoiceCollectionMappingModifier and TypeMethodDescriptionXMLChoiceCollectionMappingMarshalNodeValue.getMapping()XMLChoiceCollectionMappingUnmarshalNodeValue.getMapping()Constructors in org.eclipse.persistence.internal.oxm with parameters of type ChoiceCollectionMappingModifierConstructorDescriptionXMLChoiceCollectionMappingMarshalNodeValue(ChoiceCollectionMapping mapping, Field xmlField) XMLChoiceCollectionMappingUnmarshalNodeValue(ChoiceCollectionMapping mapping, Field xmlField) XMLChoiceCollectionMappingUnmarshalNodeValue(ChoiceCollectionMapping mapping, Field xmlField, Mapping nestedMapping) -
Uses of ChoiceCollectionMapping in org.eclipse.persistence.internal.oxm.schema
Methods in org.eclipse.persistence.internal.oxm.schema with parameters of type ChoiceCollectionMappingModifier and TypeMethodDescriptionprotected voidSchemaModelGenerator.processXMLChoiceCollectionMapping(ChoiceCollectionMapping mapping, Sequence seq, ComplexType ct, HashMap<String, Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors) Process a given XMLChoiceCollectionMapping. -
Uses of ChoiceCollectionMapping in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return ChoiceCollectionMappingModifier and TypeMethodDescriptionMappingsGenerator.generateChoiceCollectionMapping(Property property, Descriptor descriptor, NamespaceInfo namespace) -
Uses of ChoiceCollectionMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement ChoiceCollectionMapping