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 Parameters for all available factories
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- See Also:
-
StyledParameterProcessorFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStyledParameterProcessorFactory(io.vertx.ext.web.validation.builder.StyledParameterProcessorFactory delegate) Create a new instance ofStyledParameterProcessorFactorydelegating to the given (non-null) instance ofStyledParameterProcessorFactory.StyledParameterProcessorFactory(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 repository) booleanio.vertx.ext.web.validation.builder.StyledParameterProcessorFactoryGet the delegate instance.inthashCode()newInstance(io.vertx.ext.web.validation.builder.StyledParameterProcessorFactory delegate) Creates a new instance of theStyledParameterProcessorFactory.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
StyledParameterProcessorFactory
public StyledParameterProcessorFactory(io.vertx.ext.web.validation.builder.StyledParameterProcessorFactory delegate) Create a new instance ofStyledParameterProcessorFactorydelegating to the given (non-null) instance ofStyledParameterProcessorFactory. -
StyledParameterProcessorFactory
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.validation.builder.StyledParameterProcessorFactory 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 repository) -
newInstance
public static StyledParameterProcessorFactory newInstance(io.vertx.ext.web.validation.builder.StyledParameterProcessorFactory delegate) Creates a new instance of theStyledParameterProcessorFactory. -
hashCode
public int hashCode() -
equals
-
toString
-