-
- All Superinterfaces:
org.eclipse.persistence.internal.oxm.mappings.MimeTypePolicy
- All Known Implementing Classes:
AttributeMimeTypePolicy,FixedMimeTypePolicy
public interface MimeTypePolicy extends org.eclipse.persistence.internal.oxm.mappings.MimeTypePolicyPurpose:
A MimeTypePolicy is used in conjunction with an XMLBinaryData/CollectionMapping in order to allow customisation of the mime type for a specific property at runtime rather than at design time. By default, a FixedMimeTypePolicy is used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMimeType(Object anObject)return a MIME type string
-