Constructor and Description |
---|
UriMessageBodyWriter() |
Modifier and Type | Method and Description |
---|---|
long |
getSize(URI uri,
Class<?> aClass,
Type type,
Annotation[] annotations,
jakarta.ws.rs.core.MediaType mediaType) |
boolean |
isWriteable(Class<?> aClass,
Type type,
Annotation[] annotations,
jakarta.ws.rs.core.MediaType mediaType) |
void |
writeTo(URI uri,
Class<?> aClass,
Type type,
Annotation[] annotations,
jakarta.ws.rs.core.MediaType mediaType,
jakarta.ws.rs.core.MultivaluedMap<String,Object> multivaluedMap,
OutputStream outputStream) |
public boolean isWriteable(Class<?> aClass, Type type, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
isWriteable
in interface jakarta.ws.rs.ext.MessageBodyWriter<URI>
public long getSize(URI uri, Class<?> aClass, Type type, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
getSize
in interface jakarta.ws.rs.ext.MessageBodyWriter<URI>
public void writeTo(URI uri, Class<?> aClass, Type type, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,Object> multivaluedMap, OutputStream outputStream) throws IOException, jakarta.ws.rs.WebApplicationException
writeTo
in interface jakarta.ws.rs.ext.MessageBodyWriter<URI>
IOException
jakarta.ws.rs.WebApplicationException
Copyright © 2018 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.