public class AccountAddressConverterFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Function1<AccountAddress,com.google.protobuf.ByteString> |
domainConverter |
protected org.slf4j.Logger |
logger |
protected Function1<com.google.protobuf.ByteString,AccountAddress> |
rpcConverter |
Constructor and Description |
---|
AccountAddressConverterFactory() |
Modifier and Type | Method and Description |
---|---|
ModelConverter<AccountAddress,com.google.protobuf.ByteString> |
create() |
protected final transient org.slf4j.Logger logger
protected final Function1<AccountAddress,com.google.protobuf.ByteString> domainConverter
protected final Function1<com.google.protobuf.ByteString,AccountAddress> rpcConverter
public ModelConverter<AccountAddress,com.google.protobuf.ByteString> create()