Uses of Class
net.morimekta.config.Secret
-
Packages that use Secret Package Description net.morimekta.config -
-
Uses of Secret in net.morimekta.config
Methods in net.morimekta.config that return Secret Modifier and Type Method Description SecretSecret.SecretDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)SecretSecretsManager. get(String name)Get a named secret from the secret store.Methods in net.morimekta.config with parameters of type Secret Modifier and Type Method Description voidSecretListener. onSecretChange(Secret secret)Called when the secret changes.
-