Modifier and Type | Method and Description |
---|---|
static TupleParserFactory |
Parsers.commaSeparatedTupleParser() |
Modifier and Type | Method and Description |
---|---|
static StyledParameterProcessorFactory |
Parameters.optionalSerializedParam(String parameterName,
TupleParserFactory tupleParserFactory,
TupleSchemaBuilder schemaBuilder)
Creates an optional tuple parameter deserializable using the provided parser factory.
|
static StyledParameterProcessorFactory |
Parameters.serializedParam(String parameterName,
TupleParserFactory tupleParserFactory,
TupleSchemaBuilder schemaBuilder)
Creates a required tuple parameter deserializable using the provided parser factory.
|
Modifier and Type | Method and Description |
---|---|
TupleParserFactory |
TupleParserFactory.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static TupleParserFactory |
TupleParserFactory.newInstance(TupleParserFactory arg) |
Constructor and Description |
---|
TupleParserFactory(TupleParserFactory delegate) |
Modifier and Type | Method and Description |
---|---|
TupleParserFactory |
TupleParserFactory.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static TupleParserFactory |
TupleParserFactory.newInstance(TupleParserFactory arg) |
Constructor and Description |
---|
TupleParserFactory(TupleParserFactory delegate) |
Modifier and Type | Method and Description |
---|---|
TupleParserFactory |
TupleParserFactory.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static TupleParserFactory |
TupleParserFactory.newInstance(TupleParserFactory arg) |
Constructor and Description |
---|
TupleParserFactory(TupleParserFactory delegate) |
Copyright © 2023 Eclipse. All rights reserved.