Class UserMessageBodyWriter

java.lang.Object
org.apache.openmeetings.webservice.util.UserMessageBodyWriter
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<UserDTO>

@Provider @Produces("application/json") public class UserMessageBodyWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<UserDTO>
  • Constructor Details

    • UserMessageBodyWriter

      public UserMessageBodyWriter()
  • Method Details

    • isWriteable

      public boolean isWriteable(Class<?> clazz, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
      Specified by:
      isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<UserDTO>
    • getSize

      public long getSize(UserDTO t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
      Specified by:
      getSize in interface javax.ws.rs.ext.MessageBodyWriter<UserDTO>
    • writeTo

      public void writeTo(UserDTO 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 interface javax.ws.rs.ext.MessageBodyWriter<UserDTO>
      Throws:
      IOException