Uses of Class
app.keyconnect.server.factories.configuration.YamlConfiguration
| Package | Description |
|---|---|
| app.keyconnect.server.factories | |
| app.keyconnect.server.gateways |
-
Uses of YamlConfiguration in app.keyconnect.server.factories
Methods in app.keyconnect.server.factories with parameters of type YamlConfiguration Modifier and Type Method Description BlockchainGatewayFactoryBlockchainGatewayFactoryConfiguration. gatewayFactory(YamlConfiguration configuration, org.springframework.context.ApplicationContext applicationContext)Constructors in app.keyconnect.server.factories with parameters of type YamlConfiguration Constructor Description AutoBlockchainGatewayFactory(YamlConfiguration configuration, org.springframework.context.ApplicationContext applicationContext) -
Uses of YamlConfiguration in app.keyconnect.server.gateways
Methods in app.keyconnect.server.gateways with parameters of type YamlConfiguration Modifier and Type Method Description EthereumGatewayEthereumGatewayConfiguration. xrpGateway(YamlConfiguration configuration, EtherscanUtil etherscanUtil)XrpGatewayXrpGatewayConfiguration. xrpGateway(YamlConfiguration configuration, org.springframework.http.converter.json.MappingJackson2HttpMessageConverter mappingJackson2HttpMessageConverter)Constructors in app.keyconnect.server.gateways with parameters of type YamlConfiguration Constructor Description EthereumGateway(YamlConfiguration configuration, EtherscanUtil etherscanUtil)XrpGateway(YamlConfiguration configuration, java.util.function.Supplier<org.springframework.web.client.RestTemplate> restTemplateSupplier)