Interface ArrayParserFactory
- 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 array structures. Look at
Parsers for all available factories-
Method Summary
Modifier and TypeMethodDescriptionio.vertx.ext.web.validation.impl.parser.ValueParser<String> newArrayParser(io.vertx.ext.web.validation.impl.parser.ValueParser<String> itemsParser)
-
Method Details
-
newArrayParser
-