public interface CapabilitiesResolver
Modifier and Type | Method and Description |
---|---|
void |
resolveCapabilities(org.mule.extension.introspection.declaration.fluent.DeclarationDescriptor declaration,
Class<?> capableType)
Resolves the capabilities present in
extensionType and registers them in
builder |
void resolveCapabilities(org.mule.extension.introspection.declaration.fluent.DeclarationDescriptor declaration, Class<?> capableType)
extensionType
and registers them in
builder
declaration
- a DeclarationDescriptor
describing the Extension
to be builtcapableType
- the type of the Capable
classIllegalArgumentException
- if any argument is null
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.