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(Class<JSONWithPadding> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 

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

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



Copyright © 2011 Oracle Corporation. All Rights Reserved.