Uses of Enum
de.xima.fc.prompt.service.support.ForbidOptionalPropertiesMode
Packages that use ForbidOptionalPropertiesMode
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of ForbidOptionalPropertiesMode in de.xima.fc.prompt.service.support
Subclasses with type arguments of type ForbidOptionalPropertiesMode in de.xima.fc.prompt.service.supportModifier and TypeClassDescriptionenumMode that controls the behavior of theforbidOptionalPropertiestransform step.Methods in de.xima.fc.prompt.service.support that return ForbidOptionalPropertiesModeModifier and TypeMethodDescriptionstatic ForbidOptionalPropertiesModeReturns the enum constant of this type with the specified name.static ForbidOptionalPropertiesMode[]ForbidOptionalPropertiesMode.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 ForbidOptionalPropertiesModeModifier and TypeMethodDescriptionIJsonSchemaTransformerBuilder.forbidOptionalProperties(ForbidOptionalPropertiesMode mode) Adds a transformation step that makes all properties required.