public final class DefaultEncodingDeclarationEnricher extends Object implements org.mule.runtime.extension.api.loader.DeclarationEnricher
DeclarationEnricher which looks classes with fields annotated with DefaultEncoding.
It validates that the annotations is used properly and if so it adds a DefaultEncodingModelProperty.
If the DefaultEncoding annotation is used in a way which breaks the rules set on its javadoc, an
IllegalConfigurationModelDefinitionException will be thrown
| Constructor and Description |
|---|
DefaultEncodingDeclarationEnricher() |
| Modifier and Type | Method and Description |
|---|---|
void |
enrich(org.mule.runtime.extension.api.loader.ExtensionLoadingContext extensionLoadingContext) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.