Uses of Enum Class
org.springframework.ai.util.json.schema.JsonSchemaGenerator.SchemaOption
Packages that use JsonSchemaGenerator.SchemaOption
-
Uses of JsonSchemaGenerator.SchemaOption in org.springframework.ai.util.json.schema
Methods in org.springframework.ai.util.json.schema that return JsonSchemaGenerator.SchemaOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static JsonSchemaGenerator.SchemaOption[]JsonSchemaGenerator.SchemaOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.util.json.schema with parameters of type JsonSchemaGenerator.SchemaOptionModifier and TypeMethodDescriptionstatic StringJsonSchemaGenerator.generateForMethodInput(Method method, JsonSchemaGenerator.SchemaOption... schemaOptions) Generate a JSON Schema for a method's input parameters.static StringJsonSchemaGenerator.generateForType(Type type, JsonSchemaGenerator.SchemaOption... schemaOptions) Generate a JSON Schema for a class type.