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 ArrayParserFactory
static ObjectParserFactory
static TupleParserFactory
boolean
io.vertx.ext.web.validation.builder.Parsers
int
hashCode()
static Parsers
newInstance
(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:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
commaSeparatedArrayParser
-
commaSeparatedObjectParser
-
commaSeparatedTupleParser
-
newInstance
-