Package io.helidon.integrations.vault
Class ListSecrets.Response
java.lang.Object
io.helidon.integrations.common.rest.ApiJsonParser
io.helidon.integrations.vault.ListSecrets.Response
- Enclosing class:
ListSecrets
Response object parsed from JSON returned by the
RestApi
.-
Method Summary
Modifier and TypeMethodDescriptionstatic ListSecrets.Response
create
(JsonObject json) Create a new list response from JSON entity.list()
Get the list.Methods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
-
Method Details
-
create
Create a new list response from JSON entity.- Parameters:
json
- json object from HTTP response- Returns:
- new response
-
list
Get the list.- Returns:
- list of objects
-