Class TupleParserFactory
java.lang.Object
io.vertx.mutiny.ext.web.validation.builder.TupleParserFactory
- All Implemented Interfaces:
MutinyDelegate
This interface is used to create
Look at
ValueParser able to parse serialized object structures. Look at
Parsers for all available factories
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- See Also:
-
TupleParserFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTupleParserFactory(io.vertx.ext.web.validation.builder.TupleParserFactory delegate) Create a new instance ofTupleParserFactorydelegating to the given (non-null) instance ofTupleParserFactory.TupleParserFactory(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.ext.web.validation.builder.TupleParserFactoryGet the delegate instance.inthashCode()static TupleParserFactorynewInstance(io.vertx.ext.web.validation.builder.TupleParserFactory delegate) Creates a new instance of theTupleParserFactory.io.vertx.ext.web.validation.impl.parser.ValueParser<String>newTupleParser(List<io.vertx.ext.web.validation.impl.parser.ValueParser<String>> itemsParser, io.vertx.ext.web.validation.impl.parser.ValueParser<String> additionalItemsParser) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
TupleParserFactory
public TupleParserFactory(io.vertx.ext.web.validation.builder.TupleParserFactory delegate) Create a new instance ofTupleParserFactorydelegating to the given (non-null) instance ofTupleParserFactory. -
TupleParserFactory
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.validation.builder.TupleParserFactory 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
-
newTupleParser
-
newInstance
public static TupleParserFactory newInstance(io.vertx.ext.web.validation.builder.TupleParserFactory delegate) Creates a new instance of theTupleParserFactory. -
hashCode
public int hashCode() -
equals
-
toString
-