public final class TypeSemanticTermsUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
enrichWithTypeAnnotation(AnnotatedElement element,
org.mule.metadata.api.builder.WithAnnotation annotatedBuilder)
Introspects the given
element for semantic annotations (by the rules of
SemanticTermsHelper.getParameterTermsFromAnnotations(java.util.function.Function)). |
public static void enrichWithTypeAnnotation(AnnotatedElement element, org.mule.metadata.api.builder.WithAnnotation annotatedBuilder)
element for semantic annotations (by the rules of
SemanticTermsHelper.getParameterTermsFromAnnotations(java.util.function.Function)).
If terms are found, the annotatedBuilder is enriched with a SemanticTermsTypeAnnotation carrying the found
terms. noelement - an AnnotatedElementannotatedBuilder - a WithAnnotationCopyright © 2025 MuleSoft, Inc.. All rights reserved.