de.deepamehta.plugins.webservice.provider
Class JSONEnabledCollectionProvider

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

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


Field Summary
private  Logger logger
           
 
Constructor Summary
JSONEnabledCollectionProvider()
           
 
Method Summary
 long getSize(Collection<JSONEnabled> objects, 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(Collection<JSONEnabled> objects, 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

JSONEnabledCollectionProvider

public JSONEnabledCollectionProvider()
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<Collection<JSONEnabled>>

getSize

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

writeTo

public void writeTo(Collection<JSONEnabled> objects,
                    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<Collection<JSONEnabled>>
Throws:
IOException
javax.ws.rs.WebApplicationException


Copyright © 2014. All Rights Reserved.