Package org.openrewrite.java.tree
Class J.TypeParameter.Padding
- java.lang.Object
-
- org.openrewrite.java.tree.J.TypeParameter.Padding
-
- Enclosing class:
- J.TypeParameter
public static class J.TypeParameter.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 JContainer<TypeTree>getBounds()J.TypeParameterwithBounds(@Nullable JContainer<TypeTree> bounds)
-
-
-
Method Detail
-
getBounds
@Nullable public @Nullable JContainer<TypeTree> getBounds()
-
withBounds
public J.TypeParameter withBounds(@Nullable @Nullable JContainer<TypeTree> bounds)
-
-