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