Class RemoveEmbeddableId.Accumulator
java.lang.Object
org.openrewrite.java.migrate.javax.RemoveEmbeddableId.Accumulator
- Enclosing class:
RemoveEmbeddableId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddClass(org.openrewrite.java.tree.JavaType type) booleanisEmbeddableClass(@Nullable org.openrewrite.java.tree.JavaType type)
-
Constructor Details
-
Accumulator
public Accumulator()
-
-
Method Details
-
addClass
public void addClass(org.openrewrite.java.tree.JavaType type) -
isEmbeddableClass
public boolean isEmbeddableClass(@Nullable org.openrewrite.java.tree.JavaType type)
-