Interface ObjectResponse<T>

All Known Implementing Classes:
MockObjectResponse

public interface ObjectResponse<T>

Dependency injected interface to send the Object response.

See HttpResponse for decorating the HTTP response. May also inject ServerHttpConnection for dynamic decorating.

Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(T object)
    Sends the Object.