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.