Package org.openrewrite.style
Interface Style
-
public interface Style
Styles represent project-level standards that each source file is expected to follow, e.g. import ordering. They are provided to parser implementations and expected to be stored onSourceFile
instances so that any modifications to those source files can conform to the source's expected styles.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
getJacksonPolymorphicTypeTag()
default Style
merge(Style lowerPrecedence)
-