Class JwtUtil.Address

  • Enclosing class:
    JwtUtil

    public static class JwtUtil.Address
    extends Object
    Address class representing the JSON object for address.
    • Constructor Detail

      • Address

        public Address​(javax.json.JsonObject jsonObject)
        Create an address object from json representation.
        Parameters:
        jsonObject - object with expected keys
    • Method Detail

      • getJson

        public javax.json.JsonObject getJson()
        Create a json representation of this address.
        Returns:
        Address as a Json object