Class G.MapEntry.Padding

  • Enclosing class:
    G.MapEntry

    public static class G.MapEntry.Padding
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Padding()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.Expression> getKey()  
      G.MapEntry withKey​(@Nullable org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.Expression> key)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Padding

        public Padding()
    • Method Detail

      • getKey

        @Nullable
        public @Nullable org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.Expression> getKey()
      • withKey

        public G.MapEntry withKey​(@Nullable
                                  @Nullable org.openrewrite.java.tree.JRightPadded<org.openrewrite.java.tree.Expression> key)