Interface ProtoPreparer<INPUT,OUTPUT> (2.19.0)

public interface ProtoPreparer<INPUT,OUTPUT>

An internal functional interface whose implementation has the responsibility to populate a Proto object from a domain object.

Type Parameters

NameDescription
INPUT
OUTPUT

Methods

prepare(INPUT input)

public abstract OUTPUT prepare(INPUT input)
Parameter
NameDescription
inputINPUT
Returns
TypeDescription
OUTPUT