Interface OverridableUuidRepresentationCodec<T>

    • Method Detail

      • withUuidRepresentation

        Codec<T> withUuidRepresentation​(UuidRepresentation uuidRepresentation)
        Implementations must return a new instance with the UuidRepresentation overridden with the given value.
        Parameters:
        uuidRepresentation - the UuidRepresentation
        Returns:
        a new instance equivalent to this but with the given UuidRepresentation