Class SpringNamedParameterBindVariableRender
java.lang.Object
org.mybatis.scripting.thymeleaf.support.spring.SpringNamedParameterBindVariableRender
- All Implemented Interfaces:
Function<String,
,String> UnaryOperator<String>
,BindVariableRender
The implement class that render by the Spring named parameter format(e.g. :id).
- Since:
- 1.0.2
- Author:
- Kazuki Shimizu
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.mybatis.scripting.thymeleaf.processor.BindVariableRender
BindVariableRender.BuiltIn
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.mybatis.scripting.thymeleaf.processor.BindVariableRender
apply
-
Constructor Details
-
SpringNamedParameterBindVariableRender
public SpringNamedParameterBindVariableRender()
-
-
Method Details
-
render
Description copied from interface:BindVariableRender
Render a bind variable.- Specified by:
render
in interfaceBindVariableRender
- Parameters:
name
- a bind variable name- Returns:
- a bind variable
-