| Interface | Description |
|---|---|
| ObjectParsingDelegate |
Specialization of
ParsingDelegate that only accepts instances represented by a ObjectType and produces
instances of instances of AttributeDefinition.Builder |
| ParsingDelegate<M extends org.mule.metadata.api.model.MetadataType,T> |
A simple delegate interface for optionally parsing entities which type is represented by
M and produce a value of type
T. |
| ValueResolverParsingDelegate |
Specialization of
ParsingDelegate that always produces instances of ValueResolver |
| Class | Description |
|---|---|
| DefaultObjectParsingDelegate | |
| FixedTypeParsingDelegate |
A
ObjectParsingDelegate which only parses ObjectType which represent one specific java type. |
| SchedulingStrategyParsingDelegate |
A
ObjectParsingDelegate which only parses ObjectType which represent one specific java type. |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.