Uses of Interface
org.instancio.generator.specs.URISpec
Packages that use URISpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of URISpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return URISpecModifier and TypeMethodDescriptionSpecifies a generator for the fragmentGenerator.Specifies a generator for the host name.URISpec.nullable()Specifies that anullvalue can be generatedSpecifies a generator for the path.URISpec.port(int port) Specifies the port number.Specifies a generator for the query.URISpec.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 URISpec in org.instancio.generators
Methods in org.instancio.generators that return URISpec