Class PdfConfigurationProcessor.In

  • Enclosing class:
    PdfConfigurationProcessor

    public static class PdfConfigurationProcessor.In
    extends java.lang.Object
    The input parameters object.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      PDFConfig pdfConfig
      The pdf configuration object.
      Values values
      The values object used to retrieve the required attributes.
    • Constructor Summary

      Constructors 
      Constructor Description
      In()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • values

        public Values values
        The values object used to retrieve the required attributes.
      • pdfConfig

        public PDFConfig pdfConfig
        The pdf configuration object.
    • Constructor Detail

      • In

        public In()