public static class ResponseContext.SerializationResult extends Object
ResponseContext.
Response context might be serialized using max length limit, in this case the context might be reduced
by removing max-length fields one by one unless serialization result length is less than the limit.
This structure has a reduced serialization result along with full result and boolean property
indicating if some fields were removed from the context.| Constructor and Description |
|---|
SerializationResult(String truncatedResult,
String fullResult) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullResult() |
String |
getResult()
Returns the truncated result if it exists otherwise returns the full result.
|
boolean |
isTruncated() |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.