public interface CoderContext extends Serializable
KeyCoder
or ValueCoder
. This object may be used to pass
application context information from the application to the coder instance.
The following methods accept a CoderContext
:
Key.append(Object, CoderContext)
Key.decode(Object, CoderContext)
Key.decodeDisplayable(boolean, Appendable, CoderContext)
Value.put(Object, CoderContext)
Value.get(Object, CoderContext)
CoderContext
extends java.io.Serializable
, meaning that any object you
provide as a CoderContext must behave correctly when serialized and
deserialized.Copyright © 2025 Open Identity Platform Community. All rights reserved.