Class EncodedMediaType

java.lang.Object
org.jboss.resteasy.reactive.server.core.EncodedMediaType
All Implemented Interfaces:
ContentType

public class EncodedMediaType extends Object implements ContentType
Wrapper around MediaType that saves the toString value, to avoid the expensive header delegate processing. It also harmonizes the use of charset
  • Constructor Details

    • EncodedMediaType

      public EncodedMediaType(jakarta.ws.rs.core.MediaType mediaType)
  • Method Details