Package org.openrewrite.style
Interface Style
-
- All Known Implementing Classes:
GeneralFormatStyle,TextStyle
public interface StyleStyles 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 onSourceFileinstances 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 StyleapplyDefaults()default java.lang.StringgetJacksonPolymorphicTypeTag()default Stylemerge(Style lowerPrecedence)
-