Interface ResponseDeserializationStep2Builder<T>

  • Type Parameters:
    T - the type to deserialize the Map into

    public interface ResponseDeserializationStep2Builder<T>
    Based on the conditions defined in the previous RequestDeserializationStep1Builder, this step defines how to map the matching object from a Map to the given type.