Module org.seasar.doma.core
Class ConvertToLogFormatFunction
java.lang.Object
org.seasar.doma.internal.jdbc.sql.ConvertToLogFormatFunction
- All Implemented Interfaces:
SqlLogFormattingFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> Stringapply(Wrapper<V> wrapper, SqlLogFormatter<V> formatter) Apply this function.
-
Constructor Details
-
ConvertToLogFormatFunction
public ConvertToLogFormatFunction()
-
-
Method Details
-
apply
Description copied from interface:SqlLogFormattingFunctionApply this function.- Specified by:
applyin interfaceSqlLogFormattingFunction- Type Parameters:
V- the basic type- Parameters:
wrapper- the wrapper valueformatter- the formatter- Returns:
- the converted string
-