Uses of Class
cloud.opencode.base.test.data.AutoFill.Builder
Packages that use AutoFill.Builder
-
Uses of AutoFill.Builder in cloud.opencode.base.test
Methods in cloud.opencode.base.test that return AutoFill.BuilderModifier and TypeMethodDescriptionstatic <T> AutoFill.Builder<T> Create an auto-fill builder for the given type. -
Uses of AutoFill.Builder in cloud.opencode.base.test.data
Methods in cloud.opencode.base.test.data that return AutoFill.BuilderModifier and TypeMethodDescriptionAutoFill.Builder.maxDepth(int depth) Sets the maximum recursion depth for nested objects.static <T> AutoFill.Builder<T> Creates a builder for the given type.AutoFill.Builder.seed(long seed) Sets the random seed for deterministic generation.Overrides a specific field with the given value.