Package org.mockserver.llm
Class ParsedMessage.ImagePart
java.lang.Object
org.mockserver.llm.ParsedMessage.ImagePart
- Enclosing class:
- ParsedMessage
A multimodal image content part recognised in a decoded request message.
Request-side only: the codecs parse the presence (and, where available, the media type) of an image so conversation matchers can assert "this message contains an image". MockServer does not store the image bytes.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ImagePart
-
-
Method Details
-
getMediaType
The image media type (e.g.image/png), ornullif not declared by the provider shape.
-