com.sun.jersey.json.impl.provider.entity
Class JSONArrayProvider.App

java.lang.Object
  extended by com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider<T>
      extended by com.sun.jersey.json.impl.provider.entity.JSONLowLevelProvider<org.codehaus.jettison.json.JSONArray>
          extended by com.sun.jersey.json.impl.provider.entity.JSONArrayProvider
              extended by com.sun.jersey.json.impl.provider.entity.JSONArrayProvider.App
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyReader<org.codehaus.jettison.json.JSONArray>, javax.ws.rs.ext.MessageBodyWriter<org.codehaus.jettison.json.JSONArray>
Enclosing class:
JSONArrayProvider

public static final class JSONArrayProvider.App
extends JSONArrayProvider


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jersey.json.impl.provider.entity.JSONArrayProvider
JSONArrayProvider.App, JSONArrayProvider.General
 
Field Summary
 
Fields inherited from class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
UTF8
 
Constructor Summary
JSONArrayProvider.App()
           
 
Method Summary
 
Methods inherited from class com.sun.jersey.json.impl.provider.entity.JSONArrayProvider
readFrom, writeTo
 
Methods inherited from class com.sun.jersey.json.impl.provider.entity.JSONLowLevelProvider
isReadable, isSupported, isWriteable
 
Methods inherited from class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
getCharset, getSize, readFromAsString, writeTo, writeTo, writeToAsString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONArrayProvider.App

public JSONArrayProvider.App()


Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.