Class ArrayParserFactory


  • public class ArrayParserFactory
    extends Object
    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 Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • ArrayParserFactory

        public ArrayParserFactory​(io.vertx.ext.web.validation.builder.ArrayParserFactory delegate)
      • ArrayParserFactory

        public ArrayParserFactory​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.web.validation.builder.ArrayParserFactory getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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​(io.vertx.ext.web.validation.builder.ArrayParserFactory arg)