Package org.openrewrite.java.style
Class Checkstyle
java.lang.Object
org.openrewrite.style.NamedStyles
org.openrewrite.java.style.Checkstyle
- All Implemented Interfaces:
org.openrewrite.marker.Marker
public class Checkstyle
extends org.openrewrite.style.NamedStyles
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EmptyBlockStyle.BlockPolicystatic final OperatorWrapStyle.WrapOption -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomImportOrderStylestatic DefaultComesLastStylestatic Checkstyledefaults()static EmptyBlockStylestatic EmptyForInitializerPadStylestatic EmptyForIteratorPadStylestatic EqualsAvoidsNullStylestatic ExplicitInitializationStylestatic FallThroughStylestatic HiddenFieldStylestatic MethodParamPadStylestatic NeedBracesStylestatic NoWhitespaceAfterStylestatic NoWhitespaceBeforeStylestatic OperatorWrapStylestatic TypecastParenPadStylestatic UnnecessaryParenthesesStyleMethods inherited from class org.openrewrite.style.NamedStyles
canEqual, equals, getDescription, getDisplayName, getId, getName, getStyle, getStyles, getTags, hashCode, merge, merge, setDescription, setDisplayName, setId, setName, setStyles, setTags, toString, validate, withDescription, withDisplayName, withId, withName, withStyles, withTagsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.openrewrite.marker.Marker
print
-
Field Details
-
defaultBlockPolicy
-
defaultOperatorWrapStyleOption
-
-
Method Details
-
defaults
-
defaultComesLast
-
emptyBlock
-
equalsAvoidsNull
-
explicitInitialization
-
fallThrough
-
hideUtilityClassConstructorStyle
-
needBracesStyle
-
noWhitespaceAfterStyle
-
noWhitespaceBeforeStyle
-
operatorWrapStyle
-
typecastParenPadStyle
-
unnecessaryParentheses
-
emptyForInitializerPadStyle
-
emptyForIteratorPadStyle
-
methodParamPadStyle
-
customImportOrderStyle
-