Interface GoogleSecretManagerSecretStoreProvider.GoogleSecretStoreTransformer
- Enclosing interface:
- GoogleSecretManagerSecretStoreProvider
public static interface GoogleSecretManagerSecretStoreProvider.GoogleSecretStoreTransformer
Custom transformers that can be implemented and loaded with a service loader to customise how the GSM
secret store is built.
-
Method Summary
Modifier and TypeMethodDescriptionvoidTransforms the input builder by potentially modifying its configuration, before returning the builder.
-
Method Details
-
transform
Transforms the input builder by potentially modifying its configuration, before returning the builder.- Parameters:
builder- the builder to transform
-