Interface ExceptionSerializationStep2Builder<T>
-
- Type Parameters:
T- the exception type to serialize into aMap
public interface ExceptionSerializationStep2Builder<T>Based on the conditions defined in the previousExceptionSerializationStep1Builder, this step defines how to map the matching exception to aMap.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExceptionSerializationStep1Builderusing(Mapifier<T> mapifier)Uses the givenMapifier, when the previous condition triggers.
-
-
-
Method Detail
-
using
ExceptionSerializationStep1Builder using(Mapifier<T> mapifier)
Uses the givenMapifier, when the previous condition triggers.- Parameters:
mapifier- theMapifierto use- Returns:
- the next step in the fluent builder interface
-
-