Class TupleParserFactory
java.lang.Object
io.vertx.mutiny.ext.web.validation.builder.TupleParserFactory
- All Implemented Interfaces:
MutinyDelegate
This interface is used to create able to parse serialized object structures.
Look at
Look at
Parsers
for all available factories
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTupleParserFactory
(io.vertx.ext.web.validation.builder.TupleParserFactory delegate) TupleParserFactory
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
io.vertx.ext.web.validation.builder.TupleParserFactory
int
hashCode()
static TupleParserFactory
newInstance
(io.vertx.ext.web.validation.builder.TupleParserFactory arg) io.vertx.ext.web.validation.impl.parser.ValueParser<String>
newTupleParser
(List<io.vertx.ext.web.validation.impl.parser.ValueParser<String>> itemsParser, io.vertx.ext.web.validation.impl.parser.ValueParser<String> additionalItemsParser) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
TupleParserFactory
public TupleParserFactory(io.vertx.ext.web.validation.builder.TupleParserFactory delegate) -
TupleParserFactory
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.validation.builder.TupleParserFactory getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
newTupleParser
-
newInstance
public static TupleParserFactory newInstance(io.vertx.ext.web.validation.builder.TupleParserFactory arg)
-