Class Parsers
- java.lang.Object
-
- io.vertx.reactivex.ext.web.validation.builder.Parsers
-
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
public class Parsers extends Object implements io.vertx.lang.rx.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 io.vertx.lang.rx.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()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<Parsers> __TYPE_ARG
-
-
Method Detail
-
getDelegate
public Parsers getDelegate()
- Specified by:
getDelegate
in interfaceio.vertx.lang.rx.RxDelegate
-
commaSeparatedArrayParser
public static ArrayParserFactory commaSeparatedArrayParser()
-
commaSeparatedObjectParser
public static ObjectParserFactory commaSeparatedObjectParser()
-
commaSeparatedTupleParser
public static TupleParserFactory commaSeparatedTupleParser()
-
-