Uses of Enum Class
io.github.glaforge.gemini.schema.StringSchema.Format
Packages that use StringSchema.Format
-
Uses of StringSchema.Format in io.github.glaforge.gemini.schema
Methods in io.github.glaforge.gemini.schema that return StringSchema.FormatModifier and TypeMethodDescriptionstatic StringSchema.FormatReturns the enum constant of this class with the specified name.static StringSchema.Format[]StringSchema.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.glaforge.gemini.schema with parameters of type StringSchema.FormatModifier and TypeMethodDescriptionStringSchema.format(StringSchema.Format format) Define the format of the string using a predefined enum.ObjectSchema.str(String name, StringSchema.Format format) Add a string property with a specific format.