@Configuration @Import(value=TestRPCJConfigHolder.class) public class TestRPCJConfig extends java.lang.Object
| Constructor and Description |
|---|
TestRPCJConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.ethereum.util.blockchain.StandaloneBlockchain |
createStandaloneBlockchain() |
EthJsonRpcImpl |
ethJsonRpcImpl(org.ethereum.util.blockchain.StandaloneBlockchain standaloneBlockchain) |
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer |
propertyPlaceholderConfigurer() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
servletRegistrationBean(EthJsonRpcImpl ethJsonRpcImpl) |
org.springframework.boot.web.servlet.server.ServletWebServerFactory |
servletWebServerFactory(TestRPCJConfigHolder testRPCJConfigHolder) |
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertyPlaceholderConfigurer()
@Bean public org.ethereum.util.blockchain.StandaloneBlockchain createStandaloneBlockchain()
@Bean public EthJsonRpcImpl ethJsonRpcImpl(org.ethereum.util.blockchain.StandaloneBlockchain standaloneBlockchain)
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean servletRegistrationBean(EthJsonRpcImpl ethJsonRpcImpl)
@Bean public org.springframework.boot.web.servlet.server.ServletWebServerFactory servletWebServerFactory(TestRPCJConfigHolder testRPCJConfigHolder)