Uses of Enum Class
org.springframework.ai.template.ValidationMode
Packages that use ValidationMode
-
Uses of ValidationMode in org.springframework.ai.template
Methods in org.springframework.ai.template that return ValidationModeModifier and TypeMethodDescriptionstatic ValidationMode
Returns the enum constant of this class with the specified name.static ValidationMode[]
ValidationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ValidationMode in org.springframework.ai.template.st
Methods in org.springframework.ai.template.st with parameters of type ValidationModeModifier and TypeMethodDescriptionStTemplateRenderer.Builder.validationMode
(ValidationMode validationMode) Sets the validation mode to control behavior when the provided variables do not match the variables required by the template.Constructors in org.springframework.ai.template.st with parameters of type ValidationModeModifierConstructorDescriptionStTemplateRenderer
(char startDelimiterToken, char endDelimiterToken, ValidationMode validationMode, boolean validateStFunctions) Constructs a newStTemplateRenderer
with the specified delimiter tokens, validation mode, and function validation flag.