Interface ProtoPreparer<INPUT,OUTPUT> (2.19.2)

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

Name Description
INPUT
OUTPUT

Methods

prepare(INPUT input)

public abstract OUTPUT prepare(INPUT input)
Parameter
Name Description
input INPUT
Returns
Type Description
OUTPUT