Class ContentAnalyserFactory
java.lang.Object
io.vertx.rxjava3.openapi.mediatype.ContentAnalyserFactory
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContentAnalyserFactory(ContentAnalyserFactory delegate) ContentAnalyserFactory(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptioncreate(String contentType, Buffer content, ValidationContext context) Creates a new ContentAnalyser for the provided request.booleaninthashCode()static ContentAnalyserFactoryjson()static ContentAnalyserFactorystatic ContentAnalyserFactorystatic ContentAnalyserFactorynoop()toString()static ContentAnalyserFactory
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ContentAnalyserFactory
-
ContentAnalyserFactory
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
create
Creates a new ContentAnalyser for the provided request.- Parameters:
contentType- The raw content type from the http headers.content- The content of the request or response.context- Whether the analyser is for a request or response.- Returns:
- A fresh content analyser instance.
-
json
-
noop
-
multipart
-
xWwwFormUrlencoded
-
newInstance
-