Class ActionParameterEnricher
java.lang.Object
org.talend.sdk.component.runtime.manager.reflect.parameterenricher.BaseParameterEnricher
org.talend.sdk.component.runtime.manager.reflect.parameterenricher.ActionParameterEnricher
- All Implemented Interfaces:
ParameterExtensionEnricher
-
Nested Class Summary
Nested classes/interfaces inherited from class org.talend.sdk.component.runtime.manager.reflect.parameterenricher.BaseParameterEnricher
BaseParameterEnricher.Context -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononParameterAnnotation(String parameterName, Type parameterType, Annotation annotation) Methods inherited from class org.talend.sdk.component.runtime.manager.reflect.parameterenricher.BaseParameterEnricher
getContext, withContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.talend.sdk.component.spi.parameter.ParameterExtensionEnricher
getImplicitAnnotationForTypes
-
Field Details
-
META_PREFIX
- See Also:
-
-
Constructor Details
-
ActionParameterEnricher
public ActionParameterEnricher()
-
-
Method Details
-
onParameterAnnotation
public Map<String,String> onParameterAnnotation(String parameterName, Type parameterType, Annotation annotation)
-