Package com.xebialabs.xlrelease.param
Class DateParamUnmarshaller
- java.lang.Object
-
- com.xebialabs.xlrelease.param.DateParamUnmarshaller
-
- All Implemented Interfaces:
org.jboss.resteasy.spi.StringParameterUnmarshaller<java.util.Date>
public class DateParamUnmarshaller extends java.lang.Object implements org.jboss.resteasy.spi.StringParameterUnmarshaller<java.util.Date>
-
-
Constructor Summary
Constructors Constructor Description DateParamUnmarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
fromString(java.lang.String str)
void
setAnnotations(java.lang.annotation.Annotation[] annotations)
-
-
-
Method Detail
-
setAnnotations
public void setAnnotations(java.lang.annotation.Annotation[] annotations)
- Specified by:
setAnnotations
in interfaceorg.jboss.resteasy.spi.StringParameterUnmarshaller<java.util.Date>
-
fromString
public java.util.Date fromString(java.lang.String str)
- Specified by:
fromString
in interfaceorg.jboss.resteasy.spi.StringParameterUnmarshaller<java.util.Date>
-
-