Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
com.persistit.encoding |
Modifier and Type | Class and Description |
---|---|
class |
DefaultObjectCoder
An
ObjectCoder that uses reflection to access the properties and/or
fields of an object. |
class |
DefaultValueCoder
A
ValueCoder that uses reflection to access and modify the fields of
an object. |
Modifier and Type | Method and Description |
---|---|
Object |
Value.directGet(ValueRenderer coder,
Class<?> clazz,
CoderContext context)
Optimized get method to be used in specialized circumstances where an
applications can supply a
ValueCoder directly. |
Object |
Value.directGet(ValueRenderer coder,
Object target,
Class<?> clazz,
CoderContext context)
Optimized get method to be used in specialized circumstances where an
applications can supply a
ValueCoder directly. |
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectCoder
Combines the
KeyCoder , KeyRenderer , ValueCoder and
ValueRenderer into a single interface that allows Persistit to store
and retrieve arbitrary objects - even non-Serializable objects - without
byte-code enhancement, without incurring the space or time overhead of Java
serialization, or the need to modify the class to perform custom
serialization. |
Modifier and Type | Class and Description |
---|---|
class |
CollectionValueCoder
Implements ValueCoder, ValueRenderer and ValueDisplayer for selected classes
in the Java Collections API.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.