Interface ParameterProcessorFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ParameterProcessorFactory
This interface is used to build parameter processors supported on every ParameterLocation. You can use in query and cookie more complex parameters with StyledParameterProcessorFactory.

Look at Parameters for all available factories

  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.ext.web.validation.impl.parameter.ParameterProcessor
    create(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaRepository schemaRepo)
     
  • Method Details

    • create

      io.vertx.ext.web.validation.impl.parameter.ParameterProcessor create(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaRepository schemaRepo)