Class MapProvider

java.lang.Object
org.jboss.resteasy.plugins.providers.jaxb.MapProvider
All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyReader<Object>, jakarta.ws.rs.ext.MessageBodyWriter<Object>, AsyncBufferedMessageBodyWriter<Object>, AsyncMessageBodyWriter<Object>
Direct Known Subclasses:
FastInfosetMapProvider

@Provider @Produces({"application/xml","application/*+xml","text/xml","text/*+xml"}) @Consumes({"application/xml","application/*+xml","text/xml","text/*+xml"}) public class MapProvider extends Object implements jakarta.ws.rs.ext.MessageBodyReader<Object>, AsyncBufferedMessageBodyWriter<Object>
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • providers

      @Context protected jakarta.ws.rs.ext.Providers providers
  • Constructor Details

    • MapProvider

      public MapProvider()
  • Method Details

    • getFinder

      protected JAXBContextFinder getFinder(jakarta.ws.rs.core.MediaType type)
    • isReadable

      public boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
      Specified by:
      isReadable in interface jakarta.ws.rs.ext.MessageBodyReader<Object>
    • isWrapped

      protected boolean isWrapped(Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
    • getJAXBObject

      public Object getJAXBObject(JAXBContextFinder finder, jakarta.ws.rs.core.MediaType mediaType, Class<?> clazz, Element element) throws jakarta.xml.bind.JAXBException
      Throws:
      jakarta.xml.bind.JAXBException
    • readFrom

      public Object readFrom(Class<Object> 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
      Specified by:
      readFrom in interface jakarta.ws.rs.ext.MessageBodyReader<Object>
      Throws:
      IOException
      jakarta.ws.rs.WebApplicationException
    • isWriteable

      public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
      Specified by:
      isWriteable in interface jakarta.ws.rs.ext.MessageBodyWriter<Object>
    • getSize

      public long getSize(Object entry, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
      Specified by:
      getSize in interface jakarta.ws.rs.ext.MessageBodyWriter<Object>
    • writeTo

      public void writeTo(Object target, 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
      Specified by:
      writeTo in interface jakarta.ws.rs.ext.MessageBodyWriter<Object>
      Throws:
      IOException
      jakarta.ws.rs.WebApplicationException
    • isDisableExternalEntities

      public boolean isDisableExternalEntities()
    • setDisableExternalEntities

      public void setDisableExternalEntities(boolean disableExternalEntities)
    • isEnableSecureProcessingFeature

      public boolean isEnableSecureProcessingFeature()
    • setEnableSecureProcessingFeature

      public void setEnableSecureProcessingFeature(boolean enableSecureProcessingFeature)
    • isDisableDTDs

      public boolean isDisableDTDs()
    • setDisableDTDs

      public void setDisableDTDs(boolean disableDTDs)
    • getCharset

      public static String getCharset(jakarta.ws.rs.core.MediaType mediaType)
    • needsSecurity

      protected boolean needsSecurity()