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 on SourceFile instances so that any modifications to those source files can conform to the source's expected styles.
    • Method Detail

      • getJacksonPolymorphicTypeTag

        default java.lang.String getJacksonPolymorphicTypeTag()
      • merge

        default Style merge​(Style lowerPrecedence)