Class 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 Detail

    • Constructor Detail

      • ArrayParserFactory

        public ArrayParserFactory​(Object delegate)
    • Method Detail

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