Interface BooleanGeneratorSpec

All Superinterfaces:
GeneratorSpec<Boolean>
All Known Subinterfaces:
BooleanAsStringGeneratorSpec, BooleanSpec
All Known Implementing Classes:
BooleanGenerator

public interface BooleanGeneratorSpec extends GeneratorSpec<Boolean>
Generator spec for booleans.
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Indicates that null value can be generated.
  • Method Details

    • nullable

      Indicates that null value can be generated.
      Returns:
      spec builder
      Since:
      2.0.0