Class Parsers
- java.lang.Object
-
- io.vertx.reactivex.ext.web.validation.builder.Parsers
-
- All Implemented Interfaces:
RxDelegate
public class Parsers extends Object implements RxDelegate
In this interface you can find all availableArrayParserFactory
,ObjectParserFactory
&TupleParserFactory
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<Parsers>
__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ArrayParserFactory
commaSeparatedArrayParser()
static ObjectParserFactory
commaSeparatedObjectParser()
static TupleParserFactory
commaSeparatedTupleParser()
boolean
equals(Object o)
Parsers
getDelegate()
int
hashCode()
static Parsers
newInstance(Parsers arg)
String
toString()
-
-
-
Method Detail
-
getDelegate
public Parsers getDelegate()
- Specified by:
getDelegate
in interfaceRxDelegate
-
commaSeparatedArrayParser
public static ArrayParserFactory commaSeparatedArrayParser()
-
commaSeparatedObjectParser
public static ObjectParserFactory commaSeparatedObjectParser()
-
commaSeparatedTupleParser
public static TupleParserFactory commaSeparatedTupleParser()
-
-