Class CorsConfig.DateValueGenerator

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.util.Date>
    Enclosing class:
    CorsConfig

    @Deprecated
    public static final class CorsConfig.DateValueGenerator
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.Date>
    Deprecated.
    Removed without alternatives.
    • Constructor Summary

      Constructors 
      Constructor Description
      DateValueGenerator()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Date call()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • DateValueGenerator

        public DateValueGenerator()
        Deprecated.
    • Method Detail

      • call

        public java.util.Date call()
                            throws java.lang.Exception
        Deprecated.
        Specified by:
        call in interface java.util.concurrent.Callable<java.util.Date>
        Throws:
        java.lang.Exception