Class JWEInput.ContentReader
java.lang.Object
org.jboss.resteasy.jose.jwe.JWEInput.ContentReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
<T> T
readContent
(Class<T> type) Defaults to '*' if there is no cty header.<T> T
readContent
(Class<T> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
-
Constructor Details
-
ContentReader
public ContentReader()
-
-
Method Details
-
getRawContent
public byte[] getRawContent() -
readContent
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)
-