public class Parsers extends Object
ArrayParserFactory
, ObjectParserFactory
& TupleParserFactory
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Parsers> |
__TYPE_ARG |
Constructor and Description |
---|
Parsers(Object delegate) |
Parsers(Parsers delegate) |
Modifier and Type | Method and 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() |
public static final io.vertx.lang.rx.TypeArg<Parsers> __TYPE_ARG
public Parsers getDelegate()
public static ArrayParserFactory commaSeparatedArrayParser()
public static ObjectParserFactory commaSeparatedObjectParser()
public static TupleParserFactory commaSeparatedTupleParser()
Copyright © 2022 Eclipse. All rights reserved.