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 using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ArrayParserFactorystatic ObjectParserFactorystatic TupleParserFactorybooleanio.vertx.ext.web.validation.builder.ParsersinthashCode()static ParsersnewInstance(io.vertx.ext.web.validation.builder.Parsers arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Parsers
public Parsers(io.vertx.ext.web.validation.builder.Parsers delegate) -
Parsers
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.validation.builder.Parsers getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
commaSeparatedArrayParser
-
commaSeparatedObjectParser
-
commaSeparatedTupleParser
-
newInstance
-