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