Class GetKv2.Response
java.lang.Object
io.helidon.integrations.common.rest.ApiJsonParser
io.helidon.integrations.vault.secrets.kv2.GetKv2.Response
- Enclosing class:
GetKv2
Response object parsed from JSON returned by the
RestApi.-
Method Summary
Methods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, isPresent, stringValue, stringValue, toBoolean, toBoolean, toBytesBase64, toBytesBase64, toDouble, toDouble, toInstant, toInstant, toInt, toInt, toList, toList, toLong, toLong, toMap, toMap, toObject, toObject, toString, toString
-
Method Details
-
metadata
Description copied from interface:Kv2SecretMetadata of this secret. -
path
Description copied from interface:SecretPath of this secret. -
value
Description copied from interface:SecretValue of a key within a secret. -
values
Description copied from interface:SecretA map of secret values (key/value pairs).
-