Class TupleParserFactory

java.lang.Object
io.vertx.reactivex.ext.web.validation.builder.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 Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<TupleParserFactory> __TYPE_ARG
  • Constructor Details

    • TupleParserFactory

      public TupleParserFactory(TupleParserFactory delegate)
    • TupleParserFactory

      public TupleParserFactory(Object delegate)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • 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)
    • newInstance

      public static TupleParserFactory newInstance(TupleParserFactory arg)