public class StyledParameterProcessorFactory extends Object
Parameters
for all available factories
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<StyledParameterProcessorFactory> |
__TYPE_ARG |
Constructor and Description |
---|
StyledParameterProcessorFactory(Object delegate) |
StyledParameterProcessorFactory(StyledParameterProcessorFactory delegate) |
Modifier and Type | Method and Description |
---|---|
io.vertx.ext.web.validation.impl.parameter.ParameterProcessor |
create(io.vertx.ext.web.validation.impl.ParameterLocation location,
SchemaParser parser) |
boolean |
equals(Object o) |
StyledParameterProcessorFactory |
getDelegate() |
int |
hashCode() |
static StyledParameterProcessorFactory |
newInstance(StyledParameterProcessorFactory arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<StyledParameterProcessorFactory> __TYPE_ARG
public StyledParameterProcessorFactory(StyledParameterProcessorFactory delegate)
public StyledParameterProcessorFactory(Object delegate)
public StyledParameterProcessorFactory getDelegate()
public io.vertx.ext.web.validation.impl.parameter.ParameterProcessor create(io.vertx.ext.web.validation.impl.ParameterLocation location, SchemaParser parser)
public static StyledParameterProcessorFactory newInstance(StyledParameterProcessorFactory arg)
Copyright © 2023 Eclipse. All rights reserved.