public abstract static class ResponseContext.AbstractKey extends Object implements ResponseContext.Key
| Modifier and Type | Method and Description |
|---|---|
boolean |
canDrop()
Returns true if this key can be removed to reduce header size when the
header would otherwise be too large.
|
String |
getName() |
boolean |
includeInHeader()
Whether to return the key, value pair in the response header.
|
Object |
readValue(com.fasterxml.jackson.core.JsonParser jp)
Reads a value of this key from a JSON stream.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmergeValuespublic String getName()
getName in interface ResponseContext.Keypublic boolean includeInHeader()
ResponseContext.KeyincludeInHeader in interface ResponseContext.Keypublic boolean canDrop()
ResponseContext.KeycanDrop in interface ResponseContext.Keypublic Object readValue(com.fasterxml.jackson.core.JsonParser jp)
ResponseContext.KeyResponseContextDeserializer.readValue in interface ResponseContext.KeyCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.