Uses of Class
io.contract_testing.contractcase.definitions.matchers.arrays.ArrayLengthOptions.Builder
-
Packages that use ArrayLengthOptions.Builder Package Description io.contract_testing.contractcase.definitions.matchers.arrays -
-
Uses of ArrayLengthOptions.Builder in io.contract_testing.contractcase.definitions.matchers.arrays
Methods in io.contract_testing.contractcase.definitions.matchers.arrays that return ArrayLengthOptions.Builder Modifier and Type Method Description static ArrayLengthOptions.BuilderArrayLengthOptions. builder()ArrayLengthOptions.BuilderArrayLengthOptions.Builder. maxLength(Number maxLength)Sets the value ofArrayLengthOptions.getMaxLength()ArrayLengthOptions.BuilderArrayLengthOptions.Builder. minLength(Number minLength)Sets the value ofArrayLengthOptions.getMinLength()Constructors in io.contract_testing.contractcase.definitions.matchers.arrays with parameters of type ArrayLengthOptions.Builder Constructor Description Jsii$Proxy(ArrayLengthOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theArrayLengthOptions.Builder.
-