public class MicroInjectionComponentFeature extends jadex.bridge.component.impl.AbstractComponentFeature implements IMicroInjectionFeature
Modifier and Type | Field and Description |
---|---|
static jadex.bridge.component.IComponentFeatureFactory |
FACTORY
The factory.
|
Constructor and Description |
---|
MicroInjectionComponentFeature(jadex.bridge.IInternalAccess component,
jadex.bridge.component.ComponentCreationInfo cinfo)
Factory method constructor for instance level.
|
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
init()
Initialize the feature.
|
protected void |
setFieldValue(java.lang.Object val,
java.lang.reflect.Field field,
java.lang.String convert)
Set an injected field value.
|
public static final jadex.bridge.component.IComponentFeatureFactory FACTORY
public MicroInjectionComponentFeature(jadex.bridge.IInternalAccess component, jadex.bridge.component.ComponentCreationInfo cinfo)
public jadex.commons.future.IFuture<java.lang.Void> init()
init
in interface jadex.bridge.component.IComponentFeature
init
in class jadex.bridge.component.impl.AbstractComponentFeature
protected void setFieldValue(java.lang.Object val, java.lang.reflect.Field field, java.lang.String convert)