Uses of Interface
org.instancio.generator.specs.WordGeneratorSpec
Packages that use WordGeneratorSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of WordGeneratorSpec in org.instancio.generator.specs
Subinterfaces of WordGeneratorSpec in org.instancio.generator.specsMethods in org.instancio.generator.specs that return WordGeneratorSpecModifier and TypeMethodDescriptionWordGeneratorSpec.adjective()Specifies that an adjective should be generated.WordGeneratorSpec.adverb()Specifies that an adverb should be generated.WordGeneratorSpec.noun()Specifies that a noun should be generated.WordGeneratorSpec.nullable()Indicates thatnullvalue can be generated.WordGeneratorSpec.verb()Specifies that a verb should be generated. -
Uses of WordGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return WordGeneratorSpec