Interface ProblemPostProcessor
-
- All Superinterfaces:
BiFunction<HttpProblem,ProblemContext,HttpProblem>
public interface ProblemPostProcessor extends BiFunction<HttpProblem,ProblemContext,HttpProblem>
Post-processors use, change or enhance Problems created by ExceptionMappers via 'apply' method, before they get passed on to serializers.
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<ProblemPostProcessor>DEFAULT_ORDERING
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default intpriority()Defines order in which processors are triggered.-
Methods inherited from interface java.util.function.BiFunction
andThen, apply
-
-
-
-
Field Detail
-
DEFAULT_ORDERING
static final Comparator<ProblemPostProcessor> DEFAULT_ORDERING
-
-