Class ArrayParserFactory
java.lang.Object
io.vertx.mutiny.ext.web.validation.builder.ArrayParserFactory
- All Implemented Interfaces:
MutinyDelegate
This interface is used to create able to parse serialized array structures.
Look at
Look at
Parsers
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
ConstructorsConstructorDescriptionArrayParserFactory
(io.vertx.ext.web.validation.builder.ArrayParserFactory delegate) ArrayParserFactory
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
io.vertx.ext.web.validation.builder.ArrayParserFactory
int
hashCode()
io.vertx.ext.web.validation.impl.parser.ValueParser<String>
newArrayParser
(io.vertx.ext.web.validation.impl.parser.ValueParser<String> itemsParser) static ArrayParserFactory
newInstance
(io.vertx.ext.web.validation.builder.ArrayParserFactory arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ArrayParserFactory
public ArrayParserFactory(io.vertx.ext.web.validation.builder.ArrayParserFactory delegate) -
ArrayParserFactory
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.validation.builder.ArrayParserFactory getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
newArrayParser
-
newInstance
public static ArrayParserFactory newInstance(io.vertx.ext.web.validation.builder.ArrayParserFactory arg)
-