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 -
Method Summary
Methods inherited from class com.palantir.transforms.excel.form.cellvalue.ImmutableCellValue.Builder
addAllAssertions, addAssertions, addAssertions, assertions, build, from, location, returnNullOnAssertionFailure
-
Constructor Details
-
Builder
public Builder()
-