Package org.jboss.resteasy.spi
Interface StringParameterUnmarshaller<T>
- 
public interface StringParameterUnmarshaller<T>Similar to StringConverter except specific to a parameter injection only. It is annotation sensitive.Instances of this class are created per parameter injection. setAnnotations() is called when the object is instantiated
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 - See Also:
 StringParameterUnmarshallerBinder
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TfromString(String str)voidsetAnnotations(Annotation[] annotations) 
 - 
 
- 
- 
Method Detail
- 
setAnnotations
void setAnnotations(Annotation[] annotations)
 
 - 
 
 -