public class DefaultObjectParsingDelegate extends Object implements ObjectParsingDelegate
| Constructor and Description |
|---|
DefaultObjectParsingDelegate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(org.mule.metadata.api.model.ObjectType objectType)
Verifies that
this instance is capable of handling a specific type. |
org.mule.runtime.dsl.api.component.AttributeDefinition.Builder |
parse(String name,
org.mule.metadata.api.model.ObjectType objectType,
org.mule.runtime.extension.api.dsl.syntax.DslElementSyntax elementDsl)
Parses the given
objectType as a ValueResolver |
public boolean accepts(org.mule.metadata.api.model.ObjectType objectType)
ParsingDelegatethis instance is capable of handling a specific type.accepts in interface ParsingDelegate<org.mule.metadata.api.model.ObjectType,org.mule.runtime.dsl.api.component.AttributeDefinition.Builder>objectType - an ObjectTypetruepublic org.mule.runtime.dsl.api.component.AttributeDefinition.Builder parse(String name, org.mule.metadata.api.model.ObjectType objectType, org.mule.runtime.extension.api.dsl.syntax.DslElementSyntax elementDsl)
objectType as a ValueResolverparse in interface ParsingDelegate<org.mule.metadata.api.model.ObjectType,org.mule.runtime.dsl.api.component.AttributeDefinition.Builder>name - the element nameobjectType - a ObjectTypeelementDsl - the DslElementSyntax of the parsed elementAttributeDefinition.BuilderCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.