public class GenericVariableInteraction<DataType> extends java.lang.Object implements VariableInteraction<DataType>, GetBodyConverter<DataType>
Constructor and Description |
---|
GenericVariableInteraction(TargetService service,
GenericVariable config,
<any> converter) |
Modifier and Type | Method and Description |
---|---|
<any> |
getBodyConverter() |
MonitorEngine<DataType> |
getMonitor() |
DataType |
read() |
void |
write(DataType value) |
public GenericVariableInteraction(TargetService service, GenericVariable config, <any> converter)
public DataType read() throws java.lang.Exception
public void write(DataType value) throws java.lang.Exception
@NonNull public MonitorEngine<DataType> getMonitor()
getMonitor
in interface Monitorable<DataType>
public <any> getBodyConverter()
getBodyConverter
in interface GetBodyConverter<DataType>