Class JwtUtil.Address

java.lang.Object
io.helidon.security.jwt.JwtUtil.Address
Enclosing class:
JwtUtil

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

    • Address

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