Interface ResponseTransformer<INPUT,OUTPUT>

Type Parameters:
INPUT - the type of proto response object.
OUTPUT - the type of domain object.
All Known Implementing Classes:
AggregationQueryResponseTransformer

@InternalApi public interface ResponseTransformer<INPUT,OUTPUT>
An internal functional interface whose implementation has the responsibility to populate a Domain object from a proto response.
  • Method Summary

    Modifier and Type
    Method
    Description
    transform(INPUT response)
     
  • Method Details