Class BlockstreamInfoFeeClientAutoConfigProperties
- java.lang.Object
-
- org.tbk.bitcoin.tool.fee.config.AbstractFeeClientAutoConfigProperties
-
- org.tbk.bitcoin.tool.fee.blockstreaminfo.config.BlockstreamInfoFeeClientAutoConfigProperties
-
- All Implemented Interfaces:
org.springframework.validation.Validator
@ConfigurationProperties(prefix="org.tbk.bitcoin.tool.fee.blockstreaminfo", ignoreUnknownFields=false) public class BlockstreamInfoFeeClientAutoConfigProperties extends AbstractFeeClientAutoConfigProperties
-
-
Constructor Summary
Constructors Constructor Description BlockstreamInfoFeeClientAutoConfigProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetDefaultBaseUrl()-
Methods inherited from class org.tbk.bitcoin.tool.fee.config.AbstractFeeClientAutoConfigProperties
canEqual, equals, getBaseUrl, getToken, hashCode, isEnabled, setBaseUrl, setEnabled, setToken, supports, toString, validate
-
-
-
-
Method Detail
-
getDefaultBaseUrl
protected java.lang.String getDefaultBaseUrl()
- Specified by:
getDefaultBaseUrlin classAbstractFeeClientAutoConfigProperties
-
-