Interface TupleParserFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This interface is used to create
Look at
ValueParser able to parse serialized object structures. Look at
Parsers for all available factories-
Method Summary
Modifier and TypeMethodDescriptionio.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)
-
Method Details
-
newTupleParser
-