Uses of Class
com.blazebit.persistence.spi.TemplateRenderer.Context
Packages that use TemplateRenderer.Context
-
Uses of TemplateRenderer.Context in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return TemplateRenderer.ContextModifier and TypeMethodDescriptionTemplateRenderer.Context.addArgument(int index) Uses the value of the argument at the given index as value to be bound to the current parameter.TemplateRenderer.Context.addParameter(String chunk) Uses the given chunk as value to be bound to the current parameter.TemplateRenderer.start(FunctionRenderContext context) Starts a new context for the given FunctionRenderContext for building parameter bindings.