Package io.datarouter.secret.service
Class SecretOpRecorderSupplier.NoOpSecretOpRecorderSupplier
java.lang.Object
io.datarouter.secret.service.SecretOpRecorderSupplier.NoOpSecretOpRecorderSupplier
- All Implemented Interfaces:
SecretOpRecorderSupplier,java.util.function.Supplier<SecretOpRecorder>
- Enclosing interface:
- SecretOpRecorderSupplier
public static class SecretOpRecorderSupplier.NoOpSecretOpRecorderSupplier extends java.lang.Object implements SecretOpRecorderSupplier
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.datarouter.secret.service.SecretOpRecorderSupplier
SecretOpRecorderSupplier.NoOpSecretOpRecorderSupplier -
Constructor Summary
Constructors Constructor Description NoOpSecretOpRecorderSupplier() -
Method Summary
Modifier and Type Method Description SecretOpRecorderget()
-
Constructor Details
-
NoOpSecretOpRecorderSupplier
public NoOpSecretOpRecorderSupplier()
-
-
Method Details
-
get
- Specified by:
getin interfacejava.util.function.Supplier<SecretOpRecorder>
-