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

public class Parsers extends Object implements MutinyDelegate
In this interface you can find all available ArrayParserFactory, ObjectParserFactory & TupleParserFactory

NOTE: This class has been automatically generated from the original non Mutiny-ified interface.

See Also:
  • Parsers
  • Field Details

  • Constructor Details

    • Parsers

      public Parsers(io.vertx.ext.web.validation.builder.Parsers delegate)
      Create a new instance of Parsers delegating to the given (non-null) instance of Parsers.
    • Parsers

      public Parsers(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.ext.web.validation.builder.Parsers getDelegate()
      Get the delegate instance.

      This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.

      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate instance
    • commaSeparatedArrayParser

      public static ArrayParserFactory commaSeparatedArrayParser()
    • commaSeparatedObjectParser

      public static ObjectParserFactory commaSeparatedObjectParser()
    • commaSeparatedTupleParser

      public static TupleParserFactory commaSeparatedTupleParser()
    • newInstance

      public static Parsers newInstance(io.vertx.ext.web.validation.builder.Parsers delegate)
      Creates a new instance of the Parsers.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object