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