Class MultipartFormDataDecoder.DecodedMultipart

java.lang.Object
org.mockserver.codec.MultipartFormDataDecoder.DecodedMultipart
Enclosing class:
MultipartFormDataDecoder

public static class MultipartFormDataDecoder.DecodedMultipart extends Object
Immutable holder for the three field-level views of a decoded multipart body.
  • Method Details

    • getFields

      public Parameters getFields()
    • getFilenames

      public Parameters getFilenames()
    • getPartContentTypes

      public Parameters getPartContentTypes()