Class SingleField

    • Constructor Summary

      Constructors 
      Constructor Description
      SingleField​(java.lang.String fieldName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean operation​(java.lang.Object o, FieldExtractor fieldExtractor, org.slf4j.Logger logger)  
      • Methods inherited from class java.lang.Object

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

      • SingleField

        public SingleField​(java.lang.String fieldName)
    • Method Detail

      • operation

        public boolean operation​(java.lang.Object o,
                                 FieldExtractor fieldExtractor,
                                 org.slf4j.Logger logger)
                          throws java.lang.IllegalAccessException,
                                 java.lang.reflect.InvocationTargetException
        Specified by:
        operation in class PageField
        Throws:
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException