Class LongToString

    • Constructor Summary

      Constructors 
      Constructor Description
      LongToString()  
    • 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
    • Constructor Detail

      • LongToString

        public LongToString()
    • Method Detail

      • primTransform

        protected java.lang.Object primTransform​(java.lang.Object anObject)
                                          throws java.lang.Exception
        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