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