public static class ResponseContext.SerializationResult extends Object
ResponseContext
.
Response context might be serialized using max legth 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.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–2021 The Apache Software Foundation. All rights reserved.