Uses of Enum Class
org.springframework.ai.template.ValidationMode
Packages that use ValidationMode
-
Uses of ValidationMode in org.springframework.ai.template
Subclasses with type arguments of type ValidationMode in org.springframework.ai.templateMethods in org.springframework.ai.template that return ValidationModeModifier and TypeMethodDescriptionstatic ValidationModeReturns 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 newStTemplateRendererwith the specified delimiter tokens, validation mode, and function validation flag.