Class ParameterProcessorFactory
java.lang.Object
io.vertx.mutiny.ext.web.validation.builder.ParameterProcessorFactory
- All Implemented Interfaces:
MutinyDelegate
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
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- See Also:
-
ParameterProcessorFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParameterProcessorFactory(io.vertx.ext.web.validation.builder.ParameterProcessorFactory delegate) Create a new instance ofParameterProcessorFactorydelegating to the given (non-null) instance ofParameterProcessorFactory.ParameterProcessorFactory(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.ext.web.validation.impl.parameter.ParameterProcessorcreate(io.vertx.ext.web.validation.impl.ParameterLocation location, io.vertx.json.schema.SchemaRepository schemaRepo) booleanio.vertx.ext.web.validation.builder.ParameterProcessorFactoryGet the delegate instance.inthashCode()static ParameterProcessorFactorynewInstance(io.vertx.ext.web.validation.builder.ParameterProcessorFactory delegate) Creates a new instance of theParameterProcessorFactory.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ParameterProcessorFactory
public ParameterProcessorFactory(io.vertx.ext.web.validation.builder.ParameterProcessorFactory delegate) Create a new instance ofParameterProcessorFactorydelegating to the given (non-null) instance ofParameterProcessorFactory. -
ParameterProcessorFactory
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.validation.builder.ParameterProcessorFactory 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:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
create
public io.vertx.ext.web.validation.impl.parameter.ParameterProcessor create(io.vertx.ext.web.validation.impl.ParameterLocation location, io.vertx.json.schema.SchemaRepository schemaRepo) -
newInstance
public static ParameterProcessorFactory newInstance(io.vertx.ext.web.validation.builder.ParameterProcessorFactory delegate) Creates a new instance of theParameterProcessorFactory. -
hashCode
public int hashCode() -
equals
-
toString
-