@Incubating public interface ProblemTransformer
These transformers could be added to the Problems service to transform problems before they are reported.
| Modifier and Type | Method | Description |
|---|---|---|
Problem |
transform(Problem problem) |
Transforms the given problem.
|
Problem transform(Problem problem)
Transformations do not need to create a new problem, they can also modify the given problem.
problem - the problem to transform