Class ArrayParserFactory

java.lang.Object
io.vertx.mutiny.ext.web.validation.builder.ArrayParserFactory
All Implemented Interfaces:
MutinyDelegate

public class ArrayParserFactory extends Object implements MutinyDelegate
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.

  • Field Details

  • Constructor Details

    • ArrayParserFactory

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

      public ArrayParserFactory(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.ext.web.validation.builder.ArrayParserFactory getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • 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
    • 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)