Class BodyProcessorFactory

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

public class BodyProcessorFactory extends Object implements MutinyDelegate
This interface is used to build body processors.

Look at Bodies for all available factories.

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

See Also:
  • BodyProcessorFactory
  • Field Details

  • Constructor Details

    • BodyProcessorFactory

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

      public BodyProcessorFactory(Object delegate)
  • Method Details

    • getDelegate

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

      public io.vertx.ext.web.validation.impl.body.BodyProcessor create(io.vertx.json.schema.SchemaRepository schemaRepository)
    • newInstance

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