Class CellValue.Builder

java.lang.Object
com.palantir.transforms.excel.form.cellvalue.ImmutableCellValue.Builder
com.palantir.transforms.excel.form.cellvalue.CellValue.Builder
Enclosing interface:
CellValue

public static final class CellValue.Builder extends com.palantir.transforms.excel.form.cellvalue.ImmutableCellValue.Builder
Builder for creating an instance of CellValue. For the meaning of the various method of this class, see the corresponding getter methods on CellValue.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.palantir.transforms.excel.form.cellvalue.ImmutableCellValue.Builder

    addAllAssertions, addAssertions, addAssertions, assertions, build, from, location, returnNullOnAssertionFailure

    Methods inherited from class java.lang.Object

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

    • Builder

      public Builder()