Uses of Enum
de.xima.fc.prompt.service.support.EJsonSchemaVersion
Packages that use EJsonSchemaVersion
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of EJsonSchemaVersion in de.xima.fc.prompt.service.support
Subclasses with type arguments of type EJsonSchemaVersion in de.xima.fc.prompt.service.supportMethods in de.xima.fc.prompt.service.support that return EJsonSchemaVersionModifier and TypeMethodDescriptionstatic EJsonSchemaVersionReturns the enum constant of this type with the specified name.static EJsonSchemaVersion[]EJsonSchemaVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.prompt.service.support with parameters of type EJsonSchemaVersionModifier and TypeMethodDescriptionIJsonSchemaTransformerBuilder.upgradeToSchemaVersion(EJsonSchemaVersion targetVersion) Adds a transformation that upgrades the schema to the given target version, applying necessary transformations as needed.