Class SecretKeysHandlerFactory.LazySecretKeysHandler

java.lang.Object
io.smallrye.config.SecretKeysHandlerFactory.LazySecretKeysHandler
All Implemented Interfaces:
SecretKeysHandler
Enclosing interface:
SecretKeysHandlerFactory

public static class SecretKeysHandlerFactory.LazySecretKeysHandler extends Object implements SecretKeysHandler
Defers the initialization of a SecretKeysHandlerFactory to only when a value requires decoding. This allows to initialize a SecretKeysHandler with configuration coming from sources provided by a ConfigSourceFactory.