Module org.eclipse.persistence.core
Interface MimeTypePolicy
-
- All Known Subinterfaces:
MimeTypePolicy
- All Known Implementing Classes:
FixedMimeTypePolicy
public interface MimeTypePolicyPurpose:
A MimeTypePolicy is used in conjunction with an BinaryData/CollectionMapping in order to allow customization of the mime type for a specific property at runtime rather than at design time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMimeType(Object object)return a MIME type string
-