Class ArrayParserFactory

java.lang.Object
io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate

public class ArrayParserFactory extends Object implements io.vertx.lang.rx.RxDelegate
This interface is used to create able to parse serialized array 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<ArrayParserFactory> __TYPE_ARG
  • Constructor Details

    • ArrayParserFactory

      public ArrayParserFactory(ArrayParserFactory delegate)
    • ArrayParserFactory

      public ArrayParserFactory(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 ArrayParserFactory getDelegate()
      Specified by:
      getDelegate in interface io.vertx.lang.rx.RxDelegate
    • newArrayParser

      public io.vertx.ext.web.validation.impl.parser.ValueParser<String> newArrayParser(io.vertx.ext.web.validation.impl.parser.ValueParser<String> itemsParser)
    • newInstance

      public static ArrayParserFactory newInstance(ArrayParserFactory arg)