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:
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String str) void
setAnnotations
(Annotation[] annotations)
-
Method Details
-
setAnnotations
-
fromString
-