Package org.openrewrite
Interface PrintOutputCapture.MarkerPrinter
- Enclosing class:
- PrintOutputCapture<P>
public static interface PrintOutputCapture.MarkerPrinter
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PrintOutputCapture.MarkerPrinterstatic final PrintOutputCapture.MarkerPrinter -
Method Summary
Modifier and TypeMethodDescriptiondefault StringafterSyntax(Marker marker, Cursor cursor, UnaryOperator<String> commentWrapper) default StringbeforePrefix(Marker marker, Cursor cursor, UnaryOperator<String> commentWrapper) default StringbeforeSyntax(Marker marker, Cursor cursor, UnaryOperator<String> commentWrapper)
-
Field Details
-
DEFAULT
-
VERBOSE
-
-
Method Details
-
beforePrefix
-
beforeSyntax
-
afterSyntax
-