Uses of Class
de.xima.fc.prompt.service.support.JsonSchemaServiceException
Packages that use JsonSchemaServiceException
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of JsonSchemaServiceException in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that throw JsonSchemaServiceExceptionModifier and TypeMethodDescriptionIPromptJsonSchemaService.derivePropertyListFromSchema(Reader reader) Tries to convert a given JSON schema to a list of properties.IValueDescriptor<?, ?> IPromptJsonSchemaService.deriveSuperTypeValueDescriptorFromJsonSchema(Reader reader) Derives aIValueDescriptorfrom a given JSON schema.IPromptJsonSchemaService.inferSchemaFromJson(Reader reader) Given a sample JSON (which can be an object, array, string, number, boolean or null), infers a JSON schema for that JSON.IPromptJsonSchemaService.resolveJsonSchemaOutput(JsonSchemaOutput output, IJsonSchemaTransformer transformer) Resolves aJsonSchemaOutputto a JSON schema string.Applies all configured transformation steps to the JSON schema read from the given reader, and returns the transformed JSON schema as a string.Applies all configured transformation steps to the given JSON schema, and returns the transformed JSON schema as a string.