Class OperatorAttrGetterForCalendarTz

  • All Implemented Interfaces:
    IObjectConstructor

    public class OperatorAttrGetterForCalendarTz
    extends java.lang.Object
    implements IObjectConstructor
    This object constructor is a minimalistic placeholder for operator.itemgetter, it can only be used in the case of unpickling the special pickle created for localizing datetimes with pytz timezones.
    Author:
    Irmen de Jong (irmen@razorvine.net)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object construct​(java.lang.Object[] args)
      Create an object.
      • Methods inherited from class java.lang.Object

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

      • OperatorAttrGetterForCalendarTz

        public OperatorAttrGetterForCalendarTz()
    • Method Detail

      • construct

        public java.lang.Object construct​(java.lang.Object[] args)
        Description copied from interface: IObjectConstructor
        Create an object. Use the given args as parameters for the constructor.
        Specified by:
        construct in interface IObjectConstructor