org.glassfish.jersey.jettison.internal.entity
Class JettisonObjectProvider.General
java.lang.Object
org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider<T>
org.glassfish.jersey.jettison.internal.entity.JettisonLowLevelProvider<org.codehaus.jettison.json.JSONObject>
org.glassfish.jersey.jettison.internal.entity.JettisonObjectProvider
org.glassfish.jersey.jettison.internal.entity.JettisonObjectProvider.General
- All Implemented Interfaces:
- javax.ws.rs.ext.MessageBodyReader<org.codehaus.jettison.json.JSONObject>, javax.ws.rs.ext.MessageBodyWriter<org.codehaus.jettison.json.JSONObject>
- Enclosing class:
- JettisonObjectProvider
@Produces(value="*/*")
@Consumes(value="*/*")
public static final class JettisonObjectProvider.General
- extends JettisonObjectProvider
|
Method Summary |
protected boolean |
isSupported(javax.ws.rs.core.MediaType m)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettisonObjectProvider.General
public JettisonObjectProvider.General()
isSupported
protected boolean isSupported(javax.ws.rs.core.MediaType m)
- Overrides:
isSupported in class JettisonLowLevelProvider<org.codehaus.jettison.json.JSONObject>
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.