Uses of Class
io.r2dbc.proxy.support.MethodExecutionInfoFormatter
Packages that use MethodExecutionInfoFormatter
-
Uses of MethodExecutionInfoFormatter in io.r2dbc.proxy.support
Methods in io.r2dbc.proxy.support that return MethodExecutionInfoFormatterModifier and TypeMethodDescriptionMethodExecutionInfoFormatter.addConsumer
(BiConsumer<MethodExecutionInfo, StringBuilder> consumer) Register a consumer that convertsMethodExecutionInfo
to aString
.static MethodExecutionInfoFormatter
MethodExecutionInfoFormatter.withDefault()
Create aMethodExecutionInfoFormatter
with default consumers that format theMethodExecutionInfo
.