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