Interface ResponseTransformer<INPUT,OUTPUT> (2.18.4)

public interface ResponseTransformer<INPUT,OUTPUT>

An internal functional interface whose implementation has the responsibility to populate a Domain object from a proto response.

Type Parameters

NameDescription
INPUT
OUTPUT

Methods

transform(INPUT response)

public abstract OUTPUT transform(INPUT response)
Parameter
NameDescription
responseINPUT
Returns
TypeDescription
OUTPUT