public class MethodInvocationResultDto extends Object
| Constructor and Description |
|---|
MethodInvocationResultDto(String value,
String type)
Represents result of method invocation which is sent back to the client.
|
public MethodInvocationResultDto(String value, String type)
value - string representation of resulting object.
Null for Voidtype - a name of a resulting class Class.getName()Copyright © 2015 Sterodium. All rights reserved.