OutputBuilder |
OutputBuilder.add(String name,
boolean value) |
Adds an output attribute
If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
|
OutputBuilder |
OutputBuilder.add(String name,
double value) |
Adds an output attribute
If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
|
OutputBuilder |
OutputBuilder.add(String name,
int value) |
Adds an output attribute
If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
|
OutputBuilder |
OutputBuilder.add(String name,
long value) |
Adds an output attribute
If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
|
OutputBuilder |
OutputBuilder.add(String name,
String value) |
Adds an output attribute
If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
|
OutputBuilder |
OutputBuilder.appendError(String technicalError) |
Appends a technical error message.
|
OutputBuilder |
OutputBuilder.setBusinessError(String businessError) |
Reports a business error.
|
OutputBuilder |
OutputBuilder.setError(String technicalError) |
Reports a technical error.
|
OutputBuilder |
OutputBuilder.setError(String errorMessage,
Throwable e) |
Reports a technical error and appends the exception causing this error
as attachment
|
OutputBuilder |
OutputBuilder.setError(Error error) |
|