@Singleton
public static class ParamConverters.TypeValueOf
extends java.lang.Object
implements javax.ws.rs.ext.ParamConverterProvider
param converter
that produce the target Java type instance
by invoking a static valueOf(String)
method on the target type.Constructor and Description |
---|
TypeValueOf() |
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) |