public static class DefaultValueCoder.Builder extends Object implements CoderContext
A component of a DefaultValueCoder
that reads and writes
data values to and from properties or fields of a client object.
Instances of this class implement CoderContext
and therefore
may be supplied to the Key.append(Object, CoderContext)
and
Key.decode(Object, CoderContext)
methods.
Modifier and Type | Method and Description |
---|---|
String |
getAccessorName(int index) |
String |
getName() |
int |
getSize() |
String |
toString() |
Copyright © 2025 Open Identity Platform Community. All rights reserved.