Class OperationModelMetadataKeyEnricher
java.lang.Object
org.mule.datasense.impl.model.annotations.ComponentModelMetadataKeyEnricher<org.mule.runtime.api.meta.model.operation.OperationModel>
org.mule.datasense.impl.model.annotations.OperationModelMetadataKeyEnricher
- All Implemented Interfaces:
LogSupport
public class OperationModelMetadataKeyEnricher
extends ComponentModelMetadataKeyEnricher<org.mule.runtime.api.meta.model.operation.OperationModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.mule.runtime.api.meta.model.operation.OperationModelenrich(org.mule.runtime.api.meta.model.operation.OperationModel operationModel, Map<String, Set<org.mule.runtime.api.metadata.MetadataKey>> metadataKeysByPart, OperationCall operationCall) Methods inherited from class org.mule.datasense.impl.model.annotations.ComponentModelMetadataKeyEnricher
enrich, enumOfKeyValues, filterMetadataKeys, findKeyPartConfiguredValue, getOutputAttributesMetadataTypeFunction, getOutputMetadataTypeFunction, getParameterModelMetadataTypeFunction, getPartNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mule.datasense.impl.util.LogSupport
logger
-
Constructor Details
-
OperationModelMetadataKeyEnricher
public OperationModelMetadataKeyEnricher()
-
-
Method Details
-
enrich
protected org.mule.runtime.api.meta.model.operation.OperationModel enrich(org.mule.runtime.api.meta.model.operation.OperationModel operationModel, Map<String, Set<org.mule.runtime.api.metadata.MetadataKey>> metadataKeysByPart, OperationCall operationCall) - Specified by:
enrichin classComponentModelMetadataKeyEnricher<org.mule.runtime.api.meta.model.operation.OperationModel>
-