Interface ProviderJsonCodecFactory

All Known Implementing Classes:
Jackson3ProviderJsonCodecFactory

public interface ProviderJsonCodecFactory
Creates the Json.JsonCodec used to serialize a provider's wire DTOs.

Providers obtain their codec through ProviderJson, so supplying an implementation of this factory replaces the JSON library used for provider requests and responses without touching the providers themselves.