public class ContractInterfaceConverterFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Function1<ContractInterface,types.Blockchain.ABI> |
domainConverter |
protected org.slf4j.Logger |
logger |
protected Function1<types.Blockchain.ABI,ContractInterface> |
rpcConverter |
protected ModelConverter<StateVariable,types.Blockchain.StateVar> |
stateVariableConverter |
Constructor and Description |
---|
ContractInterfaceConverterFactory() |
Modifier and Type | Method and Description |
---|---|
ModelConverter<ContractInterface,types.Blockchain.ABI> |
create() |
protected final transient org.slf4j.Logger logger
protected final ModelConverter<StateVariable,types.Blockchain.StateVar> stateVariableConverter
protected final Function1<ContractInterface,types.Blockchain.ABI> domainConverter
protected final Function1<types.Blockchain.ABI,ContractInterface> rpcConverter
public ModelConverter<ContractInterface,types.Blockchain.ABI> create()