Class ObjectParserFactory
java.lang.Object
io.vertx.mutiny.ext.web.validation.builder.ObjectParserFactory
- 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:
-
ObjectParserFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionObjectParserFactory(io.vertx.ext.web.validation.builder.ObjectParserFactory delegate) Create a new instance ofObjectParserFactorydelegating to the given (non-null) instance ofObjectParserFactory.ObjectParserFactory(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.ext.web.validation.builder.ObjectParserFactoryGet the delegate instance.inthashCode()static ObjectParserFactorynewInstance(io.vertx.ext.web.validation.builder.ObjectParserFactory delegate) Creates a new instance of theObjectParserFactory.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ObjectParserFactory
public ObjectParserFactory(io.vertx.ext.web.validation.builder.ObjectParserFactory delegate) Create a new instance ofObjectParserFactorydelegating to the given (non-null) instance ofObjectParserFactory. -
ObjectParserFactory
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.validation.builder.ObjectParserFactory 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
-
newInstance
public static ObjectParserFactory newInstance(io.vertx.ext.web.validation.builder.ObjectParserFactory delegate) Creates a new instance of theObjectParserFactory. -
hashCode
public int hashCode() -
equals
-
toString
-