Class ObjectParserFactory


  • public class ObjectParserFactory
    extends Object
    This interface is used to create 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 using Vert.x codegen.

    • Constructor Detail

      • ObjectParserFactory

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

        public ObjectParserFactory​(Object delegate)
    • Method Detail

      • getDelegate

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

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

        public static ObjectParserFactory newInstance​(io.vertx.ext.web.validation.builder.ObjectParserFactory arg)