java.lang.Object
io.helidon.security.jwt.JwtUtil.Address
- Enclosing class:
JwtUtil
Address class representing the JSON object for address.
-
Constructor Summary
ConstructorsConstructorDescriptionAddress(JsonObject jsonObject) Create an address object from json representation.Address(JsonObject jsonObject) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetJson()Deprecated, for removal: This API element is subject to removal in a future version.usejsonObject()insteadCreate a json representation of this address.
-
Constructor Details
-
Address
Create an address object from json representation.- Parameters:
jsonObject- object with expected keys
-
Address
Deprecated, for removal: This API element is subject to removal in a future version.useAddress(io.helidon.json.JsonObject)insteadCreate an address object from json representation.- Parameters:
jsonObject- object with expected keys
-
-
Method Details
-
getFormatted
-
getStreetAddress
-
getLocality
-
getRegion
-
getPostalCode
-
getCountry
-
jsonObject
Create a json representation of this address.- Returns:
- Address as a Json object
-
getJson
Deprecated, for removal: This API element is subject to removal in a future version.usejsonObject()insteadCreate a json representation of this address.- Returns:
- Address as a Json object
-
Address(io.helidon.json.JsonObject)instead