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