Uses of Class
org.eclipse.persistence.internal.oxm.XMLChoiceFieldToClassAssociation
-
Packages that use XMLChoiceFieldToClassAssociation Package Description org.eclipse.persistence.internal.oxm.mappings org.eclipse.persistence.internal.oxm.schema -
-
Uses of XMLChoiceFieldToClassAssociation in org.eclipse.persistence.internal.oxm.mappings
Methods in org.eclipse.persistence.internal.oxm.mappings that return types with arguments of type XMLChoiceFieldToClassAssociation Modifier and Type Method Description List<XMLChoiceFieldToClassAssociation>ChoiceCollectionMapping. getChoiceFieldToClassAssociations()List<XMLChoiceFieldToClassAssociation>ChoiceObjectMapping. getChoiceFieldToClassAssociations() -
Uses of XMLChoiceFieldToClassAssociation in org.eclipse.persistence.internal.oxm.schema
Method parameters in org.eclipse.persistence.internal.oxm.schema with type arguments of type XMLChoiceFieldToClassAssociation Modifier and Type Method Description protected voidSchemaModelGenerator. processChoiceMapping(Map<Field,Class<?>> fieldToClassMap, List<XMLChoiceFieldToClassAssociation> choiceFieldToClassList, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, boolean isCollection)Process a given XMLChoiceMapping.
-