Uses of Class
net.morimekta.config.Secret
Packages that use Secret
-
Uses of Secret in net.morimekta.config
Methods in net.morimekta.config that return SecretModifier and TypeMethodDescriptionSecret.SecretDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) Get a named secret from the secret store.Methods in net.morimekta.config with parameters of type SecretModifier and TypeMethodDescriptionvoidSecretListener.onSecretChange(Secret secret) Called when the secret changes.