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>
  • Constructor Details

    • SpacesStyle

      public SpacesStyle()
  • Method Details

    • rpcSend

      public void rpcSend(SpacesStyle after, org.openrewrite.rpc.RpcSendQueue q)
      Specified by:
      rpcSend in interface org.openrewrite.rpc.RpcCodec<SpacesStyle>
    • rpcReceive

      public SpacesStyle rpcReceive(SpacesStyle before, org.openrewrite.rpc.RpcReceiveQueue q)
      Specified by:
      rpcReceive in interface org.openrewrite.rpc.RpcCodec<SpacesStyle>