Class StyledParameterProcessorFactory
java.lang.Object
io.vertx.mutiny.ext.web.validation.builder.StyledParameterProcessorFactory
- All Implemented Interfaces:
MutinyDelegate
This interface is used to build complex parameter processors supported only in cookie & query.
Look at
Look at
Parameters
for all available factories
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStyledParameterProcessorFactory
(io.vertx.ext.web.validation.builder.StyledParameterProcessorFactory delegate) StyledParameterProcessorFactory
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.ext.web.validation.impl.parameter.ParameterProcessor
create
(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaParser parser) boolean
io.vertx.ext.web.validation.builder.StyledParameterProcessorFactory
int
hashCode()
newInstance
(io.vertx.ext.web.validation.builder.StyledParameterProcessorFactory arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
StyledParameterProcessorFactory
public StyledParameterProcessorFactory(io.vertx.ext.web.validation.builder.StyledParameterProcessorFactory delegate) -
StyledParameterProcessorFactory
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.validation.builder.StyledParameterProcessorFactory getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
create
public io.vertx.ext.web.validation.impl.parameter.ParameterProcessor create(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaParser parser) -
newInstance
public static StyledParameterProcessorFactory newInstance(io.vertx.ext.web.validation.builder.StyledParameterProcessorFactory arg)
-