| Modifier and Type | Method and Description | 
|---|---|
static ArrayParserFactory | 
Parsers.commaSeparatedArrayParser()  | 
| Modifier and Type | Method and Description | 
|---|---|
static StyledParameterProcessorFactory | 
Parameters.optionalSerializedParam(String parameterName,
                       ArrayParserFactory arrayParserFactory,
                       ArraySchemaBuilder schemaBuilder)
Creates an optional array parameter deserializable using the provided parser factory. 
 | 
static StyledParameterProcessorFactory | 
Parameters.serializedParam(String parameterName,
               ArrayParserFactory arrayParserFactory,
               ArraySchemaBuilder schemaBuilder)
Creates a required array parameter deserializable using the provided parser factory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ArrayParserFactory | 
ArrayParserFactory.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ArrayParserFactory | 
ArrayParserFactory.newInstance(ArrayParserFactory arg)  | 
| Constructor and Description | 
|---|
ArrayParserFactory(ArrayParserFactory delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
ArrayParserFactory | 
ArrayParserFactory.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ArrayParserFactory | 
ArrayParserFactory.newInstance(ArrayParserFactory arg)  | 
| Constructor and Description | 
|---|
ArrayParserFactory(ArrayParserFactory delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
ArrayParserFactory | 
ArrayParserFactory.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ArrayParserFactory | 
ArrayParserFactory.newInstance(ArrayParserFactory arg)  | 
| Constructor and Description | 
|---|
ArrayParserFactory(ArrayParserFactory delegate)  | 
Copyright © 2022 Eclipse. All rights reserved.