Class AbstractImpExCSVCellDecorator

    • Constructor Detail

      • AbstractImpExCSVCellDecorator

        public AbstractImpExCSVCellDecorator()
    • Method Detail

      • init

        public void init​(AbstractColumnDescriptor column)
                  throws HeaderValidationException
        Sets the related column descriptor as member.
        Parameters:
        column - column descriptor this decorator will be applied to
        Throws:
        HeaderValidationException - can be thrown at custom implementations in case of validation error (for example there has to be set a specific modifier at the descriptor)
      • getColumnDescriptor

        protected AbstractColumnDescriptor getColumnDescriptor()
        Gets the column descriptor this decorator will be applied to. (Only be available after init is called - not in constructor but in decorate method.
        Returns:
        the related column descriptor