Package com.fauna.mapping
The
com.fauna.mapping
package provides classes and utilities used to
map Fauna document fields for serialization and deserialization in the client.
The classes in this package include:
FieldInfo
: Holds metadata for individual fields, such as name, type, and codec, used to map and handle fields within a Fauna data model.FieldName
: Provides utility methods for handling field names, including a method to convert names to a canonical format.FieldType
: Defines various field types that can exist within Fauna mappings, such as identifiers, timestamps, and general-purpose fields.
-
Class Summary Class Description FieldInfo Represents metadata for a Fauna document field in a class, including its name, type, associated codec, and other properties used for serialization and deserialization.FieldName Utility class for handling field names. -
Enum Summary Enum Description FieldType Enum representing the different types of fields that can be used in Fauna document field mappings.