Uses of Class
com.sun.jersey.api.json.JSONWithPadding

Packages that use JSONWithPadding
com.sun.jersey.json.impl.provider.entity   
 

Uses of JSONWithPadding in com.sun.jersey.json.impl.provider.entity
 

Methods in com.sun.jersey.json.impl.provider.entity that return JSONWithPadding
 JSONWithPadding JSONWithPaddingProvider.readFrom(java.lang.Class<JSONWithPadding> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 

Methods in com.sun.jersey.json.impl.provider.entity with parameters of type JSONWithPadding
 void JSONWithPaddingProvider.writeTo(JSONWithPadding t, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 

Method parameters in com.sun.jersey.json.impl.provider.entity with type arguments of type JSONWithPadding
 JSONWithPadding JSONWithPaddingProvider.readFrom(java.lang.Class<JSONWithPadding> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 



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