Uses of Interface
org.instancio.generator.specs.HashGeneratorSpec
Packages that use HashGeneratorSpec
-
Uses of HashGeneratorSpec in org.instancio.generator.specs
Subinterfaces of HashGeneratorSpec in org.instancio.generator.specsModifier and TypeInterfaceDescriptioninterfaceSpec for generating hashes that supportsAsGeneratorSpec.interfaceSpec for generating hashesMethods in org.instancio.generator.specs that return HashGeneratorSpecModifier and TypeMethodDescriptionHashGeneratorSpec.md5()Specifies that an MD5 hash should be generated.HashGeneratorSpec.nullable()Indicates thatnullvalue can be generated.HashGeneratorSpec.sha1()Specifies that a SHA-1 hash should be generated.HashGeneratorSpec.sha256()Specifies that a SHA-256 hash should be generated.HashGeneratorSpec.sha512()Specifies that a SHA-512 hash should be generated.