public abstract class ClipboardDataProvider extends Object implements javax.ws.rs.ext.MessageBodyWriter, javax.ws.rs.ext.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,
javax.ws.rs.core.MediaType mediaType) |
boolean |
isReadable(Class type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
boolean |
isWriteable(Class type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
public boolean isWriteable(Class type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriterpublic long getSize(Object t, Class type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
getSize in interface javax.ws.rs.ext.MessageBodyWriterpublic boolean isReadable(Class type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isReadable in interface javax.ws.rs.ext.MessageBodyReaderCopyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.