Class MediaType.NonMultipartWithOpenCharset

All Implemented Interfaces:
LazyValueBytesRenderable, Renderable, MediaType, MediaType.NonBinary, MediaType.WithOpenCharset, WithQValue<MediaRange>
Enclosing class:
MediaType

public abstract static class MediaType.NonMultipartWithOpenCharset extends MediaType.WithOpenCharset
  • Constructor Details

    • NonMultipartWithOpenCharset

      public NonMultipartWithOpenCharset(String value, String _mainType, String _subType, scala.collection.immutable.List<String> fileExtensions)
  • Method Details

    • fileExtensions

      public scala.collection.immutable.List<String> fileExtensions()
      Specified by:
      fileExtensions in class MediaType
    • params

      public scala.collection.immutable.Map<String,String> params()
      Specified by:
      params in class MediaType
    • value

      public String value()
      Description copied from interface: MediaType
      Returns the string representation of this MediaType
      Returns:
      (undocumented)