Class User

    • Constructor Detail

      • User

        public User​(com.fasterxml.jackson.databind.JsonNode userJson)
        Create a User object from a JsonNode.
        Parameters:
        userJson - the JsonNode containing the user information.
      • User

        public User()
        Default constructor.