Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
Packages that use BinaryDataMapping
Package
Description
-
Uses of BinaryDataMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return BinaryDataMappingConstructors in org.eclipse.persistence.internal.oxm with parameters of type BinaryDataMapping -
Uses of BinaryDataMapping in org.eclipse.persistence.internal.oxm.record
Constructors in org.eclipse.persistence.internal.oxm.record with parameters of type BinaryDataMappingModifierConstructorDescriptionBinaryDataUnmarshalRecord(ObjectBuilder treeObjectBuilder, UnmarshalRecord parentRecord, XMLBinaryDataMappingNodeValue xmlBinaryDataMappingNodeValue, BinaryDataMapping xmlBinaryDataMapping) -
Uses of BinaryDataMapping in org.eclipse.persistence.internal.oxm.record.deferred
Constructors in org.eclipse.persistence.internal.oxm.record.deferred with parameters of type BinaryDataMappingModifierConstructorDescriptionBinaryMappingContentHandler(UnmarshalRecord parentRecord, NodeValue nodeValue, BinaryDataMapping mapping) -
Uses of BinaryDataMapping in org.eclipse.persistence.internal.oxm.schema
Methods in org.eclipse.persistence.internal.oxm.schema with parameters of type BinaryDataMappingModifier and TypeMethodDescriptionprotected voidSchemaModelGenerator.processXMLBinaryDataMapping(BinaryDataMapping mapping, Sequence seq, ComplexType ct, HashMap<String, Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties) Process a given XMLBinaryDataMapping. -
Uses of BinaryDataMapping in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return BinaryDataMappingModifier and TypeMethodDescriptionMappingsGenerator.generateBinaryMapping(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo) -
Uses of BinaryDataMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement BinaryDataMappingModifier and TypeClassDescriptionclassPurpose:Provide a mapping for binary data that can be treated as either inline or as an attachment.