Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Annotation processors to generate non-reflective converters to/from entities #5

Description

@cjfuller

Right now we convert between the typed kotlin representation of datastore models and the untyped datastore client's Entity type via reflection. We could instead use an annotation processor to generate non-reflective converters on-demand (which could potentially be a performance gain, especially for types with a lot of small properties?)

KA-internal issue: INFRA-2838

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions