Class OAuth2ClientReader

All Implemented Interfaces:
Marshaller<OAuth2Client>, Reader<OAuth2Client>

@Setup(mode=SINGLETON, priority=2000) public class OAuth2ClientReader extends EntityJsonReader<OAuth2Client>
Since:
11.1
  • Constructor Details

    • OAuth2ClientReader

      public OAuth2ClientReader()
  • Method Details

    • readEntity

      protected OAuth2Client readEntity(com.fasterxml.jackson.databind.JsonNode jn)
      Description copied from class: EntityJsonReader
      Implement this method to read the entity.
      Specified by:
      readEntity in class EntityJsonReader<OAuth2Client>
      Parameters:
      jn - A JsonNode pointing at the root of the json input.
      Returns:
      The parsed entity.