Uses of Enum Class
org.springframework.ai.util.json.schema.SchemaType
Packages that use SchemaType
-
Uses of SchemaType in org.springframework.ai.tool.resolution
Methods in org.springframework.ai.tool.resolution that return SchemaTypeMethods in org.springframework.ai.tool.resolution with parameters of type SchemaTypeModifier and TypeMethodDescriptionSpringBeanToolCallbackResolver.Builder.schemaType(SchemaType schemaType) Constructors in org.springframework.ai.tool.resolution with parameters of type SchemaTypeModifierConstructorDescriptionSpringBeanToolCallbackResolver(org.springframework.context.support.GenericApplicationContext applicationContext, SchemaType schemaType) -
Uses of SchemaType in org.springframework.ai.util.json.schema
Methods in org.springframework.ai.util.json.schema that return SchemaTypeModifier and TypeMethodDescriptionstatic SchemaTypeReturns the enum constant of this class with the specified name.static SchemaType[]SchemaType.values()Returns an array containing the constants of this enum class, in the order they are declared.