Package org.openrewrite.style
Interface Style
- All Known Implementing Classes:
GeneralFormatStyle
,TextStyle
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 on
SourceFile
instances so that any modifications to those source files can conform
to the source's expected styles.-
Method Details
-
getJacksonPolymorphicTypeTag
-
merge
-
applyDefaults
-