Class ProviderWalker
java.lang.Object
ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority.ProviderWalker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getSize
(jakarta.ws.rs.core.MultivaluedMap<String, String> mm, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) long
getSize
(jakarta.xml.bind.JAXBElement<String> j, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) long
getSize
(Boolean b, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) long
getSize
(Character c, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) long
getSize
(Number n, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) boolean
isWritable
(Class<?> clazz) readFrom
(jakarta.ws.rs.core.MultivaluedMap<String, String> m, Class<jakarta.ws.rs.core.MultivaluedMap<String, String>> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) jakarta.xml.bind.JAXBElement<String>
readFrom
(jakarta.xml.bind.JAXBElement<String> c, Class<jakarta.xml.bind.JAXBElement<String>> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) readFrom
(Boolean b, Class<Boolean> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) readFrom
(Character c, Class<Character> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) readFrom
(Number n, Class<Number> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) void
writeTo
(jakarta.ws.rs.core.MultivaluedMap<String, String> t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) void
writeTo
(jakarta.xml.bind.JAXBElement<String> t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) void
writeTo
(Boolean b, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) void
writeTo
(Character c, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) void
writeTo
(Number t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream)
-
Constructor Details
-
ProviderWalker
public ProviderWalker()
-
-
Method Details
-
isWritable
-
getSize
public long getSize(Boolean b, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) -
getSize
public long getSize(Character c, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) -
getSize
public long getSize(jakarta.xml.bind.JAXBElement<String> j, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) -
getSize
public long getSize(jakarta.ws.rs.core.MultivaluedMap<String, String> mm, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) -
getSize
public long getSize(Number n, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) -
writeTo
public void writeTo(Boolean b, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) throws IOException, jakarta.ws.rs.WebApplicationException- Throws:
IOException
jakarta.ws.rs.WebApplicationException
-
writeTo
public void writeTo(Character c, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) throws IOException, jakarta.ws.rs.WebApplicationException- Throws:
IOException
jakarta.ws.rs.WebApplicationException
-
writeTo
public void writeTo(jakarta.xml.bind.JAXBElement<String> t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) throws IOException, jakarta.ws.rs.WebApplicationException- Throws:
IOException
jakarta.ws.rs.WebApplicationException
-
writeTo
public void writeTo(jakarta.ws.rs.core.MultivaluedMap<String, String> t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, throws IOException, jakarta.ws.rs.WebApplicationExceptionObject> httpHeaders, OutputStream entityStream) - Throws:
IOException
jakarta.ws.rs.WebApplicationException
-
writeTo
public void writeTo(Number t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) throws IOException, jakarta.ws.rs.WebApplicationException- Throws:
IOException
jakarta.ws.rs.WebApplicationException
-
readFrom
public Boolean readFrom(Boolean b, Class<Boolean> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) throws IOException, jakarta.ws.rs.WebApplicationException- Throws:
IOException
jakarta.ws.rs.WebApplicationException
-
readFrom
public Character readFrom(Character c, Class<Character> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) throws IOException, jakarta.ws.rs.WebApplicationException- Throws:
IOException
jakarta.ws.rs.WebApplicationException
-
readFrom
public jakarta.xml.bind.JAXBElement<String> readFrom(jakarta.xml.bind.JAXBElement<String> c, Class<jakarta.xml.bind.JAXBElement<String>> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) throws IOException, jakarta.ws.rs.WebApplicationException- Throws:
IOException
jakarta.ws.rs.WebApplicationException
-
readFrom
public jakarta.ws.rs.core.MultivaluedMap<String,String> readFrom(jakarta.ws.rs.core.MultivaluedMap<String, String> m, Class<jakarta.ws.rs.core.MultivaluedMap<String, throws IOException, jakarta.ws.rs.WebApplicationExceptionString>> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) - Throws:
IOException
jakarta.ws.rs.WebApplicationException
-
readFrom
public Number readFrom(Number n, Class<Number> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) throws IOException, jakarta.ws.rs.WebApplicationException- Throws:
IOException
jakarta.ws.rs.WebApplicationException
-