public abstract class ClipboardDataProvider extends Object implements MessageBodyWriter, MessageBodyReader
| Modifier and Type | Class and Description |
|---|---|
static class |
ClipboardDataProvider.ApplicationJson |
static class |
ClipboardDataProvider.TextPlain |
| Constructor and Description |
|---|
ClipboardDataProvider() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(Object t,
Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType) |
boolean |
isReadable(Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType) |
boolean |
isWriteable(Class type,
Type genericType,
Annotation[] annotations,
MediaType mediaType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteToreadFrompublic boolean isWriteable(Class type, Type genericType, Annotation[] annotations, MediaType mediaType)
isWriteable in interface MessageBodyWriterpublic long getSize(Object t, Class type, Type genericType, Annotation[] annotations, MediaType mediaType)
getSize in interface MessageBodyWriterpublic boolean isReadable(Class type, Type genericType, Annotation[] annotations, MediaType mediaType)
isReadable in interface MessageBodyReaderCopyright © 2007-2019, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.