Uses of Interface
org.instancio.generator.specs.URIGeneratorSpec
Packages that use URIGeneratorSpec
Package
Description
Defines generator specs.
Provides generators for
java.net.* types.-
Uses of URIGeneratorSpec in org.instancio.generator.specs
Subinterfaces of URIGeneratorSpec in org.instancio.generator.specsModifier and TypeInterfaceDescriptioninterfaceGenerator spec forURIvalues that supportsAsGeneratorSpec.interfaceSpec for generatingURIvalues.Methods in org.instancio.generator.specs that return URIGeneratorSpecModifier and TypeMethodDescriptionSpecifies a generator for the fragmentGenerator.Specifies a generator for the host name.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.internal.generator.net
Classes in org.instancio.internal.generator.net that implement URIGeneratorSpec