| Constructor and Description |
|---|
UUIDMessageBodyWriter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(UUID t,
Class<?> type,
Type type1,
Annotation[] antns,
javax.ws.rs.core.MediaType mt) |
boolean |
isWriteable(Class<?> type,
Type type1,
Annotation[] antns,
javax.ws.rs.core.MediaType mt) |
void |
writeTo(UUID t,
Class<?> type,
Type type1,
Annotation[] antns,
javax.ws.rs.core.MediaType mt,
javax.ws.rs.core.MultivaluedMap<String,Object> mm,
OutputStream out) |
public boolean isWriteable(Class<?> type, Type type1, Annotation[] antns, javax.ws.rs.core.MediaType mt)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<UUID>public long getSize(UUID t, Class<?> type, Type type1, Annotation[] antns, javax.ws.rs.core.MediaType mt)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<UUID>public void writeTo(UUID t, Class<?> type, Type type1, Annotation[] antns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap<String,Object> mm, OutputStream out) throws IOException, javax.ws.rs.WebApplicationException
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<UUID>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2019. All rights reserved.