public class ExportInfo extends Object
Export or
Export annotations, so that consumers can decouple from which was used.| Constructor and Description |
|---|
ExportInfo(List<Type> types,
List<String> resources) |
| Modifier and Type | Method and Description |
|---|---|
static ExportInfo |
fromLegacy(AnnotationValueFetcher<org.mule.runtime.extension.api.annotation.Export> annotation) |
static ExportInfo |
fromSdkApi(AnnotationValueFetcher<org.mule.sdk.api.annotation.Export> annotation) |
List<String> |
getExportedResources() |
List<Type> |
getExportedTypes() |
public static ExportInfo fromLegacy(AnnotationValueFetcher<org.mule.runtime.extension.api.annotation.Export> annotation)
public static ExportInfo fromSdkApi(AnnotationValueFetcher<org.mule.sdk.api.annotation.Export> annotation)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.