Class TupleParserFactory

  • All Implemented Interfaces:
    io.vertx.lang.rx.RxDelegate

    public class TupleParserFactory
    extends Object
    implements io.vertx.lang.rx.RxDelegate
    This interface is used to create able to parse serialized object structures.
    Look at Parsers for all available factories

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Field Detail

    • Constructor Detail

      • TupleParserFactory

        public TupleParserFactory​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getDelegate

        public TupleParserFactory getDelegate()
        Specified by:
        getDelegate in interface io.vertx.lang.rx.RxDelegate
      • newTupleParser

        public 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)