| name | data type | constraints | description |
|---|---|---|---|
| representationClassByteBuffer | boolean | required | |
| flavorTextType | boolean | required | |
| mimeType | string | ||
| defaultRepresentationClassAsString | string | ||
| primaryType | string | ||
| textPlainUnicodeFlavor | DataFlavor | ||
| representationClass | string | ||
| defaultRepresentationClass | string | ||
| mimeTypeSerializedObject | boolean | required | |
| flavorRemoteObjectType | boolean | required | |
| flavorJavaFileListType | boolean | required | |
| representationClassSerializable | boolean | required | |
| representationClassReader | boolean | required | |
| representationClassInputStream | boolean | required | |
| subType | string | ||
| representationClassCharBuffer | boolean | required | |
| representationClassRemote | boolean | required | |
| flavorSerializedObjectType | boolean | required | |
| humanPresentableName | string |
Example
{
"representationClassByteBuffer" : true,
"flavorTextType" : true,
"mimeType" : "...",
"defaultRepresentationClassAsString" : "...",
"primaryType" : "...",
"textPlainUnicodeFlavor" : {
"representationClassByteBuffer" : true,
"flavorTextType" : true,
"mimeType" : "...",
"defaultRepresentationClassAsString" : "...",
"primaryType" : "...",
"textPlainUnicodeFlavor" : { },
"representationClass" : "...",
"defaultRepresentationClass" : "...",
"mimeTypeSerializedObject" : true,
"flavorRemoteObjectType" : true,
"flavorJavaFileListType" : true,
"representationClassSerializable" : true,
"representationClassReader" : true,
"representationClassInputStream" : true,
"subType" : "...",
"representationClassCharBuffer" : true,
"representationClassRemote" : true,
"flavorSerializedObjectType" : true,
"humanPresentableName" : "..."
},
"representationClass" : "...",
"defaultRepresentationClass" : "...",
"mimeTypeSerializedObject" : true,
"flavorRemoteObjectType" : true,
"flavorJavaFileListType" : true,
"representationClassSerializable" : true,
"representationClassReader" : true,
"representationClassInputStream" : true,
"subType" : "...",
"representationClassCharBuffer" : true,
"representationClassRemote" : true,
"flavorSerializedObjectType" : true,
"humanPresentableName" : "..."
}