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(java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations)
          Obtain a StringReader that can produce an instance of a particular type from a string.
<T> StringReader<T>
StringReaderWorkers.getStringReader(java.lang.Class<T> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations)
          Get a string reader that matches a set of criteria.
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.