@Singleton
public static class ParamConverters.TypeFromString
extends java.lang.Object
implements javax.ws.rs.ext.ParamConverterProvider
param converter that produce the target Java type instance
by invoking a static fromString(String) method on the target type.| Constructor and Description |
|---|
TypeFromString() |
| Modifier and Type | Method and Description |
|---|---|
<T> javax.ws.rs.ext.ParamConverter<T> |
getConverter(java.lang.Class<T> rawType,
java.lang.reflect.Type genericType,
java.lang.annotation.Annotation[] annotations) |