java.lang.Object
dev.orne.config.commons.DelegatedOrneConfigurationDecoder
- All Implemented Interfaces:
org.apache.commons.configuration2.ConfigurationDecoder
public class DelegatedOrneConfigurationDecoder
extends Object
implements org.apache.commons.configuration2.ConfigurationDecoder
ConfigCryptoProvider based implementation of Apache Commons
ConfigurationDecoder.- Since:
- 0.2
- Version:
- 1.0, 2020-10
- Author:
- (w) Iker Hernaez
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDelegatedOrneConfigurationDecoder(@NotNull ConfigCryptoProvider provider) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull ConfigCryptoProviderReturns the cryptography transformations provider.
-
Constructor Details
-
DelegatedOrneConfigurationDecoder
Creates a new instance.- Parameters:
provider- The cryptography transformations provider
-
-
Method Details
-
decode
- Specified by:
decodein interfaceorg.apache.commons.configuration2.ConfigurationDecoder
-
getProvider
Returns the cryptography transformations provider.- Returns:
- The cryptography transformations provider
-