Class FormParser.Builder

java.lang.Object
com.palantir.transforms.excel.form.ImmutableFormParser.Builder
com.palantir.transforms.excel.form.FormParser.Builder
Enclosing interface:
FormParser

public static final class FormParser.Builder extends com.palantir.transforms.excel.form.ImmutableFormParser.Builder
A builder for creating instances of FormParser.

For the meaning of the various method of this class, see the corresponding getter methods on FormParser.

  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.palantir.transforms.excel.form.ImmutableFormParser.Builder

    addAllFieldSpecs, addFieldSpecs, addFieldSpecs, build, fieldSpecs, from, numericCellStringifier, sheetSelector

    Methods inherited from class java.lang.Object

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

    • Builder

      public Builder()