Class FieldParser


  • public class FieldParser
    extends java.lang.Object
    This metadata parser makes all field available to the CmdLineParser.
    Author:
    Jan Materne
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void parse​(CmdLineParser parser, java.lang.Object bean)  
      • Methods inherited from class java.lang.Object

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

      • FieldParser

        public FieldParser()
    • Method Detail

      • parse

        public void parse​(CmdLineParser parser,
                          java.lang.Object bean)
                   throws java.lang.ClassNotFoundException
        Throws:
        java.lang.ClassNotFoundException