Class DateParamUnmarshaller

java.lang.Object
com.xebialabs.xlrelease.param.DateParamUnmarshaller
All Implemented Interfaces:
org.jboss.resteasy.spi.StringParameterUnmarshaller<Date>

public class DateParamUnmarshaller extends Object implements org.jboss.resteasy.spi.StringParameterUnmarshaller<Date>
  • Constructor Details

    • DateParamUnmarshaller

      public DateParamUnmarshaller()
  • Method Details

    • setAnnotations

      public void setAnnotations(Annotation[] annotations)
      Specified by:
      setAnnotations in interface org.jboss.resteasy.spi.StringParameterUnmarshaller<Date>
    • fromString

      public Date fromString(String str)
      Specified by:
      fromString in interface org.jboss.resteasy.spi.StringParameterUnmarshaller<Date>