Class MultipleField


  • public class MultipleField
    extends PageField
    • Constructor Summary

      Constructors 
      Constructor Description
      MultipleField​(java.util.List<java.lang.String> fieldNames)  
    • 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

      • MultipleField

        public MultipleField​(java.util.List<java.lang.String> fieldNames)
    • 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