public class SystemStateResultFactory extends java.lang.Object implements ResultFactory<SystemState>
ResultFactory to take an object and turn it into a
SystemState instance.| Constructor and Description |
|---|
SystemStateResultFactory() |
| Modifier and Type | Method and Description |
|---|---|
SystemState |
newFromValue(java.lang.Object value) |
public SystemState newFromValue(java.lang.Object value)
newFromValue in interface ResultFactory<SystemState>Response