de.deepamehta.plugins.webservice.provider
Class JSONEnabledProvider

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.plugins.webservice.provider.JSONEnabledProvider
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<JSONEnabled>

@Provider
public class JSONEnabledProvider
extends Object
implements javax.ws.rs.ext.MessageBodyWriter<JSONEnabled>


Field Summary
private  Logger logger
           
 
Constructor Summary
JSONEnabledProvider()
           
 
Method Summary
 long getSize(JSONEnabled jsonEnabled, 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)
           
 void writeTo(JSONEnabled jsonEnabled, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private Logger logger
Constructor Detail

JSONEnabledProvider

public JSONEnabledProvider()
Method Detail

isWriteable

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

getSize

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

writeTo

public void writeTo(JSONEnabled jsonEnabled,
                    Class<?> type,
                    Type genericType,
                    Annotation[] annotations,
                    javax.ws.rs.core.MediaType mediaType,
                    javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
                    OutputStream entityStream)
             throws IOException,
                    javax.ws.rs.WebApplicationException
Specified by:
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<JSONEnabled>
Throws:
IOException
javax.ws.rs.WebApplicationException


Copyright © 2015. All Rights Reserved.