Class Parsers
java.lang.Object
io.vertx.mutiny.ext.web.validation.builder.Parsers
- All Implemented Interfaces:
MutinyDelegate
In this interface you can find all available
ArrayParserFactory, ObjectParserFactory & TupleParserFactory
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- See Also:
-
Parsers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ArrayParserFactorystatic ObjectParserFactorystatic TupleParserFactorybooleanio.vertx.ext.web.validation.builder.ParsersGet the delegate instance.inthashCode()static ParsersnewInstance(io.vertx.ext.web.validation.builder.Parsers delegate) Creates a new instance of theParsers.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Parsers
public Parsers(io.vertx.ext.web.validation.builder.Parsers delegate) Create a new instance ofParsersdelegating to the given (non-null) instance ofParsers. -
Parsers
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.validation.builder.Parsers getDelegate()Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
commaSeparatedArrayParser
-
commaSeparatedObjectParser
-
commaSeparatedTupleParser
-
newInstance
Creates a new instance of theParsers. -
hashCode
public int hashCode() -
equals
-
toString
-