Builder

public abstract class Builder

Builder for WhiteSpaceConfig.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public abstract WhiteSpaceConfig build()
Link copied to clipboard
@CanIgnoreReturnValue()
public WhiteSpaceConfig.Builder clearMaxOverlapTokens()
Clears the value of maxOverlapTokens field.
Link copied to clipboard
@CanIgnoreReturnValue()
public WhiteSpaceConfig.Builder clearMaxTokensPerChunk()
Clears the value of maxTokensPerChunk field.
Link copied to clipboard
public abstract WhiteSpaceConfig.Builder maxOverlapTokens(Integer maxOverlapTokens)
Setter for maxOverlapTokens.
Link copied to clipboard
public abstract WhiteSpaceConfig.Builder maxTokensPerChunk(Integer maxTokensPerChunk)
Setter for maxTokensPerChunk.