com.sun.jersey.moxy
Class MoxyListMessageBodyWorker
java.lang.Object
com.sun.jersey.moxy.MoxyMessageBodyWorker
com.sun.jersey.moxy.MoxyListMessageBodyWorker
- All Implemented Interfaces:
- MessageBodyReader, MessageBodyWriter
@Provider
public class MoxyListMessageBodyWorker
- extends MoxyMessageBodyWorker
- Author:
- Jakub Podlesak
|
Method Summary |
boolean |
isReadable(java.lang.Class type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations,
MediaType mediaType)
|
boolean |
isWriteable(java.lang.Class type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations,
MediaType mediaType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoxyListMessageBodyWorker
public MoxyListMessageBodyWorker(@Context
MessageBodyWorkers mbw,
@Context
FeaturesAndProperties fap)
isWriteable
public boolean isWriteable(java.lang.Class type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations,
MediaType mediaType)
- Specified by:
isWriteable in interface MessageBodyWriter- Overrides:
isWriteable in class MoxyMessageBodyWorker
isReadable
public boolean isReadable(java.lang.Class type,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations,
MediaType mediaType)
- Specified by:
isReadable in interface MessageBodyReader- Overrides:
isReadable in class MoxyMessageBodyWorker
Copyright © 2012 Oracle Corporation. All Rights Reserved.