Package | Description |
---|---|
com.sun.jersey.server.impl.model.parameter.multivalued | |
com.sun.jersey.spi |
Provides support for service providers.
|
Modifier and Type | Method and Description |
---|---|
<T> StringReader<T> |
StringReaderFactory.getStringReader(Class<T> type,
Type genericType,
Annotation[] annotations) |
StringReader |
StringReaderProviders.StringConstructor.getStringReader(Class type,
Type genericType,
Annotation[] annotations) |
StringReader |
StringReaderProviders.TypeValueOf.getStringReader(Class type,
Type genericType,
Annotation[] annotations) |
StringReader |
StringReaderProviders.TypeFromString.getStringReader(Class type,
Type genericType,
Annotation[] annotations) |
StringReader |
StringReaderProviders.TypeFromStringEnum.getStringReader(Class type,
Type genericType,
Annotation[] annotations) |
StringReader |
StringReaderProviders.DateProvider.getStringReader(Class type,
Type genericType,
Annotation[] annotations) |
StringReader |
JAXBStringReaderProviders.RootElementProvider.getStringReader(Class type,
Type genericType,
Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
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 © 2013 Oracle Corporation. All rights reserved.