Class ParameterProcessorFactory
java.lang.Object
io.vertx.rxjava3.ext.web.validation.builder.ParameterProcessorFactory
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
This interface is used to build parameter processors supported on every .
You can use in query and cookie more complex parameters with
StyledParameterProcessorFactory.
Look at Parameters for all available factories
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<ParameterProcessorFactory> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.ext.web.validation.impl.parameter.ParameterProcessorcreate(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaRepository schemaRepo) booleaninthashCode()static ParameterProcessorFactorytoString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ParameterProcessorFactory
-
ParameterProcessorFactory
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
create
public io.vertx.ext.web.validation.impl.parameter.ParameterProcessor create(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaRepository schemaRepo) -
newInstance
-