Package org.openrewrite.java.dataflow
Class ExternalSinkModels
java.lang.Object
org.openrewrite.java.dataflow.ExternalSinkModels
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExternalSinkModelsbooleanisSinkNode(Expression expression, org.openrewrite.Cursor cursor, String kind) True if theexpressioncursoris specified as a sink with the givenkindin the CSV flow model.
-
Constructor Details
-
ExternalSinkModels
public ExternalSinkModels()
-
-
Method Details
-
getInstance
-
isSinkNode
True if theexpressioncursoris specified as a sink with the givenkindin the CSV flow model.- Returns:
- If this is a sink of the given
kind.
-