Package io.smallrye.config
Class SecretKeys
- java.lang.Object
-
- io.smallrye.config.SecretKeys
-
public final class SecretKeys extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddoLocked(Runnable runnable)static <T> TdoLocked(Supplier<T> supplier)static voiddoUnlocked(Runnable runnable)static <T> TdoUnlocked(Supplier<T> supplier)static booleanisLocked()
-