Class FieldExtractor


  • public class FieldExtractor
    extends Extractor
    Wrapper of field and extractor.
    Since:
    0.2.0
    Author:
    code4crafter@gmail.com
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldExtractor​(java.lang.reflect.Field field, us.codecraft.webmagic.selector.Selector selector, Source source, boolean notNull, boolean multi)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FieldExtractor

        public FieldExtractor​(java.lang.reflect.Field field,
                              us.codecraft.webmagic.selector.Selector selector,
                              Source source,
                              boolean notNull,
                              boolean multi)