Class AppointmentMessageBodyWriter
java.lang.Object
org.apache.openmeetings.webservice.util.AppointmentMessageBodyWriter
- All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<AppointmentDTO>
@Provider
@Produces("application/json")
public class AppointmentMessageBodyWriter
extends Object
implements javax.ws.rs.ext.MessageBodyWriter<AppointmentDTO>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getSize
(AppointmentDTO t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) boolean
isWriteable
(Class<?> clazz, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) void
writeTo
(AppointmentDTO t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream out)
-
Constructor Details
-
AppointmentMessageBodyWriter
public AppointmentMessageBodyWriter()
-
-
Method Details
-
isWriteable
public boolean isWriteable(Class<?> clazz, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) - Specified by:
isWriteable
in interfacejavax.ws.rs.ext.MessageBodyWriter<AppointmentDTO>
-
getSize
public long getSize(AppointmentDTO t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) - Specified by:
getSize
in interfacejavax.ws.rs.ext.MessageBodyWriter<AppointmentDTO>
-
writeTo
public void writeTo(AppointmentDTO t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream out) throws IOException- Specified by:
writeTo
in interfacejavax.ws.rs.ext.MessageBodyWriter<AppointmentDTO>
- Throws:
IOException
-