java.lang.Object
io.helidon.security.jwt.JwtUtil.Address
- Enclosing class:
JwtUtil
Address class representing the JSON object for address.
-
Constructor Summary
ConstructorDescriptionAddress
(JsonObject jsonObject) Create an address object from json representation. -
Method Summary
-
Constructor Details
-
Address
Create an address object from json representation.- Parameters:
jsonObject
- object with expected keys
-
-
Method Details
-
getFormatted
-
getStreetAddress
-
getLocality
-
getRegion
-
getPostalCode
-
getCountry
-
getJson
Create a json representation of this address.- Returns:
- Address as a Json object
-