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