| Interface | Description |
|---|---|
| Copyable<T> |
User: peter.lawrey
Date: 08/10/13
Time: 07:45
|
| Class | Description |
|---|---|
| MyJavaFileManager | |
| ValueModel | |
| Values |
This class is a central access point for loading generated heap and native Values.
|
| Exception | Description |
|---|---|
| ImplGenerationFailedException |
Thrown when the Chronicle Values library is not able to generate heap or native implementation
for the given interface, i.
|
| Annotation Type | Description |
|---|---|
| Align |
Specifies the fields' arrangement in native implementation should be so that the offset to the
aligned field bytes from the beginning of the instance is a multiple of the specified
Align.offset(), the range of the field's bytes offsets don't cross the specified Align.dontCross()
boundary. |
| Array |
Specifies the properties of an array field: number of elements and their alignment.
|
| Group |
Changes the serialization order fields.
|
| MaxUtf8Length |
The maximum length of a CharSequence/String/StringBuilder field in a Chronicle Value, in UTF-8
encoding.
|
| NotNull | |
| Pointer | |
| Range |
The lowest to highest values allowed (inclusive)
|
Copyright © 2024. All rights reserved.