Package org.openrewrite.json.tree
Class JsonRightPadded<T>
java.lang.Object
org.openrewrite.json.tree.JsonRightPadded<T>
- Type Parameters:
T-
A JSON element that could have trailing space.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> JsonRightPadded<T>build(T element) static <T> List<T>getElements(List<JsonRightPadded<T>> ls) map(UnaryOperator<T> map) toString()static <J2 extends Json>
List<JsonRightPadded<J2>>withElements(List<JsonRightPadded<J2>> before, List<J2> elements)
-
Constructor Details
-
JsonRightPadded
public JsonRightPadded()
-
-
Method Details
-
map
-
getElements
-
withElements
public static <J2 extends Json> List<JsonRightPadded<J2>> withElements(List<JsonRightPadded<J2>> before, List<J2> elements) -
build
-
toString
-