Uses of Interface
org.instancio.generator.specs.URIGeneratorSpec
Packages that use URIGeneratorSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of URIGeneratorSpec in org.instancio.generator.specs
Subinterfaces of URIGeneratorSpec in org.instancio.generator.specsMethods in org.instancio.generator.specs that return URIGeneratorSpecModifier and TypeMethodDescriptionSpecifies a generator for the fragmentGenerator.Specifies a generator for the host name.URIGeneratorSpec.nullable()Indicates thatnullvalue can be generated.Specifies a generator for the path.URIGeneratorSpec.port(int port) Specifies the port number.Specifies a generator for the query.URIGeneratorSpec.randomPort()Specifies that a random port number between 1 and 65535 (inclusive) should be generated.Generate a random scheme from the given choices.Specifies username. -
Uses of URIGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return URIGeneratorSpec