Package org.openrewrite.javascript.style
Class WrappingAndBracesStyle
java.lang.Object
org.openrewrite.javascript.style.WrappingAndBracesStyle
- All Implemented Interfaces:
JavaScriptStyle,org.openrewrite.rpc.RpcCodec<WrappingAndBracesStyle>,org.openrewrite.style.Style
public class WrappingAndBracesStyle
extends Object
implements JavaScriptStyle, org.openrewrite.rpc.RpcCodec<WrappingAndBracesStyle>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrpcReceive(WrappingAndBracesStyle before, org.openrewrite.rpc.RpcReceiveQueue q) voidrpcSend(WrappingAndBracesStyle 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
-
WrappingAndBracesStyle
public WrappingAndBracesStyle()
-
-
Method Details
-
rpcSend
- Specified by:
rpcSendin interfaceorg.openrewrite.rpc.RpcCodec<WrappingAndBracesStyle>
-
rpcReceive
public WrappingAndBracesStyle rpcReceive(WrappingAndBracesStyle before, org.openrewrite.rpc.RpcReceiveQueue q) - Specified by:
rpcReceivein interfaceorg.openrewrite.rpc.RpcCodec<WrappingAndBracesStyle>
-