Class StyledParameterProcessorFactory
- java.lang.Object
-
- io.vertx.rxjava3.ext.web.validation.builder.StyledParameterProcessorFactory
-
public class StyledParameterProcessorFactory extends Object
This interface is used to build complex parameter processors supported only in cookie & query.
Look atParametersfor all available factories NOTE: This class has been automatically generated from theoriginalnon RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<StyledParameterProcessorFactory>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description StyledParameterProcessorFactory(StyledParameterProcessorFactory delegate)StyledParameterProcessorFactory(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.ext.web.validation.impl.parameter.ParameterProcessorcreate(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaParser parser)booleanequals(Object o)StyledParameterProcessorFactorygetDelegate()inthashCode()static StyledParameterProcessorFactorynewInstance(StyledParameterProcessorFactory arg)StringtoString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<StyledParameterProcessorFactory> __TYPE_ARG
-
-
Constructor Detail
-
StyledParameterProcessorFactory
public StyledParameterProcessorFactory(StyledParameterProcessorFactory delegate)
-
StyledParameterProcessorFactory
public StyledParameterProcessorFactory(Object delegate)
-
-
Method Detail
-
getDelegate
public StyledParameterProcessorFactory getDelegate()
-
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(StyledParameterProcessorFactory arg)
-
-