Package org.pentaho.di.core.injection
Annotation Interface Injection
Field that support injection should be marked by this annotation.
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
name
String nameInjection key.
-
-
-
group
String groupInjection group.- Default:
- ""
-
converter
Class<? extends org.pentaho.di.core.injection.InjectionTypeConverter> converterConverter from RowMetaAndData to java types.- Default:
- org.pentaho.di.core.injection.DefaultInjectionTypeConverter.class
-
convertEmpty
boolean convertEmptyConvert empty values or not. By default, empty value doesn't change target value.- Default:
- false
-
required
boolean requiredProperty for Required Fields- Default:
- false
-