Class JwtUtil.Address
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. -
Method Summary
Modifier and TypeMethodDescriptionCountry.Full formatted mailing address.Locality or city.Postal code.State, province, prefecture, or region.Street address.Create a json representation of this address.
-
Constructor Details
-
Address
Create 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
-