Class JWEInput.ContentReader

java.lang.Object
org.jboss.resteasy.jose.jwe.JWEInput.ContentReader
Enclosing class:
JWEInput

public class JWEInput.ContentReader extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Constructor Details

    • ContentReader

      public ContentReader()
  • Method Details

    • getRawContent

      public byte[] getRawContent()
    • readContent

      public <T> T readContent(Class<T> type)
      Defaults to '*' if there is no cty header.
      Type Parameters:
      T - type
      Parameters:
      type - type class
      Returns:
      read entity of type T
    • readContent

      public <T> T readContent(Class<T> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)