Class TupleParserFactory

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

public class TupleParserFactory extends Object implements MutinyDelegate
This interface is used to create ValueParser able to parse serialized object structures.
Look at Parsers for all available factories

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

See Also:
  • TupleParserFactory
  • Field Details

  • Constructor Details

    • TupleParserFactory

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

      public TupleParserFactory(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.ext.web.validation.builder.TupleParserFactory 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
    • newTupleParser

      public io.vertx.ext.web.validation.impl.parser.ValueParser<String> newTupleParser(List<io.vertx.ext.web.validation.impl.parser.ValueParser<String>> itemsParser, io.vertx.ext.web.validation.impl.parser.ValueParser<String> additionalItemsParser)
    • newInstance

      public static TupleParserFactory newInstance(io.vertx.ext.web.validation.builder.TupleParserFactory delegate)
      Creates a new instance of the TupleParserFactory.
    • 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