Class StringToDate

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.commons.lang3.time.FastDateFormat format  
    • Constructor Summary

      Constructors 
      Constructor Description
      StringToDate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object primTransform​(java.lang.Object anObject)
      Transforms anObject into a different object
      • Methods inherited from class java.lang.Object

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

      • format

        protected org.apache.commons.lang3.time.FastDateFormat format
    • Constructor Detail

      • StringToDate

        public StringToDate()
    • Method Detail

      • primTransform

        protected java.lang.Object primTransform​(java.lang.Object anObject)
                                          throws java.lang.Exception
        Description copied from class: AbstractTransformer
        Transforms anObject into a different object
        Specified by:
        primTransform in class AbstractTransformer
        Parameters:
        anObject - the object to be transformed
        Returns:
        the transformed object
        Throws:
        java.lang.Exception