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.Responsecreate(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, 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
-
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
-