Package org.openrewrite.javascript.style
Class SpacesStyle
java.lang.Object
org.openrewrite.javascript.style.SpacesStyle
- All Implemented Interfaces:
JavaScriptStyle,org.openrewrite.rpc.RpcCodec<SpacesStyle>,org.openrewrite.style.Style
public class SpacesStyle
extends Object
implements JavaScriptStyle, org.openrewrite.rpc.RpcCodec<SpacesStyle>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrpcReceive(SpacesStyle before, org.openrewrite.rpc.RpcReceiveQueue q) voidrpcSend(SpacesStyle after, org.openrewrite.rpc.RpcSendQueue q) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.style.Style
applyDefaults, getJacksonPolymorphicTypeTag, merge
-
Constructor Details
-
SpacesStyle
public SpacesStyle()
-
-
Method Details
-
rpcSend
- Specified by:
rpcSendin interfaceorg.openrewrite.rpc.RpcCodec<SpacesStyle>
-
rpcReceive
- Specified by:
rpcReceivein interfaceorg.openrewrite.rpc.RpcCodec<SpacesStyle>
-