Interface StyledParameterProcessorFactory
- 
- 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 StyledParameterProcessorFactory
This interface is used to build complex parameter processors supported only in cookie & query.
Look at
Parametersfor all available factories 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.ext.web.validation.impl.parameter.ParameterProcessorcreate(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaRepository repository) 
 - 
 
- 
- 
Method Detail
- 
create
io.vertx.ext.web.validation.impl.parameter.ParameterProcessor create(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaRepository repository) 
 - 
 
 -