Uses of Interface
com.sun.jersey.spi.StringReader

Packages that use StringReader
com.sun.jersey.spi Provides support for service providers. 
 

Uses of StringReader in com.sun.jersey.spi
 

Methods in com.sun.jersey.spi that return StringReader
 StringReader<T> StringReaderProvider.getStringReader(Class<?> type, Type genericType, Annotation[] annotations)
          Obtain a StringReader that can produce an instance of a particular type from a string.
<T> StringReader<T>
StringReaderWorkers.getStringReader(Class<T> type, Type genericType, Annotation[] annotations)
          Get a string reader that matches a set of criteria.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.