public class ElectedCandidateConverterFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Function1<ElectedCandidate,types.Rpc.Vote> |
domainConverter |
protected org.slf4j.Logger |
logger |
protected Function1<types.Rpc.Vote,ElectedCandidate> |
rpcConverter |
Constructor and Description |
---|
ElectedCandidateConverterFactory() |
Modifier and Type | Method and Description |
---|---|
ModelConverter<ElectedCandidate,types.Rpc.Vote> |
create() |
protected final transient org.slf4j.Logger logger
protected final Function1<ElectedCandidate,types.Rpc.Vote> domainConverter
protected final Function1<types.Rpc.Vote,ElectedCandidate> rpcConverter
public ModelConverter<ElectedCandidate,types.Rpc.Vote> create()