Class ReaderUtility
java.lang.Object
org.jboss.resteasy.core.messagebody.ReaderUtility
Deprecated.
Utility for accessing RESTEasy's MessageBodyReader setup
- Version:
- $Revision: 1 $
- Author:
- Solomon Duskis
-
Constructor Summary
ConstructorDescriptionDeprecated.ReaderUtility
(ResteasyProviderFactory factory, jakarta.ws.rs.ext.ReaderInterceptor[] interceptors) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionabstract RuntimeException
createReaderNotFound
(Type genericType, jakarta.ws.rs.core.MediaType mediaType) Deprecated.<T> T
doRead
(Class<T> type, jakarta.ws.rs.core.MediaType mediaType, InputStream is) Deprecated.<T> T
doRead
(Class<T> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> requestHeaders, InputStream is) Deprecated.<T> T
doRead
(Class<T> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, Annotation[] annotations, jakarta.ws.rs.core.MultivaluedMap<String, String> requestHeaders, InputStream inputStream) Deprecated.doRead
(HttpRequest request, Class type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) Deprecated.static <T> T
Deprecated.static <T> T
read
(Class<T> type, jakarta.ws.rs.core.MediaType mt, InputStream is) Deprecated.static <T> T
Deprecated.static <T> T
Deprecated.
-
Constructor Details
-
ReaderUtility
public ReaderUtility()Deprecated. -
ReaderUtility
public ReaderUtility(ResteasyProviderFactory factory, jakarta.ws.rs.ext.ReaderInterceptor[] interceptors) Deprecated.
-
-
Method Details
-
read
Deprecated.- Throws:
IOException
-
read
Deprecated.- Throws:
IOException
-
read
public static <T> T read(Class<T> type, jakarta.ws.rs.core.MediaType mediaType, byte[] buffer) throws IOException Deprecated.- Throws:
IOException
-
read
public static <T> T read(Class<T> type, jakarta.ws.rs.core.MediaType mt, InputStream is) throws IOException Deprecated.- Throws:
IOException
-
doRead
public <T> T doRead(Class<T> type, jakarta.ws.rs.core.MediaType mediaType, InputStream is) throws IOException Deprecated.- Throws:
IOException
-
doRead
public <T> T doRead(Class<T> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> requestHeaders, InputStream is) throws IOExceptionDeprecated.- Throws:
IOException
-
doRead
public Object doRead(HttpRequest request, Class type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) throws IOException Deprecated.- Throws:
IOException
-
doRead
public <T> T doRead(Class<T> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, Annotation[] annotations, jakarta.ws.rs.core.MultivaluedMap<String, String> requestHeaders, InputStream inputStream) throws IOExceptionDeprecated.- Throws:
IOException
-
createReaderNotFound
public abstract RuntimeException createReaderNotFound(Type genericType, jakarta.ws.rs.core.MediaType mediaType) Deprecated.
-