Class 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>
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DateParamUnmarshaller

        public DateParamUnmarshaller()
    • Method Detail

      • setAnnotations

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

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