Interface ExceptionSerializationStep2Builder<T>

  • Type Parameters:
    T - the exception type to serialize into a Map

    public interface ExceptionSerializationStep2Builder<T>
    Based on the conditions defined in the previous ExceptionSerializationStep1Builder, this step defines how to map the matching exception to a Map.
    • Method Detail

      • using

        ExceptionSerializationStep1Builder using​(Mapifier<T> mapifier)
        Uses the given Mapifier, when the previous condition triggers.
        Parameters:
        mapifier - the Mapifier to use
        Returns:
        the next step in the fluent builder interface